


			body .arrows {
 
 
}

#preload{
	position: fixed;
	z-index: 20000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #84a9b1;
	color: #fff;
	letter-spacing: 2px;
	font-size: 18px;
	text-align: center;
}

#preload span{
	width: 300px;
	left: 50%;
	margin-left: -150px;
	top: 47%;
	position:absolute;
	display: block;
}

#preload img{
	width: 300px;
	margin-bottom: 20px;
}



#homeVideo img{
	width: 100%;
	height: auto;
}
#gradient{
	display: none;
}

body .arrows {
  position: relative;
  /**/
 
 float: right;
  /**/
  
 cursor:pointer;
  width: 16px;
    margin-top: 64px;
  height: 16px;
  transform: translate(-50%, -50%);
}
body .arrows:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-left: 4px solid rgba(132, 169, 177, 0.7);
  border-bottom: 4px solid rgba(132, 169, 177, 0.7);
  transform: translate(4px, 106.6666666667px) rotate(-45deg);
  animation: arrows 3s linear infinite;
}
body .arrows:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-left: 4px solid rgba(132, 169, 177, 0.7);
  border-bottom: 4px solid rgba(132, 169, 177, 0.7);
  transform: translate(53.3333333333px, 0px) rotate(-45deg);
  animation: arrows 3s linear infinite -1.5s;
}

@keyframes arrows {
  0% {
    border-left: 4px solid rgba(132, 169, 177, 0);
    border-bottom: 4px solid rgba(132, 169, 177, 0);
    transform: translate(-13.3333333333px, -23.3333333333px) rotate(-45deg);
  }
  10%, 90% {
    border-left: 4px solid rgba(132, 169, 177, 0);
    border-bottom: 4px solid rgba(132, 169, 177, 0);
  }
  50% {
    border-left: 4px solid rgba(132, 169, 177, 0.8);
    border-bottom: 4px solid rgba(132, 169, 177, 0.8);
    transform: translate(-13.3333333333px, 0px) rotate(-45deg);
  }
  100% {
    border-left: 4px solid rgba(132, 169, 177, 0);
    border-bottom: 4px solid rgba(255, 255, 255, 0);
    transform: translate(-13.3333333333px, 23.3333333333px) rotate(-45deg);
  }
}


/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
 
 /*! Lity - v2.2.2 - 2016-12-14
* http://sorgalla.com/lity/
* Copyright (c) 2015-2016 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #36506c;
  background: rgba(0,0,0, 0.65);
  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: 45px;
  height: 45px;
  position: fixed;
  right: 20px;
  top: 20px;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 45px;
  line-height: 45px;
  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: 45px;
  line-height: 45px;
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close:active {
  top: 20px;
}
/* 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;
}



html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
 * jQuery FlexSlider v2.6.3
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("../fonts/flexslider-icon.eot");
  src: url("../fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/flexslider-icon.woff") format("woff"), url("../fonts/flexslider-icon.ttf") format("truetype"), url("../fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  background: #fff;
  position: relative;
  zoom: 1; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
.button-component.cols-2 .button {
  width: 48%; }
  .button-component.cols-2 .button:last-of-type {
    margin-left: 4%; }
.button-component.top {
  padding: 20px 0; }

.button {
  padding: 12px 30px;
  background: #e6e6e6;
  color: #575656;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto; }
  .button.big {
    padding: 20px 30px;
    font-size: 20px;
    font-size: 1.25rem; }
  .button.primary {
    background: #e30b17;
    color: #fff; }
  .button.center {
    text-align: center; }

.row {
  *zoom: 1;
  margin: 0 auto;
  position: relative; }
  .row:before, .row:after {
    content: "";
    display: table; }
  .row:after {
    clear: both; }
    
    
    
     .c:before, .c:after {
    content: "";
    display: table; }
  .c:after {
    clear: both; }
    
    
.row{
	max-width: 1280px;
	margin: 0 auto;
}

  .row .col {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .row .col.pad {
      padding: 0 12px; }
  .row .col-1-1 {
    width: 100%; }
  .row .col-1-2 {
    width: 50%; }
  .row .col-1-3 {
    width: 33.3333333333%; }
  .row .col-1-4 {
    width: 25%; }
  .row .col-1-5 {
    width: 20%; }
  .row .col-1-6 {
    width: 16.6666666667%; }
  .row .col-1-7 {
    width: 14.2857142857%; }
  .row .col-1-8 {
    width: 12.5%; }
  .row .col-1-9 {
    width: 11.1111111111%; }
  .row .col-1-10 {
    width: 10%; }
  .row .col-1-11 {
    width: 9.0909090909%; }
  .row .col-1-12 {
    width: 8.3333333333%; }
  .row .col-2-3 {
    width: 66.6666666667%; }
  .row .col-2-4 {
    width: 50%; }
  .row .col-2-5 {
    width: 40%; }
  .row .col-2-6 {
    width: 33.3333333333%; }
  .row .col-2-7 {
    width: 28.5714285714%; }
  .row .col-2-8 {
    width: 25%; }
  .row .col-2-9 {
    width: 22.2222222222%; }
  .row .col-2-10 {
    width: 20%; }
  .row .col-2-11 {
    width: 18.1818181818%; }
  .row .col-2-12 {
    width: 16.6666666667%; }
  .row .col-3-4 {
    width: 75%; }
  .row .col-3-5 {
    width: 60%; }
  .row .col-3-6 {
    width: 50%; }
  .row .col-3-7 {
    width: 42.8571428571%; }
  .row .col-3-8 {
    width: 37.5%; }
  .row .col-3-9 {
    width: 33.3333333333%; }
  .row .col-3-10 {
    width: 30%; }
  .row .col-3-11 {
    width: 27.2727272727%; }
  .row .col-3-12 {
    width: 25%; }
  .row .col-100 {
    width: 100%; }
  .row .col-90 {
    width: 90%; }
  .row .col-80 {
    width: 80%; }
  .row .col-70 {
    width: 70%; }
  .row .col-60 {
    width: 60%; }
  .row .col-50 {
    width: 50%; }
  .row .col-40 {
    width: 40%; }
  .row .col-30 {
    width: 30%; }
  .row .col-20 {
    width: 20%; }
  .row .col-10 {
    width: 10%; }
  .row .col-105 {
    width: 105%; }
  .row .col-95 {
    width: 95%; }
  .row .col-85 {
    width: 85%; }
  .row .col-75 {
    width: 75%; }
  .row .col-65 {
    width: 65%; }
  .row .col-55 {
    width: 55%; }
  .row .col-45 {
    width: 45%; }
  .row .col-35 {
    width: 35%; }
  .row .col-25 {
    width: 25%; }
  .row .col-15 {
    width: 15%; }
h1, h2,h3{
	font-weight: normal;
}
body {
	  font-family: 'Karla', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  background: #84a9b1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300; }
  
  
  .serif{
	  font-family: 'Prata', serif;
  }
  
  header{
	  background: #FBFAF1;
	  padding: 10px 10px 5px 10px;
	  text-align: center;
  }
  
  #stage{
	  overflow: hidden
  }
  
.badge{
	position: absolute;
	  background: #FBFAF1;
	  width: 260px;
	  height: 260px;
	  left: -20px;
	  bottom: -20px;
	  text-align: center;
	  border-radius: 50%;
}


.badge span{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	font-size: 18px;
	line-height: 27px;
	padding: 30px;
}



@media(max-width: 900px){
	
	
	.badge{
	  width: 220px;
	  height: 220px;	 
}


.badge span{

	font-size: 14px;
	line-height: 21px;
}


}

@media(max-width: 500px){
	
	
	.badge{
	  width: 158px;
	  height: 158px;
}


.badge span{

	font-size: 11px;
	line-height: 14px;
}


}

  
  header img{
	  width: auto;
	  height: 150px;
  }
  
  #stage video, #raumlichkeiten video{
	  width: 100%;
	  height: auto;
  }
  #stage{
	  position: relative;
  }
  
  section{
	  padding: 80px 0;
  }
  
  section.primary{
	  color: #fff;
  }
  
   section.primary p a{
	   color: #fff;
   }
   
   section.def{
	   background:#696969;
   }
  
  section h2{
	  
	  font-family: 'Prata', sans-serif;
	  position: relative;
	  padding: 0;
	  margin: 0 0 40px 0;
	  font-size: 36px;
  }
  
  section.def h2{
	  color: #fff;
  }
  
  
  section h2:before{
	  content: " ";
	  height: 1px;
	  width: 70px;
	  background: #fff;
	  position: absolute;
	  left: 0;
	  top: -10px;
  }
.close-nav-handler {
    position: absolute;
    top: 70px;
    right: 50px;
    font-size: 60px;
    font-weight: 200;
    color: #fff;
    text-decoration: none;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.ajax-window p.mn{
	margin-bottom: 0;
}

.ajax-window h3{
	font-weight: 600;
	margin-bottom: 0;
    margin-top: 40px;
}
.ajax-window h3, 
.ajax-window p,
.ajax-window ul{
	max-width: 70%;
}

.v1{
	
    width: 40%;
    display: inline-block;
}
.ajax-window a{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
.ajax-window{
	color: #fff;
	position: relative;
	display: none;
}  
.note{
	max-width: 70%;
	margin-top: 40px;
	float: left
}
.open-ajax{
	cursor: pointer
}
.ajax-window h2{
	
    font-family: 'Prata', sans-serif;
    position: relative;
    padding: 0;
    margin: 0 0 40px 0;
    font-size: 36px;
}

.ajax-window h2 small{
	    font-size: 60%;
    display: block;
}
.ajax-window ul{
	 
    margin: 0 0 21px 16px;
    padding: 0;
}
  .ajax-winow li{
	      list-style-type: none;

  }
.ajax-windo li::before {
    display: inline-block;
    content: "•";
    width: 1em;
    margin-left: -1em;
}

   section.white h2:before{
	  background: #000;  }
   section .image{
	   text-align: right;
	   position: relative;
   }
    section .image img{
	    width: 95%;
	    height: auto;
	    position: absolute;
	    right: 0;
	    z-index: 10;
	    top: 180px;
    }
    
     section .image #icons{
	     text-align: center;
	     padding-top: 70px;
     }
     
      section .image #icons img{
	     width: 55%;
	     position: static;
	     top: 0;
     }
    
    #linkboxes{
	    text-align: center;
    }
    
    .ajax-window{
	    border: 10px solid #5d797f;
	    background: #85a9b0;
	    padding: 80px 0;
    }
    
    
    
    section#methoden{
	    background: url(../images/methoden.jpg) no-repeat center center;
	    background-size: cover;
    }
    
    .linkbox{
	    width: 350px;
    height: 190px;
	    text-align: center;
	    border-left: 1px solid #fff;
	    border-bottom: 1px solid #fff;
	    border-right: 1px solid #fff;
	    padding-bottom: 30px;
	    padding-top: 60px;
    vertical-align: top;
	    margin-top: 100px;
	    margin-bottom: 100px;
	    display: inline-block;
	    position: relative;
    }
    
    
     .linkbox h3{
	     color: #fff;
	     margin: 0;
	     top: -10px;
	     width: 100%;
	     font-weight: 600;
	     left: 0;
	     padding: 0;
	     position: absolute;
     }
    
    
    
    .linkbox h3:before{
	    content: " ";
	  height: 1px;
	  width: 38px;
	  background: #fff;
	  position: absolute;
	  left: 0;
	  top: 10px;
    }
    
    
    .linkbox h3:after{
	    content: " ";
	  height: 1px;
	  width: 38px;
	  background: #fff;
	  position: absolute;
	  right: 0;
	  top: 10px;
    }
    
    
    
    
       .linkbox h3{
	 
	     top: -20px;
	    
     }
    
    
    
     .linkbox h3:before,
     
     .linkbox h3:after{
	    
	  top: 20px;
    }
    
 
    
    .linkbox li a{
    }
    .linkbox ul,
    .linkbox li{
	    margin: 0;
	    padding: 0;
	    list-style: none;
    }
    
    .linkbox li{
	    color: #fff;
	    cursor: pointer;
	    padding: 4px 0;
	    
    }
    .linkbox li:hover span{
	    padding: 3px 12px;
    }
    
    .linkbox li:hover span{
	    background: #84a9b1;
    }
    .linkbox:last-of-type{
	    margin-left: 40px;
    }
    
    #raumlichkeiten video{
	    position: absolute;
	    left: 0;
	    top: 0;
	    z-index: -1;
    }
    
    #raumlichkeiten{
	    position: relative; overflow: hidden; padding-bottom: 140px;    }
    
    
    #raumlichkeiten .row{
	    position: relative;
    }
    
    #image1,
    #image2,
    #image3{
	    position: relative;
    }
    
    
    
    #image1 img,
    #image2 img,
    #image3 img{
	    width: 100%;
	    height: auto;
    }
    
    .ajax-window .close-nav-handler{
	    border: none;
    }
    #image1{width: 55%;
    margin-left: -100px;
    z-index: 50;
    float: left;
    }
    
      footer{
	      background: #5d797f;
	      color: #fff;
	      text-align: center;
	      padding: 20px 20px;
      }
      
      
      footer a{
	      color: #fff;
	      text-decoration: none;
      }
    
    #image3{    width: 300px;
    position: absolute;
    right: 13%;
    top: 4%;
    z-index: 30;   }


    #text{
	        width: 300px;
    height: 300px;
    box-sizing: border-box;
    padding: 40px;
    background: #84a9b1;
    color: #fff;
    left: 40%;
    z-index: 46;
    position: absolute;
    top: 70%;
    
    }
    
    #text p{
	    padding: 30px 0 0 0;
	    margin: 0;
    }
    
    
    #image2{    width: 55%;
    margin-right: -100px;
    float: right;
    margin-top: 180px;
    z-index: 40;
    }
    
    
    .team{
	    margin-bottom: 60px;
    }
    .team figure{
	    width: 30%;
	    margin: 0;
	    position: relative;
	    float: left;
	    padding: 0;
    }
    
    .team figure .hover{
	    position: absolute;
	    top: 0;
	    left: 0;
	    display: none;
	    z-index: 10;
    }
    
    .team:hover figure .hover{
	    display: block;
    }
    
    .team figure img{
	    width: 100%;
	    height: auto;
    }
    
    
    
    .team .text{
	    width: 65%;
	    margin: 0 0 0 5%;
	    float: left;
	    padding: 0;
    }
    
      .team .text h3{
	      margin-top: 0;
      }
      
      
      #impression{
	      padding: 120px 0;
	      text-align: center;
	      background: url(../images/zitat.jpg) center bottom no-repeat;
	      background-size: cover;
      }
      
      #impression span{
	      color: #fff;
	      font-family: "Prata", serif;
	      font-size: 40px;
      } #impression small{
	      color: #fff;
	      font-family: "Prata", serif;
	      font-size: 14px;
	      font-style: italic;
	      display: block;
      }
      
  
      .fr{
	      width: 65px;
    display: inline-block;
      }
      
      .tab{
	      display: none;
      }
      
      .acc{
    font-weight: 600;
    display: block;
    cursor: pointer;
    width: 80%;
    padding: 5px;
    background: #567177;
}



/**
 * 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,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.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;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-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{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{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-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.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}.owl-carousel .animated{animation-duration:1s;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-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.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 .1s 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-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s 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
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.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:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}