@CHARSET "UTF-8";

/* Add @import here - don't forget to start the address with //: to ensure HTTPS compatibility */
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville|Poppins:600|Source+Sans+Pro:300:400');

/* Selected text */
*::selection, input::selection {
  background: #83ba4a;
  color: #fff;
}

*::-moz-selection {
  background: #83ba4a;
  color: #fff;
}

/* defaults */
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-size: 12pt;
  color: #020202;
}

/* "back to top" arrow */
#up-arrow {
  position: fixed;
  bottom: 10px;
  right: -100px;
  padding: 16px 24px 21px;
  opacity: 0;
  cursor: pointer;
  transition: right 0.4s, opacity 0.3s;
  z-index: 10000;

  border: 1px solid #fff;
  background: #83ba4a;
  color: #fff;
  border-radius: 50px;
}

body.menu-scrolled #up-arrow:hover {
  opacity: 1;
}

body.menu-scrolled #up-arrow {
  right: 10px;
  opacity: 0.6;
}

/** Cookie warning */
.flexi-cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(255,255,255,0.5);
  padding: 15px;
  border-radius: 0 4px 0 0;
  border-top: 1px solid #83ba4a;
  border-right: 1px solid #83ba4a;
  z-index: 10;
}

.flexi-cookie-buttons {
  text-align: center;
}

.flexi-cookie-inner {

}

/** Main page canvas wrapper - defines page width */
.content.brokenout .pb-block-outer>div, .wrapper {
  width: 1000px;
  margin: 0 auto;
}

/** Header */
.header {
  background: #fff;
  letter-spacing: 2px;
}

.header .wrapper {
  height: 176px;
  position: relative;
  transition: height 0.3s;
}

body.menu-scrolled .header .wrapper {
  height: 88px;
}

.header .logo {
  top: 20px;
  left: 0;
  position: absolute;
  transform-origin: top left;
  transition: transform 0.3s, top 0.3s;
}

body.menu-scrolled .header .logo {
  transform: scale(0.5);
  top: 10px;
}

.header .contact {
  top: 20px;
  right: 20px;
  position: absolute;
  font-weight: 400;
  transition: top 0.3s;
}

body.menu-scrolled .header .contact {
  top: 5px;
}

.header .contact a {
  color: #444;
  text-decoration: none;
  transition: color 0.3s;
}

.header .contact a:hover {
  color: #ff4d43;
  text-decoration: underline;
}

.header .contact span {
  margin-left: 20px;
}

/** Menu */

.menubar {
  position: absolute;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
  font-size: 13pt;
}

/* bar items */

nav.menu>span.item>a {
  color: #444;
  position: relative;
  transition: color 0.3s, padding 0.3s;
  padding: 20px 20px 60px;
}

body.menu-scrolled nav.menu>span.item>a {
  padding: 10px 20px 20px;
}

nav.menu>span.item>a:after {
  position: absolute;
  top: 55%;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  transition: background 0.3s, top 0.3s;
}

nav.menu>span.item>a:after {
  top: 90%;
}

nav.menu>span.item>a:hover:after {
  background: #c78007;
}

nav.menu>span.item>a:hover {
  color: #c78007;
}

/* submenus */

nav.menu>span.item>span.submenu {
}

nav.menu span.item span.submenu a,
nav.menu span.item.subitem {
  display: block;
}

nav.menu span.item span.submenu a {
  background: rgba(255,255,255,0.6);
  color: #444;
  transition: background 0.3s, color 0.3s;
  text-align: center;
  padding: 10px;
}

nav.menu span.item span.submenu a:hover {
  background: #282c35;
  color: #c78007;
}

/** Flyout buttons */

.button.flyo-show {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 0;
}

.button.flyo-hide {
  border-radius: 0;
}

.flyo-header {
  text-align: center;
  padding-top: 5px;
}

/** Menu when page is scrolled down */

body.menu-scrolled div.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

body.menu-scrolled {
  padding-top: 88px;
}

/** General content styles */

hr {
  background: url(img/hr.png) center center no-repeat;
  height: 64px;
  border: none;
}

ul li {
  list-style-type: '⏵';
}

.expressslides-nav {
  padding: 20px 10px 10px 7px !important;
  font-size: 0;
}

.expressslides-nav.prev:after {
  font-size: 40px;
  content: '❮';
}

.expressslides-nav.next:after {
  font-size: 40px;
  content: '❯';
}
/** Remove top margin from the first element */
.content *:first-child {
  margin-top: 0;
}

.content {
  line-height: 140%;
}

.content h1,
.content h2,
.content h3,
.content h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 160%;
}

/** Important for breakout/breakins */
.content:empty {
  display: none;
}

.content a {
  color: #83ba4a;
  transition: color 0.3s;
}

.content a:hover {
  color: #ff4d43;
}

.footer {
  color: #fff;
  background: #222;
  padding: 20px 0;
  text-align: center;
}

.footer-sticky .footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer a {
  color: #fff;
  transition: color 0.3s;
  text-decoration: none;
}

.footer a:hover {
  color: #eee;
}

/** Buttons and button-type things */
button, input[type="submit"], .button, .formandu-button, input[type="button"], a.button, .eshop_userauth_buttonbox a {
  background: #21282b;
  color: #fff;
  transition: background 0.3s, color 0.3s;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  border-radius: 5px;
}

button:hover, input[type="submit"]:hover, .button:hover, .formandu-button:hover, input[type="button"]:hover, a.button:hover, .eshop_userauth_buttonbox a:hover {
  color: #ffae4a;
}

/** Text controls */
.formandu-text, .formandu-dropdown, .formandu-textarea, select {
  background: #fff;
  border: 1px solid #444;
  transition: border 0.3s;
  font-size: 14pt;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  margin: 10px;
  padding: 10px;
  width: calc(100% - 20px);
  box-sizing: border-box;
  transition: border 0.3s;
  border-radius: 5px;
}

.formandu-text:hover, .formandu-text:focus, .formandu-dropdown:hover, .formandu-dropdown:focus, .formandu-textarea:hover, .formandu-textarea:focus, select:hover, select:focus {
  border: 1px solid #ff4d43;
}

/*******************************************************************************
 ** Responsive */

/** Phone/tablet */

@media (max-width: 1000px) {
  .content.brokenout .pb-block-outer>div, .wrapper, .flexi-cookie-inner {
    width: 100%;
  }
  #up-arrow, .search .form {
    display: none;
  }
}

/** Menus */

@media (max-width: 975px) {
  body {
    padding-top: 50px !important;
  }
  .header .contact {
    text-align: center;
    position: static;
    top: auto !important;
  }
  .header .contact span {
    display: block;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
  }
  .header .wrapper {
    height: auto !important;
    position: static !important;
  }
  .header .logo {
    position: static;
    top: auto !important;
    left: auto !important;
    transform: scale(1) !important;
    height: 96px;
    width: 183px;
  }
  .menubar {
    height: 0;
    padding: 0;
  }
  nav.menu {
    padding: 0;
    background: #fff;
    color: #444;
    text-align: left;
  }
  nav.menu span.item span.submenu a, nav.menu>span.item>a, nav.menu>span.item.has-submenu>a:hover {
    text-align: left;
    background: #fff;
    color: #444;
    transition: background 0.3s, color 0.3s;
    padding: 10px;
  }
  nav.menu>span.item>a:after {
    display: none !important;
  }
  nav.menu span.item span.submenu a:hover , nav.menu>span.item>a:hover {
    background: #83ba4a;
    color: #fff;
  }

  nav.menu.flyout span.item span.submenu {
    padding-left: 20px;
    border-left: 2px solid #ff4d43;
  }
}

/** Big phone */

@media (max-width: 750px) {
  .formandu-text, .formandu-textarea, .formandu-dropdown, .formandu-static-text, .formandu-listbox {
    width: 95%;
  }
  .footer {
    padding: 10px;
  }
  .flexi-cookie-msg {
    float: none;
    font-size: 0.8em;
    padding: 0;
    width: auto;
  }
  .flexi-cookie-buttons {
    width: auto;
    float: none;
    text-align: center;
    padding: 5px 0;
  }
}

/** Small phone */

@media (max-width: 600px) {
  .content p {
    padding: 0 3px;
  }
  .footer, .col2.right, .header {
    text-align: center;
  }
  .flexi-system-widgets {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
  }
  .flexi-system-widget {
    border-left: 0;
    display: block;
  }
  span.powered {
    display: block;
    margin-left: 0;
  }
}

