@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
/*
 * Basics
 */
.animate {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.animate-none {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}
input,
textarea,
button {
  outline: none;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.alignright {
  text-align: right;
}
img.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
img.alignright {
  float: right;
  margin: 0 0 10px 10px;
}
img.alignnone {
  margin: 5px 0;
}
/*
 * Swipebox
 */
#swipebox-overlay {
  background: rgba(0, 0, 0, 0.8);
}
#swipebox-bottom-bar,
#swipebox-top-bar {
  background: transparent;
  bottom: 48%;
}
#swipebox-bottom-bar.visible-bars {
  transform: none;
  -webkit-transform: none;
}
#swipebox-arrows {
  width: 100% !important;
  max-width: none !important;
}
/*
 * Theme
 */
body {
  font-family: 'Lato', sans-serif;
  background-image: url('/wp-content/themes/customtheme/img/background.png');
  background-repeat: no-repeat;
  background-position: center 58px;
}
.navbar {
  padding-top: 57px;
  height: 262px;
}
.navbar .container {
  height: 100%;
  /*background-image: url('/wp-content/themes/customtheme/img/header-bg.png');*/
  background-repeat: repeat-x;
  background-position: 0 3px;
}
.navbar .navbar-brand {
  padding: 0;
  height: 100%;
  background: #ffffff;
}
.navbar-nav {
  float: right;
  margin-top: 34px;
}
.navbar-nav > li {
  padding: 15px 0;
}
.navbar-nav > li > a {
  padding: 0 10px;
  color: #000000;
  border-right: 1px solid #000000;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  color: #008ee0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: transparent;
}
.navbar-nav > li:last-of-type > a {
  border-right: 0;
}
.switcher {
  float: right;
  margin-top: 20px;
}
.switcher ul li {
  display: inline-block;
  float: left;
}
.switcher ul li a {
  padding: 0 10px;
  color: #000000;
  border-right: 1px solid #000000;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.switcher ul li a:hover,
.switcher ul li a:focus {
  color: #008ee0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: transparent;
}
.switcher ul li.current-lang a {
  color: #008ee0;
}
.switcher ul li:last-of-type > a {
  border-right: 0;
}
.nav.secondary {
  background-color: #008ee0;
  text-align: center;
}
.nav.secondary li {
  display: inline-block;
}
.nav.secondary li a {
  padding: 25px 10px;
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.nav.secondary li a:hover,
.nav.secondary li a:focus {
  color: #000000;
  background: transparent;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.nav.secondary li.current-menu-item a {
  color: #000000;
}
.image-container {
  padding: 0;
  height: 100%;
}
.image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.image.top {
  width: 100%;
  height: 426px;
}
.ref {
  padding: 5px;
  height: 300px;
}
.ref a {
  display: block;
  width: 100%;
  height: 100%;
}
.ref a .img {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
h1 {
  margin: 40px 0;
  font-size: 36px;
  font-weight: 300;
  color: #008ee0;
}
h2 {
  margin: 40px 0 30px 0;
  font-size: 36px;
  font-weight: 300;
  color: #000000;
}
h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
  color: #000000;
}
p {
  margin: 0 0 30px 0;
  font-size: 18px;
  line-height: 1.3;
  color: #000000;
}
ul,
ol {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.3;
}
a {
  color: #8dc63f;
  text-decoration: underline;
}
a:hover {
  color: #8dc63f;
  text-decoration: none;
}
a.button {
  display: inline-block;
  padding: 14px 50px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #8dc63f;
  border-radius: 8px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a.button:hover {
  background-color: #567b24;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a.button.big {
  padding: 35px 50px;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  border-radius: 47px;
  border: 2px solid #ffffff;
}
.wrapper {
  height: 500px;
  margin-bottom: 50px;
}
.grey {
  padding: 40px 40px 0 40px;
  height: 100%;
  background-color: #ededed;
}
.features img {
  margin-bottom: 40px;
  width: 100%;
  height: auto;
}
.form-goups {
  padding: 10px 20px;
  border: 1px solid #7a7a7a;
}
.form-goups label {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
}
.form-goups input[type=text],
.form-goups textarea {
  background-color: #e1e1e1;
  border: 0;
  border-radius: 0;
}
.form-goups input[type=submit] {
  margin-top: 0;
  padding: 10px 40px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #00aeef;
  border: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.form-goups input[type=submit]:hover {
  background-color: #006489;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.form-goups textarea {
  height: 140px;
}
.form-goups .form-group {
  position: relative;
  margin-bottom: 10px;
}
.form-goups .ajax-loader {
  position: absolute;
  top: 10px;
  left: 20px;
}
.footer {
  position: relative;
  margin: 147px 0 0 0;
  padding: 100px 0 40px 0;
  background-color: #008ee0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.7;
}
.footer a {
  color: #ffffff;
  text-decoration: none;
}
.footer a:not(.button):hover {
  text-decoration: underline;
}
.footer a.button.big {
  position: absolute;
  top: -147px;
  left: 0;
  right: 0;
}
.page-template-simple .footer,
.page-template-contact .footer {
  margin: 50px 0 0 0;
  padding: 40px 0;
}
.page-template-simple .footer .cta,
.page-template-contact .footer .cta {
  display: none;
}
.credit {
  padding: 30px 0;
  color: #000000;
  text-align: right;
  font-size: 16px;
}
.credit a {
  color: #000000;
  text-decoration: none;
}
.credit a:hover {
  text-decoration: underline;
}
