@import url('https://fonts.googleapis.com/css?family=Outfit:400,400i,500,500i,600,600i,700,700i');
body,
html,
button,
input,
select,
textarea {
  font-family: "Outfit", sans-serif;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}
h1 {
  font-size: 3.5em;
}
h2 {
  font-size: 2.5em;
}
h3,
.gallery-header,
.gallery-title a {
  text-decoration: none;
  font-size: 2em;
}
h4 {
  font-size: 1.75em;
}
h5 {
  font-size: 1.5em;
}
h6 {
  font-size: 1.25em;
  font-weight: 600;
}
@media screen and (max-width: 48em) {
  h1 {
    font-size: 2.25em;
  }
  h2 {
    font-size: 1.85em;
  }
  h3,
  .gallery-header,
  .gallery-title a {
    font-size: 1.6em;
  }
  h4 {
    font-size: 1.35em;
  }
  h5 {
    font-size: 1.2em;
  }
  h6 {
    font-size: 1.1em;
  }
}
.accessibility-module .google_translate_element {
  display: inline-block;
  width: 250px;
}
.accessibility-module .accessibility-dialog {
  display: none;
}
.accessibility-module .accessibility-dialog select {
  width: 100%;
  max-width: 300px;
}
.accessibility-module .accessibility-open {
  margin-right: 2.5em;
}
.accessibility-module .accessibility-open,
.accessibility-module .accessibility-translate {
  vertical-align: middle;
}
.accessibility-module .accessibility-dialog .form-row label.inline {
  display: inline;
  text-align: left;
}
/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* The Nivo Slider styles */
.nivoslider-module .nivoSlider {
  position: relative;
  width: 100%;
  height: auto;
  /*overflow: hidden;*/
}
.nivoslider-module .nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: none;
}
.nivoslider-module .nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important;
}
/* If an image is wrapped in a link */
.nivoslider-module .nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
}
/* The slices and boxes in the Slider */
.nivoslider-module .nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0;
}
.nivoslider-module .nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden;
}
.nivoslider-module .nivo-box img {
  display: block;
}
/* Caption styles */
.nivoslider-module .nivo-caption {
  color: #fff;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=1);
  right: 0;
  left: auto;
  width: auto;
  padding: 1% 10%;
  font-size: 2em;
  position: absolute;
  z-index: 8;
  bottom: 0;
  overflow: hidden;
  box-sizing: border-box;
}
.nivoslider-module .nivo-caption {
  background: rgba(33, 152, 179, 0.6);
}
.nivoslider-module .nivo-caption p {
  padding: 5px;
  margin: 0;
}
.nivoslider-module .nivo-caption a {
  display: inline !important;
}
.nivoslider-module .nivo-html-caption {
  display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivoslider-module .nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer;
}
.nivoslider-module .nivo-prevNav {
  left: 0px;
}
.nivoslider-module .nivo-nextNav {
  right: 0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivoslider-module .nivo-controlNav {
  text-align: center;
  padding: 15px 0;
}
.nivoslider-module .nivo-controlNav a {
  cursor: pointer;
}
.nivoslider-module .nivo-controlNav a.active {
  font-weight: bold;
}
@media screen and (max-width: 48em) {
  .nivoslider-module .nivo-caption {
    font-size: 1.25em;
  }
}
.menu-module {
  background: transparent;
  min-height: 2.5em;
}
.menu-module nav ul {
  z-index: 100;
  margin: 0 auto;
  padding: 0;
  min-height: 2.5em;
  text-align: left;
}
.menu-module nav a,
.menu-module nav .nav-link {
  display: block;
  text-decoration: none;
  font-weight: 700;
  margin: 0;
  padding: 0.625em 1em;
  color: #333333;
  min-height: 1.25em;
  line-height: 1.25em;
  transition: 0.25s linear;
}
.menu-module .fa,
.menu-module .far,
.menu-module .fas,
.menu-module .fal,
.menu-module .fab {
  color: inherit;
}
.menu-module nav li a:hover {
  color: #ffffff;
  background-color: #2198b3;
}
.menu-module nav li {
  margin: 0;
  padding: 0;
  min-height: 2.5em;
  list-style: none;
}
.menu-module nav li ul {
  margin: 0;
  text-align: left;
}
.menu-module .dropdown-menu,
.menu-module [data-nav-priority-menu] > ul {
  background-color: #ffffff;
  border-radius: 0;
  border: none;
  width: max-content;
}
.menu-module .dropdown-menu .dropdown-item {
  padding-left: 30px;
}
.menu-module .nvmenu-overlay {
  display: none;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: rgba(240, 240, 240, 0.95);
  background: rgba(34, 34, 34, 0.9);
}
.menu-module .nvmenu-overlay legend {
  font-size: 1em;
  color: #ffffff;
}
.menu-module .nvmenu-overlay fieldset {
  padding: 1.25em;
}
.menu-module .nvmenu-overlay .nvmenu-overlay-container {
  position: relative;
  margin: 1.25%;
  padding: 1.25em;
  background: #fff;
  box-sizing: border-box;
  background: #222222;
}
.menu-module .nvmenu-overlay .nvmenu-overlay-container a {
  padding: 0.625em 1.25em;
}
.menu-module .nvmenu-overlay .nvmenu-overlay-container a,
.menu-module .nvmenu-overlay .nvmenu-overlay-container nav-link,
.menu-module .nvmenu-overlay .nvmenu-overlay-container a.nvmenu-close {
  color: #ffffff;
}
.menu-module .nvmenu-overlay .nvmenu-overlay-container a:hover,
.menu-module .nvmenu-overlay .nvmenu-overlay-container nav-link:hover,
.menu-module .nvmenu-overlay .nvmenu-overlay-container a.nvmenu-close:hover {
  color: #ffffff;
}
.menu-module .nvmenu-overlay .nvmenu-overlay-container a.nvmenu-link-heading {
  font-size: 1.5em;
  padding: 0.625em 0.83333333em;
}
.menu-module .nvmenu-overlay .nvmenu-overlay-container a.nvmenu-close {
  display: inline;
  font-size: 2em;
  padding: 0;
}
.menu-module .nvmenu-overlay .nvmenu-overlay-container a.nvmenu-close em {
  transition: 0.25s linear;
}
.top-menu {
  padding: 1.25em;
  height: auto;
}
.top-menu .menu-module {
  background: none;
  height: auto;
}
.top-menu .menu-module nav a,
.top-menu .menu-module nav .nav-link {
  color: #0f3652;
}
.top-menu .menu-module nav li a:hover {
  color: #2198b3;
  background: none;
}
#subfooter .menu-module,
footer .menu-module {
  height: auto;
}
#subfooter .menu-module nav ul,
footer .menu-module nav ul {
  list-style-type: none;
  text-align: left;
  margin: 0;
}
#subfooter .menu-module nav a,
footer .menu-module nav a,
#subfooter .menu-module nav .nav-link,
footer .menu-module nav .nav-link {
  padding: 0.5em 0;
  text-transform: none;
}
#subfooter .menu-module nav li a:hover,
footer .menu-module nav li a:hover {
  background-color: transparent;
}
#subfooter .menu-module nav li,
footer .menu-module nav li {
  height: auto;
}
@media screen and (max-width: 48em) {
  .menu-module nav ul {
    text-align: center;
  }
  .menu-module .nvmenu-overlay ul {
    text-align: left;
  }
}
.menu-module {
  background: transparent;
  min-height: 2.5em;
}
.menu-module nav ul {
  z-index: 100;
  margin: 0 auto;
  padding: 0;
  min-height: 2.5em;
  text-align: left;
}
.menu-module nav a,
.menu-module nav .nav-link {
  display: block;
  text-decoration: none;
  font-weight: 700;
  margin: 0;
  padding: 0.625em 1em;
  color: #333333;
  min-height: 1.25em;
  line-height: 1.25em;
  transition: 0.25s linear;
}
.menu-module .fa,
.menu-module .far,
.menu-module .fas,
.menu-module .fal,
.menu-module .fab {
  color: inherit;
}
.menu-module nav li a:hover {
  color: #ffffff;
  background-color: #2198b3;
}
.menu-module nav li {
  margin: 0;
  padding: 0;
  min-height: 2.5em;
  list-style: none;
}
.menu-module nav li ul {
  margin: 0;
  text-align: left;
}
.menu-module .dropdown-menu,
.menu-module [data-nav-priority-menu] > ul {
  background-color: #ffffff;
  border-radius: 0;
  border: none;
  width: max-content;
}
.menu-module .dropdown-menu .dropdown-item {
  padding-left: 30px;
}
.menu-module .nvmenu-overlay {
  display: none;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: rgba(240, 240, 240, 0.95);
  background: rgba(34, 34, 34, 0.9);
}
.menu-module .nvmenu-overlay legend {
  font-size: 1em;
  color: #ffffff;
}
.menu-module .nvmenu-overlay fieldset {
  padding: 1.25em;
}
.menu-module .nvmenu-overlay .nvmenu-overlay-container {
  position: relative;
  margin: 1.25%;
  padding: 1.25em;
  background: #fff;
  box-sizing: border-box;
  background: #222222;
}
.menu-module .nvmenu-overlay .nvmenu-overlay-container a {
  padding: 0.625em 1.25em;
}
.menu-module .nvmenu-overlay .nvmenu-overlay-container a,
.menu-module .nvmenu-overlay .nvmenu-overlay-container nav-link,
.menu-module .nvmenu-overlay .nvmenu-overlay-container a.nvmenu-close {
  color: #ffffff;
}
.menu-module .nvmenu-overlay .nvmenu-overlay-container a:hover,
.menu-module .nvmenu-overlay .nvmenu-overlay-container nav-link:hover,
.menu-module .nvmenu-overlay .nvmenu-overlay-container a.nvmenu-close:hover {
  color: #ffffff;
}
.menu-module .nvmenu-overlay .nvmenu-overlay-container a.nvmenu-link-heading {
  font-size: 1.5em;
  padding: 0.625em 0.83333333em;
}
.menu-module .nvmenu-overlay .nvmenu-overlay-container a.nvmenu-close {
  display: inline;
  font-size: 2em;
  padding: 0;
}
.menu-module .nvmenu-overlay .nvmenu-overlay-container a.nvmenu-close em {
  transition: 0.25s linear;
}
.top-menu {
  padding: 1.25em;
  height: auto;
}
.top-menu .menu-module {
  background: none;
  height: auto;
}
.top-menu .menu-module nav a,
.top-menu .menu-module nav .nav-link {
  color: #0f3652;
}
.top-menu .menu-module nav li a:hover {
  color: #2198b3;
  background: none;
}
#subfooter .menu-module,
footer .menu-module {
  height: auto;
}
#subfooter .menu-module nav ul,
footer .menu-module nav ul {
  list-style-type: none;
  text-align: left;
  margin: 0;
}
#subfooter .menu-module nav a,
footer .menu-module nav a,
#subfooter .menu-module nav .nav-link,
footer .menu-module nav .nav-link {
  padding: 0.5em 0;
  text-transform: none;
}
#subfooter .menu-module nav li a:hover,
footer .menu-module nav li a:hover {
  background-color: transparent;
}
#subfooter .menu-module nav li,
footer .menu-module nav li {
  height: auto;
}
@media screen and (max-width: 48em) {
  .menu-module nav ul {
    text-align: center;
  }
  .menu-module .nvmenu-overlay ul {
    text-align: left;
  }
}
.menu-module {
  background: transparent;
  min-height: 2.5em;
}
.menu-module nav ul {
  z-index: 100;
  margin: 0 auto;
  padding: 0;
  min-height: 2.5em;
  text-align: left;
}
.menu-module nav a,
.menu-module nav .nav-link {
  display: block;
  text-decoration: none;
  font-weight: 700;
  margin: 0;
  padding: 0.625em 1em;
  color: #333333;
  min-height: 1.25em;
  line-height: 1.25em;
  transition: 0.25s linear;
}
.menu-module .fa,
.menu-module .far,
.menu-module .fas,
.menu-module .fal,
.menu-module .fab {
  color: inherit;
}
.menu-module nav li a:hover {
  color: #ffffff;
  background-color: #2198b3;
}
.menu-module nav li {
  margin: 0;
  padding: 0;
  min-height: 2.5em;
  list-style: none;
}
.menu-module nav li ul {
  margin: 0;
  text-align: left;
}
.menu-module .dropdown-menu,
.menu-module [data-nav-priority-menu] > ul {
  background-color: #ffffff;
  border-radius: 0;
  border: none;
  width: max-content;
}
.menu-module .dropdown-menu .dropdown-item {
  padding-left: 30px;
}
.menu-module .nvmenu-overlay {
  display: none;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: rgba(240, 240, 240, 0.95);
  background: rgba(34, 34, 34, 0.9);
}
.menu-module .nvmenu-overlay legend {
  font-size: 1em;
  color: #ffffff;
}
.menu-module .nvmenu-overlay fieldset {
  padding: 1.25em;
}
.menu-module .nvmenu-overlay .nvmenu-overlay-container {
  position: relative;
  margin: 1.25%;
  padding: 1.25em;
  background: #fff;
  box-sizing: border-box;
  background: #222222;
}
.menu-module .nvmenu-overlay .nvmenu-overlay-container a {
  padding: 0.625em 1.25em;
}
.menu-module .nvmenu-overlay .nvmenu-overlay-container a,
.menu-module .nvmenu-overlay .nvmenu-overlay-container nav-link,
.menu-module .nvmenu-overlay .nvmenu-overlay-container a.nvmenu-close {
  color: #ffffff;
}
.menu-module .nvmenu-overlay .nvmenu-overlay-container a:hover,
.menu-module .nvmenu-overlay .nvmenu-overlay-container nav-link:hover,
.menu-module .nvmenu-overlay .nvmenu-overlay-container a.nvmenu-close:hover {
  color: #ffffff;
}
.menu-module .nvmenu-overlay .nvmenu-overlay-container a.nvmenu-link-heading {
  font-size: 1.5em;
  padding: 0.625em 0.83333333em;
}
.menu-module .nvmenu-overlay .nvmenu-overlay-container a.nvmenu-close {
  display: inline;
  font-size: 2em;
  padding: 0;
}
.menu-module .nvmenu-overlay .nvmenu-overlay-container a.nvmenu-close em {
  transition: 0.25s linear;
}
.top-menu {
  padding: 1.25em;
  height: auto;
}
.top-menu .menu-module {
  background: none;
  height: auto;
}
.top-menu .menu-module nav a,
.top-menu .menu-module nav .nav-link {
  color: #0f3652;
}
.top-menu .menu-module nav li a:hover {
  color: #2198b3;
  background: none;
}
#subfooter .menu-module,
footer .menu-module {
  height: auto;
}
#subfooter .menu-module nav ul,
footer .menu-module nav ul {
  list-style-type: none;
  text-align: left;
  margin: 0;
}
#subfooter .menu-module nav a,
footer .menu-module nav a,
#subfooter .menu-module nav .nav-link,
footer .menu-module nav .nav-link {
  padding: 0.5em 0;
  text-transform: none;
}
#subfooter .menu-module nav li a:hover,
footer .menu-module nav li a:hover {
  background-color: transparent;
}
#subfooter .menu-module nav li,
footer .menu-module nav li {
  height: auto;
}
@media screen and (max-width: 48em) {
  .menu-module nav ul {
    text-align: center;
  }
  .menu-module .nvmenu-overlay ul {
    text-align: left;
  }
}
[v-cloak] {
  display: none;
}
article,
aside,
figure,
figcaption,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
html,
button,
input,
select,
textarea {
  font-size: 1em;
}
body {
  background: #ffffff;
  color: #333333;
}
img {
  border: 0;
  max-width: 100%;
  height: auto !important;
}
img.lazy {
  opacity: 0;
  transition: opacity 0.15s linear;
}
a {
  color: #0f3652;
  transition: 0.25s linear;
  font-weight: 600;
  text-decoration: none !important;
}
a:hover {
  color: #2198b3;
}
a,
button,
.btn {
  font-weight: 600;
}
.btn {
  transition: 0.25s linear;
}
.btn.btn-primary {
  color: #ffffff;
  background: #2198b3;
  border-color: #2198b3;
}
.btn.btn-primary:hover {
  background: #007691;
  border-color: #007691;
  color: #ffffff;
}
.btn.btn-secondary {
  color: #222222;
  background: #23b6a9;
  border-color: #23b6a9;
}
.btn.btn-secondary:hover {
  background: #019487;
  border-color: #019487;
  color: #ffffff;
}
.btn.btn-tertiary {
  color: #222222;
  background: #eeeeee;
  border-color: #eeeeee;
}
.btn.btn-tertiary:hover {
  background: #cccccc;
  border-color: #cccccc;
  color: #222222;
}
.btn.btn-white {
  color: #222222;
  background: #ffffff;
  border-color: #ffffff;
}
.btn.btn-white:hover {
  background: #dddddd;
  border-color: #dddddd;
  color: #222222;
}
p,
ul li,
ol li {
  line-height: 180%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  margin: 1.2em 0 .8em;
}
h1 {
  margin-top: 0;
}
hr {
  background-color: #dddddd;
  color: #dddddd;
  margin: 2em auto;
  border-width: 0;
  height: 1px;
  width: 100%;
  clear: both;
}
.big {
  font-size: 1.5em;
}
.small {
  font-size: 0.85470085em;
}
.clear {
  clear: both;
}
.bold {
  font-weight: 600;
}
.success,
.error,
.required {
  font-weight: 600;
}
.sucess {
  color: green;
}
.error,
.required {
  color: red;
}
.module-title {
  padding: 0;
}
.shadow {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.card-header {
  font-weight: 600;
}
blockquote {
  margin: 0;
  padding: 1.25em;
  font-size: 1.5em;
  font-style: italic;
  font-weight: 600;
}
blockquote p:first-child:before {
  content: "\201C";
}
blockquote p:last-child:after {
  content: "\201D";
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.image-left {
  float: left;
  margin: 0.625em 1.25em 1.25em 0;
}
.image-right {
  float: right;
  margin: 0.625em 0 1.25em 1.25em;
}
.g-recaptcha {
  display: inline-block;
}
.dialog {
  display: none;
}
figure {
  box-sizing: border-box;
  border: 1px solid #dddddd;
  border-bottom: none;
  padding: 0.625em;
  font-size: 0.75em;
  display: table;
}
figure img {
  display: block;
  width: 100%;
}
figcaption {
  display: table-caption;
  caption-side: bottom;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  border-top: none;
  padding: 0.625em;
}
.theme-default .nivoSlider {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
header .row > [class^="col-"] {
  flex-direction: column;
  align-self: center;
}
header {
  background: #ffffff;
}
header .shop-cart-module em {
  transition: 0.25s linear;
}
header a,
header .menu-module nav a,
header .menu-module nav .nav-link,
header .shop-cart-module a,
header .shop-cart-module em {
  color: #222222;
}
header .shop-cart-module a:hover,
header .shop-cart-module a:hover em {
  color: #222222;
}
#subfooter + footer {
  background-color: #111111;
}
#subfooter,
footer {
  background-color: #222222;
}
#subfooter h5,
footer h5 {
  margin-top: 0.625em;
}
#subfooter a,
footer a,
#subfooter .menu-module nav a,
footer .menu-module nav a,
#subfooter .menu-module nav .nav-link,
footer .menu-module nav .nav-link {
  font-weight: normal;
}
#subfooter h5,
footer h5,
#subfooter .module-title,
footer .module-title,
#subfooter a:hover,
footer a:hover,
#subfooter .menu-module nav a:hover,
footer .menu-module nav a:hover,
#subfooter .menu-module nav .nav-link:hover,
footer .menu-module nav .nav-link:hover {
  color: #ffffff;
}
#subfooter p,
footer p,
#subfooter div,
footer div,
#subfooter a,
footer a,
#subfooter .copyright,
footer .copyright,
#subfooter .menu-module nav a,
footer .menu-module nav a,
#subfooter .menu-module nav .nav-link,
footer .menu-module nav .nav-link {
  color: #dddddd;
}
#subfooter .fa,
footer .fa,
#subfooter .fal,
footer .fal,
#subfooter .far,
footer .far,
#subfooter .fas,
footer .fas,
#subfooter .fab,
footer .fab {
  color: #23b6a9;
}
footer hr {
  color: rgba(0, 0, 0, 0.25);
  background-color: rgba(0, 0, 0, 0.25);
  height: 2px;
}
.copyright {
  text-align: center;
}
.content-list-module.portfolio-module img {
  border: 1px solid #2198b3;
}
.shop-cart-module {
  margin: auto;
  white-space: nowrap;
}
#shop-cart-floater a .shop-cart-quantity {
  color: #ffffff;
  vertical-align: text-bottom;
  margin-left: 8px;
}
.shop_cart_column_name {
  width: 60%;
  text-align: left;
}
.shop_cart_column_quantity {
  width: 10%;
  text-align: left;
}
.shop_cart_column_price {
  width: 15%;
  text-align: right;
}
.shop_cart_column_total {
  width: 15%;
  text-align: right;
}
.shop_cart_buttons {
  text-align: right;
}
.shop_photo {
  padding: 0 0 1.25em;
}
.shop_price {
  font-size: 1.25em;
  font-weight: 600;
}
.content-list-pagination,
.document-list-pagination {
  text-align: center;
}
.nowrap {
  white-space: nowrap;
}
.StripeElement {
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}
.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
  border-color: #fa755a;
}
.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
input.toggle_value {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: none;
  background: #fff;
  color: #fff;
  display: inline-block;
  box-shadow: none;
}
input.toggle_value:active,
input.toggle_value:invalid {
  border: none;
  box-shadow: none;
}
@media screen and (max-width: 48em) {
  #logo {
    text-align: center;
  }
  .shop-cart-module {
    max-width: 225px;
  }
  #subfooter .html-module > .row > div[class^="col-"]:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
#map_canvas img {
  max-width: 10000px;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}
h1 {
  font-size: 2.75em;
  margin-top: .5em;
  color: #2198b3;
}
h2 {
  font-size: 2em;
}
h3,
.gallery-header,
.gallery-title a {
  text-decoration: none;
  font-size: 1.75em;
}
h2 + h3 {
  margin: -0.5em 0 1.25em;
  font-size: 1.5em;
  font-weight: 500;
}
h4 {
  font-size: 1.5em;
}
h5 {
  font-size: 1.25em;
}
h6 {
  font-size: 1.1em;
}
p,
ul li,
ol li,
td,
th,
div.text {
  font-size: 1.125em;
  letter-spacing: .25px;
}
.btn {
  border-radius: 5rem;
}
.services h3 {
  margin-top: 0;
}
.success {
  font-weight: 700;
  color: green;
  text-align: center;
}
.error,
.required {
  font-weight: 700;
  color: red;
  text-align: center;
}
table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.25em 0;
}
table td {
  vertical-align: top;
}
.round {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
img.shadow {
  margin-left: 10px;
  margin-right: 10px;
}
#jquery-overlay,
#jquery-lightbox {
  z-index: 50000 !important;
}
.input-group {
  clear: both;
}
.input-label {
  float: left;
  width: 225px;
  font-weight: 700;
}
header .row > div {
  flex-direction: column;
  align-self: center;
}
.top-menu {
  padding: .5em 0;
  /*av a, nav .nav-link {padding: .25em;}*/
}
header > .row > nav {
  background-color: #0f3652;
}
header > .row > nav .menu-module nav li a {
  padding: 1.25em;
  color: #ffffff;
  font-weight: 500;
  text-transform: capitalize;
}
header > .row > nav .menu-module nav li a:hover {
  background-color: #2198b3;
}
.menu-module .nvmenu-overlay .nvmenu-overlay-container {
  background-color: #0f3652;
}
.nvmenu-title {
  color: #ffffff;
  font-size: 1.75em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 10px;
}
.nvmenu-items {
  margin: 2em 0;
}
#pagetop .module:last-child .row,
#pagebottom .module:last-child .row {
  color: #333333;
}
.nivoslider-module .nivoSlider {
  margin-bottom: 0;
}
#content {
  padding-top: 30px;
  padding-bottom: 30px;
}
#sidebar .module {
  margin-top: 1.25em;
}
#sidebar .container-fluid {
  padding: 0;
}
#sidebar .module-title {
  font-size: 1.5em;
  color: #0f3652;
  text-align: center;
  background: #9ec740;
  padding: 0.625em;
}
#sidebar .menu-module nav a,
#sidebar .menu-module nav .nav-link {
  padding: 1em;
  font-weight: 600;
  color: #0f3652;
  border-bottom: 1px solid #cccccc;
}
#sidebar .menu-module nav a:hover,
#sidebar .menu-module nav .nav-link:hover {
  background: transparent;
  color: #2198b3;
}
#module_30.icon-boxes .col-12:nth-of-type(odd) .icon-box:hover {
  background: rgba(35, 182, 169, 0.1);
}
#module_30.icon-boxes .col-12:nth-of-type(even) .icon-box:hover {
  background: #fdfbf0;
}
#module_35.icon-boxes .col-12:nth-of-type(even) .icon-box:hover {
  background: rgba(35, 182, 169, 0.1);
}
#module_35.icon-boxes .col-12:nth-of-type(odd) .icon-box:hover {
  background: #fdfbf0;
}
.icon-boxes .col-12 {
  margin: auto;
}
.icon-box * {
  transition: 0.25s linear;
}
.icon-box {
  transition: 0.25s linear;
  border-radius: 20px;
}
.icon-box:hover p {
  translate: 0 -10px;
}
.icon-box a {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-updates .row > .col-12:nth-of-type(n+2) {
  border-top: 1px solid #dddddd;
  margin-top: 3em;
  padding: 0.625em 0 0;
}
.news-updates article {
  padding: 0;
  margin-bottom: 2em;
}
.news-updates article:nth-of-type(n+2) {
  border-bottom: 1px solid #dddddd;
}
.news-updates article time {
  display: block;
  margin-bottom: 1em;
}
.news-updates article img {
  float: left;
  margin-right: 2.5em;
}
.news-updates article h2 {
  margin-top: 0.625em;
}
.news-updates article h2 a {
  color: #333333;
}
.news-updates article h2 a:hover {
  color: #2198b3;
}
#subfooter,
footer {
  clear: both;
}
#subfooter {
  background: #0f3652;
}
#subfooter .h4 {
  color: #ffffff;
}
#subfooter + footer {
  background: #071b29;
}
#map_canvas {
  width: 100%;
  height: 360px;
}
.map-controls {
  text-align: center;
}
#galleria {
  width: 100%;
  max-width: 520px;
  height: 445px;
  max-height: 445px;
  padding: 0px;
  margin: 0px;
}
#galleria .galleria-container {
  padding: 0px;
  margin: 0px;
}
h3#refine-search {
  margin: 10px;
  cursor: pointer;
}
#refine-search .fa,
#refine-search .far,
#refine-search .fas,
#refine-search .fal,
#refine-search .fab {
  display: none;
}
.form-control {
  border-radius: 10rem;
}
.input-group > .input-group-append > .btn {
  border-radius: 0 10rem 10rem 0;
}
.payment_gateway {
  display: none;
}
.copyright {
  text-align: inherit;
}
@media screen and (max-width: 48em) {
  .shop_search_refine {
    display: none;
  }
  h3#refine-search {
    text-align: center;
  }
  #refine-search .fa,
  #refine-search .far,
  #refine-search .fas,
  #refine-search .fal,
  #refine-search .fab {
    display: inline;
  }
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.6em;
  }
  h3,
  .gallery-header,
  .gallery-title a {
    font-size: 1.35em;
  }
  h4 {
    font-size: 1.2em;
  }
  h5 {
    font-size: 1.15em;
  }
  h6 {
    font-size: 1em;
  }
}
@media screen and (min-width: 48em) {
  #header-right {
    text-align: right;
  }
}
