@charset "UTF-8";


/*! Lity - v2.3.1 - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #1E261C;
  background: rgba(30, 38, 28, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}




/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }
  
  
  .js-lazy-image{
	  min-width: 1px;
	  min-height: 1px;
  }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/**
 * 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%; }

/**
 * 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: #282828;
  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: #fff; }
  
  #msgbody{
	  display: none;
  }

.row:after, .question:after {
  content: "";
  display: table;
  clear: both; }
.row.boxed {
  max-width: 1020px;
  margin: 0 auto; }
.row.ms {
  max-width: 84%;
  margin: 0 auto; }
.row.boxed-outer {
  max-width: 1400px;
  margin: 0 auto; }
.row .col {
  float: left;
  padding: 0 15px; }
  .row .col.no-pad {
    padding: 0; }

.row .col.xs-1-12 {
  width: 8.3333333333%; }
.row .col.offset-xs-1-12 {
  margin-left: 8.3333333333%; }

.row .col.xs-2-12 {
  width: 16.6666666667%; }
.row .col.offset-xs-2-12 {
  margin-left: 16.6666666667%; }

.row .col.xs-3-12 {
  width: 25%; }
.row .col.offset-xs-3-12 {
  margin-left: 25%; }

.row .col.xs-4-12 {
  width: 33.3333333333%; }
.row .col.offset-xs-4-12 {
  margin-left: 33.3333333333%; }

.row .col.xs-5-12 {
  width: 41.6666666667%; }
.row .col.offset-xs-5-12 {
  margin-left: 41.6666666667%; }

.row .col.xs-6-12 {
  width: 50%; }
.row .col.offset-xs-6-12 {
  margin-left: 50%; }

.row .col.xs-7-12 {
  width: 58.3333333333%; }
.row .col.offset-xs-7-12 {
  margin-left: 58.3333333333%; }

.row .col.xs-8-12 {
  width: 66.6666666667%; }
.row .col.offset-xs-8-12 {
  margin-left: 66.6666666667%; }

.row .col.xs-9-12 {
  width: 75%; }
.row .col.offset-xs-9-12 {
  margin-left: 75%; }

.row .col.xs-10-12 {
  width: 83.3333333333%; }
.row .col.offset-xs-10-12 {
  margin-left: 83.3333333333%; }

.row .col.xs-11-12 {
  width: 91.6666666667%; }
.row .col.offset-xs-11-12 {
  margin-left: 91.6666666667%; }

.row .col.xs-12-12 {
  width: 100%; }
.row .col.offset-xs-12-12 {
  margin-left: 100%; }

@media (min-width: 650px) {
  .row .col.sm-1-12 {
    width: 8.3333333333%; }
  .row .col.offset-sm-1-12 {
    margin-left: 8.3333333333%; }

  .row .col.sm-2-12 {
    width: 16.6666666667%; }
  .row .col.offset-sm-2-12 {
    margin-left: 16.6666666667%; }

  .row .col.sm-3-12 {
    width: 25%; }
  .row .col.offset-sm-3-12 {
    margin-left: 25%; }

  .row .col.sm-4-12 {
    width: 33.3333333333%; }
  .row .col.offset-sm-4-12 {
    margin-left: 33.3333333333%; }

  .row .col.sm-5-12 {
    width: 41.6666666667%; }
  .row .col.offset-sm-5-12 {
    margin-left: 41.6666666667%; }

  .row .col.sm-6-12 {
    width: 50%; }
  .row .col.offset-sm-6-12 {
    margin-left: 50%; }

  .row .col.sm-7-12 {
    width: 58.3333333333%; }
  .row .col.offset-sm-7-12 {
    margin-left: 58.3333333333%; }

  .row .col.sm-8-12 {
    width: 66.6666666667%; }
  .row .col.offset-sm-8-12 {
    margin-left: 66.6666666667%; }

  .row .col.sm-9-12 {
    width: 75%; }
  .row .col.offset-sm-9-12 {
    margin-left: 75%; }

  .row .col.sm-10-12 {
    width: 83.3333333333%; }
  .row .col.offset-sm-10-12 {
    margin-left: 83.3333333333%; }

  .row .col.sm-11-12 {
    width: 91.6666666667%; }
  .row .col.offset-sm-11-12 {
    margin-left: 91.6666666667%; }

  .row .col.sm-12-12 {
    width: 100%; }
  .row .col.offset-sm-12-12 {
    margin-left: 100%; } }
@media (min-width: 1024px) {
  .row .col.md-1-12 {
    width: 8.3333333333%; }
  .row .col.offset-md-1-12 {
    margin-left: 8.3333333333%; }

  .row .col.md-2-12 {
    width: 16.6666666667%; }
  .row .col.offset-md-2-12 {
    margin-left: 16.6666666667%; }

  .row .col.md-3-12 {
    width: 25%; }
  .row .col.offset-md-3-12 {
    margin-left: 25%; }

  .row .col.md-4-12 {
    width: 33.3333333333%; }
  .row .col.offset-md-4-12 {
    margin-left: 33.3333333333%; }

  .row .col.md-5-12 {
    width: 41.6666666667%; }
  .row .col.offset-md-5-12 {
    margin-left: 41.6666666667%; }

  .row .col.md-6-12 {
    width: 50%; }
  .row .col.offset-md-6-12 {
    margin-left: 50%; }

  .row .col.md-7-12 {
    width: 58.3333333333%; }
  .row .col.offset-md-7-12 {
    margin-left: 58.3333333333%; }

  .row .col.md-8-12 {
    width: 66.6666666667%; }
  .row .col.offset-md-8-12 {
    margin-left: 66.6666666667%; }

  .row .col.md-9-12 {
    width: 75%; }
  .row .col.offset-md-9-12 {
    margin-left: 75%; }

  .row .col.md-10-12 {
    width: 83.3333333333%; }
  .row .col.offset-md-10-12 {
    margin-left: 83.3333333333%; }

  .row .col.md-11-12 {
    width: 91.6666666667%; }
  .row .col.offset-md-11-12 {
    margin-left: 91.6666666667%; }

  .row .col.md-12-12 {
    width: 100%; }
  .row .col.offset-md-12-12 {
    margin-left: 100%; } }
@media (min-width: 1440px) {
  .row .col.lg-1-12 {
    width: 8.3333333333%; }
  .row .col.offset-lg-1-12 {
    margin-left: 8.3333333333%; }

  .row .col.lg-2-12 {
    width: 16.6666666667%; }
  .row .col.offset-lg-2-12 {
    margin-left: 16.6666666667%; }

  .row .col.lg-3-12 {
    width: 25%; }
  .row .col.offset-lg-3-12 {
    margin-left: 25%; }

  .row .col.lg-4-12 {
    width: 33.3333333333%; }
  .row .col.offset-lg-4-12 {
    margin-left: 33.3333333333%; }

  .row .col.lg-5-12 {
    width: 41.6666666667%; }
  .row .col.offset-lg-5-12 {
    margin-left: 41.6666666667%; }

  .row .col.lg-6-12 {
    width: 50%; }
  .row .col.offset-lg-6-12 {
    margin-left: 50%; }

  .row .col.lg-7-12 {
    width: 58.3333333333%; }
  .row .col.offset-lg-7-12 {
    margin-left: 58.3333333333%; }

  .row .col.lg-8-12 {
    width: 66.6666666667%; }
  .row .col.offset-lg-8-12 {
    margin-left: 66.6666666667%; }

  .row .col.lg-9-12 {
    width: 75%; }
  .row .col.offset-lg-9-12 {
    margin-left: 75%; }

  .row .col.lg-10-12 {
    width: 83.3333333333%; }
  .row .col.offset-lg-10-12 {
    margin-left: 83.3333333333%; }

  .row .col.lg-11-12 {
    width: 91.6666666667%; }
  .row .col.offset-lg-11-12 {
    margin-left: 91.6666666667%; }

  .row .col.lg-12-12 {
    width: 100%; }
  .row .col.offset-lg-12-12 {
    margin-left: 100%; } }
@media (min-width: 1800px) {
  .row .col.xl-1-10 {
    width: 10%; }
  .row .col.offset-xl-1-10 {
    margin-left: 10%; }

  .row .col.xl-2-10 {
    width: 20%; }
  .row .col.offset-xl-2-10 {
    margin-left: 20%; }

  .row .col.xl-3-10 {
    width: 30%; }
  .row .col.offset-xl-3-10 {
    margin-left: 30%; }

  .row .col.xl-4-10 {
    width: 40%; }
  .row .col.offset-xl-4-10 {
    margin-left: 40%; }

  .row .col.xl-5-10 {
    width: 50%; }
  .row .col.offset-xl-5-10 {
    margin-left: 50%; }

  .row .col.xl-6-10 {
    width: 60%; }
  .row .col.offset-xl-6-10 {
    margin-left: 60%; }

  .row .col.xl-7-10 {
    width: 70%; }
  .row .col.offset-xl-7-10 {
    margin-left: 70%; }

  .row .col.xl-8-10 {
    width: 80%; }
  .row .col.offset-xl-8-10 {
    margin-left: 80%; }

  .row .col.xl-9-10 {
    width: 90%; }
  .row .col.offset-xl-9-10 {
    margin-left: 90%; }

  .row .col.xl-10-10 {
    width: 100%; }
  .row .col.offset-xl-10-10 {
    margin-left: 100%; }

  .row .col.xl-1-12 {
    width: 8.3333333333%; }
  .row .col.offset-xl-1-12 {
    margin-left: 8.3333333333%; }

  .row .col.xl-2-12 {
    width: 16.6666666667%; }
  .row .col.offset-xl-2-12 {
    margin-left: 16.6666666667%; }

  .row .col.xl-3-12 {
    width: 25%; }
  .row .col.offset-xl-3-12 {
    margin-left: 25%; }

  .row .col.xl-4-12 {
    width: 33.3333333333%; }
  .row .col.offset-xl-4-12 {
    margin-left: 33.3333333333%; }

  .row .col.xl-5-12 {
    width: 41.6666666667%; }
  .row .col.offset-xl-5-12 {
    margin-left: 41.6666666667%; }

  .row .col.xl-6-12 {
    width: 50%; }
  .row .col.offset-xl-6-12 {
    margin-left: 50%; }

  .row .col.xl-7-12 {
    width: 58.3333333333%; }
  .row .col.offset-xl-7-12 {
    margin-left: 58.3333333333%; }

  .row .col.xl-8-12 {
    width: 66.6666666667%; }
  .row .col.offset-xl-8-12 {
    margin-left: 66.6666666667%; }

  .row .col.xl-9-12 {
    width: 75%; }
  .row .col.offset-xl-9-12 {
    margin-left: 75%; }

  .row .col.xl-10-12 {
    width: 83.3333333333%; }
  .row .col.offset-xl-10-12 {
    margin-left: 83.3333333333%; }

  .row .col.xl-11-12 {
    width: 91.6666666667%; }
  .row .col.offset-xl-11-12 {
    margin-left: 91.6666666667%; }

  .row .col.xl-12-12 {
    width: 100%; }
  .row .col.offset-xl-12-12 {
    margin-left: 100%; } }



@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  
  font-display: auto;
  font-weight: 300;
  src: url("../fonts/open-sans-v15-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Light"), local("OpenSans-Light"), url("../fonts/open-sans-v15-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v15-latin-300.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-300.woff") format("woff"), url("../fonts/open-sans-v15-latin-300.ttf") format("truetype"), url("../fonts/open-sans-v15-latin-300.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
/* open-sans-300italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-display: auto;
  font-weight: 300;
  src: url("../fonts/open-sans-v15-latin-300italic.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Light Italic"), local("OpenSans-LightItalic"), url("../fonts/open-sans-v15-latin-300italic.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v15-latin-300italic.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-300italic.woff") format("woff"), url("../fonts/open-sans-v15-latin-300italic.ttf") format("truetype"), url("../fonts/open-sans-v15-latin-300italic.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-display: auto;
  font-weight: 400;
  src: url("../fonts/open-sans-v15-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/open-sans-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v15-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-regular.woff") format("woff"), url("../fonts/open-sans-v15-latin-regular.ttf") format("truetype"), url("../fonts/open-sans-v15-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-display: auto;
  font-weight: 400;
  src: url("../fonts/open-sans-v15-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("../fonts/open-sans-v15-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v15-latin-italic.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-italic.woff") format("woff"), url("../fonts/open-sans-v15-latin-italic.ttf") format("truetype"), url("../fonts/open-sans-v15-latin-italic.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-display: auto;
  font-weight: 600;
  src: url("../fonts/open-sans-v15-latin-600.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../fonts/open-sans-v15-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v15-latin-600.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-600.woff") format("woff"), url("../fonts/open-sans-v15-latin-600.ttf") format("truetype"), url("../fonts/open-sans-v15-latin-600.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
/* open-sans-600italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-display: auto;
  font-weight: 600;
  src: url("../fonts/open-sans-v15-latin-600italic.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans SemiBold Italic"), local("OpenSans-SemiBoldItalic"), url("../fonts/open-sans-v15-latin-600italic.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v15-latin-600italic.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-600italic.woff") format("woff"), url("../fonts/open-sans-v15-latin-600italic.ttf") format("truetype"), url("../fonts/open-sans-v15-latin-600italic.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-display: auto;
  font-weight: 700;
  src: url("../fonts/open-sans-v15-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/open-sans-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v15-latin-700.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-700.woff") format("woff"), url("../fonts/open-sans-v15-latin-700.ttf") format("truetype"), url("../fonts/open-sans-v15-latin-700.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
/* open-sans-700italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-display: auto;
  font-weight: 700;
  src: url("../fonts/open-sans-v15-latin-700italic.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url("../fonts/open-sans-v15-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v15-latin-700italic.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-700italic.woff") format("woff"), url("../fonts/open-sans-v15-latin-700italic.ttf") format("truetype"), url("../fonts/open-sans-v15-latin-700italic.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-display: auto;
  font-weight: 800;
  src: url("../fonts/open-sans-v15-latin-800.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url("../fonts/open-sans-v15-latin-800.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v15-latin-800.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-800.woff") format("woff"), url("../fonts/open-sans-v15-latin-800.ttf") format("truetype"), url("../fonts/open-sans-v15-latin-800.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
/* open-sans-800italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-display: auto;
  font-weight: 800;
  src: url("../fonts/open-sans-v15-latin-800italic.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans ExtraBold Italic"), local("OpenSans-ExtraBoldItalic"), url("../fonts/open-sans-v15-latin-800italic.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v15-latin-800italic.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-800italic.woff") format("woff"), url("../fonts/open-sans-v15-latin-800italic.ttf") format("truetype"), url("../fonts/open-sans-v15-latin-800italic.svg#OpenSans") format("svg");
 
 }
@font-face {
  font-family: 'Magicons';
  src: url("../fonts/Magicons.eot?g0nnmd");
  src: url("../fonts/Magicons.eot?g0nnmd#iefix") format("embedded-opentype"), url("../fonts/Magicons.ttf?g0nnmd") format("truetype"), url("../fonts/Magicons.woff?g0nnmd") format("woff"), url("../fonts/Magicons.svg?g0nnmd#Magicons") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magicons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-menu:before {
  content: "\e900"; }

.icon-user:before {
  content: "\e999"; }

.icon-loupe:before {
  content: "\e953"; }

.icon-inbox:before {
  content: "\e939"; }

.icon-mail:before {
  content: "\e954"; }

.icon-image:before {
  content: "\e938"; }

.icon-home:before {
  content: "\e937"; }

.icon-cart:before {
  content: "\e91a"; }

.icon-link:before {
  content: "\e950"; }

.icon-pulse:before {
  content: "\e971"; }

.icon-music:before {
  content: "\e966"; }

.icon-calendar:before {
  content: "\e917"; }

.icon-notifications:before {
  content: "\e968"; }

.icon-notifications-filled:before {
  content: "\e967"; }

.icon-notifications-off:before {
  content: "\e969"; }

.icon-folder:before {
  content: "\e933"; }

.icon-folder-filled:before {
  content: "\e932"; }

.icon-folder-opened:before {
  content: "\e934"; }

.icon-bubble:before {
  content: "\e916"; }

.icon-bubble-filled:before {
  content: "\e915"; }

.icon-heart:before {
  content: "\e936"; }

.icon-heart-filled:before {
  content: "\e935"; }

.icon-camera:before {
  content: "\e919"; }

.icon-camera-filled:before {
  content: "\e918"; }

.icon-ribbon:before {
  content: "\e97b"; }

.icon-ribbon-filled:before {
  content: "\e97a"; }

.icon-ribbon-plus:before {
  content: "\e97c"; }

.icon-star:before {
  content: "\e985"; }

.icon-star-half:before {
  content: "\e984"; }

.icon-star-filled:before {
  content: "\e983"; }

.icon-menu-left-1:before {
  content: "\e958"; }

.icon-menu-center-1:before {
  content: "\e956"; }

.icon-menu-right-1:before {
  content: "\e95a"; }

.icon-menu-left-2:before {
  content: "\e959"; }

.icon-menu-center-2:before {
  content: "\e957"; }

.icon-menu-right-2:before {
  content: "\e95b"; }

.icon-enter-left:before {
  content: "\e92e"; }

.icon-enter-right:before {
  content: "\e92f"; }

.icon-exit-left:before {
  content: "\e930"; }

.icon-exit-right:before {
  content: "\e931"; }

.icon-pause:before {
  content: "\e946"; }

.icon-pause-filled:before {
  content: "\e945"; }

.icon-settings-1:before {
  content: "\e97d"; }

.icon-settings-2:before {
  content: "\e97e"; }

.icon-settings-3:before {
  content: "\e97f"; }

.icon-target-1:before {
  content: "\e98e"; }

.icon-target-2:before {
  content: "\e98f"; }

.icon-download:before {
  content: "\e92b"; }

.icon-share-1:before {
  content: "\e980"; }

.icon-share-2:before {
  content: "\e981"; }

.icon-play:before {
  content: "\e948"; }

.icon-play-filled:before {
  content: "\e947"; }

.icon-backward:before {
  content: "\e94a"; }

.icon-backward-filled:before {
  content: "\e949"; }

.icon-forward:before {
  content: "\e94c"; }

.icon-forward-filled:before {
  content: "\e94b"; }

.icon-clock:before {
  content: "\e91c"; }

.icon-clock-filled:before {
  content: "\e91b"; }

.icon-dashboard:before {
  content: "\e924"; }

.icon-dashboard-filled:before {
  content: "\e923"; }

.icon-plus-circle:before {
  content: "\e95f"; }

.icon-plus-circle-filled:before {
  content: "\e95e"; }

.icon-minus-circle:before {
  content: "\e962"; }

.icon-minus-circle-filled:before {
  content: "\e961"; }

.icon-ok-circle:before {
  content: "\e96b"; }

.icon-ok-circle-filled:before {
  content: "\e96a"; }

.icon-blocks:before {
  content: "\e914"; }

.icon-blocks-filled:before {
  content: "\e913"; }

.icon-tiles:before {
  content: "\e996"; }

.icon-tiles-filled:before {
  content: "\e995"; }

.icon-close-circle:before {
  content: "\e91e"; }

.icon-close-circle-filled:before {
  content: "\e91d"; }

.icon-list:before {
  content: "\e955"; }

.icon-text-align-justify:before {
  content: "\e991"; }

.icon-text-align-left:before {
  content: "\e992"; }

.icon-text-align-center:before {
  content: "\e990"; }

.icon-text-align-right:before {
  content: "\e993"; }

.icon-volume:before {
  content: "\e99a"; }

.icon-monitor:before {
  content: "\e94d"; }

.icon-laptop:before {
  content: "\e94e"; }

.icon-smartphone:before {
  content: "\e94f"; }

.icon-watch:before {
  content: "\e99b"; }

.icon-duplicate:before {
  content: "\e92c"; }

.icon-crop:before {
  content: "\e922"; }

.icon-resize-plus-1:before {
  content: "\e977"; }

.icon-resize-minus-1:before {
  content: "\e974"; }

.icon-resize-minus-2:before {
  content: "\e975"; }

.icon-resize-plus-2:before {
  content: "\e978"; }

.icon-resize-minus-3:before {
  content: "\e976"; }

.icon-resize-plus-3:before {
  content: "\e979"; }

.icon-battery-empty:before {
  content: "\e90f"; }

.icon-battery-low:before {
  content: "\e912"; }

.icon-battery-half:before {
  content: "\e911"; }

.icon-battery-full:before {
  content: "\e910"; }

.icon-signal:before {
  content: "\e982"; }

.icon-power:before {
  content: "\e943"; }

.icon-text:before {
  content: "\e994"; }

.icon-info:before {
  content: "\e93a"; }

.icon-document:before {
  content: "\e926"; }

.icon-document-filled:before {
  content: "\e925"; }

.icon-document-text:before {
  content: "\e928"; }

.icon-document-plus:before {
  content: "\e927"; }

.icon-pencil:before {
  content: "\e96e"; }

.icon-pencil-filled:before {
  content: "\e96d"; }

.icon-edit:before {
  content: "\e92d"; }

.icon-switch:before {
  content: "\e98a"; }

.icon-switch-filled:before {
  content: "\e989"; }

.icon-switches:before {
  content: "\e98b"; }

.icon-repeat:before {
  content: "\e944"; }

.icon-sort-az:before {
  content: "\e90e"; }

.icon-arrow-left-1:before {
  content: "\e902"; }

.icon-arrow-right-1:before {
  content: "\e903"; }

.icon-arrow-up-1:before {
  content: "\e905"; }

.icon-arrow-down-1:before {
  content: "\e904"; }

.icon-arrow-left-2:before {
  content: "\e906"; }

.icon-arrow-right-2:before {
  content: "\e907"; }

.icon-arrow-up-2:before {
  content: "\e909"; }

.icon-arrow-down-2:before {
  content: "\e908"; }

.icon-arrows-left-right:before {
  content: "\e90c"; }

.icon-arrows-up-down:before {
  content: "\e90d"; }

.icon-jump-left-up:before {
  content: "\e93e"; }

.icon-jump-right-up:before {
  content: "\e940"; }

.icon-jump-down-left:before {
  content: "\e93b"; }

.icon-jump-up-right:before {
  content: "\e942"; }

.icon-jump-left-down:before {
  content: "\e93d"; }

.icon-jump-right-down:before {
  content: "\e93f"; }

.icon-jump-up-left:before {
  content: "\e941"; }

.icon-jump-down-right:before {
  content: "\e93c"; }

.icon-arrow-left-right:before {
  content: "\e90a"; }

.icon-arrow-up-down:before {
  content: "\e90b"; }

.icon-reload-1:before {
  content: "\e972"; }

.icon-reload-2:before {
  content: "\e973"; }

.icon-plus:before {
  content: "\e960"; }

.icon-minus:before {
  content: "\e963"; }

.icon-ok:before {
  content: "\e96c"; }

.icon-close:before {
  content: "\e91f"; }

.icon-dots-hr:before {
  content: "\e929"; }

.icon-dots-vr:before {
  content: "\e92a"; }

.icon-mic:before {
  content: "\e95c"; }

.icon-mic-off:before {
  content: "\e95d"; }

.icon-zoom-in:before {
  content: "\e99d"; }

.icon-zoom-in-filled:before {
  content: "\e99c"; }

.icon-zoom-out:before {
  content: "\e99f"; }

.icon-zoom-out-filled:before {
  content: "\e99e"; }

.icon-stop:before {
  content: "\e986"; }

.icon-dots:before {
  content: "\e901"; }

.icon-pin:before {
  content: "\e970"; }

.icon-pin-filled:before {
  content: "\e96f"; }

.icon-trash:before {
  content: "\e998"; }

.icon-trash-filled:before {
  content: "\e997"; }

.icon-tag:before {
  content: "\e98d"; }

.icon-tag-filled:before {
  content: "\e98c"; }

.icon-cloud:before {
  content: "\e921"; }

.icon-cloud-filled:before {
  content: "\e920"; }

.icon-lock:before {
  content: "\e952"; }

.icon-lock-filled:before {
  content: "\e951"; }

.icon-sun:before {
  content: "\e988"; }

.icon-sun-filled:before {
  content: "\e987"; }

.icon-moon:before {
  content: "\e965"; }

.icon-moon-filled:before {
  content: "\e964"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1.0625em;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #00437A;
  line-height: 1.6; }

body.openSidenav{
	overflow: hidden;
}
body#tinymce{
	margin: 25px;
}
.font-speed {
  text-rendering: optimizeSpeed; }

figure {
  margin: 0;
  padding: 0; }
  figure.fullwidth img {
    width: 100%;
    height: auto; }
  figure img {
    max-width: 100%;
    height: auto; }
  figure.goesPrevSection {
    position: relative;
    margin-top: -350px; }

.special-txt {
  color: #627364; }

.dark-txt {
  color: #1b2318; }

.primary-txt {
  color: #16F793; }

.bg.special {
  background: #627364;
  color: #fff; }
.bg.dark {
  background: #1b2318;
  color: #fff; }
.bg.primary {
  background: #16F793;
  color: #282828; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.fleft {
  float: left; }

.fright {
  float: right; }

.mb.xsmall {
  margin-bottom: 25px; }
.mb.small {
  margin-bottom: 50px; }
.mb.medium {
  margin-bottom: 75px; }
.mb.large {
  margin-bottom: 100px; }
.mb.xlarge {
  margin-bottom: 150px; }

.mt.xsmall {
  margin-top: 25px; }
.mt.small {
  margin-top: 50px; }
.mt.medium {
  margin-top: 75px; }
.mt.large {
  margin-top: 100px; }
.mt.xlarge {
  margin-top: 150px; }

.mr.large {
  margin-right: 100px; }
.mr.medium {
  margin-right: 75px; }
.mr.small {
  margin-right: 50px; }
.mr.xsmall {
  margin-right: 25px; }
.mr.xlarge {
  margin-right: 150px; }

.ml.large {
  margin-left: 100px; }
.ml.medium {
  margin-left: 75px; }
.ml.small {
  margin-left: 50px; }
.ml.xsmall {
  margin-left: 25px; }
.ml.xlarge {
  margin-left: 150px; }


h1, h2, h3, h4 {
  font-family: "Open Sans", sans-serif; }

h1 {
  font-size: 45px;
  font-size: 2.8125rem;
  margin: 0;
  padding: 0; }

h2 {
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0;
  color: #003A6F;
  padding: 0;
  font-weight: 400;
  margin-bottom: 70px; }

h3 {
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0;
  padding: 0;
  font-weight: 500; }

h4 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
  font-weight: 600; }

#canvas img{
	float: left;width: 100%;
	height: auto;
}
#canvas{
	background: #e4dcd3;
	padding: 0 20px 20px 20px;
	position: relative;
}

.msg{
	padding: 20px;
	background: #e4dcd3;
	font-weight: 700;
	color: #002c5f;
	margin-bottom: 30px;
}


header{
	position: absolute;
	top: 20px;
	left: 40px;
	right: 40px;
}

header .headinner{
	
	background: #e4dcd3;
	padding: 10px;
}

header #brand svg{
	height: 30px;
	width: 218px;
	float: left;
}
header #brand{
	float: left;
}

.caption{
	position: absolute;
	bottom: 40px;
	left: 40px;
	right: 40px;
}

.caption h1,
.caption h2{
	color: #fff;
}


#detail figure{
	margin-bottom: 30px;
}
#detail figure img{
	width: 100%
	
}


#detail .ctn p{
	color: #222;
}
#detail .ctn h3{
	font-weight: 700;
	font-size: 22px;
}

section{
	padding: 80px 0;
	
}
section.c{
	text-align: center;
}
.title{
	width: 28%;
	display: inline-block;
	box-sizing: border-box;
	padding: 20px;
	color: #fff;
	font-size: 24px;
	margin-bottom: 30px;
	background: #002c5f;
	border-bottom: 10px solid #fff;
}

.tcontent{
	background: #f6f3f2;
	padding: 40px 20px 20px 20px;
}
#detail .title{
	width: 100%;
	margin-bottom: 0;
	
	font-weight: 700;
	text-align: center;
}
#codeform{
	width: 28%;
	display: inline-block;
	box-sizing: border-box;
	position: relative;
}

#codeform input{
	width: 100%;
	font-size: 20px;
	padding:  20px;
	border: 1px solid #002c5f;
	box-sizing: border-box;
}

.tcontent h3{
	background: #002c5f;
	padding: 10px 0;
	margin: 20px 0 0 0;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-weight: 700;
	margin-bottom: 3px;
}
.tcontent h3:first-of-type{
	margin-top: 0;
}
.tcontent p{
	background: #aacae6;
	padding: 10px;
	color: #111;
	margin: 0 0 3px 0;
	text-align: center;
}


#codeform button{
	
	background: #002c5f;
	padding: 10px 20px;
	font-weight: 700;
	border: none;
	width: 100%;
	display: block;
	color: #fff;
	margin-top: 20px;
}
h3.code{
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 700;
}

#codehover:hover button{
	background: #00aad2;
}
#codehover:hover .title{
	border-color: #00aad2;
}

.float-container {
}
.float-container input {
  border: none;
  font-size: 16px;
  margin: 16px 0 10px;
  outline: 0;
}
.float-container  label {
  font-size: 16px;
  position: absolute;
  transform-origin: top left;
  color: #ccc;
  transform: translate(10px, 46px) scale(1);
  transition: all .1s ease-in-out;
}
.float-container.active label {
  transform: translate(0, -4px) scale(.75);
}


footer{
	background: #e4dcd3;
	padding: 60px 0;
	font-size: 14px;
	color: #000000;
}


footer a{
	margin-right: 20px;
	color: #000000;
	text-decoration: none
}
footer hr{
	border: none;
	margin: 15px 0;
	border-top: 1px solid #c3a391;
}

.input-container {
	margin-bottom: 12px;
}
.input-container input{
	width: 100%;
	padding: 8px 12px;
	border: 1px solid #ccc;
}
.input-container label{
	font-size: 16px;
	color: #444;
	margin-bottom:4px;
	display: block;
}
 #eventform .button{
	
	background: #002c5f;
	padding: 10px 20px;
	font-weight: 700;
	border: none;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	float: right;
	margin-left: 20px;
	margin-top: 20px;
}

#eventform input[type="submit"]{
	
	background: #00aad2;
	padding: 14px 20px;
	font-weight: 700;
	border: none;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	float: right;
	margin-left: 20px;
	
	margin-top: 20px;
}

#eventform input[type="submit"]:hover, #eventform .button:hover{
	
	background: #00aad2;
}

#eventform  h3{
	text-align: center;
	margin: 40px 0;
	font-size: 24px;
}
#eventform span.wpcf7-list-item{
	width: 33.3333%;
	float: left;
	padding: 0 15px ;
	box-sizing: border-box;
	margin: 0;
}


.wpcf7-list-item label{
	background: #002c5f;
	border-bottom: 10px solid #fff;
	padding:  15px 30px;
	color: #fff;
	display: block;
}




.wpcf7-radio input[type="checkbox"],
.wpcf7-radio input[type="radio"] {
    display: none;
}


.wpcf7-radio label {
    display: block;
    position: relative;
    padding-left: 40px;
}

/* Der span ist unsere neue Checkbox und den stylen wir wie folgt */
.wpcf7-radio label span.check {
    background: #fff;
    width: 14px;
    height: 14px;
    display: inline-block;
    border: 1px solid #eaeaea;
    
    /* 
    Die Positionierung kann je nach Einsatzgebiet abweichen.
    Ich möchte hier sichergehen das die Checkbox / Radiobutton immer links oben am Textanfang steht,
    falls wir einen mehrzeiligen Text haben, wie es z.B. bei "AGB´s akzeptieren" üblich ist.
    Dies könnt ihr aber auch anders lösen.
    */
    position: absolute;
   
    top: 22px;
    left: 20px;
    /* Ein Transition Effekt für den Hover - Checked Status. Dadurch wirkt es etwas animiert. */
    transition: all .2s linear;
}

/* Den Radiobutton runden wir komplett ab */
.wpcf7-radio input[type="radio"] + span.check {
    border-radius: 50%;
}

/* Hover-Effekt */
.wpcf7-radio label:hover span.check {
    border: 1px solid #bbb;
}

/* 
Mit dem "+" Selektor können wir das direkt nachfolgende Element
ansprechen, indem Fall unser Label mit darin enthalten span.
*/
.wpcf7-radio input[type="checkbox"]:checked + span,
.wpcf7-radio input[type="radio"]:checked + span{
    border: 3px solid #8BC34A;
}

@media(max-width: 1024px){
	
	.caption h1{
		font-size: 30px;
	}
	.caption h2{
		font-size: 24px;
		margin-bottom: 20px;
		


	}

.row.boxed{
	max-width: 90%
}

.title {
    width: 40%;
    }


}
@media(max-width: 800px){
	.caption{
		position: static;
		color: #002c5f;
		float: left;
		width: 100%;
		padding-top: 30px;
	}
	
	#eventform span.wpcf7-list-item{
		width: 100%;
	}
	
	.caption h1,
	.caption h2{
		
		font-size: 18px;
		line-height: 27px;
		
		color: #002c5f;
	}
	
	.caption .row{
		max-width: 100%;
		padding: 0 15px;
	}
	h3.code{
		hyphens: auto;
	}
	
	h3.code br{
		display: none;
	}
}
#eventform div.wpcf7-response-output {
    margin: 30px 15px;
    float: left;
    }
@media(max-width: 600px){
	.title, #codeform{
		width: 100%;
	}
	
	#eventform input[type="submit"]{
		width: 100%;
		margin: 20px 0 10px 0;
		font-size: 15px;
	}
	#eventform .button{
		margin: 0 0 0 0;width: 100%;
		font-size: 15px;
	}
}




/* RATING */

.wpcf7-radio.stars input[type="checkbox"]:checked + span, .wpcf7-radio.stars input[type="radio"]:checked + span{
	border: none;
}
.question-holder textarea{
	width: 100%;
	border: none;
	padding: 12px;
	box-sizing: border-box;
	height: 80px;
	background: #e4dcd3;
	
}
.question-holder .question:last-of-type{
	margin-top: 30px;
}
.question-holder{
	text-align: left;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #dadada;
}


.fragen h3{
	font-size: 1.4rem;
	margin-bottom: 40px;
}

.question-holder h4{
	font-size: 1.2rem;margin-bottom: 30px;
}

.question-holder label{
	line-height: 40px;
}

.stars .wpcf7-list-item label{
	background: #fff;
    border-bottom: none;
    padding: 0 6px;
    color: #222;
}

input.sendQuest{
		background: #002c5f;
	padding: 10px 20px;
	font-weight: 700;
	border: none;
	width: 100%;
	display: block;
	color: #fff;
	margin-top: 20px;
}

@media(max-width: 700px){
	
	.stars .wpcf7-list-item label{
		padding: 0;
		margin-right: 14px;
	}
}





div.stars {
  width: 270px;
  display: inline-block;
}

input.star { display: none; }

label.star {
  float: left;
  padding: 10px;
  font-size: 22px;
  color: #444;
  transition: all .2s;
}

input.star:checked ~ label.star:before {
  content: '\f005';
  color: #e4dcd3;
  transition: all .25s;
}

input.star-5:checked ~ label.star:before {
  color: #00437A;

}

/* input.star-1:checked ~ label.star:before { color: #F62; }*/


label.star:before {
  content: '\f005';
  color: #00437A;
  font-family: FontAwesome;
}

/*
.stars input[type="radio"].star-5:checked ~ label.star:before  { color: red; }

.stars input[type="radio"].star-4:checked ~ label.star:before  { color: red; }

.stars input[type="radio"].star-3:checked ~ label.star:before  { color: red; }

.stars input[type="radio"].star-2:checked ~ label.star:before  { color: red; }

.stars input[type="radio"].star-1:checked ~ label.star:before  { color: red; }



*/