@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=Adamina|Assistant:300,700');

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

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

/* defaults */
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: Assistant, sans-serif;
  font-weight: 300; 
  font-size: 12pt;
  color: #222;
}

/* "back to top" arrow */
#up-arrow {
  position: fixed;
  bottom: 10px;
  right: -100px;  
  padding: 15px 24px 20px;
  border-radius: 100px;
  opacity: 0;
  cursor: pointer;
  transition: right 0.4s, opacity 0.3s, background 0.3s;
  z-index: 10000;
  
  border: 1px solid #fff;
  background: #b1c959;
  color: #fff;  
}

body.menu-scrolled #up-arrow:hover {
  background: #7b9b23;
}

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

/** Cookie warning */
.flexi-cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px;
  background: #fff;
  border-radius: 0 8px 0 0;
  border-top: 1px solid #171d56;
  border-right: 1px solid #171d56;
}

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

.flexi-cookie-inner {
  padding-bottom: 10px;
}

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

/** Header */
.header {
  background: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #c1c1c1;
  border-top: 8px solid #b1c959;
}

.header .tel {
  font-weight: bold;
  color: #171d56;
  padding: 0 0 10px;
  font-size: 16pt;
  margin: 0;
}

.header a {
  color: #171d56;
  text-decoration: underline;
  transition: color 0.3s;
}

.header a:hover {
  color: #080e33;
}

.header .links {
  padding: 10px 0 0;
}

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

.header .links img {
  vertical-align: bottom;
}

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

.header .links a:hover {
  color: #080e33;
}

/** Menu */

.menubar {
  text-align: center;
  background: #fff;
}

/* bar items */

nav.menu>span.item>a {
  color: #222;
  transition: color 0.3s;
  padding: 20px 25px;
}

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

/* 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: #fff;
  color: #222;
  transition: background 0.3s, color 0.3s;
  padding: 15px;
}

nav.menu span.item span.submenu a:hover {
  background: #171d56;
  color: #fff;
}

/** 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.menubar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

/** General content styles */

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

/** Remove top margin from the first element */
.content *:first-child {
  margin-top: 0;
}

.content {
  
}

.content h1 {
  font-family: Adamina, sans-serif;
} 
.content h2, 
.content h3, 
.content h4 {
  font-weight: bold;
}

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

.content a {
  color: #171d56;
  transition: color 0.3s;  
}

.content a:hover {
  color: #080e33;
}

.footer {
  color: #fff;
  background: #080e33;
  position: relative;
  padding: 20px 0;
}

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

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

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

span.powered {
  display: inline-block;
  margin-left: 1em;
}

/** Buttons and button-type things */
button, input[type="submit"], .button, .formandu-button, input[type="button"], a.button, .eshop_userauth_buttonbox a {
  background: #b1c959;
  color: #080e33;
  transition: background 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-size: 12pt;
  font-family: Assistant, sans-serif;
  border-radius: 6px;
}

button:hover, input[type="submit"]:hover, .button:hover, .formandu-button:hover, input[type="button"]:hover, a.button:hover, .eshop_userauth_buttonbox a:hover {
  background: #7b9b23;
  color: #080e33;
}

/** Text controls */
.formandu-text, .formandu-dropdown, .formandu-textarea, select {
  background: #fff;
  border: 1px solid #aaa;
  transition: border 0.3s;  
  font-size: 12pt;
  margin: 10px;
  padding: 8px;
  width: calc(100% - 20px);
  box-sizing: border-box;
}

.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 #080e33; 
}

/*******************************************************************************
 ** 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: 30px;
  }
  .menubar {
    height: 0;
    padding: 0;    
  }
  nav.menu {
    padding: 0;
    background: #fff;
    border-right: 1px solid #aaa;
    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: #222;
    padding: 15px;
    transition: background 0.3s, color 0.3s;
  }  
  
  nav.menu span.item span.submenu a:hover , nav.menu>span.item>a:hover {
    background: #080e33;
    color: #fff;
  }
  
  nav.menu.flyout span.item span.submenu {
    padding: 0 0 5px 20px;
  }  
}

/** Big phone */

@media (max-width: 750px) {
  .formandu-text, .formandu-textarea, .formandu-dropdown, .formandu-static-text, .formandu-listbox {
    width: 95%;
  }
  .footer {
    padding: 0 5px;
  }
  .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;
  }
  .header .links span {
    margin: 5px 0;
    text-align: center;
    display: block;
  }
}

/** Small phone */

@media (max-width: 600px) {
  .content {
    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;
  }
}

