/**
 * ---------------------------------------------------------------------------------------------------------
 * styles.scss
 *
 * based on Nexus-Framework V1.0
 *
 * Author: Lasse Laube - Laube webdesign
 *
 * ---------------------------------------------------------------------------------------------------------
 */
/**
 * ---------------------------------------------------------------------------------------------------------
 * Site Settings
 * ---------------------------------------------------------------------------------------------------------
 */
/* Typography */
/* Colors */
/* white */
/* grau */
/* orange */
/* lightgreen */
/* Positioning */
/**
 * ---------------------------------------------------------------------------------------------------------
 * Site Utilities
 * ---------------------------------------------------------------------------------------------------------
 */

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}


@media (min-width: 991px) {
  .col-md-6.no-left-border {
    padding-left: 0px; } }
.v-left {
  text-align: left; }

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

.v-center {
  text-align: center; }

.v-justify {
  text-align: justify; }

.clearfix::after {
  clear: both;
  content: "";
  display: table; }

.hidden {
  display: none; }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

/**
 * ---------------------------------------------------------------------------------------------------------
 * Normalize
 * ---------------------------------------------------------------------------------------------------------
 */
/*! normalize.css v3.0.1 | 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.
 */
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,
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/11, 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/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: 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/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 {
  -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, 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
 *    (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/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; }

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

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/**
 * ---------------------------------------------------------------------------------------------------------
 * Base styles
 * ---------------------------------------------------------------------------------------------------------
 */
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #565655;
  background-color: #FFFFFF; }

.wrapper {
  max-width: 990px;
  margin: 0 auto; }

.container {
  max-width: 990px; }

h1, .h1 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.6em; }

h2, .h2 {
  font-size: 1.4em;
  margin-top: 20px;
  padding-bottom: 10px;
  color: #b20000;
  font-weight: bold;
  text-shadow: 1px 1px 4px #ffffff; }
  h2:first-child, .h2:first-child {
    margin-top: 0px; }

aside h2, aside .h2 {
  font-size: 1em;
  line-height: 1em;
  text-decoration: underline;
  margin: 0;
  padding: 0; }

h3, .h3 {
  font-size: 1.3em;
  line-height: 1.5em;
  margin: 0;
  color: #b20000; }
  h3 svg, .h3 svg {
    vertical-align: sub; }

h4, .h4 {
  font-size: 1.1em;
  line-height: 1.3em;
  margin: 0;
  color: #b20000; }

a {
  color: #565655;
  outline: 0 !important; }

a:hover {
  color: #565655;
  text-decoration: none; }

a.text-primary {
  color: #B50000; }

a.text-primary:hover {
  color: #9c0000;
  text-decoration: underline; }

p {
  margin-bottom: 1.2em;
  color: #000; }

p span {
  color: #939392; }

strong {
  font-weight: bold; }

ul {
  margin: 2.5%;
  padding: 0;
  width: 95%; }
  ul.list {
    margin: 2.5% 17px; }

li {
  list-style: square;
  margin-left: 10px; }

ul.dropdown-menu > li {
  list-style: none; }

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
  display: table;
  content: " "; }

hr {
  margin-top: 10px;
  margin-bottom: 10px; }

/**
 * ---------------------------------------------------------------------------------------------------------
 * IE8 styles
 * ---------------------------------------------------------------------------------------------------------
 */
/**
 * ---------------------------------------------------------------------------------------------------------
 * Navigation
 * ---------------------------------------------------------------------------------------------------------
 */
/* keyframes */
@keyframes dash {
  to {
    stroke-dashoffset: 0; } }
/* --------- */
.navbar {
  margin-bottom: 0;
  visibility: hidden;
  display: none; }

.navbar-toggle {
  border-color: #B50000; }

.navbar-toggle:hover {
  background-color: #DCD9D9; }

.navbar-toggle .icon-bar {
  background-color: #B50000; }

.nav > li {
  height: 70px; }

.nav-pills > li.active > a:focus, .nav-pills > li > a:hover, .nav-pills > li > a:focus {
  color: black; }

.nav-pills > li.active > a, .nav-pills > li > a:active, .nav-pills > li.active > a:hover {
  background: none; }

.nav-icon * {
  transform-origin: 50% 50%; }

.nav li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }
  .nav li > a .nav-icon {
    visibility: hidden;
    width: 0;
    height: 0; }
  .nav li > a#nav--ueberuns .nav--title {
    left: 0; }
  .nav li > a#nav--leistungen .nav--title {
    left: -3px; }
  .nav li > a#nav--kontakt .nav--title {
    left: 8px; }
  .nav li > a .nav--title {
    color: black; }
  .nav li > a:hover .nav--title {
    color: #B50000; }

#company #page-company .bubble-border, #services #page-services .bubble-border, #references #page-references .bubble-border, #contact #page-contact .bubble-border {
  stroke: #B50000; }

#privacynotice #page-privacynotice a, #imprint #page-imprint a {
  color: #B50000; }

.nav li.active .nav--title {
  color: #B50000; }
.nav li.active .bubble-border {
  stroke: #B50000; }

.footer-nav {
  margin: 0; }
  .footer-nav li {
    padding: 5px 0px;
    margin-left: 0;
    list-style: none; }
    .footer-nav li a {
      font-size: 12px;
      font-weight: bold; }

@media (min-width: 768px) {
  .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover, .nav-pills > li > a:hover, .nav-pills > li > a:focus, .nav-pills > li > a:active {
    background: none; }

  .nav li#page-contact {
    margin-left: 50px; }

  .nav li > a {
    position: relative;
    display: block;
    padding: 10px 20px; }
    .nav li > a .nav-icon {
      visibility: visible;
      display: block;
      width: 32px;
      height: 32px; }
    .nav li > a#nav--ueberuns .nav--title {
      left: 7px; }
    .nav li > a#nav--leistungen .nav--title {
      left: 0; }
    .nav li > a#nav--references .nav--title {
      left: -2px; }
    .nav li > a#nav--kontakt .nav--title {
      left: 11px; }
    .nav li > a .nav--title {
      visibility: none;
      overflow: hidden;
      opacity: 0;
      position: absolute;
      top: 55px;
      color: #B50000;
      -webkit-transform: translateY(5px);
      -moz-transform: translateY(5px);
      -ms-transform: translateY(5px);
      -o-transform: translateY(5px);
      transform: translateY(5px);
      -webkit-transition: visibility 0s, opacity 0.4s linear, -webkit-transform 0.3s linear;
      -moz-transition: visibility 0s, opacity 0.4s linear, -moz-transform 0.3s linear;
      transition: visibility 0s, opacity 0.4s linear, transform 0.3s linear; }
    .nav li > a:hover .nav--title, .nav li > a:focus .nav--title, .nav li > a:active .nav--title {
      visibility: visible;
      opacity: 1;
      -webkit-transform: translateY(-5px);
      -moz-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
      -o-transform: translateY(-5px);
      transform: translateY(-5px);
      -webkit-transition: visibility 5s, opacity 0.4s linear, -webkit-transform 0.3s linear;
      -moz-transition: visibility 5s, opacity 0.4s linear, -moz-transform 0.3s linear;
      transition: visibility 5s, opacity 0.4s linear, transform 0.3s linear; }
    .nav li > a:hover .bubble-border, .nav li > a:focus .bubble-border, .nav li > a:active .bubble-border {
      stroke-dasharray: 95;
      stroke-dashoffset: 95;
      -webkit-animation: dash 0.4s linear forwards;
      -moz-animation: dash 0.4s linear forwards;
      animation: dash 0.4s linear forwards;
      stroke: #B50000; }

  .nav > li {
    height: auto; }

  .navbar {
    visibility: visible;
    display: block;
    margin-bottom: 15px; }
    .navbar ul {
      width: auto;
      float: right; } }
@media (min-width: 991px) {
  .navbar ul {
    margin-top: 145px; } }
/**
 * ---------------------------------------------------------------------------------------------------------
 * Header
 * ---------------------------------------------------------------------------------------------------------
 */
.header {
  position: relative;
  background-color: #DCD9D9;
  text-align: center;
  border-bottom: 10px solid #E7E4E4;
  height: 100px; }
  .header a {
    position: relative;
    top: 25px; }

h1.logo, h2.logo {
  text-indent: -9999px;
  background: transparent url("../images/logo.png") center top no-repeat;
  background-size: contain;
  height: 50px; }

@media (min-width: 768px) {
  .header {
    height: 225px; }
    .header a {
      top: 125px; } }
/**
 * ---------------------------------------------------------------------------------------------------------
 * Main
 * ---------------------------------------------------------------------------------------------------------
 */
.main-content {
  padding: 3em 1.5em; }

.berlin {
  background-color: #EEE9EA; }
  .berlin p {
    text-shadow: 1px 1px 5px #ffffff; }

.boxed {
  background-color: #EEE9EA; }

@media (min-width: 991px) {
  .main-content {
    padding: 3em; }

  .container.brand {
    width: 100%;
    max-width: 100%;
    height: 430px; }

  .fractal {
    background: #EEE9EA url("../images/fractal.png") center center no-repeat;
    background-image-size: cover;
    height: 430px; }

  .fractal2 {
    background: #EEE9EA url("../images/fractal2.png") center center no-repeat;
    background-image-size: cover;
    height: 430px; }

  .fractal3 {
    background: #EEE9EA url("../images/fractal3.png") center center no-repeat;
    background-image-size: cover;
    height: 430px; }

  .birds {
    background: #EEE9EA url("../images/birds.jpg") center center no-repeat;
    background-image-size: cover;
    height: 430px; }

  .birds2 {
    background: #EEE9EA url("../images/birds2.png") center center no-repeat;
    background-image-size: cover;
    height: 430px; }

  .boxed {
    height: 430px; }

  .long-page .boxed {
    height: calc(100vh - 225px);
    min-height: calc(1044px - 225px);
    overflow: scroll; }

  .berlin {
    height: 430px;
    background-image: none;
    background: #EEE9EA url("../images/berlin-white.png") bottom center no-repeat;
    background-size: 100% auto; }
    .berlin p {
      color: #565655; } }
/**
 * ---------------------------------------------------------------------------------------------------------
 * Footer
 * ---------------------------------------------------------------------------------------------------------
 */
.footer {
  border-top: 10px solid #E7E4E4;
  background-color: #DAD6D6;
  padding: 20px 0;
  font-size: 12px; }
  .footer table {
    width: 100%;
    margin: 0 0 0 12.5%;
    margin-bottom: 20px; }
  .footer tr {
    text-align: left;
    vertical-align: top;
    empty-cells: show; }
  .footer a:hover {
    color: #b20000; }
  .footer .impressum {
    height: calc(100vh - 844px);
    min-height: 200px;
    padding: 20px 12.5% 30px;
    font-size: 10px;
    line-height: 16px;
    border-top: 30px solid #d2d1d1;
    background-color: #c8c4c3; }

/**
 * ---------------------------------------------------------------------------------------------------------
 * Button styles
 * ---------------------------------------------------------------------------------------------------------
 */
.btn-primary {
  color: #FFFFFF;
  background-color: #B50000;
  border-color: #B50000; }
  .btn-primary:focus, .btn-primary.focus {
    color: #FFFFFF;
    background-color: #820000;
    border-color: #360000; }
  .btn-primary:hover {
    color: #FFFFFF;
    background-color: #820000;
    border-color: #780000; }
  .btn-primary:active, .btn-primary.active {
    color: #FFFFFF;
    background-color: #820000;
    border-color: #780000; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus {
      color: #FFFFFF;
      background-color: #5e0000;
      border-color: #360000; }
  .btn-primary:active, .btn-primary.active {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #B50000;
    border-color: #B50000; }
  .btn-primary .badge {
    color: #B50000;
    background-color: #B50000; }

/**
 * ---------------------------------------------------------------------------------------------------------
 * Divider Styles
 * ---------------------------------------------------------------------------------------------------------
 */
.spacer-20 {
  width: 100%;
  height: 20px; }

.spacer-50 {
  width: 100%;
  height: 50px; }

/**
 * ---------------------------------------------------------------------------------------------------------
 * Form styles
 * ---------------------------------------------------------------------------------------------------------
 */
.info {
  font-size: 12px;
  padding-right: 30px;
  padding-top: 0; }

.form-group {
  margin-bottom: 10px; }

label {
  margin-bottom: 2px;
  font-size: 12px; }

textarea.form-control {
  height: 165px; }

.form-control {
  border-radius: 0px;
  font-size: 12px; }

.btn-group-sm > .btn, .btn-sm {
  margin-top: 5px; }

/**
 * ---------------------------------------------------------------------------------------------------------
 * Tabel styles
 * ---------------------------------------------------------------------------------------------------------
 */
/**
 * ---------------------------------------------------------------------------------------------------------
 * Misc styles
 * ---------------------------------------------------------------------------------------------------------
 */
.gmap {
  border: none; }

/*
FEEDBACK
*/
#feedback {
  padding: 0px 50px 0;
  color: #fff;
  height: 80px;
  overflow: hidden;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 2;
  transform: translateY(-100px); }

#feedback.success {
  transform: translateY(-100px);
  background: #EEE9EA;
  -webkit-animation: feedback-in .3s ease-in-out forwards, feedback-out .3s ease-in-out 5s forwards;
  -moz-animation: feedback-in .3s ease-in-out forwards, feedback-out .3s ease-in-out 5s forwards;
  animation: feedback-in .3s ease-in-out forwards, feedback-out .3s ease-in-out 5s forwards; }

#feedback.fail {
  transform: translateY(-100px);
  background: #e15258;
  -webkit-animation: feedback-in .3s ease-in-out forwards;
  -moz-animation: feedback-in .3s ease-in-out forwards;
  animation: feedback-in .3s ease-in-out forwards; }

#feedback.dismissed {
  transform: translateY(0);
  -webkit-animation: feedback-out .3s ease-in-out forwards;
  -moz-animation: feedback-out .3s ease-in-out forwards;
  animation: feedback-out .3s ease-in-out forwards; }

#feedback h3 {
  margin: 10px 0 3px; }

#feedback p {
  margin: 0;
  font-size: 14px;
  opacity: .7; }

.dismiss {
  float: right;
  min-height: 30px;
  min-width: 30px;
  padding: 30px 0;
  opacity: .7;
  cursor: pointer;
  color: #B50000; }

.dismiss:hover {
  opacity: 1;
  text-decoration: none; }

/*
ANIMATION
*/
@-webkit-keyframes feedback-in {
  0% {
    transform: translateY(-100px); }
  80% {
    transform: translateY(0px);
    padding-top: 5px; }
  100% {
    transform: translateY(0);
    padding-top: 0; } }
@-moz-keyframes feedback-in {
  0% {
    transform: translateY(-100px); }
  80% {
    transform: translateY(0);
    padding-top: 5px; }
  100% {
    transform: translateY(0);
    padding-top: 0; } }
@keyframes feedback-in {
  0% {
    transform: translateY(-100px); }
  80% {
    transform: translateY(0);
    padding-top: 5px; }
  100% {
    transform: translateY(0);
    padding-top: 0; } }
/* out*/
@-webkit-keyframes feedback-out {
  0% {
    transform: translateY(0); }
  20% {
    transform: translateY(0px);
    padding-top: 5px; }
  100% {
    transform: translateY(-100px); } }
@-moz-keyframes feedback-out {
  0% {
    transform: translateY(0); }
  20% {
    transform: translateY(0px);
    padding-top: 5px; }
  100% {
    transform: translateY(-100px); } }
@keyframes feedback-out {
  0% {
    transform: translateY(0); }
  20% {
    transform: translateY(0px);
    padding-top: 5px; }
  100% {
    transform: translateY(-100px); } }
/**
 * ---------------------------------------------------------------------------------------------------------
 * Carousel styles
 * ---------------------------------------------------------------------------------------------------------
 */
.carousel-outer {
  margin: 0px;
  display: inline-block;
  float: left; }

.util-theme-default .util-pagination {
  text-align: center;
  margin-top: 5px; }

.util-theme-default .util-page.active-page span {
  background-color: #B50000;
  width: 25px; }

.util-theme-default .util-page span {
  height: 6px;
  width: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 5px 2px; }

.util-theme-default.util-carousel {
  width: 100%;
  background-color: #EEE9EA;
  padding: 0px 15px; }

.decription {
  font-size: .95em; }

.img-big img {
  width: auto;
  height: 200px;
  margin: 0 auto;
  padding-bottom: 10px; }

.img-medium img {
  width: auto;
  height: 180px;
  margin: 0 auto;
  padding-bottom: 10px; }

.img-small img {
  width: auto;
  height: 180px;
  margin: 0 auto;
  padding-bottom: 10px; }

@media (min-width: 768px) {
  .carousel-outer {
    padding: 0px; }

  .decription {
    height: 50px;
    font-size: .95em; } }
@media (min-width: 991px) {
  .carousel-outer {
    height: 310px;
    margin-bottom: 15px; }

  .two_v1_img1 img {
    width: auto;
    height: 150px;
    margin: 0 auto;
    padding-bottom: 10px; }

  .three_v1_img1 img {
    width: auto;
    height: 200px;
    margin: 0 auto;
    padding-bottom: 10px; }

  .three_v1_img2 img {
    width: auto;
    height: 100px;
    margin: 0 auto;
    padding-bottom: 10px; }

  .three_v2_img1 img {
    width: auto;
    height: 150px;
    margin: 0 auto;
    padding-bottom: 10px; } }
