/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

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 for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .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: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	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, 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/11.
 */

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/9/10/11, 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 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * 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: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 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/10/11.
 */

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;
}

#nav ul,
.footer-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
#header .holder:after,
.contact-from .three-cols:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #6c6c6c;
	background: #fff;
	font: 14px/1.2 "Open Sans", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100% !important;
	height: auto !important;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #3E368C;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #6c6c6c;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #333;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #6c6c6c;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #6c6c6c;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #6c6c6c;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #6c6c6c;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #6c6c6c;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

/* Generated by Font Squirrel (https://www.fontsquirrel.com) on May 10, 2016 */

@font-face {
	font-family: "brandon_grotesque";
	src: url("/demandit/files/M_18D81CC4DCEF48432C0/dms/Fonts/brandon_bld-webfont.woff2") format("woff2"), url("/demandit/files/M_18D81CC4DCEF48432C0/dms/Fonts/brandon_bld-webfont.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "brandon_grotesque";
	src: url("/demandit/files/M_18D81CC4DCEF48432C0/dms/Fonts/brandon_blk-webfont.woff2") format("woff2"), url("/demandit/files/M_18D81CC4DCEF48432C0/dms/Fonts/brandon_blk-webfont.woff") format("woff");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: "brandon_grotesque";
	src: url("/demandit/files/M_18D81CC4DCEF48432C0/dms/Fonts/brandon_light-webfont.woff2") format("woff2"), url("/demandit/files/M_18D81CC4DCEF48432C0/dms/Fonts/brandon_light-webfont.woff") format("woff");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "brandon_grotesque";
	src: url("/demandit/files/M_18D81CC4DCEF48432C0/dms/Fonts/brandon_med-webfont.woff2") format("woff2"), url("/demandit/files/M_18D81CC4DCEF48432C0/dms/Fonts/brandon_med-webfont.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "icomoon";
	src: url("/demandit/files/M_18D81CC4DCEF48432C0/dms/Fonts/icomoon.eot?lo67ok");
	src: url("/demandit/files/M_18D81CC4DCEF48432C0/dms/Fonts/icomoon.eot?lo67ok#iefix") format("embedded-opentype"), url("/demandit/files/M_18D81CC4DCEF48432C0/dms/Fonts/icomoon.ttf?lo67ok") format("truetype"), url("/demandit/files/M_18D81CC4DCEF48432C0/dms/Fonts/icomoon.woff?lo67ok") format("woff"), url("/demandit/files/M_18D81CC4DCEF48432C0/dms/Fonts/icomoon.svg?lo67ok#icomoon") 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: "icomoon" !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-chevron-left:before {
	content: "\e905";
}

.icon-chevron-right:before {
	content: "\e904";
}

.icon-ribbon:before {
	content: "\e900";
}

.icon-out:before {
	content: "\e901";
}

.icon-comment-o:before {
	content: "\e902";
}

.icon-heart-o:before {
	content: "\e903";
}

a {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

body {
	line-height: 16px;
}

#wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}

#header {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%;
}

#header .holder {
	margin: 0 auto;
	max-width: 1482px;
	padding: 0 15px;
	max-width: 1524px;
	padding-top: 15px;
	padding-bottom: 15px;
	min-height: 116px;
}

.logo {
	float: left;
	width: 131px;
	margin: 0;
}

.logo img {
	display: block;
}

.nav-opener {
	height: 29px;
	width: 42px;
	position: relative;
	float: right;
	margin: 25px 2px 0 0;
}

.nav-opener:hover {
	opacity: .8;
}

.nav-opener:after,
.nav-opener:before,
.nav-opener span {
	background: #fff;
	position: absolute;
	left: 0;
	top: 11px;
	height: 7px;
	width: 42px;
	content: "";
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 1;
}

.nav-opener:before {
	top: 0;
}

.nav-opener:after {
	top: auto;
	bottom: 0;
}

.nav-opener.active:after{
	transform: rotate(-45deg);
	top: 40%;
}

.nav-opener.active:before{
	transform: rotate(45deg);
	top: 40%;
}

.nav-opener.active span{
	opacity: 0;
}


#nav {
	padding: 20px 0 0;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	clear: both;
	overflow: hidden;
}

.nav-active #nav {
	opacity: 1;
	visibility: visible;
}


#nav:after {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: #3E368C;
	opacity: 1;
	z-index: -1;
}

#nav > ul {
	float: left;
}

#nav > ul > li {
	font: 600 18px/30px "brandon_grotesque", sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	word-spacing: 1px;
}

#nav li.active a {
	opacity: .6;
}

#nav a {
	color: #fff;
	text-decoration: none;
}

#nav a:hover {
	opacity: .6;
}

.fw-nav-level3{
	list-style: none;
	padding: 0;
	overflow: hidden;
	position: relative;
}

.fw-nav-level3 > li{
	font: 600 16px/30px "brandon_grotesque", sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	word-spacing: 1px;
	margin: 0 0 0 20px;
}

.fw-nav-level3 a{
	color: #fff;
	text-decoration: none;
}

.fw-nav-level3 li ul{
	font: 400 16px/30px "brandon_grotesque", sans-serif;
	text-transform: capitalize;
	padding: 0 0 0 20px;
}

.flex-media{
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
	margin: 2em 0;
}

.flex-media iframe, .flex-media object, .flex-media embed{
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.bg-video{
	display: none;
}

.banner {
	position: relative;
	min-height: 100vh;
	text-align: center;
	white-space: nowrap;
	text-align: center;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.banner-home{
	background-image: url(/demandit/files/M_95441CC4DCE227FCCCB/dms/Image/wave.jpg);
}

.banner-subpage{
	min-height: 30vh;
}

.banner:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}

.banner > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.banner:after {
	min-height: inherit;
}
.banner .banner-inner{
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	max-width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+56,000000+100&0+1,0.4+100 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 1%, rgba(255,255,255,0) 56%, rgba(0,0,0,0.4) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 1%,rgba(255,255,255,0) 56%,rgba(0,0,0,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 1%,rgba(255,255,255,0) 56%,rgba(0,0,0,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
}

.banner .holder {
	width: 990px;
	max-width: 100%;
	color: #fff;
	padding: 145px 15px;
	margin: 0 auto;
}

.banner .banner-logo {
	width: 180px;
	margin: 0 auto 20px;
}

.banner .banner-logo img {
	display: block;
}

.banner h1 {
	color: #fff;
	text-transform: uppercase;
	font: 600 30px/40px "brandon_grotesque", sans-serif;
	margin: 0 0 -1px;
	word-spacing: 2px;
}
.banner-subpage h1{
	font: 600 50px/60px "brandon_grotesque", sans-serif;
	text-shadow: 4px 4px 4px rgba(75,75,75, 1);
}

.banner h1 span {
	font-weight: 800;
}

.banner em{
	font-size: 21px;
	line-height: 34px;
	font-weight: 200;
	text-shadow: 4px 4px 4px rgba(75,75,75, 1);
}

.intro {
	background: #1b1c1c;
}

.intro .holder {
	max-width: 1400px;
	margin: 0 auto;
	padding: 40px 15px;
	text-align: center;
}

.intro h1 {
	color: #bbb;
	text-transform: uppercase;
	font: 300 22px/30px "brandon_grotesque", sans-serif;
	margin: 0 0 29px;
	word-spacing: 1px;
}

.intro h1 span {
	font-weight: 800;
}

.intro em {
	font-weight: 300;
	font-size: 18px;
	line-height: 25px;
	color: #c6c6c6;
	display: block;
	margin: 0 0 20px;
}

.btn {
	display: inline-block;
	vertical-align: top;
	background: #3E368C;
	color: #fff;
	letter-spacing: 2px;
	padding: 12px;
	text-align: center;
	min-width: 227px;
	text-decoration: none;
	text-transform: uppercase;
	font: 700 17px/27px "brandon_grotesque", sans-serif;
}

.btn:hover {
	opacity: .8;
}

.info-block {
	overflow: hidden;
}

.info-block .info {
	position: relative;
}

.info-block .info a:after{
	background: #373737 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.3s ease-in-out 0s;
	z-index: 999;
}
.info-block .info a:hover:after{
	opacity: 0;
}

.info-block .info img {
	display: block;
	width: 100%;
	height: auto;
}

.info-block .caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(62, 54, 140, .7);
	font-style: italic;
	font-size: 15px;
	line-height: 18px;
	color: #fff;
	padding: 10px 15px;
	font-style: italic;
	letter-spacing: 1px;
}

.info-block .caption span {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font: 700 15px/18px "brandon_grotesque", sans-serif;
}

.info-block .caption-holder {
	position: absolute;
	height: 100%;
	z-index: 9;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 544px;
	background: rgba(62 ,54, 140, .85);
	color: #fff;
	text-align: center;
	white-space: nowrap;
	text-align: center;
}

.info-block .caption-holder:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}

.info-block .caption-holder > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.info-block .caption-holder a {
	font-weight: 700;
	text-decoration: none;
	color: #fff;
}

.info-block .caption-holder a:hover {
	opacity: .7;
}

.info-block .caption-frame {
	font-style: italic;
	font-size: 15px;
	line-height: 18px;
	padding: 10px 15px;
	font-weight: 300;
	max-height: calc(100% - 30px);
	overflow: auto;
}

.info-block p {
	margin: 0 0 5px;
}

.info-block h2 {
	color: #fff;
	text-transform: uppercase;
	font: 700 24px/30px "brandon_grotesque", sans-serif;
	margin: 0 0 10px;
	letter-spacing: 3px;
}

.content-area {
	margin: 0 auto;
	max-width: 700px;
	padding: 30px 15px;
}
.content-area-home{
	max-width: 100%;
	background: #fff;
}

.contact-area {
	margin: 60px auto 30px;
	max-width: 638px;
}

.contact-area h2 {
	text-align: center;
	color: #3E368C;
	text-transform: uppercase;
	font: 700 24px/30px "brandon_grotesque", sans-serif;
	margin: 0 0 20px;
	letter-spacing: 1px;
}

.contact-area .text {
	display: block;
	font-style: italic;
	font-size: 21px;
	line-height: 25px;
	font-weight: 300;
	color: #8f8f8f;
	text-align: center;
	margin: 0 0 20px;
}

.contact-area img {
	display: block;
	margin: 0 auto 31px;
}

.contact-area .title {
	display: block;
	margin: 0 0 20px;
	text-align: center;
	color: #3E368C;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: 800 21px/25px "brandon_grotesque", sans-serif;
}

address {
	display: block;
	font-style: italic;
	font-size: 19px;
	line-height: 24px;
	text-align: center;
	font-weight: 300;
	color: #8f8f8f;
}

address a {
	text-decoration: none;
	color: #8f8f8f;
}

address a:hover {
	color: #3E368C;
}

.contact-from {
	margin: 0 0 20px;
}

.contact-from .dem-meldung span{
	color: red;
}

.contact-from .form-control {
	width: 100%;
	outline: none;
	border: none;
	font-weight: 300;
	height: 42px;
	font-size: 19px;
	line-height: 26px;
	word-spacing: -2px;
	resize: none;
	padding: 5px 8px 7px;
	border-bottom: 4px solid #c8c5e9;
	margin: 0 0 32px;
}
.contact-from .form-control span{
	padding: 0 10px;
}

.contact-from .form-control::-webkit-input-placeholder {
	color: #8f8f8f;
	font-style: italic;
}

.contact-from .form-control::-moz-placeholder {
	opacity: 1;
	color: #8f8f8f;
	font-style: italic;
}

.contact-from .form-control:-moz-placeholder {
	color: #8f8f8f;
	font-style: italic;
}

.contact-from .form-control:-ms-input-placeholder {
	color: #8f8f8f;
	font-style: italic;
}

.contact-from .form-control.placeholder {
	color: #8f8f8f;
	font-style: italic;
}

.contact-from .form-control:focus {
	border-color: #333;
}

.contact-from textarea.form-control {
	padding: 5px 0 7px;
	height: 100px;
}

.contact-from .three-cols {
	padding: 0 0 15px;
}

.contact-from .submit {
	display: block;
	width: 100%;
	font-size: 21px;
	line-height: 43px;
	padding: 0 10px;
	background: #3E368C;
	color: #fff;
	text-align: center;
	font-weight: 300;
	font-style: italic;
	border: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.contact-from .submit:hover {
	opacity: .8;
}

.content {
	overflow: hidden;
	font: 300 18px/25px "Open Sans", sans-serif;
}

.content h1 {
	color: #3E368C;
	margin: 0 0 30px;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	font: 700 30px/35px "brandon_grotesque", sans-serif;
	border-bottom: 2px solid #eee;
	padding: 0 0 15px;
}

.content h1 span {
	margin: 0 0 10px;
	letter-spacing: 0;
	display: block;
	text-transform: none;
	color: #5d5d5d;
	font: italic 300 18px/24px "Open Sans", sans-serif;
}

.content h2 {
	margin: 1.5em 0 12px;
	color: #3E368C;
	font: 300 24px/30px "Roboto", sans-serif;
}

.content .text-bg {
	margin: 0 0 1em;
}

.content .js-line-break {
	font: italic 100 21px/30px "Roboto", sans-serif;
	letter-spacing: .7px;
	overflow: hidden;
	display: block;
}

.content .js-line-break span {
	position: relative;
	display: inline-block;
}

.content .js-line-break span:after {
	position: absolute;
	left: 0;
	bottom: 7px;
	top: 10px;
	right: -30px;
	content: "";
	z-index: -1;
	background: #f0f1f7;
}

.content .js-line-break span br {
	font-size: 0;
	line-height: 0;
}

.content h2 + p {
	margin: 0;
}

#team{
text-align: center;
}

#team img{
margin: 15px 0px;
}


.footer-content {
	overflow: hidden;
	padding: 20px 4px;
	border-top: 3px solid #eee;
}

.footer-content ul {
	float: right;
	text-align: right;
}

.footer-content ul:first-child {
	float: left;
	text-align: left;
}

.footer-content ul:first-child li {
	margin: 0 14px 0 0;
}

.footer-content ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 15px;
}

.footer-content ul a {
	text-decoration: none;
	display: block;
	font-size: 16px;
	color: #cbcbcb;
}

.footer-content ul a:hover:before {
	color: #008bb7;
}

.footer-content ul a:hover span {
	border-color: #008bb7;
}

.footer-content ul a:hover span:after,
.footer-content ul a:hover span:before {
	border-color: #008bb7;
}

.footer-content ul a:before {
	font-family: icomoon;
	color: #5f5f5f;
}

.footer-content ul a.icon-menu {
	line-height: 0;
	font-size: 0;
	margin: 0 5px 0 0;
}

.footer-content ul a span {
	font-size: 0;
	line-height: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	position: relative;
	border: 2px solid #737373;
	display: inline-block;
	vertical-align: top;
}

.footer-content ul a span:after,
.footer-content ul a span:before {
	font-size: 0;
	line-height: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border: 2px solid #737373;
	position: absolute;
	top: -2px;
	left: -13px;
	content: "";
	margin: 0 2px;
}

.footer-content ul a span:before {
	left: auto;
	right: -13px;
}

.footer-content ul a.like:before {
	margin: 0 7px 0 0;
	font-size: 26px;
	content: "\e903";
	display: inline-block;
	vertical-align: top;
}

.footer-content ul a.chat:before {
	margin: -4px 7px 0 0;
	font-size: 26px;
	content: "\e902";
	display: inline-block;
	vertical-align: top;
	-webkit-transform: rotateY(152deg);
	transform: rotateY(152deg);
}

.footer-content ul a.icon-out:before {
	font-size: 20px;
}

.footer-content ul a.icon-ribbon:before {
	font-size: 25px;
}

.other-project {
	background: #fafafa;
	padding: 20px 9999px;
	margin: 0 -9999px;
}

.other-project .text {
	letter-spacing: 1px;
	display: block;
	margin: 0 0 31px;
	font: 700 16px/22px "brandon_grotesque", sans-serif;
	text-transform: uppercase;
}

.other-project .text a {
	letter-spacing: 0;
	text-decoration: none;
	text-transform: none;
	color: #fff;
	background: #3E368C;
	border-radius: 8px;
	font: 300 19px/25px "Roboto", sans-serif;
	padding: 2px 24px 5px;
	margin: 10px 0 0;
	display: block;
}

.other-project .text a:hover {
	opacity: .8;
}

.project-block h1 {
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto 20px;
	text-align: center;
	color: #3E368C;
	text-transform: uppercase;
	font: 700 30px/40px "brandon_grotesque", sans-serif;
}

.carousel {
	position: relative;
	width: 100%;
}

.carousel .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.carousel .slideset {
	width: 99999px;
	float: left;
}

.carousel .slide {
	width: 320px;
	float: left;
	background: #373737;
	color: #fff;
}

.carousel .slide:nth-child(odd) {
	background: #3E368C;
}

.carousel .slide:nth-child(odd) a {
	color: #fff;
}

.carousel .slide img {
	display: block;
	width: 100%;
	height: auto;
}

.carousel .slide .info {
	padding: 32px 20px 48px;
	text-align: center;
}

.carousel .slide a {
	min-height: 100%;
	text-decoration: none;
	color: #fffefe;
	display: block;
	position: relative;
}

.carousel .slide a:hover:after {
	opacity: 0;
}

.carousel .slide a:after {
	position: absolute;
	z-index: 999;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #373737;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.carousel h2 {
	font-size: 16px;
	line-height: 20px;
	font-style: italic;
	font-weight: 400;
	margin: 0;
	min-height: 41px;
}

.carousel h3 {
	margin: 0 0 10px;
	min-height: 63px;
	text-transform: uppercase;
	font: 700 16px/23px "brandon_grotesque", sans-serif;
}

.carousel .link {
	display: block;
	text-decoration: underline;
	font: italic 300 21px/25px "Roboto", sans-serif;
}

.carousel .btn-prev,
.carousel .btn-next {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
	width: 30px;
	font-size: 22px;
	height: 100%;
	background: #fff;
	text-decoration: none;
	text-align: center;
	opacity: .3;
}

.carousel .btn-prev:hover,
.carousel .btn-next:hover {
	opacity: .8;
}

.carousel .btn-prev:before,
.carousel .btn-next:before {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	margin: -11px 0 0;
}

.scroll-icon{
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -22.5px;
	width: 45px;
	height: 45px;
	display: none;
}

.scroll-icon img{
	padding-top: 0;
	-webkit-animation: blink 1s 3;
	animation: blink 1s 3;
	opacity: 1;
	position: relative;
}

@keyframes blink {
	0%   {top: 0px;}
	49%  {top: 20px;}
	50%  {top: 20px}
	100% {top: 0px;}
}
@-webkit-keyframes blink {
	0%   {top: 0px;}
	49%  {top: 20px;}
	50%  {top: 20px}
	100% {top: 0px;}
}

.carousel .btn-next {
	left: auto;
	right: 0;
}

#footer {
	width: 100%;
	background: #1c1c1c;
}

#footer .holder {
	margin: 0 auto;
	max-width: 800px;
	padding: 50px 15px;
}

#footer .logo {
	float: none;
	margin: 0 auto 31px;
}

@media (min-width: 820px) {
	#header .holder {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	#nav {
		width: inherit;
		padding: 20px 0 0 0;
	}

	#nav > ul > li {
		float: left;
		margin: 0 15px 0 0;
	}

	.fw-nav-level3{
		max-width: 260px;
		margin: 1em 0 0 !important;
	}

	.fw-nav-level3 > li > ul{
		max-width: 260px;
		margin: 0 0 1em !important;
	}

	.fw-nav-level3 > li{
		margin: 0;
	}

	.bg-video {
	    position: fixed;
	    top: 50%;
	    left: 50%;
	    min-width: 100%;
	    min-height: 100%;
	    width: auto;
	    height: auto;
	    z-index: -100;
	    -ms-transform: translateX(-50%) translateY(-50%);
	    -moz-transform: translateX(-50%) translateY(-50%);
	    -webkit-transform: translateX(-50%) translateY(-50%);
	    transform: translateX(-50%) translateY(-50%);
	    background: url(/demandit/files/M_95441CC4DCE227FCCCB/dms/Image/wave.jpg) no-repeat;
	    background-size: cover;
			display: block;
	}

	.banner-home{
		background: none;
	}

	.intro .holder {
		padding: 44px 15px 42px;
	}

	.intro h1 {
		margin: 0 0 29px;
		word-spacing: 3px;
		font: 300 26px/32px "brandon_grotesque", sans-serif;
	}

	.intro em {
		margin: 0 0 48px;
		font-size: 19px;
		line-height: 25px;
	}

	.info-block .info {
		float: left;
		width: 50%;
	}

	.info-block .info:nth-child(odd) {
		text-align: right;
	}

	.info-block .caption {
		font-size: 18px;
		line-height: 25px;
	}

	.info-block .caption span {
		font: 700 18px/25px "brandon_grotesque", sans-serif;
	}

	.info-block .info a:after{
		opacity: 0.67;
	}

	.carousel .slide a:after{
		opacity: 0.67;
	}

	.content-area {
		padding: 78px 15px;
	}

	.contact-area {
		margin: 120px auto 90px;
	}

	.contact-area-subpage{
		margin: 120px auto 30px;
	}

	.contact-area h2 {
		font: 700 26px/33px "brandon_grotesque", sans-serif;
		margin: 0 0 83px;
	}

	.contact-area .text {
		margin: 0 0 44px;
	}

	.contact-from {
		margin: 0 0 85px;
	}

	.contact-from textarea.form-control {
		height: 42px;
	}

	.contact-from .three-cols {
		margin: 0 -2px;
		padding: 0 0 52px;
	}

	.contact-from .three-cols .col {
		float: left;
		width: 33.33%;
		padding: 0 2px;
	}

	.content {
		font: 300 20px/31px "Open Sans", sans-serif;
	}

	.content h1 {
		margin: 0 0 41px;
		font: 700 34px/40px "brandon_grotesque", sans-serif;
	}

	.content h1 span {
		margin: 0 0 29px;
		font: italic 300 19px/25px "Open Sans", sans-serif;
	}

	.content h2 {
		font: 300 34px/38px "Roboto", sans-serif;
	}

	.content .js-line-break {
		font: italic 100 25px/35px "Roboto", sans-serif;
	}

	.content .js-line-break span:after {
		top: 18px;
	}

	.footer-content {
		padding: 71px 4px 43px;
	}

	.footer-content ul {
		width: 50%;
	}

	.footer-content ul li {
		margin: 0 0 0 33px;
	}

	.other-project {
		padding: 55px 9999px;
	}

	.other-project .text {
		font: 700 16px/22px "brandon_grotesque", sans-serif;
	}

	.other-project .text a {
		margin: -4px 0 0 6px;
		display: inline-block;
		vertical-align: top;
		font: 300 15px/25px "Roboto", sans-serif;
	}

	.project-block h1 {
		margin: 0 auto 89px;
		font: 700 34px/45px "brandon_grotesque", sans-serif;
	}

	.carousel .slide .info {
		text-align: left;
	}
}

@media (min-width: 1000px) {
	.logo {
		margin: 0 0 0 40px;
	}

	#nav {
		padding: 26px 0 0;
	}

	#nav > ul > li {
		word-spacing: 2px;
		margin: 0 0 0 40px;
		font: 600 19px/30px "brandon_grotesque", sans-serif;
	}

	.banner .banner-logo {
		margin: 0 auto 64px;
	}

	.banner h1 {
		font: 600 43px/50px "brandon_grotesque", sans-serif;
		word-spacing: 6px;
	}

	.banner-subpage h1{
		font: 600 60px/70px "brandon_grotesque", sans-serif;
	}

	.banner em{
		font-size: 25px;
		line-height: 35px;
		font-weight: 200;
	}

	.info-block h2 {
		font: 700 19px/25px "brandon_grotesque", sans-serif;
	}

	.content-area {
		padding: 78px 15px 104px;
	}

	.other-project {
		padding: 55px 9999px 100px;
	}

	.carousel .mask {
		width: 100% !important;
		height: auto !important;
	}

	.carousel .slideset {
		width: 100% !important;
	}

	.carousel .slide {
		width: 20% !important;
	}

	.carousel .link {
		font: italic 300 17px/23px "Roboto", sans-serif;
	}

	.carousel .btn-prev,
	.carousel .btn-next {
		display: none;
	}
}

@media (min-width: 1300px) {
	#nav{
		clear: inherit;
	}
	#nav > ul > li {
		word-spacing: 4px;
		margin: 0 0 0 65px;
	}

	.info-block .caption {
		font-size: 17px;
		line-height: 27px;
		padding: 18px 58px 13px;
	}

	.info-block .caption span {
		font: 700 17px/27px "brandon_grotesque", sans-serif;
	}

	.info-block .caption-frame {
		font-size: 15px;
		line-height: 19px;
		padding: 10px 57px 10px 40px;
	}

	.info-block p {
		margin: 0 0 10px;
	}

	.carousel .slide .info {
		letter-spacing: 2px;
	}

	.carousel h2 {
		font-size: 16px;
		line-height: 24px;
	}

	.carousel h3 {
		font: 700 16px/23px "brandon_grotesque", sans-serif;
	}

	#footer .holder {
		padding: 100px 15px;
	}
}

@media (min-width: 1600px) {
	.carousel .slide .info {
		padding: 32px 52px 48px;
	}
}

@media (min-width: 1700px) {
	.info-block p {
		margin: 0 0 22px;
	}

	.info-block h2 {
		margin: 0 0 36px;
	}
}


/*formular KI*/
.formular-KI{
	margin: 20px 0;
}

.formular-KI td .form_element{
	margin: 4px 20px 6px;
	border-radius: 4px;

}

.formular-KI td #fg_formfield_id_69591{
	margin: 4px 20px 6px;
	border: none;
	border-radius: 4px;
	border: 1px solid #6c6c6c;
	padding: 2px 5px;
}

.formular-KI td p{
	margin-left: 20px;
}

.formular-KI td #fg_formfield_id_69596 {
	border-radius: 4px;
	margin: 10px 0 0 20px;
	background-color: transparent;
	cursor: pointer;
	padding: 4px;
	border: none;
	transition: 0.3s;
	border: 2px solid #3E368C;
}












