@charset "UTF-8";
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 9, scss/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, scss/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 33, scss/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 54, scss/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, scss/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 77, scss/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, scss/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 98, scss/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 110, scss/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 118, scss/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 127, scss/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 136, scss/bootstrap/_normalize.scss */
h1, .headslider .desc .title {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 145, scss/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 154, scss/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 162, scss/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 170, scss/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, scss/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 185, scss/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 193, scss/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 204, scss/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 212, scss/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 221, scss/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 229, scss/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 252, scss/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 266, scss/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 277, scss/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 290, scss/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 302, scss/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 311, scss/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 322, scss/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 334, scss/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 346, scss/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 356, scss/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 367, scss/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 376, scss/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 387, scss/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 396, scss/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 405, scss/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 416, scss/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, scss/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 9, scss/bootstrap/_print.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 18, scss/bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 23, scss/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 27, scss/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 33, scss/bootstrap/_print.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 38, scss/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 44, scss/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 48, scss/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 53, scss/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }

  /* line 57, scss/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 64, scss/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 72, scss/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 77, scss/bootstrap/_print.scss */
  .btn > .caret, li.button a > .caret, .contactbutton > .caret,
  .dropup > .btn > .caret,
  li.button .dropup > a > .caret,
  .dropup > .contactbutton > .caret {
    border-top-color: #000 !important;
  }

  /* line 81, scss/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 85, scss/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 88, scss/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 94, scss/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* line 11, scss/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, scss/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, scss/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 27, scss/bootstrap/_scaffolding.scss */
body {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.428571429;
  color: #434243;
  background-color: #fff;
}

/* line 36, scss/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, scss/bootstrap/_scaffolding.scss */
a {
  color: #83ce17;
  text-decoration: none;
}
/* line 52, scss/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #57890f;
  text-decoration: underline;
}
/* line 58, scss/bootstrap/_scaffolding.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, scss/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, scss/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, scss/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, scss/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, scss/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, scss/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, scss/bootstrap/_scaffolding.scss */
hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #f5f5f5;
}

/* line 125, scss/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, scss/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 159, scss/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 9, scss/bootstrap/_type.scss */
h1, .headslider .desc .title, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Rosarivo", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}
/* line 16, scss/bootstrap/_type.scss */
h1 small, .headslider .desc .title small,
h1 .small,
.headslider .desc .title .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #ececec;
}

/* line 24, scss/bootstrap/_type.scss */
h1, .headslider .desc .title, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 25px;
  margin-bottom: 12.5px;
}
/* line 30, scss/bootstrap/_type.scss */
h1 small, .headslider .desc .title small,
h1 .small,
.headslider .desc .title .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, scss/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
/* line 41, scss/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, scss/bootstrap/_type.scss */
h1, .headslider .desc .title, .h1 {
  font-size: 40px;
}

/* line 48, scss/bootstrap/_type.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 49, scss/bootstrap/_type.scss */
h3, .h3 {
  font-size: 31px;
}

/* line 50, scss/bootstrap/_type.scss */
h4, .h4 {
  font-size: 23px;
}

/* line 51, scss/bootstrap/_type.scss */
h5, .h5 {
  font-size: 18px;
}

/* line 52, scss/bootstrap/_type.scss */
h6, .h6 {
  font-size: 16px;
}

/* line 58, scss/bootstrap/_type.scss */
p {
  margin: 0 0 12.5px;
}

/* line 62, scss/bootstrap/_type.scss */
.lead {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 62, scss/bootstrap/_type.scss */
  .lead {
    font-size: 27px;
  }
}

/* line 78, scss/bootstrap/_type.scss */
small,
.small {
  font-size: 88%;
}

/* line 83, scss/bootstrap/_type.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 90, scss/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, scss/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, scss/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, scss/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, scss/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, scss/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, scss/bootstrap/_type.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/* line 99, scss/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, scss/bootstrap/_type.scss */
.text-muted {
  color: #ececec;
}

/* line 5, scss/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #83ce17;
}

/* line 8, scss/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #66a012;
}

/* line 5, scss/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, scss/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 5, scss/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, scss/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 5, scss/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, scss/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 5, scss/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, scss/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 119, scss/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, scss/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #83ce17;
}

/* line 8, scss/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #66a012;
}

/* line 5, scss/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, scss/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 5, scss/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, scss/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 5, scss/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, scss/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 5, scss/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, scss/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 138, scss/bootstrap/_type.scss */
.page-header {
  padding-bottom: 11.5px;
  margin: 50px 0 25px;
  border-bottom: 1px solid #f5f5f5;
}

/* line 149, scss/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 12.5px;
}
/* line 153, scss/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, scss/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 173, scss/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
/* line 177, scss/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 185, scss/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 25px;
}

/* line 189, scss/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.428571429;
}

/* line 193, scss/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 196, scss/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, scss/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
/* line 19, scss/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 211, scss/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, scss/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 229, scss/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #ececec;
}

/* line 235, scss/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
}

/* line 241, scss/bootstrap/_type.scss */
blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 22.5px;
  border-left: 5px solid #f5f5f5;
}
/* line 250, scss/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
/* line 257, scss/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #ececec;
}
/* line 265, scss/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 274, scss/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f5f5f5;
  border-left: 0;
  text-align: right;
}
/* line 286, scss/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
/* line 287, scss/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 294, scss/bootstrap/_type.scss */
address {
  margin-bottom: 25px;
  font-style: normal;
  line-height: 1.428571429;
}

/* line 10, scss/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, scss/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}
/* line 19, scss/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 10, scss/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 10, scss/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 10, scss/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, scss/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, scss/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 19, scss/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, scss/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, scss/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 19, scss/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 27, scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 35, scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.3333333333%;
}

/* line 35, scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.6666666667%;
}

/* line 35, scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.3333333333%;
}

/* line 35, scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.6666666667%;
}

/* line 35, scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.3333333333%;
}

/* line 35, scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.6666666667%;
}

/* line 35, scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.3333333333%;
}

/* line 35, scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.6666666667%;
}

/* line 35, scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.3333333333%;
}

/* line 50, scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.6666666667%;
}

/* line 50, scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.3333333333%;
}

/* line 50, scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.6666666667%;
}

/* line 50, scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.3333333333%;
}

/* line 50, scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.6666666667%;
}

/* line 50, scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.3333333333%;
}

/* line 50, scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.6666666667%;
}

/* line 50, scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.3333333333%;
}

/* line 40, scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.6666666667%;
}

/* line 40, scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.3333333333%;
}

/* line 40, scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.6666666667%;
}

/* line 40, scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.3333333333%;
}

/* line 40, scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.6666666667%;
}

/* line 40, scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.3333333333%;
}

/* line 40, scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.6666666667%;
}

/* line 40, scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

/* line 60, scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

/* line 60, scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

/* line 60, scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

/* line 60, scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

/* line 60, scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

/* line 60, scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

/* line 60, scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

/* line 60, scss/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  /* line 35, scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.3333333333%;
  }

  /* line 35, scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.6666666667%;
  }

  /* line 35, scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.3333333333%;
  }

  /* line 35, scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.6666666667%;
  }

  /* line 35, scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.3333333333%;
  }

  /* line 35, scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.6666666667%;
  }

  /* line 35, scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.3333333333%;
  }

  /* line 35, scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.6666666667%;
  }

  /* line 35, scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 55, scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  /* line 50, scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  /* line 50, scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  /* line 50, scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  /* line 50, scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  /* line 50, scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  /* line 50, scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  /* line 50, scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  /* line 50, scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  /* line 40, scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  /* line 40, scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  /* line 40, scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  /* line 40, scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  /* line 40, scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  /* line 40, scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  /* line 40, scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  /* line 40, scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  /* line 60, scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  /* line 60, scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  /* line 60, scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  /* line 60, scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  /* line 60, scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  /* line 60, scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  /* line 60, scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  /* line 60, scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 27, scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  /* line 35, scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.3333333333%;
  }

  /* line 35, scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.6666666667%;
  }

  /* line 35, scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 35, scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.3333333333%;
  }

  /* line 35, scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.6666666667%;
  }

  /* line 35, scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 35, scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.3333333333%;
  }

  /* line 35, scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.6666666667%;
  }

  /* line 35, scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 35, scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.3333333333%;
  }

  /* line 35, scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.6666666667%;
  }

  /* line 35, scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  /* line 50, scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  /* line 50, scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  /* line 50, scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  /* line 50, scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  /* line 50, scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  /* line 50, scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  /* line 50, scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  /* line 50, scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.3333333333%;
  }

  /* line 40, scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.6666666667%;
  }

  /* line 40, scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.3333333333%;
  }

  /* line 40, scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.6666666667%;
  }

  /* line 40, scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.3333333333%;
  }

  /* line 40, scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.6666666667%;
  }

  /* line 40, scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.3333333333%;
  }

  /* line 40, scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.6666666667%;
  }

  /* line 40, scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  /* line 60, scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  /* line 60, scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  /* line 60, scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  /* line 60, scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  /* line 60, scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  /* line 60, scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  /* line 60, scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  /* line 60, scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 27, scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 35, scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.3333333333%;
  }

  /* line 35, scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.6666666667%;
  }

  /* line 35, scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.3333333333%;
  }

  /* line 35, scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.6666666667%;
  }

  /* line 35, scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.3333333333%;
  }

  /* line 35, scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.6666666667%;
  }

  /* line 35, scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.3333333333%;
  }

  /* line 35, scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.6666666667%;
  }

  /* line 35, scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  /* line 50, scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  /* line 50, scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  /* line 50, scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  /* line 50, scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  /* line 50, scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  /* line 50, scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  /* line 50, scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  /* line 50, scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  /* line 40, scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  /* line 40, scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  /* line 40, scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  /* line 40, scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  /* line 40, scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  /* line 40, scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  /* line 40, scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  /* line 40, scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  /* line 60, scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  /* line 60, scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  /* line 60, scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  /* line 60, scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  /* line 60, scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  /* line 60, scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  /* line 60, scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  /* line 60, scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 10, scss/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, scss/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
  font-size: 27px;
  line-height: inherit;
  color: #434243;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, scss/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 47, scss/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 52, scss/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 59, scss/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 64, scss/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 70, scss/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 76, scss/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 83, scss/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 18px;
  line-height: 1.428571429;
  color: #b7b7b7;
}

/* line 114, scss/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.428571429;
  color: #b7b7b7;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 57, scss/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* line 103, scss/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #b7b7b7;
  opacity: 1;
}
/* line 107, scss/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #b7b7b7;
}
/* line 108, scss/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #b7b7b7;
}
/* line 140, scss/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #f5f5f5;
  opacity: 1;
}
/* line 147, scss/bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 156, scss/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 168, scss/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 187, scss/bootstrap/_forms.scss */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 39px;
  }
  /* line 191, scss/bootstrap/_forms.scss */
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm > .input-group-btn > input[type="date"].contactbutton, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm > .input-group-btn > input[type="time"].contactbutton, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].contactbutton, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm > .input-group-btn > input[type="month"].contactbutton, .input-group-sm
  input[type="month"] {
    line-height: 36px;
  }
  /* line 196, scss/bootstrap/_forms.scss */
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg > .input-group-btn > input[type="date"].contactbutton, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg > .input-group-btn > input[type="time"].contactbutton, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].contactbutton, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg > .input-group-btn > input[type="month"].contactbutton, .input-group-lg
  input[type="month"] {
    line-height: 53px;
  }
}
/* line 209, scss/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 218, scss/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 225, scss/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 25px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 233, scss/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

/* line 242, scss/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 248, scss/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 258, scss/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 270, scss/bootstrap/_forms.scss */
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 279, scss/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 289, scss/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

/* line 301, scss/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 43px;
}
/* line 309, scss/bootstrap/_forms.scss */
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
li.button .input-group-lg > .input-group-btn > a.form-control-static,
.input-group-lg > .input-group-btn > .form-control-static.contactbutton, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
li.button .input-group-sm > .input-group-btn > a.form-control-static,
.input-group-sm > .input-group-btn > .form-control-static.contactbutton {
  padding-left: 0;
  padding-right: 0;
}

/* line 71, scss/bootstrap/mixins/_forms.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
li.button .input-group-sm > .input-group-btn > a,
.input-group-sm > .input-group-btn > .contactbutton {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 79, scss/bootstrap/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > .input-group-btn > select.contactbutton {
  height: 36px;
  line-height: 36px;
}

/* line 84, scss/bootstrap/mixins/_forms.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > .input-group-btn > textarea.contactbutton,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn,
.input-group-sm > .input-group-btn > select[multiple].contactbutton {
  height: auto;
}

/* line 327, scss/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 334, scss/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 36px;
  line-height: 36px;
}
/* line 338, scss/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
/* line 342, scss/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 36px;
  min-height: 41px;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 1.5;
}

/* line 71, scss/bootstrap/mixins/_forms.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
li.button .input-group-lg > .input-group-btn > a,
.input-group-lg > .input-group-btn > .contactbutton {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 79, scss/bootstrap/mixins/_forms.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > .input-group-btn > select.contactbutton {
  height: 53px;
  line-height: 53px;
}

/* line 84, scss/bootstrap/mixins/_forms.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > .input-group-btn > textarea.contactbutton,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn,
.input-group-lg > .input-group-btn > select[multiple].contactbutton {
  height: auto;
}

/* line 353, scss/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px;
}
/* line 360, scss/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 53px;
  line-height: 53px;
}
/* line 364, scss/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
/* line 368, scss/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 53px;
  min-height: 48px;
  padding: 11px 16px;
  font-size: 23px;
  line-height: 1.3333333;
}

/* line 382, scss/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 387, scss/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 48.75px;
}

/* line 392, scss/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  pointer-events: none;
}

/* line 404, scss/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
li.button .input-group-lg > .input-group-btn > a + .form-control-feedback,
.input-group-lg > .input-group-btn > .contactbutton + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 53px;
  height: 53px;
  line-height: 53px;
}

/* line 411, scss/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
li.button .input-group-sm > .input-group-btn > a + .form-control-feedback,
.input-group-sm > .input-group-btn > .contactbutton + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 36px;
  height: 36px;
  line-height: 36px;
}

/* line 8, scss/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
/* line 21, scss/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, scss/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
/* line 31, scss/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
/* line 37, scss/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, scss/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
/* line 21, scss/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, scss/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
/* line 31, scss/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 37, scss/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, scss/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
/* line 21, scss/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, scss/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
/* line 31, scss/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 37, scss/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 433, scss/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 30px;
}
/* line 436, scss/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 447, scss/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #838183;
}

@media (min-width: 768px) {
  /* line 472, scss/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 479, scss/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 486, scss/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 490, scss/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 494, scss/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  /* line 502, scss/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 506, scss/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 513, scss/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 520, scss/bootstrap/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 524, scss/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 531, scss/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 553, scss/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
/* line 563, scss/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 32px;
}
/* line 569, scss/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, scss/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
/* line 19, scss/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 576, scss/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 587, scss/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  /* line 597, scss/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 23px;
  }
}
@media (min-width: 768px) {
  /* line 605, scss/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 16px;
  }
}

/* line 9, scss/bootstrap/_buttons.scss */
.btn, li.button a, .contactbutton {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 26, scss/bootstrap/_buttons.scss */
.btn:focus, li.button a:focus, .contactbutton:focus, .btn.focus, li.button a.focus, .focus.contactbutton, .btn:active:focus, li.button a:active:focus, .contactbutton:active:focus, .btn:active.focus, li.button a:active.focus, .contactbutton:active.focus, .btn.active:focus, li.button a.active:focus, .active.contactbutton:focus, .btn.active.focus, li.button a.active.focus, .active.focus.contactbutton {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 32, scss/bootstrap/_buttons.scss */
.btn:hover, li.button a:hover, .contactbutton:hover, .btn:focus, li.button a:focus, .contactbutton:focus, .btn.focus, li.button a.focus, .focus.contactbutton {
  color: #333;
  text-decoration: none;
}
/* line 39, scss/bootstrap/_buttons.scss */
.btn:active, li.button a:active, .contactbutton:active, .btn.active, li.button a.active, .active.contactbutton {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 46, scss/bootstrap/_buttons.scss */
.btn.disabled, li.button a.disabled, .disabled.contactbutton, .btn[disabled], li.button a[disabled], [disabled].contactbutton, fieldset[disabled] .btn, fieldset[disabled] li.button a, li.button fieldset[disabled] a, fieldset[disabled] .contactbutton {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 58, scss/bootstrap/_buttons.scss */
a.btn.disabled, li.button a.disabled, a.disabled.contactbutton, fieldset[disabled] a.btn, fieldset[disabled] li.button a, li.button fieldset[disabled] a, fieldset[disabled] a.contactbutton {
  pointer-events: none;
}

/* line 68, scss/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
/* line 11, scss/bootstrap/mixins/_buttons.scss */
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
/* line 17, scss/bootstrap/mixins/_buttons.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 22, scss/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 29, scss/bootstrap/mixins/_buttons.scss */
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
/* line 37, scss/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
/* line 45, scss/bootstrap/mixins/_buttons.scss */
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
/* line 56, scss/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 71, scss/bootstrap/_buttons.scss */
.btn-primary {
  color: #ffffff;
  background-color: #83ce17;
  border-color: #83ce17;
}
/* line 11, scss/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #ffffff;
  background-color: #66a012;
  border-color: #3a5b0a;
}
/* line 17, scss/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: #ffffff;
  background-color: #66a012;
  border-color: #609711;
}
/* line 22, scss/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #66a012;
  border-color: #609711;
}
/* line 29, scss/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #ffffff;
  background-color: #51800e;
  border-color: #3a5b0a;
}
/* line 37, scss/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
/* line 45, scss/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #83ce17;
  border-color: #83ce17;
}
/* line 56, scss/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #83ce17;
  background-color: #ffffff;
}

/* line 75, scss/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 11, scss/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
/* line 17, scss/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 22, scss/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 29, scss/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
/* line 37, scss/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
/* line 45, scss/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 56, scss/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 79, scss/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 11, scss/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
/* line 17, scss/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 22, scss/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 29, scss/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
/* line 37, scss/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
/* line 45, scss/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 56, scss/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 83, scss/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 11, scss/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
/* line 17, scss/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 22, scss/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 29, scss/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
/* line 37, scss/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
/* line 45, scss/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 56, scss/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 87, scss/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 11, scss/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
/* line 17, scss/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 22, scss/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 29, scss/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
/* line 37, scss/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
/* line 45, scss/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 56, scss/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 96, scss/bootstrap/_buttons.scss */
.btn-link {
  color: #83ce17;
  font-weight: normal;
  border-radius: 0;
}
/* line 101, scss/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 109, scss/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 115, scss/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #57890f;
  text-decoration: underline;
  background-color: transparent;
}
/* line 123, scss/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #ececec;
  text-decoration: none;
}

/* line 135, scss/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn, li.button .btn-group-lg > a, .btn-group-lg > .contactbutton {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 139, scss/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn, li.button .btn-group-sm > a, .btn-group-sm > .contactbutton {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 143, scss/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn, li.button .btn-group-xs > a, .btn-group-xs > .contactbutton {
  padding: 1px 5px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 151, scss/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 157, scss/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 165, scss/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 10, scss/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 13, scss/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, scss/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}
/* line 21, scss/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 26, scss/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 28, scss/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 30, scss/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 7, scss/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 20, scss/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 26, scss/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 31, scss/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 18px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
/* line 54, scss/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 60, scss/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 11.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 65, scss/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #434243;
  white-space: nowrap;
}

/* line 78, scss/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #363536;
  background-color: #f5f5f5;
}

/* line 88, scss/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #83ce17;
}

/* line 103, scss/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #ececec;
}
/* line 110, scss/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* line 123, scss/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}
/* line 128, scss/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 137, scss/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 147, scss/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 153, scss/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #ececec;
  white-space: nowrap;
}

/* line 163, scss/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 173, scss/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 186, scss/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
/* line 193, scss/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 207, scss/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 212, scss/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 6, scss/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 11, scss/bootstrap/_button-groups.scss */
.btn-group > .btn, li.button .btn-group > a, .btn-group > .contactbutton,
.btn-group-vertical > .btn,
li.button .btn-group-vertical > a,
.btn-group-vertical > .contactbutton {
  position: relative;
  float: left;
}
/* line 15, scss/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, li.button .btn-group > a:hover, .btn-group > .contactbutton:hover, .btn-group > .btn:focus, li.button .btn-group > a:focus, .btn-group > .contactbutton:focus, .btn-group > .btn:active, li.button .btn-group > a:active, .btn-group > .contactbutton:active, .btn-group > .btn.active, li.button .btn-group > a.active, .btn-group > .active.contactbutton,
.btn-group-vertical > .btn:hover,
li.button .btn-group-vertical > a:hover,
.btn-group-vertical > .contactbutton:hover,
.btn-group-vertical > .btn:focus,
li.button .btn-group-vertical > a:focus,
.btn-group-vertical > .contactbutton:focus,
.btn-group-vertical > .btn:active,
li.button .btn-group-vertical > a:active,
.btn-group-vertical > .contactbutton:active,
.btn-group-vertical > .btn.active,
li.button .btn-group-vertical > a.active,
.btn-group-vertical > .active.contactbutton {
  z-index: 2;
}

/* line 26, scss/bootstrap/_button-groups.scss */
.btn-group .btn + .btn, .btn-group li.button a + .btn, li.button .btn-group a + .btn, .btn-group .contactbutton + .btn, .btn-group li.button .btn + a, li.button .btn-group .btn + a, .btn-group li.button a + a, li.button .btn-group a + a, .btn-group li.button .contactbutton + a, li.button .btn-group .contactbutton + a, .btn-group .btn + .contactbutton, .btn-group li.button a + .contactbutton, li.button .btn-group a + .contactbutton, .btn-group .contactbutton + .contactbutton,
.btn-group .btn + .btn-group,
.btn-group li.button a + .btn-group,
li.button .btn-group a + .btn-group,
.btn-group .contactbutton + .btn-group,
.btn-group .btn-group + .btn,
.btn-group li.button .btn-group + a,
li.button .btn-group .btn-group + a,
.btn-group .btn-group + .contactbutton,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 35, scss/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}
/* line 14, scss/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
/* line 19, scss/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}
/* line 39, scss/bootstrap/_button-groups.scss */
.btn-toolbar .btn, .btn-toolbar li.button a, li.button .btn-toolbar a, .btn-toolbar .contactbutton,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
/* line 44, scss/bootstrap/_button-groups.scss */
.btn-toolbar > .btn, li.button .btn-toolbar > a, .btn-toolbar > .contactbutton,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 51, scss/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), li.button .btn-group > a:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .contactbutton:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 56, scss/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child, li.button .btn-group > a:first-child, .btn-group > .contactbutton:first-child {
  margin-left: 0;
}
/* line 58, scss/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), li.button .btn-group > a:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .contactbutton:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 63, scss/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child), li.button .btn-group > a:last-child:not(:first-child), .btn-group > .contactbutton:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 69, scss/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 72, scss/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, li.button .btn-group > .btn-group:not(:first-child):not(:last-child) > a, .btn-group > .btn-group:not(:first-child):not(:last-child) > .contactbutton {
  border-radius: 0;
}

/* line 76, scss/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, li.button .btn-group > .btn-group:first-child:not(:last-child) > a:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .contactbutton:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 81, scss/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, li.button .btn-group > .btn-group:last-child:not(:first-child) > a:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .contactbutton:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 86, scss/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 105, scss/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle, li.button .btn-group > a + .dropdown-toggle, .btn-group > .contactbutton + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 109, scss/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, li.button .btn-group-lg.btn-group > a + .dropdown-toggle, .btn-group-lg.btn-group > .contactbutton + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 116, scss/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 120, scss/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 127, scss/bootstrap/_button-groups.scss */
.btn .caret, li.button a .caret, .contactbutton .caret {
  margin-left: 0;
}

/* line 131, scss/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret, li.button .btn-group-lg > a .caret, .btn-group-lg > .contactbutton .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 136, scss/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup li.button .btn-group-lg > a .caret, li.button .dropup .btn-group-lg > a .caret, .dropup .btn-group-lg > .contactbutton .caret {
  border-width: 0 5px 5px;
}

/* line 145, scss/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn, li.button .btn-group-vertical > a, .btn-group-vertical > .contactbutton,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
li.button .btn-group-vertical > .btn-group > a,
.btn-group-vertical > .btn-group > .contactbutton {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
/* line 14, scss/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
/* line 19, scss/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}
/* line 157, scss/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn, li.button .btn-group-vertical > .btn-group > a, .btn-group-vertical > .btn-group > .contactbutton {
  float: none;
}
/* line 162, scss/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn, li.button .btn-group-vertical > a + .btn, .btn-group-vertical > .contactbutton + .btn, li.button .btn-group-vertical > .btn + a, li.button .btn-group-vertical > a + a, li.button .btn-group-vertical > .contactbutton + a, .btn-group-vertical > .btn + .contactbutton, li.button .btn-group-vertical > a + .contactbutton, .btn-group-vertical > .contactbutton + .contactbutton,
.btn-group-vertical > .btn + .btn-group,
li.button .btn-group-vertical > a + .btn-group,
.btn-group-vertical > .contactbutton + .btn-group,
.btn-group-vertical > .btn-group + .btn,
li.button .btn-group-vertical > .btn-group + a,
.btn-group-vertical > .btn-group + .contactbutton,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 172, scss/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child), li.button .btn-group-vertical > a:not(:first-child):not(:last-child), .btn-group-vertical > .contactbutton:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 175, scss/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child), li.button .btn-group-vertical > a:first-child:not(:last-child), .btn-group-vertical > .contactbutton:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 179, scss/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child), li.button .btn-group-vertical > a:last-child:not(:first-child), .btn-group-vertical > .contactbutton:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 184, scss/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, li.button .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .contactbutton {
  border-radius: 0;
}

/* line 188, scss/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, li.button .btn-group-vertical > .btn-group:first-child:not(:last-child) > a:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .contactbutton:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 193, scss/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, li.button .btn-group-vertical > .btn-group:last-child:not(:first-child) > a:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .contactbutton:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 201, scss/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
/* line 206, scss/bootstrap/_button-groups.scss */
.btn-group-justified > .btn, li.button .btn-group-justified > a, .btn-group-justified > .contactbutton,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
/* line 212, scss/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group li.button a, li.button .btn-group-justified > .btn-group a, .btn-group-justified > .btn-group .contactbutton {
  width: 100%;
}
/* line 216, scss/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 237, scss/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn input[type="radio"], li.button [data-toggle="buttons"] > a input[type="radio"], [data-toggle="buttons"] > .contactbutton input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
li.button [data-toggle="buttons"] > a input[type="checkbox"],
[data-toggle="buttons"] > .contactbutton input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
li.button [data-toggle="buttons"] > .btn-group > a input[type="radio"],
[data-toggle="buttons"] > .btn-group > .contactbutton input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
li.button [data-toggle="buttons"] > .btn-group > a input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .contactbutton input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, scss/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 13, scss/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 19, scss/bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 54, scss/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
/* line 59, scss/bootstrap/_input-groups.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 64, scss/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 73, scss/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  color: #b7b7b7;
  text-align: center;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 85, scss/bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
li.button .input-group-sm > .input-group-btn > a.input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.contactbutton {
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 3px;
}
/* line 90, scss/bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
li.button .input-group-lg > .input-group-btn > a.input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.contactbutton {
  padding: 10px 16px;
  font-size: 23px;
  border-radius: 6px;
}
/* line 97, scss/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 104, scss/bootstrap/_input-groups.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
li.button .input-group-btn:first-child > a,
.input-group-btn:first-child > .contactbutton,
.input-group-btn:first-child > .btn-group > .btn,
li.button .input-group-btn:first-child > .btn-group > a,
.input-group-btn:first-child > .btn-group > .contactbutton,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
li.button .input-group-btn:last-child > a:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .contactbutton:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
li.button .input-group-btn:last-child > .btn-group:not(:last-child) > a,
.input-group-btn:last-child > .btn-group:not(:last-child) > .contactbutton {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 113, scss/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 116, scss/bootstrap/_input-groups.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
li.button .input-group-btn:last-child > a,
.input-group-btn:last-child > .contactbutton,
.input-group-btn:last-child > .btn-group > .btn,
li.button .input-group-btn:last-child > .btn-group > a,
.input-group-btn:last-child > .btn-group > .contactbutton,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
li.button .input-group-btn:first-child > a:not(:first-child),
.input-group-btn:first-child > .contactbutton:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
li.button .input-group-btn:first-child > .btn-group:not(:first-child) > a,
.input-group-btn:first-child > .btn-group:not(:first-child) > .contactbutton {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 125, scss/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 131, scss/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 140, scss/bootstrap/_input-groups.scss */
.input-group-btn > .btn, li.button .input-group-btn > a, .input-group-btn > .contactbutton {
  position: relative;
}
/* line 142, scss/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn, li.button .input-group-btn > a + .btn, .input-group-btn > .contactbutton + .btn, li.button .input-group-btn > .btn + a, li.button .input-group-btn > a + a, li.button .input-group-btn > .contactbutton + a, .input-group-btn > .btn + .contactbutton, li.button .input-group-btn > a + .contactbutton, .input-group-btn > .contactbutton + .contactbutton {
  margin-left: -1px;
}
/* line 146, scss/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, li.button .input-group-btn > a:hover, .input-group-btn > .contactbutton:hover, .input-group-btn > .btn:focus, li.button .input-group-btn > a:focus, .input-group-btn > .contactbutton:focus, .input-group-btn > .btn:active, li.button .input-group-btn > a:active, .input-group-btn > .contactbutton:active {
  z-index: 2;
}
/* line 155, scss/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn, li.button .input-group-btn:first-child > a, .input-group-btn:first-child > .contactbutton,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
/* line 161, scss/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn, li.button .input-group-btn:last-child > a, .input-group-btn:last-child > .contactbutton,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 9, scss/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 14, scss/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  content: " ";
  display: table;
}
/* line 19, scss/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}
/* line 15, scss/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}
/* line 19, scss/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
/* line 23, scss/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
/* line 31, scss/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #ececec;
}
/* line 34, scss/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #ececec;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
/* line 46, scss/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #f5f5f5;
  border-color: #83ce17;
}
/* line 59, scss/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 11.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 66, scss/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, scss/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
/* line 78, scss/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 84, scss/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
/* line 89, scss/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #f5f5f5 #f5f5f5 #ddd;
}
/* line 96, scss/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #b7b7b7;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 118, scss/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}
/* line 122, scss/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px;
}
/* line 125, scss/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 131, scss/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #83ce17;
}

/* line 144, scss/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}
/* line 146, scss/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, scss/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
/* line 163, scss/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
/* line 165, scss/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
/* line 171, scss/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 992px) {
  /* line 177, scss/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, scss/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, scss/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
/* line 193, scss/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
/* line 199, scss/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  /* line 206, scss/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 210, scss/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 224, scss/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 227, scss/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, scss/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 11, scss/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 25px;
  border: 1px solid transparent;
}
/* line 14, scss/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
/* line 19, scss/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 11, scss/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 4px;
  }
}

/* line 14, scss/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
/* line 19, scss/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 31, scss/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, scss/bootstrap/_navbar.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
/* line 14, scss/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
/* line 19, scss/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}
/* line 59, scss/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  /* line 50, scss/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, scss/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, scss/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, scss/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-wrapper .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 92, scss/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse, .navbar-wrapper .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 92, scss/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-wrapper .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 108, scss/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  /* line 108, scss/bootstrap/_navbar.scss */
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 128, scss/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  /* line 128, scss/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 138, scss/bootstrap/_navbar.scss */
.navbar-fixed-top, .navbar-wrapper,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  /* line 138, scss/bootstrap/_navbar.scss */
  .navbar-fixed-top, .navbar-wrapper,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 150, scss/bootstrap/_navbar.scss */
.navbar-fixed-top, .navbar-wrapper {
  top: 0;
  border-width: 0 0 1px;
}

/* line 154, scss/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 163, scss/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 12.5px 15px;
  font-size: 23px;
  line-height: 25px;
  height: 50px;
}
/* line 170, scss/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
/* line 175, scss/bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  /* line 180, scss/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 193, scss/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 206, scss/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}
/* line 211, scss/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
/* line 217, scss/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  /* line 193, scss/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 232, scss/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 6.25px -15px;
}
/* line 235, scss/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 25px;
}
@media (max-width: 767px) {
  /* line 243, scss/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 251, scss/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 255, scss/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 25px;
  }
  /* line 257, scss/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 232, scss/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 270, scss/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 272, scss/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }
}

/* line 286, scss/bootstrap/_navbar.scss */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 5.5px;
  margin-bottom: 5.5px;
}
@media (min-width: 768px) {
  /* line 472, scss/bootstrap/_forms.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 479, scss/bootstrap/_forms.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 486, scss/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 490, scss/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 494, scss/bootstrap/_forms.scss */
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 502, scss/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 506, scss/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 513, scss/bootstrap/_forms.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 520, scss/bootstrap/_forms.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 524, scss/bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 531, scss/bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 298, scss/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 302, scss/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 286, scss/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 327, scss/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 332, scss/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 343, scss/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 5.5px;
  margin-bottom: 5.5px;
}
/* line 346, scss/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, li.button .btn-group-sm > a.navbar-btn, .btn-group-sm > .navbar-btn.contactbutton {
  margin-top: 7px;
  margin-bottom: 7px;
}
/* line 349, scss/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, li.button .btn-group-xs > a.navbar-btn, .btn-group-xs > .navbar-btn.contactbutton {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 359, scss/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
@media (min-width: 768px) {
  /* line 359, scss/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  /* line 379, scss/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 382, scss/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 386, scss/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 397, scss/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
/* line 401, scss/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}
/* line 403, scss/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
/* line 410, scss/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}
/* line 415, scss/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}
/* line 418, scss/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
/* line 425, scss/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
/* line 433, scss/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
/* line 442, scss/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
/* line 444, scss/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
/* line 448, scss/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
/* line 453, scss/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
/* line 462, scss/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  /* line 473, scss/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 475, scss/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  /* line 482, scss/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  /* line 490, scss/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
/* line 506, scss/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}
/* line 508, scss/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}
/* line 513, scss/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}
/* line 515, scss/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
/* line 521, scss/bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 531, scss/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
/* line 535, scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: white;
}
/* line 537, scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
/* line 544, scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: white;
}
/* line 549, scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: white;
}
/* line 552, scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
/* line 559, scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
/* line 567, scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
/* line 577, scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
/* line 579, scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
/* line 583, scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
/* line 588, scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
/* line 596, scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  /* line 607, scss/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 610, scss/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 613, scss/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: white;
  }
  /* line 615, scss/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 622, scss/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  /* line 630, scss/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
/* line 641, scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: white;
}
/* line 643, scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
/* line 648, scss/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: white;
}
/* line 650, scss/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
/* line 656, scss/bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 6, scss/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 25px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
/* line 13, scss/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}
/* line 16, scss/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
/* line 23, scss/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #ececec;
}

/* line 7, scss/bootstrap/_panels.scss */
.panel {
  margin-bottom: 25px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, scss/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}
/* line 14, scss/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
/* line 19, scss/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, scss/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 27, scss/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, scss/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  color: inherit;
}
/* line 39, scss/bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 49, scss/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 63, scss/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
/* line 67, scss/bootstrap/_panels.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
/* line 74, scss/bootstrap/_panels.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 82, scss/bootstrap/_panels.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 89, scss/bootstrap/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 96, scss/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 100, scss/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 110, scss/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
/* line 115, scss/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 121, scss/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 127, scss/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 131, scss/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
/* line 135, scss/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
/* line 143, scss/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 149, scss/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 153, scss/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
/* line 157, scss/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
/* line 164, scss/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
/* line 170, scss/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
/* line 174, scss/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
/* line 181, scss/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
/* line 185, scss/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
/* line 194, scss/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
/* line 203, scss/bootstrap/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
/* line 210, scss/bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 222, scss/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 25px;
}
/* line 226, scss/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
/* line 230, scss/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 235, scss/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 238, scss/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
/* line 244, scss/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 246, scss/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 254, scss/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd;
}
/* line 6, scss/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #434243;
  background-color: #f5f5f5;
  border-color: #ddd;
}
/* line 11, scss/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
/* line 14, scss/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #434243;
}
/* line 20, scss/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 257, scss/bootstrap/_panels.scss */
.panel-primary {
  border-color: #83ce17;
}
/* line 6, scss/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #83ce17;
  border-color: #83ce17;
}
/* line 11, scss/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #83ce17;
}
/* line 14, scss/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #83ce17;
  background-color: #fff;
}
/* line 20, scss/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #83ce17;
}

/* line 260, scss/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}
/* line 6, scss/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 11, scss/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
/* line 14, scss/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
/* line 20, scss/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 263, scss/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}
/* line 6, scss/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 11, scss/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
/* line 14, scss/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
/* line 20, scss/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 266, scss/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}
/* line 6, scss/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
/* line 11, scss/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
/* line 14, scss/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
/* line 20, scss/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 269, scss/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}
/* line 6, scss/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* line 11, scss/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
/* line 14, scss/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
/* line 20, scss/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, scss/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
/* line 12, scss/bootstrap/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/* line 28, scss/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, scss/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 14, scss/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 19, scss/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, scss/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, scss/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, scss/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, scss/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, scss/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, scss/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, scss/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, scss/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, scss/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 18, scss/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 18, scss/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 18, scss/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 18, scss/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, scss/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 7, scss/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 10, scss/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 11, scss/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 12, scss/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 54, scss/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, scss/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, scss/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, scss/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 10, scss/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 11, scss/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 12, scss/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, scss/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, scss/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, scss/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, scss/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 10, scss/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 11, scss/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 12, scss/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, scss/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, scss/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, scss/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, scss/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 10, scss/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 11, scss/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 12, scss/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 111, scss/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, scss/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, scss/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 18, scss/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, scss/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, scss/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 18, scss/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 18, scss/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, scss/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 10, scss/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }

  /* line 11, scss/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 12, scss/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 155, scss/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 155, scss/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, scss/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 162, scss/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, scss/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 169, scss/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, scss/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}
/* Slider */
/* line 3, scss/_vendor/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 18, scss/_vendor/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 24, scss/_vendor/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 27, scss/_vendor/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, scss/_vendor/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, scss/_vendor/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
/* line 47, scss/_vendor/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 52, scss/_vendor/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 55, scss/_vendor/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 60, scss/_vendor/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 64, scss/_vendor/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 67, scss/_vendor/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 70, scss/_vendor/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 74, scss/_vendor/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 77, scss/_vendor/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 80, scss/_vendor/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 83, scss/_vendor/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 90, scss/_vendor/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 94, scss/_vendor/_slick.scss */
.slick-slide.slick-active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

/* Slider */
/* line 45, scss/_vendor/_slick-theme.scss */
.slick-loading .slick-list {
  background: #fff url('assets/img/ajax-loader.gif?1462509348') center center no-repeat;
}

/* Arrows */
/* line 54, scss/_vendor/_slick-theme.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
/* line 72, scss/_vendor/_slick-theme.scss */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
/* line 76, scss/_vendor/_slick-theme.scss */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
/* line 80, scss/_vendor/_slick-theme.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
/* line 83, scss/_vendor/_slick-theme.scss */
.slick-prev:before,
.slick-next:before {
  font-family: "woga";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 94, scss/_vendor/_slick-theme.scss */
.slick-prev {
  left: -25px;
}
/* line 96, scss/_vendor/_slick-theme.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
/* line 100, scss/_vendor/_slick-theme.scss */
.slick-prev:before {
  content: "";
}
/* line 102, scss/_vendor/_slick-theme.scss */
[dir="rtl"] .slick-prev:before {
  content: "";
}

/* line 108, scss/_vendor/_slick-theme.scss */
.slick-next {
  right: -25px;
}
/* line 110, scss/_vendor/_slick-theme.scss */
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
/* line 114, scss/_vendor/_slick-theme.scss */
.slick-next:before {
  content: "";
}
/* line 116, scss/_vendor/_slick-theme.scss */
[dir="rtl"] .slick-next:before {
  content: "";
}

/* Dots */
/* line 124, scss/_vendor/_slick-theme.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 128, scss/_vendor/_slick-theme.scss */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
/* line 137, scss/_vendor/_slick-theme.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* line 145, scss/_vendor/_slick-theme.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
/* line 157, scss/_vendor/_slick-theme.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
/* line 159, scss/_vendor/_slick-theme.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
/* line 163, scss/_vendor/_slick-theme.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: none;
  width: 20px;
  height: 20px;
  font-family: "woga";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 180, scss/_vendor/_slick-theme.scss */
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 *
 * @geedmo - Licensed under the MIT license
 */
/* line 15, scss/_vendor/_yamm.scss */
.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
  position: static;
}
/* line 20, scss/_vendor/_yamm.scss */
.yamm .container {
  position: relative;
}
/* line 25, scss/_vendor/_yamm.scss */
.yamm .dropdown-menu {
  left: auto;
}
/* line 30, scss/_vendor/_yamm.scss */
.yamm .yamm-content {
  padding: 20px 30px;
}
/* line 35, scss/_vendor/_yamm.scss */
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}

/* line 2, scss/_vendor/_jquery.fancybox.scss */
.fancybox-enabled {
  overflow: hidden;
}

/* line 5, scss/_vendor/_jquery.fancybox.scss */
.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

/* line 9, scss/_vendor/_jquery.fancybox.scss */
.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Make sure that the first one is on the top */
/* line 20, scss/_vendor/_jquery.fancybox.scss */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

/* line 23, scss/_vendor/_jquery.fancybox.scss */
.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 35, scss/_vendor/_jquery.fancybox.scss */
.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* line 39, scss/_vendor/_jquery.fancybox.scss */
.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  transition: opacity .2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr;
}

/* line 53, scss/_vendor/_jquery.fancybox.scss */
.fancybox-show-controls .fancybox-controls {
  opacity: 1;
}

/* line 56, scss/_vendor/_jquery.fancybox.scss */
.fancybox-infobar {
  display: none;
}

/* line 59, scss/_vendor/_jquery.fancybox.scss */
.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all;
}

/* line 63, scss/_vendor/_jquery.fancybox.scss */
.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

/* line 81, scss/_vendor/_jquery.fancybox.scss */
.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all;
}

/* line 88, scss/_vendor/_jquery.fancybox.scss */
.fancybox-show-buttons .fancybox-buttons {
  display: block;
}

/* line 91, scss/_vendor/_jquery.fancybox.scss */
.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr;
}

/* line 95, scss/_vendor/_jquery.fancybox.scss */
.fancybox-slider-wrap,
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}

/* line 109, scss/_vendor/_jquery.fancybox.scss */
.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
}

/* line 125, scss/_vendor/_jquery.fancybox.scss */
.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

/* line 132, scss/_vendor/_jquery.fancybox.scss */
.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

/* line 144, scss/_vendor/_jquery.fancybox.scss */
.fancybox-slide--image {
  overflow: hidden;
}

/* line 147, scss/_vendor/_jquery.fancybox.scss */
.fancybox-slide--image::before {
  display: none;
}

/* line 150, scss/_vendor/_jquery.fancybox.scss */
.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}

/* line 169, scss/_vendor/_jquery.fancybox.scss */
.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

/* line 178, scss/_vendor/_jquery.fancybox.scss */
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent;
}

/* line 182, scss/_vendor/_jquery.fancybox.scss */
.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 201, scss/_vendor/_jquery.fancybox.scss */
.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%;
}

/* line 216, scss/_vendor/_jquery.fancybox.scss */
.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 220, scss/_vendor/_jquery.fancybox.scss */
.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

/* line 224, scss/_vendor/_jquery.fancybox.scss */
.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab;
}

/* line 228, scss/_vendor/_jquery.fancybox.scss */
.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* line 232, scss/_vendor/_jquery.fancybox.scss */
.fancybox-spaceball {
  z-index: 1;
}

/* line 235, scss/_vendor/_jquery.fancybox.scss */
.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

/* line 241, scss/_vendor/_jquery.fancybox.scss */
.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default;
}

/* line 255, scss/_vendor/_jquery.fancybox.scss */
.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* line 261, scss/_vendor/_jquery.fancybox.scss */
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

/* line 276, scss/_vendor/_jquery.fancybox.scss */
.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .2s;
  box-sizing: border-box;
  z-index: 2;
}

/* line 294, scss/_vendor/_jquery.fancybox.scss */
.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

/* line 297, scss/_vendor/_jquery.fancybox.scss */
.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent;
}

/* line 302, scss/_vendor/_jquery.fancybox.scss */
.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

/* Caption */
/* line 307, scss/_vendor/_jquery.fancybox.scss */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  transition: opacity .2s;
  pointer-events: none;
}

/* line 322, scss/_vendor/_jquery.fancybox.scss */
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
}

/* line 325, scss/_vendor/_jquery.fancybox.scss */
.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

/* line 334, scss/_vendor/_jquery.fancybox.scss */
.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all;
}

/* line 338, scss/_vendor/_jquery.fancybox.scss */
.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

/* Buttons */
/* line 343, scss/_vendor/_jquery.fancybox.scss */
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none;
}

/* line 360, scss/_vendor/_jquery.fancybox.scss */
.fancybox-button--disabled {
  cursor: default;
  pointer-events: none;
}

/* line 364, scss/_vendor/_jquery.fancybox.scss */
.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}

/* line 367, scss/_vendor/_jquery.fancybox.scss */
.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8);
}

/* line 370, scss/_vendor/_jquery.fancybox.scss */
.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}

/* line 382, scss/_vendor/_jquery.fancybox.scss */
.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
  opacity: 0.5;
}

/* line 386, scss/_vendor/_jquery.fancybox.scss */
.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* line 398, scss/_vendor/_jquery.fancybox.scss */
.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 410, scss/_vendor/_jquery.fancybox.scss */
.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

/* line 413, scss/_vendor/_jquery.fancybox.scss */
.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

/* line 416, scss/_vendor/_jquery.fancybox.scss */
.fancybox-button--close {
  float: right;
}

/* line 419, scss/_vendor/_jquery.fancybox.scss */
.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

/* line 428, scss/_vendor/_jquery.fancybox.scss */
.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 433, scss/_vendor/_jquery.fancybox.scss */
.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Loading spinner */
/* line 439, scss/_vendor/_jquery.fancybox.scss */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  /* line 473, scss/_vendor/_jquery.fancybox.scss */
  .fancybox-controls {
    text-align: left;
  }

  /* line 475, scss/_vendor/_jquery.fancybox.scss */
  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important;
  }

  /* line 479, scss/_vendor/_jquery.fancybox.scss */
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
/* Fullscreen  */
/* line 484, scss/_vendor/_jquery.fancybox.scss */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none;
}

/* Slideshow button */
/* line 493, scss/_vendor/_jquery.fancybox.scss */
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent;
}

/* line 504, scss/_vendor/_jquery.fancybox.scss */
.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent;
}

/* Thumbs */
/* line 514, scss/_vendor/_jquery.fancybox.scss */
.fancybox-button--thumbs span {
  font-size: 23px;
}

/* line 517, scss/_vendor/_jquery.fancybox.scss */
.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

/* line 524, scss/_vendor/_jquery.fancybox.scss */
.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px;
}

/* line 529, scss/_vendor/_jquery.fancybox.scss */
.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

/* line 545, scss/_vendor/_jquery.fancybox.scss */
.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
}

/* line 557, scss/_vendor/_jquery.fancybox.scss */
.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}

/* line 576, scss/_vendor/_jquery.fancybox.scss */
li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

/* line 579, scss/_vendor/_jquery.fancybox.scss */
.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 593, scss/_vendor/_jquery.fancybox.scss */
.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 606, scss/_vendor/_jquery.fancybox.scss */
.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  /* line 611, scss/_vendor/_jquery.fancybox.scss */
  .fancybox-thumbs {
    display: none !important;
  }

  /* line 613, scss/_vendor/_jquery.fancybox.scss */
  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap,
  .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0;
  }
}
/* line 1, scss/_layout/_head.scss */
header {
  position: relative;
  border-bottom: 7px solid #ffffff;
}
@media screen and (min-width: 1800px) {
  /* line 9, scss/_layout/_head.scss */
  header:before, header:after {
    display: block;
    position: absolute;
    font-size: 400px;
    color: rgba(236, 236, 236, 0.5);
    z-index: 1;
  }
  /* line 17, scss/_layout/_head.scss */
  header:before {
    content: "";
    bottom: 0;
    left: 0;
  }
  /* line 22, scss/_layout/_head.scss */
  header:after {
    content: "";
    top: 0;
    right: 0;
  }
}

/* line 30, scss/_layout/_head.scss */
.headslider {
  margin: 0 auto;
  margin-bottom: 0 !Important;
  position: relative;
  max-width: 2000px;
}
/* line 33, scss/_layout/_head.scss */
.headslider .slick-dots {
  bottom: 15px;
}
/* line 36, scss/_layout/_head.scss */
.headslider .slick-prev, .headslider .slick-next {
  background: white;
  background: rgba(255, 255, 255, 0.5);
  width: 70px;
  height: 70px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  z-index: 1;
}
/* line 43, scss/_layout/_head.scss */
.headslider .slick-prev:before, .headslider .slick-next:before {
  font-size: 30px;
}
/* line 46, scss/_layout/_head.scss */
.headslider .slick-prev:hover, .headslider .slick-next:hover {
  cursor: pointer;
}
/* line 51, scss/_layout/_head.scss */
.headslider .slick-prev {
  left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
/* line 57, scss/_layout/_head.scss */
.headslider .slick-next {
  right: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/* line 65, scss/_layout/_head.scss */
.headslider img {
  max-width: 100%;
  height: auto;
}
/* line 69, scss/_layout/_head.scss */
.headslider .desc {
  -moz-border-radius-bottomright: 0 !important;
  -webkit-border-bottom-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  -moz-border-radius-bottomleft: 0 !important;
  -webkit-border-bottom-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  margin-bottom: 0 !important;
  text-align: center;
}
/* line 75, scss/_layout/_head.scss */
.headslider .desc .title {
  font-size: 30px !important;
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  /* line 69, scss/_layout/_head.scss */
  .headslider .desc {
    font-size: 16px;
    position: absolute !important;
    bottom: 0;
    right: 1%;
    width: 300px;
  }
}
@media screen and (min-width: 1350px) {
  /* line 69, scss/_layout/_head.scss */
  .headslider .desc {
    font-size: 18px;
    bottom: 0;
    right: 5%;
    width: 400px;
  }
}
@media screen and (min-width: 1800px) {
  /* line 69, scss/_layout/_head.scss */
  .headslider .desc {
    right: 15%;
  }
}

@media screen and (max-width: 768px) {
  /* line 1, scss/_layout/_layout.scss */
  body {
    padding-top: 105px;
  }
}

/* line 7, scss/_layout/_layout.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 12, scss/_layout/_layout.scss */
.border-bottom, .smoothimage {
  position: relative;
}
/* line 14, scss/_layout/_layout.scss */
.border-bottom:after, .smoothimage:after {
  content: "";
  display: block;
  height: 7px;
  background-image: linear-gradient(to right, #40a004, #83ce17);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
}

/* line 26, scss/_layout/_layout.scss */
.icon {
  background-image: linear-gradient(to right, #003516, #004c1f);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 280px;
  height: 280px;
  margin: 50px auto;
}
/* line 34, scss/_layout/_layout.scss */
.icon img {
  display: block;
  margin: 0 auto;
  line-height: 280px;
}

@media screen and (min-width: 768px) {
  /* line 46, scss/_layout/_layout.scss */
  .container-fluid {
    padding: 0;
    overflow: hidden;
  }
}
/* line 52, scss/_layout/_layout.scss */
.hotline {
  line-height: 1;
  position: relative;
  margin: 20px 0 0 0;
  width: 285px;
  display: inline-block;
}
/* line 58, scss/_layout/_layout.scss */
.hotline a {
  display: block;
  font-size: 30px;
  margin: 0 0 5px 0;
  padding: 0 0 0 60px;
  font-family: "Rosarivo", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}
/* line 65, scss/_layout/_layout.scss */
.hotline:before {
  position: absolute;
  left: 0px;
  font-size: 50px;
  color: #83ce17;
  content: "";
  line-height: 1;
  top: 5px;
}
@media screen and (min-width: 992px) {
  /* line 65, scss/_layout/_layout.scss */
  .hotline:before {
    left: 0px;
  }
}
/* line 78, scss/_layout/_layout.scss */
.hotline .zusatz {
  font-size: 26px;
  padding: 0 0 0 60px;
  color: #005623;
  display: block;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 89, scss/_layout/_layout.scss */
.hotline.inverse a {
  color: white;
}
/* line 92, scss/_layout/_layout.scss */
.hotline.inverse:before {
  color: #004c1f;
}
/* line 96, scss/_layout/_layout.scss */
.hotline.little {
  width: 245px;
  display: block;
  margin: 10px auto 0 auto;
}
/* line 100, scss/_layout/_layout.scss */
.hotline.little a {
  font-size: 24px;
  padding: 0 0 0 50px;
}
/* line 104, scss/_layout/_layout.scss */
.hotline.little .zusatz {
  font-size: 21px;
  padding: 0 0 0 50px;
}
/* line 108, scss/_layout/_layout.scss */
.hotline.little:before {
  font-size: 43px;
}

/* line 114, scss/_layout/_layout.scss */
hr {
  border-color: #ccc;
}

@font-face {
  font-family: 'Rosarivo';
  font-style: italic;
  font-weight: 400;
  src: url('assets/fonts/rosarivo-v4-latin-italic.eot?1489171374') format('embedded-opentype'), url('assets/fonts/rosarivo-v4-latin-italic.woff2?1489171374') format('woff2'), url('assets/fonts/rosarivo-v4-latin-italic.woff?1489171374') format('woff'), url('assets/fonts/rosarivo-v4-latin-italic.ttf') format('truetype'), url('assets/fonts/rosarivo-v4-latin-italic.svg?1489171374') format('svg');
}
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('assets/fonts/open-sans-v13-latin-300.eot?1493723626') format('embedded-opentype'), url('assets/fonts/open-sans-v13-latin-300.woff2?1493723626') format('woff2'), url('assets/fonts/assets/fonts/open-sans-v13-latin-300.woff') format('woff'), url('assets/fonts/open-sans-v13-latin-300.ttf?1493723626') format('truetype'), url('assets/fonts/open-sans-v13-latin-300.svg?1493723626') format('svg');
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('assets/fonts/open-sans-v13-latin-600.eot?1493723626') format('embedded-opentype'), url('assets/fonts/open-sans-v13-latin-600.woff2?1493723626') format('woff2'), url('assets/fonts/open-sans-v13-latin-600.woff?1493723626') format('woff'), url('assets/fonts/open-sans-v13-latin-600.ttf?1493723626') format('truetype'), url('assets/fonts/open-sans-v13-latin-600.svg?1493723626') format('svg');
}
@font-face {
  font-family: 'woga';
  src: url('assets/fonts/woga.eot?1494509822') format('embedded-opentype'), url('assets/fonts/woga.eot?1494509822') format('embedded-opentype'), url('assets/fonts/woga.ttf?1494509822') format('truetype'), url('assets/fonts/woga.woff?1494509822') format('woff'), url('assets/fonts/woga.svg?1494509822') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* line 31, scss/_layout/_type.scss */
[class^="icon-"]:before,
[class*=" icon-"]:before,
.iconfont,
header:before,
header:after,
.hotline:before,
.text ul li:before,
section.ornament:before,
section.ornament:after,
.section.ornament:before,
.section.ornament:after,
.area.ornament:before,
.area.ornament:after,
.box.ornament:before,
.headslider .ornament.desc:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'woga' !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;
}

/* line 51, scss/_layout/_type.scss */
.icon-ornament-left:before {
  content: "";
}

/* line 57, scss/_layout/_type.scss */
.icon-ornament-right:before {
  content: "";
}

/* line 63, scss/_layout/_type.scss */
.icon-phone:before {
  content: "";
}

/* line 69, scss/_layout/_type.scss */
.icon-mail:before {
  content: "";
}

/* line 75, scss/_layout/_type.scss */
.icon-infomaterial:before {
  content: "";
}

/* line 80, scss/_layout/_type.scss */
.icon-check:before {
  content: "";
}

/* line 85, scss/_layout/_type.scss */
.icon-arrow-right:before {
  content: "";
}

/* line 90, scss/_layout/_type.scss */
.icon-arrow-left:before {
  content: "";
}

/* line 95, scss/_layout/_type.scss */
.number {
  font-family: "Rosarivo", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 60px;
  display: block;
}

/* line 101, scss/_layout/_type.scss */
h1, .headslider .desc .title,
h2,
h3,
h4,
h5 {
  font-style: italic;
}
/* line 107, scss/_layout/_type.scss */
h1.headline, .headslider .desc .headline.title,
h2.headline,
h3.headline,
h4.headline,
h5.headline {
  text-align: center;
}
@media screen and (min-width: 992px) {
  /* line 107, scss/_layout/_type.scss */
  h1.headline, .headslider .desc .headline.title,
  h2.headline,
  h3.headline,
  h4.headline,
  h5.headline {
    font-size: 36px;
  }
}

/* line 117, scss/_layout/_type.scss */
h1, .headslider .desc .title {
  color: #004c1f;
}
@media screen and (max-width: 768px) {
  /* line 117, scss/_layout/_type.scss */
  h1, .headslider .desc .title {
    font-size: 30px !important;
  }
}
@media screen and (max-width: 1200px) {
  /* line 117, scss/_layout/_type.scss */
  h1, .headslider .desc .title {
    font-size: 36px;
  }
}

/* line 127, scss/_layout/_type.scss */
h2, h3, h4, h5 {
  line-height: 1.2;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  /* line 127, scss/_layout/_type.scss */
  h2, h3, h4, h5 {
    font-size: 24px !important;
  }
}

@media screen and (max-width: 1200px) {
  /* line 138, scss/_layout/_type.scss */
  body {
    font-size: 16px;
  }
}
/* line 143, scss/_layout/_type.scss */
.serif, .slogan, div.wpcf7-mail-sent-ok {
  font-family: "Rosarivo", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  color: #004c1f;
  font-size: 20px !important;
}
@media screen and (min-width: 992px) {
  /* line 143, scss/_layout/_type.scss */
  .serif, .slogan, div.wpcf7-mail-sent-ok {
    font-size: 24px !important;
  }
}

/* line 153, scss/_layout/_type.scss */
.text ul {
  margin: 20px 0;
}
/* line 155, scss/_layout/_type.scss */
.text ul li {
  list-style-type: none;
  position: relative;
  margin: 7.5px 0;
  padding: 0 0 0 15px;
}
/* line 160, scss/_layout/_type.scss */
.text ul li:before {
  font-size: 28px;
  content: "";
  color: #004c1f;
  position: absolute;
  left: -15px;
}

/* line 173, scss/_layout/_type.scss */
.slogan {
  text-align: center;
  display: inline-block;
  margin-top: 25px;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

/* line 181, scss/_layout/_type.scss */
.affix .slogan {
  color: white;
}

/* line 1, scss/_layout/_sections.scss */
section,
.section,
.area {
  background-color: #ffffff;
  padding: 20px 0;
  position: relative;
}
/* line 5, scss/_layout/_sections.scss */
section a,
.section a,
.area a {
  color: #004c1f;
  text-decoration: underline;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
/* line 9, scss/_layout/_sections.scss */
section a:hover,
.section a:hover,
.area a:hover {
  color: #83ce17;
}
/* line 13, scss/_layout/_sections.scss */
section .more,
.section .more,
.area .more {
  font-weight: bold;
  color: #83ce17;
  text-decoration: none;
}
/* line 17, scss/_layout/_sections.scss */
section .more:before,
.section .more:before,
.area .more:before {
  content: "» ";
}
/* line 20, scss/_layout/_sections.scss */
section .more:hover,
.section .more:hover,
.area .more:hover {
  color: #004c1f;
}
@media screen and (min-width: 992px) {
  /* line 1, scss/_layout/_sections.scss */
  section,
  .section,
  .area {
    padding: 50px 0;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1, scss/_layout/_sections.scss */
  section,
  .section,
  .area {
    padding: 100px 0;
  }
}
/* line 32, scss/_layout/_sections.scss */
section.low,
.section.low,
.area.low {
  padding: 0 !important;
}
/* line 36, scss/_layout/_sections.scss */
section .container,
section .container-fluid,
section .row,
.section .container,
.section .container-fluid,
.section .row,
.area .container,
.area .container-fluid,
.area .row {
  z-index: 1;
  position: relative;
}
/* line 42, scss/_layout/_sections.scss */
section.ornament,
.section.ornament,
.area.ornament {
  overflow: hidden;
}
/* line 44, scss/_layout/_sections.scss */
section.ornament:before, section.ornament:after,
.section.ornament:before,
.section.ornament:after,
.area.ornament:before,
.area.ornament:after {
  display: block;
  position: absolute;
  font-size: 400px;
  color: #f5f5f5;
  z-index: 0;
}
/* line 53, scss/_layout/_sections.scss */
section.ornament:before,
.section.ornament:before,
.area.ornament:before {
  content: "";
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 992px) {
  /* line 59, scss/_layout/_sections.scss */
  section.ornament:after,
  .section.ornament:after,
  .area.ornament:after {
    content: "";
    top: 0;
    right: 0;
  }
}
/* line 66, scss/_layout/_sections.scss */
section.ornament.ornament-left:after,
.section.ornament.ornament-left:after,
.area.ornament.ornament-left:after {
  content: none;
}
/* line 71, scss/_layout/_sections.scss */
section.ornament.ornament-right:before,
.section.ornament.ornament-right:before,
.area.ornament.ornament-right:before {
  content: none;
}
/* line 76, scss/_layout/_sections.scss */
section.gray,
.section.gray,
.area.gray {
  background-color: #f5f5f5;
}
/* line 79, scss/_layout/_sections.scss */
section.gray.ornament:after, section.gray.ornament:before,
.section.gray.ornament:after,
.section.gray.ornament:before,
.area.gray.ornament:after,
.area.gray.ornament:before {
  color: white;
}
/* line 85, scss/_layout/_sections.scss */
section.dark,
.section.dark,
.area.dark {
  background-image: linear-gradient(to right, #003516, #004c1f);
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  /* line 89, scss/_layout/_sections.scss */
  section.first,
  .section.first,
  .area.first {
    padding: 50px 0 100px 0;
  }
}

/* line 96, scss/_layout/_sections.scss */
.area {
  height: 100%;
}

/* line 100, scss/_layout/_sections.scss */
.max-width {
  max-width: 1800px;
  margin: 0 auto;
}

/* line 106, scss/_layout/_sections.scss */
header .parallax-window {
  min-height: 400px;
}
@media screen and (min-width: 992px) {
  /* line 106, scss/_layout/_sections.scss */
  header .parallax-window {
    min-height: 600px;
  }
}

/* line 1, scss/_layout/_btn.scss */
.btn-primary,
.btn-secondary,
li.button a,
.contactbutton {
  -moz-box-shadow: 2px 2px 10px rgba(67, 66, 67, 0.5);
  -webkit-box-shadow: 2px 2px 10px rgba(67, 66, 67, 0.5);
  box-shadow: 2px 2px 10px rgba(67, 66, 67, 0.5);
  background-image: linear-gradient(to right, #40a004, #83ce17);
  border: 0;
  font-family: "Rosarivo", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-style: italic;
  font-size: 19.8px;
  padding: 11px 15px;
  margin-bottom: 20px;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  text-decoration: none !important;
  color: #ffffff !important;
}
/* line 14, scss/_layout/_btn.scss */
.btn-primary:before,
.btn-secondary:before,
li.button a:before,
.contactbutton:before {
  content: "» ";
}
/* line 17, scss/_layout/_btn.scss */
.btn-primary:hover,
.btn-secondary:hover,
li.button a:hover,
.contactbutton:hover {
  -moz-box-shadow: 0px 0px 10px rgba(67, 66, 67, 0.5);
  -webkit-box-shadow: 0px 0px 10px rgba(67, 66, 67, 0.5);
  box-shadow: 0px 0px 10px rgba(67, 66, 67, 0.5);
  background: #004c1f;
}
/* line 22, scss/_layout/_btn.scss */
.btn-primary.btn-full,
.btn-secondary.btn-full,
li.button a.btn-full,
.btn-full.contactbutton {
  width: 100%;
}

/* line 27, scss/_layout/_btn.scss */
.btn-secondary, li.button a, .contactbutton {
  background-image: linear-gradient(to right, #003516, #004c1f);
  color: #ffffff;
}

/* line 1, scss/_layout/_box.scss */
.box, .headslider .desc {
  background: #f5f5f5;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  position: relative;
  margin-bottom: 20px;
}
/* line 5, scss/_layout/_box.scss */
.box.border-bottom, .headslider .border-bottom.desc, .headslider .desc.smoothimage, .box.smoothimage {
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
/* line 9, scss/_layout/_box.scss */
.box.dark, .headslider .dark.desc {
  background-image: linear-gradient(to right, #003516, #004c1f);
  color: #ffffff;
}
/* line 13, scss/_layout/_box.scss */
.box.trans, .headslider .desc {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9);
  padding: 30px 20px;
}
/* line 17, scss/_layout/_box.scss */
.box.trans.dark, .headslider .dark.desc {
  background: #003516;
  background: rgba(0, 53, 22, 0.9);
  color: #ffffff;
  padding: 4rem 20px;
}
/* line 24, scss/_layout/_box.scss */
.box.blank, .headslider .blank.desc {
  background: transparent !important;
}
/* line 26, scss/_layout/_box.scss */
.box.blank .content, .headslider .blank.desc .content {
  padding: 30px 0;
}
/* line 30, scss/_layout/_box.scss */
.box.ornament, .headslider .ornament.desc {
  position: relative;
  overflow: hidden;
}
/* line 33, scss/_layout/_box.scss */
.box.ornament:before, .headslider .ornament.desc:before {
  display: block;
  position: absolute;
  font-size: 400px;
  color: #005121;
  z-index: 0;
}
/* line 41, scss/_layout/_box.scss */
.box.ornament:before, .headslider .ornament.desc:before {
  content: "";
  top: 0;
  right: 0;
}
/* line 47, scss/_layout/_box.scss */
.box .content, .headslider .desc .content {
  padding: 30px;
}
/* line 49, scss/_layout/_box.scss */
.box .content h1, .headslider .desc .content h1, .box .content .headslider .desc .title, .headslider .desc .content .title,
.box .content h2,
.headslider .desc .content h2,
.box .content h3,
.headslider .desc .content h3,
.box .content h4,
.headslider .desc .content h4,
.box .content h5,
.headslider .desc .content h5,
.box .content h6,
.headslider .desc .content h6 {
  margin-top: 0;
}
/* line 56, scss/_layout/_box.scss */
.box .content h1 a, .headslider .desc .content h1 a, .box .content .headslider .desc .title a, .headslider .desc .content .title a,
.box .content h2 a,
.headslider .desc .content h2 a,
.box .content h3 a,
.headslider .desc .content h3 a,
.box .content h4 a,
.headslider .desc .content h4 a,
.box .content h5 a,
.headslider .desc .content h5 a,
.box .content h6 a,
.headslider .desc .content h6 a {
  text-decoration: none;
}
/* line 61, scss/_layout/_box.scss */
.box .smoothgal, .headslider .desc .smoothgal {
  margin-bottom: 0;
}

/* line 68, scss/_layout/_box.scss */
.gray .box, .gray .headslider .desc, .headslider .gray .desc {
  background: white;
}

/* line 73, scss/_layout/_box.scss */
.shadowbox {
  -moz-box-shadow: 2px 2px 10px rgba(67, 66, 67, 0.5);
  -webkit-box-shadow: 2px 2px 10px rgba(67, 66, 67, 0.5);
  box-shadow: 2px 2px 10px rgba(67, 66, 67, 0.5);
}
/* line 75, scss/_layout/_box.scss */
.shadowbox .content {
  padding: 30px;
}
/* line 77, scss/_layout/_box.scss */
.shadowbox .content h3 {
  margin-top: 0;
}
/* line 81, scss/_layout/_box.scss */
.shadowbox .smoothgal {
  margin-bottom: 0;
}

/* line 1, scss/_layout/_forms.scss */
.form-control,
.form-check-input,
.form-check-label {
  font-size: 16px;
  padding: 10px;
  height: inherit;
}
@media screen and (min-width: 992px) {
  /* line 1, scss/_layout/_forms.scss */
  .form-control,
  .form-check-input,
  .form-check-label {
    font-family: "Rosarivo", Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 19.8px;
  }
}

/* line 13, scss/_layout/_forms.scss */
.form-check-label label {
  cursor: pointer;
  overflow: hidden;
}

/* line 18, scss/_layout/_forms.scss */
.datenschutz-wrapper {
  padding: 10px;
  font-weight: normal;
  font-size: 14px;
}
/* line 22, scss/_layout/_forms.scss */
.datenschutz-wrapper label {
  font-weight: normal;
  font-size: 14px;
}

@media screen and (min-width: 992px) {
  /* line 28, scss/_layout/_forms.scss */
  .btn-primary[type="sbumit"] {
    font-size: 19.8px;
  }
}

/* line 34, scss/_layout/_forms.scss */
form.sent {
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
/* line 36, scss/_layout/_forms.scss */
form.sent .form {
  display: none;
}

/* line 41, scss/_layout/_forms.scss */
div.wpcf7-mail-sent-ok {
  border-color: #83ce17 !important;
  padding: 30px !important;
  color: #434243 !important;
  text-align: center !important;
}

/* line 49, scss/_layout/_forms.scss */
.wpcf7-not-valid {
  padding-top: 30px;
}

/* line 53, scss/_layout/_forms.scss */
.wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

/* line 58, scss/_layout/_forms.scss */
span.wpcf7-not-valid-tip {
  position: absolute;
  z-index: 11;
  left: 0;
  right: 0;
  font-size: 13px !Important;
  padding: 5px 10px;
  font-weight: bold !important;
  color: #a50e0e !important;
  text-align: left;
}

/* line 70, scss/_layout/_forms.scss */
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  background: #a50e0e !important;
  color: white;
  padding: 15px !important;
  font-family: "Rosarivo", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 20px !important;
  text-align: center;
  margin: 20px 0 !important;
  border: 0 !important;
}

/* line 82, scss/_layout/_forms.scss */
div.wpcf7-mail-sent-ok {
  background: #83ce17 !important;
  color: white !important;
}

/* line 87, scss/_layout/_forms.scss */
.input-group-addon {
  padding: 6px 4px;
  vertical-align: top;
  background: #004c1f;
  color: white;
  border-left: 0;
}

/* line 95, scss/_layout/_forms.scss */
.has-error .input-group-addon {
  color: white;
  background: #a94442;
  border-left: 0;
}

/* line 101, scss/_layout/_forms.scss */
img.ssl {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  margin-left: 5px;
}

/* line 108, scss/_layout/_forms.scss */
.form-group {
  position: relative;
}

/* line 111, scss/_layout/_forms.scss */
.form-group label {
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 13px;
  color: #434243;
  z-index: 3;
  font-weight: bold;
}

/* line 122, scss/_layout/_forms.scss */
.form-group .form-control {
  padding-top: 30px;
  padding-bottom: 10px;
  height: auto;
}

/* line 128, scss/_layout/_forms.scss */
.wpcf7-not-valid-tip {
  display: none !important;
}

/* line 132, scss/_layout/_forms.scss */
.wpcf7-not-valid {
  border-bottom: 2px solid #a50e0e;
}

/* line 136, scss/_layout/_forms.scss */
.form-group textarea {
  height: 120px;
}

/* line 140, scss/_layout/_forms.scss */
span.wpcf7-list-item {
  margin: 0 !important;
}

/* line 2, scss/_layout/_custom-gutter.scss */
.gutter-20.row {
  margin-right: -10px;
  margin-left: -10px;
}
/* line 5, scss/_layout/_custom-gutter.scss */
.gutter-20.row > [class^="col-"],
.gutter-20.row > [class*=" col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
/* line 10, scss/_layout/_custom-gutter.scss */
.gutter-20.row .form-group {
  margin-bottom: 20px;
}

/* line 16, scss/_layout/_custom-gutter.scss */
.gutter-15.row {
  margin-right: -7.5px;
  margin-left: -7.5px;
}
/* line 19, scss/_layout/_custom-gutter.scss */
.gutter-15.row > [class^="col-"],
.gutter-15.row > [class*=" col-"] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
/* line 24, scss/_layout/_custom-gutter.scss */
.gutter-15.row .form-group {
  margin-bottom: 15px;
}

/* line 30, scss/_layout/_custom-gutter.scss */
.gutter-10.row {
  margin-right: -5px;
  margin-left: -5px;
}
/* line 33, scss/_layout/_custom-gutter.scss */
.gutter-10.row > [class^="col-"],
.gutter-10.row > [class*=" col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
/* line 38, scss/_layout/_custom-gutter.scss */
.gutter-10.row .form-group {
  margin-bottom: 10px;
}

/* line 43, scss/_layout/_custom-gutter.scss */
.gutter-5.row {
  margin-right: -2.5px !important;
  margin-left: -2.5px !important;
}
/* line 46, scss/_layout/_custom-gutter.scss */
.gutter-5.row > [class^="col-"],
.gutter-5.row > [class*=" col-"] {
  padding-right: 2.5px !important;
  padding-left: 2.5px !important;
}
/* line 51, scss/_layout/_custom-gutter.scss */
.gutter-5.row .form-group {
  margin-bottom: 15px;
}

/* line 57, scss/_layout/_custom-gutter.scss */
.row.gutter-0 {
  margin-right: 0;
  margin-left: 0;
}
/* line 60, scss/_layout/_custom-gutter.scss */
.row.gutter-0 > [class^="col-"],
.row.gutter-0 > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 1, scss/_layout/_footer.scss */
footer {
  position: relative;
  text-align: center;
  background: #f5f5f5;
  padding: 40px 0 0 0 !important;
}
@media screen and (min-width: 992px) {
  /* line 1, scss/_layout/_footer.scss */
  footer {
    text-align: left;
    background-image: url(assets/img/bluete.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100%;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1, scss/_layout/_footer.scss */
  footer {
    background-size: contain;
  }
}
@media screen and (min-width: 1800px) {
  /* line 1, scss/_layout/_footer.scss */
  footer {
    background-size: 50%;
  }
}
@media screen and (min-width: 992px) {
  /* line 1, scss/_layout/_footer.scss */
  footer {
    padding: 100px 0 40px 0 !important;
    text-align: left;
  }
}
/* line 29, scss/_layout/_footer.scss */
footer address {
  text-align: center;
  background: #004c1f;
  background-image: linear-gradient(to right, #003516, #004c1f);
  color: #ffffff;
  font-family: "Rosarivo", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  padding: 1.8rem 0;
  line-height: 50px;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  /* line 29, scss/_layout/_footer.scss */
  footer address {
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  /* line 29, scss/_layout/_footer.scss */
  footer address {
    margin: 4.5rem 0 0 0;
    line-height: 100px;
  }
}
/* line 45, scss/_layout/_footer.scss */
footer address .logo {
  width: 100px;
  height: 100px;
  margin-right: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  /* line 45, scss/_layout/_footer.scss */
  footer address .logo {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 992px) {
  /* line 54, scss/_layout/_footer.scss */
  footer address .logo-zusatz {
    display: block;
  }
}
/* line 59, scss/_layout/_footer.scss */
footer address ul {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 992px) {
  /* line 59, scss/_layout/_footer.scss */
  footer address ul {
    float: right;
  }
}
/* line 65, scss/_layout/_footer.scss */
footer address ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style-type: none;
}
/* line 70, scss/_layout/_footer.scss */
footer address ul li a {
  padding: 0 3px 0 0;
}
/* line 72, scss/_layout/_footer.scss */
footer address ul li a:after {
  content: " ·";
}
/* line 77, scss/_layout/_footer.scss */
footer address ul li:last-child a:after {
  content: none;
}
/* line 83, scss/_layout/_footer.scss */
footer address a {
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  /* line 88, scss/_layout/_footer.scss */
  footer:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(236, 236, 236, 0)), color-stop(50%, #ececec), color-stop(100%, #ececec));
    background-image: -moz-linear-gradient(left, rgba(236, 236, 236, 0), #ececec, #ececec);
    background-image: -webkit-linear-gradient(left, rgba(236, 236, 236, 0), #ececec, #ececec);
    background-image: linear-gradient(to right, rgba(236, 236, 236, 0), #ececec, #ececec);
    z-index: 0;
  }
}
/* line 102, scss/_layout/_footer.scss */
footer .container,
footer .container-fluid {
  z-index: 1;
  position: relative;
}
/* line 107, scss/_layout/_footer.scss */
footer address {
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 992px) {
  /* line 111, scss/_layout/_footer.scss */
  footer .avatar-image {
    margin-top: 50px;
  }
}

/* line 119, scss/_layout/_footer.scss */
.border-left {
  border-left: 1px solid #ececec;
}

/* line 1, scss/_layout/_parallax.scss */
.parallax-window {
  padding: 100px 0;
  min-height: 200px;
  overflow: hidden;
  background: transparent;
}
@media screen and (min-width: 992px) {
  /* line 1, scss/_layout/_parallax.scss */
  .parallax-window {
    min-height: 500px;
  }
}
/* line 8, scss/_layout/_parallax.scss */
.parallax-window.low {
  padding: 50px 0;
  min-height: 200px !important;
}
/* line 13, scss/_layout/_parallax.scss */
.parallax-window.parallax-height {
  height: 100%;
}
/* line 16, scss/_layout/_parallax.scss */
.parallax-window.dark {
  color: #ffffff;
}

/* line 2, scss/_layout/_slider.scss */
.slick-dots li button {
  background: #ececec;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
/* line 8, scss/_layout/_slider.scss */
.slick-dots li.slick-active button {
  background: #83ce17 !important;
}

/* line 15, scss/_layout/_slider.scss */
.gray .slick-dots li button {
  background: #ffffff;
}

/* line 20, scss/_layout/_slider.scss */
.newsslider {
  padding-bottom: 30px;
}

/* line 23, scss/_layout/_slider.scss */
.trustslider {
  text-align: center;
}
/* line 25, scss/_layout/_slider.scss */
.trustslider img {
  margin: 0 auto;
  display: block;
  float: none;
  margin-bottom: 10px;
}

/* line 33, scss/_layout/_slider.scss */
ul.slider {
  padding: 0;
}

/* line 38, scss/_layout/_slider.scss */
.gallery-slider .slick-prev, .gallery-slider .slick-next {
  background: white;
  background: rgba(255, 255, 255, 0.5);
  width: 70px;
  height: 70px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  z-index: 1;
}
/* line 45, scss/_layout/_slider.scss */
.gallery-slider .slick-prev:before, .gallery-slider .slick-next:before {
  font-size: 30px;
}
/* line 49, scss/_layout/_slider.scss */
.gallery-slider .slick-prev {
  left: 10%;
}
/* line 52, scss/_layout/_slider.scss */
.gallery-slider .slick-next {
  right: 10%;
}

/* line 57, scss/_layout/_slider.scss */
.slick-slider {
  display: none;
}

/* line 58, scss/_layout/_slider.scss */
.slick-slider.slick-initialized {
  display: block;
}

/* line 1, scss/_layout/_quotes.scss */
.quote {
  display: block;
  text-align: center;
  position: relative;
  font-style: italic;
  padding: 20px 50px;
}
@media screen and (min-width: 992px) {
  /* line 1, scss/_layout/_quotes.scss */
  .quote {
    padding: 50px 100px;
  }
}
/* line 10, scss/_layout/_quotes.scss */
.quote:before, .quote:after {
  content: "“";
  font-family: "Rosarivo", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  color: #83ce17;
  position: absolute;
  top: 0;
  font-size: 100px;
}
@media screen and (min-width: 992px) {
  /* line 10, scss/_layout/_quotes.scss */
  .quote:before, .quote:after {
    font-size: 230px;
  }
}
/* line 22, scss/_layout/_quotes.scss */
.quote:before {
  left: 5px;
}
/* line 25, scss/_layout/_quotes.scss */
.quote:after {
  content: "”";
  right: 5px;
}

/* line 31, scss/_layout/_quotes.scss */
.author {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

/* line 1, scss/_layout/_info.scss */
.info {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
/* line 6, scss/_layout/_info.scss */
.info .content {
  display: block;
  position: absolute;
  bottom: -100%;
  left: 0;
  background: #ffffff;
  -moz-box-shadow: 2px 2px 10px rgba(67, 66, 67, 0.5);
  -webkit-box-shadow: 2px 2px 10px rgba(67, 66, 67, 0.5);
  box-shadow: 2px 2px 10px rgba(67, 66, 67, 0.5);
  padding: 20px;
  width: 400px;
  display: none;
}
/* line 18, scss/_layout/_info.scss */
.info.right .content {
  left: 100%;
  bottom: auto;
  top: 0;
}
/* line 25, scss/_layout/_info.scss */
.info:hover .content {
  display: block;
}
/* line 29, scss/_layout/_info.scss */
.info:before {
  position: absolute;
  top: 0;
  right: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #83ce17;
  border-width: 80px;
  margin-right: -80px;
  margin-top: -80px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 45, scss/_layout/_info.scss */
.info:after {
  position: absolute;
  top: -12px;
  right: 8px;
  content: "+";
  color: #ffffff;
  font-family: "Rosarivo", Georgia, "Times New Roman", Times, serif;
  font-size: 90px;
  line-height: 1;
}

/* line 1, scss/_layout/_navbar.scss */
.navbar-wrapper {
  width: 100%;
  border: 0;
}
@media screen and (min-width: 992px) {
  /* line 7, scss/_layout/_navbar.scss */
  .navbar-wrapper.affix .navbar-brand {
    padding: 20px 0;
  }
  /* line 10, scss/_layout/_navbar.scss */
  .navbar-wrapper.affix .navbar-collapse {
    margin-top: 0;
    background-image: linear-gradient(to right, #003516, #004c1f);
  }
  /* line 13, scss/_layout/_navbar.scss */
  .navbar-wrapper.affix .navbar-collapse .nav-link {
    color: #ffffff;
  }
  /* line 16, scss/_layout/_navbar.scss */
  .navbar-wrapper.affix .navbar-collapse .btn, .navbar-wrapper.affix .navbar-collapse li.button a, li.button .navbar-wrapper.affix .navbar-collapse a, .navbar-wrapper.affix .navbar-collapse .contactbutton {
    background-image: linear-gradient(to right, #40a004, #83ce17);
  }
  /* line 18, scss/_layout/_navbar.scss */
  .navbar-wrapper.affix .navbar-collapse .btn:hover, .navbar-wrapper.affix .navbar-collapse li.button a:hover, li.button .navbar-wrapper.affix .navbar-collapse a:hover, .navbar-wrapper.affix .navbar-collapse .contactbutton:hover {
    color: #004c1f;
    background: white;
  }
}

/* line 28, scss/_layout/_navbar.scss */
.navbar-woga {
  max-width: 1485px;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  border: 0;
}
/* line 34, scss/_layout/_navbar.scss */
.navbar-woga .navbar-brand {
  display: block;
  margin: 0;
  height: auto;
  background: #ffffff;
  width: 100%;
  -moz-box-shadow: 2px 2px 10px rgba(67, 66, 67, 0.5);
  -webkit-box-shadow: 2px 2px 10px rgba(67, 66, 67, 0.5);
  box-shadow: 2px 2px 10px rgba(67, 66, 67, 0.5);
  z-index: 2;
  -moz-transition: padding;
  -o-transition: padding;
  -webkit-transition: padding;
  transition: padding;
  float: none;
  position: relative;
}
@media screen and (min-width: 992px) {
  /* line 34, scss/_layout/_navbar.scss */
  .navbar-woga .navbar-brand {
    float: left;
    text-align: center;
    padding: 20px 0;
    width: 13%;
    margin-left: 1%;
    background: rgba(255, 255, 255, 0.95);
    -moz-border-radius-bottomleft: 15px;
    -webkit-border-bottom-left-radius: 15px;
    border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -webkit-border-bottom-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 34, scss/_layout/_navbar.scss */
  .navbar-woga .navbar-brand {
    padding: 40px 0;
  }
}
/* line 58, scss/_layout/_navbar.scss */
.navbar-woga .navbar-brand img {
  width: 80px;
  height: 80px;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  display: block;
}
@media screen and (min-width: 992px) {
  /* line 58, scss/_layout/_navbar.scss */
  .navbar-woga .navbar-brand img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  /* line 58, scss/_layout/_navbar.scss */
  .navbar-woga .navbar-brand img {
    width: 130px;
    height: 130px;
  }
}
/* line 74, scss/_layout/_navbar.scss */
.navbar-woga .navbar-collapse {
  margin-top: 0;
  margin-bottom: auto;
  width: 100%;
  background: #ffffff;
  -moz-box-shadow: 2px 2px 10px rgba(67, 66, 67, 0.5);
  -webkit-box-shadow: 2px 2px 10px rgba(67, 66, 67, 0.5);
  box-shadow: 2px 2px 10px rgba(67, 66, 67, 0.5);
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (min-width: 992px) {
  /* line 74, scss/_layout/_navbar.scss */
  .navbar-woga .navbar-collapse {
    background: rgba(255, 255, 255, 0.9);
    float: left;
    width: 85%;
    margin-top: 35px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 74, scss/_layout/_navbar.scss */
  .navbar-woga .navbar-collapse {
    margin-top: 50px;
  }
}
/* line 92, scss/_layout/_navbar.scss */
.navbar-woga .nav .nav-link {
  white-space: nowrap;
  font-family: "Rosarivo", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-style: italic;
  color: #004c1f;
  font-size: 20px;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (min-width: 1200px) {
  /* line 92, scss/_layout/_navbar.scss */
  .navbar-woga .nav .nav-link {
    font-size: 21.6px;
  }
}
@media screen and (max-width: 992px) {
  /* line 92, scss/_layout/_navbar.scss */
  .navbar-woga .nav .nav-link {
    padding: 15px 10px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  /* line 92, scss/_layout/_navbar.scss */
  .navbar-woga .nav .nav-link {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
/* line 115, scss/_layout/_navbar.scss */
.navbar-woga .nav .nav-link:hover, .navbar-woga .nav .nav-link:active, .navbar-woga .nav .nav-link:focus {
  color: #83ce17 !important;
  background: transparent;
}
/* line 123, scss/_layout/_navbar.scss */
.navbar-woga .nav .active .nav-link {
  color: #83ce17;
}
/* line 128, scss/_layout/_navbar.scss */
.navbar-woga .nav .open .nav-link {
  background: #ffffff;
  color: #83ce17 !important;
}
/* line 133, scss/_layout/_navbar.scss */
.navbar-woga .nav .btn, .navbar-woga .nav li.button a, li.button .navbar-woga .nav a, .navbar-woga .nav .contactbutton {
  margin: 20px 30px;
  padding: 0.8rem 1.5rem;
  font-size: 21.6px;
  color: white;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
/* line 139, scss/_layout/_navbar.scss */
.navbar-woga .nav .btn:hover, .navbar-woga .nav li.button a:hover, li.button .navbar-woga .nav a:hover, .navbar-woga .nav .contactbutton:hover {
  color: white;
  background-image: linear-gradient(to right, #40a004, #83ce17);
}
/* line 145, scss/_layout/_navbar.scss */
.navbar-woga .nav .dropdown-menu .current-menu-item a,
.navbar-woga .nav .dropdown-menu .active a {
  color: #83ce17 !important;
}
/* line 149, scss/_layout/_navbar.scss */
.navbar-woga .nav .dropdown-menu.single {
  min-width: 313px;
  left: auto !important;
  right: auto !important;
  padding: 15px 30px;
}
/* line 155, scss/_layout/_navbar.scss */
.navbar-woga .nav .dropdown-menu.single li:last-child a {
  border-bottom: 0;
}
/* line 161, scss/_layout/_navbar.scss */
.navbar-woga .nav ul {
  margin: 0;
  padding: 0;
}
/* line 164, scss/_layout/_navbar.scss */
.navbar-woga .nav ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 168, scss/_layout/_navbar.scss */
.navbar-woga .nav ul li a {
  font-family: "Rosarivo", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  color: #004c1f;
  font-size: 20px;
  display: block;
  padding: 15px 10px;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  border-bottom: 1px solid #ececec;
}
/* line 176, scss/_layout/_navbar.scss */
.navbar-woga .nav ul li a:hover {
  color: #83ce17;
}
/* line 180, scss/_layout/_navbar.scss */
.navbar-woga .nav ul li ul li a {
  color: #434243;
  padding: 12px 20px;
  font-size: 18px;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
/* line 185, scss/_layout/_navbar.scss */
.navbar-woga .nav ul li ul li a:hover {
  color: #83ce17;
}
/* line 188, scss/_layout/_navbar.scss */
.navbar-woga .nav ul li ul li a:before {
  content: "» ";
}
/* line 194, scss/_layout/_navbar.scss */
.navbar-woga .nav.yamm {
  position: relative;
}
/* line 196, scss/_layout/_navbar.scss */
.navbar-woga .nav.yamm .dropdown-menu {
  left: 0;
  right: 0;
  margin: -1px 0 0 0;
  z-index: 0;
}
@media screen and (max-width: 992px) {
  /* line 196, scss/_layout/_navbar.scss */
  .navbar-woga .nav.yamm .dropdown-menu {
    margin: 0;
    position: relative;
    float: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f9f9f9;
    padding: 15px 30px;
  }
}
/* line 210, scss/_layout/_navbar.scss */
.navbar-woga .nav.yamm .yamm-content {
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  /* line 210, scss/_layout/_navbar.scss */
  .navbar-woga .nav.yamm .yamm-content {
    padding: 0;
  }
}
/* line 215, scss/_layout/_navbar.scss */
.navbar-woga .nav.yamm .yamm-content .active .box .link, .navbar-woga .nav.yamm .yamm-content .active .headslider .desc .link, .headslider .navbar-woga .nav.yamm .yamm-content .active .desc .link {
  color: #83ce17;
}
/* line 220, scss/_layout/_navbar.scss */
.navbar-woga .nav .box, .navbar-woga .nav .headslider .desc, .headslider .navbar-woga .nav .desc {
  display: block;
  text-align: center;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  padding: 40px 0;
}
@media screen and (max-width: 992px) {
  /* line 220, scss/_layout/_navbar.scss */
  .navbar-woga .nav .box, .navbar-woga .nav .headslider .desc, .headslider .navbar-woga .nav .desc {
    background: transparent;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px;
    margin-bottom: 0;
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  /* line 220, scss/_layout/_navbar.scss */
  .navbar-woga .nav .box, .navbar-woga .nav .headslider .desc, .headslider .navbar-woga .nav .desc {
    padding: 20px 5px;
  }
}
/* line 236, scss/_layout/_navbar.scss */
.navbar-woga .nav .box img, .navbar-woga .nav .headslider .desc img, .headslider .navbar-woga .nav .desc img {
  display: none;
}
@media screen and (min-width: 992px) {
  /* line 236, scss/_layout/_navbar.scss */
  .navbar-woga .nav .box img, .navbar-woga .nav .headslider .desc img, .headslider .navbar-woga .nav .desc img {
    display: block;
    margin-bottom: 30px;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 247, scss/_layout/_navbar.scss */
.navbar-woga .nav .box .link, .navbar-woga .nav .headslider .desc .link, .headslider .navbar-woga .nav .desc .link {
  font-family: "Rosarivo", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 20px;
  color: #004c1f;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  padding: 15px 10px;
  border-bottom: 1px solid #ececec;
  display: block;
}
@media screen and (min-width: 992px) {
  /* line 247, scss/_layout/_navbar.scss */
  .navbar-woga .nav .box .link, .navbar-woga .nav .headslider .desc .link, .headslider .navbar-woga .nav .desc .link {
    display: inline;
    border: 0;
  }
  /* line 258, scss/_layout/_navbar.scss */
  .navbar-woga .nav .box .link:before, .navbar-woga .nav .headslider .desc .link:before, .headslider .navbar-woga .nav .desc .link:before {
    content: "» ";
  }
}
/* line 264, scss/_layout/_navbar.scss */
.navbar-woga .nav .box:hover .link, .navbar-woga .nav .headslider .desc:hover .link, .headslider .navbar-woga .nav .desc:hover .link {
  color: #83ce17;
}
/* line 269, scss/_layout/_navbar.scss */
.navbar-woga .nav a:hover {
  text-decoration: none !important;
}
/* line 271, scss/_layout/_navbar.scss */
.navbar-woga .nav a:hover .box, .navbar-woga .nav a:hover .headslider .desc, .headslider .navbar-woga .nav a:hover .desc {
  background: #e8e8e8;
}
/* line 275, scss/_layout/_navbar.scss */
.navbar-woga .nav .more {
  display: block;
  margin-top: 20px;
  font-family: "Rosarivo", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 20px;
  background: transparent;
  color: #004c1f;
  float: right;
}
@media screen and (max-width: 992px) {
  /* line 275, scss/_layout/_navbar.scss */
  .navbar-woga .nav .more {
    font-size: 21.6px;
  }
}
/* line 288, scss/_layout/_navbar.scss */
.navbar-woga .dropdown-menu {
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
/* line 293, scss/_layout/_navbar.scss */
.navbar-woga .serif, .navbar-woga .slogan, .navbar-woga div.wpcf7-mail-sent-ok {
  font-size: 20px !important;
}
@media screen and (max-width: 992px) {
  /* line 293, scss/_layout/_navbar.scss */
  .navbar-woga .serif, .navbar-woga .slogan, .navbar-woga div.wpcf7-mail-sent-ok {
    font-size: 21.6px !important;
  }
}

/* line 301, scss/_layout/_navbar.scss */
.navbar-woga .icon-phone {
  color: #004c1f;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

/* line 306, scss/_layout/_navbar.scss */
.affix .navbar-woga .icon-phone {
  color: white;
}

/* line 310, scss/_layout/_navbar.scss */
.navbar-toggle {
  margin-top: 30px;
  padding: 14.5px 10px;
  background-image: linear-gradient(to right, #40a004, #83ce17);
  z-index: 3;
}
/* line 315, scss/_layout/_navbar.scss */
.navbar-toggle .icon-bar {
  background: #ffffff;
}

/* line 321, scss/_layout/_navbar.scss */
.extra-nav a {
  font-family: "Rosarivo", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  color: #004c1f;
  font-size: 20px;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (max-width: 992px) {
  /* line 321, scss/_layout/_navbar.scss */
  .extra-nav a {
    font-size: 21.6px;
  }
}
/* line 329, scss/_layout/_navbar.scss */
.extra-nav a:before {
  content: "» ";
}
/* line 332, scss/_layout/_navbar.scss */
.extra-nav a:hover {
  color: #83ce17;
}

/* line 339, scss/_layout/_navbar.scss */
li.button a {
  margin: 15px !important;
}
@media screen and (max-width: 992px) {
  /* line 339, scss/_layout/_navbar.scss */
  li.button a {
    margin: 10px 0px 20px 0px !important;
  }
}

/* line 349, scss/_layout/_navbar.scss */
.nav > li > a {
  padding: 10px;
}

/* line 353, scss/_layout/_navbar.scss */
.dropdown-backdrop {
  position: static;
}

/* line 357, scss/_layout/_navbar.scss */
.contactbutton {
  margin: 15px !important;
}
@media screen and (max-width: 992px) {
  /* line 357, scss/_layout/_navbar.scss */
  .contactbutton {
    margin: 10px 0px 20px 0px !important;
  }
}
/* line 364, scss/_layout/_navbar.scss */
.contactbutton.mobile-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  font-size: 18px;
}
/* line 370, scss/_layout/_navbar.scss */
.contactbutton.mobile-btn:before {
  content: none;
}

/* line 377, scss/_layout/_navbar.scss */
.menu-pavillons ul li a {
  padding: 0 !important;
}
/* line 379, scss/_layout/_navbar.scss */
.menu-pavillons ul li a:before {
  content: "" !important;
}

@media (max-width: 992px) {
  /* line 2, scss/_layout/_navbar_bp.scss */
  .navbar-header {
    float: none;
  }

  /* line 5, scss/_layout/_navbar_bp.scss */
  .navbar-left, .navbar-right {
    float: none !important;
  }

  /* line 8, scss/_layout/_navbar_bp.scss */
  .navbar-toggle {
    display: block;
  }

  /* line 12, scss/_layout/_navbar_bp.scss */
  .navbar-fixed-top, .navbar-wrapper {
    top: 0;
    border-width: 0 0 1px;
  }

  /* line 16, scss/_layout/_navbar_bp.scss */
  .navbar-collapse.collapse {
    display: none !important;
  }

  /* line 19, scss/_layout/_navbar_bp.scss */
  .navbar-nav {
    float: none !important;
  }

  /* line 22, scss/_layout/_navbar_bp.scss */
  .navbar-nav > li {
    float: none;
  }

  /* line 26, scss/_layout/_navbar_bp.scss */
  .collapse.in {
    display: block !important;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1, scss/_layout/_vorteile.scss */
  .bg_zahl {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left 20% center;
  }
  /* line 6, scss/_layout/_vorteile.scss */
  .bg_zahl.eins {
    background-image: url(assets/img/eins.png);
  }
  /* line 9, scss/_layout/_vorteile.scss */
  .bg_zahl.zwei {
    background-image: url(assets/img/zwei.png);
  }
  /* line 12, scss/_layout/_vorteile.scss */
  .bg_zahl.drei {
    background-image: url(assets/img/drei.png);
  }
  /* line 15, scss/_layout/_vorteile.scss */
  .bg_zahl.vier {
    background-image: url(assets/img/vier.png);
  }
}

/* line 1, scss/_layout/_contacticons.scss */
.contacticons {
  overflow: hidden;
  position: fixed;
  top: 30px;
  right: 60px;
  z-index: 9999;
}
@media screen and (min-width: 992px) {
  /* line 1, scss/_layout/_contacticons.scss */
  .contacticons {
    padding: 10px 0 10px 10px;
    top: 50%;
    right: 0;
    left: auto;
    display: none;
  }
}
@media screen and (min-width: 1350px) {
  /* line 1, scss/_layout/_contacticons.scss */
  .contacticons {
    padding: 10px 10px 10px 0;
    left: 0;
    right: auto;
  }
}
/* line 19, scss/_layout/_contacticons.scss */
.contacticons ul {
  margin: 0;
  padding: 0;
}
/* line 22, scss/_layout/_contacticons.scss */
.contacticons ul li {
  margin: 0;
  list-style-type: none;
  float: left;
  padding: 0 2px;
}
@media screen and (min-width: 992px) {
  /* line 22, scss/_layout/_contacticons.scss */
  .contacticons ul li {
    float: none;
    padding: 0;
  }
}
/* line 32, scss/_layout/_contacticons.scss */
.contacticons ul li a {
  display: block;
  background-image: linear-gradient(to right, #40a004, #83ce17);
  height: 45px;
  width: 45px;
  line-height: 45px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: white;
  overflow: hidden;
  margin-bottom: 5px;
  text-align: center;
  font-size: 30px;
  font-family: "Rosarivo", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  text-decoration: none;
}
/* line 46, scss/_layout/_contacticons.scss */
.contacticons ul li a:hover {
  margin-right: 0;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  /* line 32, scss/_layout/_contacticons.scss */
  .contacticons ul li a {
    -moz-box-shadow: 2px 2px 10px rgba(67, 66, 67, 0.5);
    -webkit-box-shadow: 2px 2px 10px rgba(67, 66, 67, 0.5);
    box-shadow: 2px 2px 10px rgba(67, 66, 67, 0.5);
    width: 280px;
    min-width: 60px;
    height: 60px;
    margin-right: -220px;
    margin-left: 0;
    line-height: 60px;
    float: right;
    clear: both;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  /* line 66, scss/_layout/_contacticons.scss */
  .contacticons ul li a:hover {
    margin-right: 0;
  }
}
@media screen and (min-width: 1350px) {
  /* line 32, scss/_layout/_contacticons.scss */
  .contacticons ul li a {
    padding: 0 20px;
    min-width: 70px;
    height: 70px;
    line-height: 70px;
    width: 300px;
    margin-left: -230px;
    margin-right: 0;
    float: none;
    clear: none;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  /* line 84, scss/_layout/_contacticons.scss */
  .contacticons ul li a:hover {
    margin-left: 0;
  }
}
/* line 90, scss/_layout/_contacticons.scss */
.contacticons ul li .contacticon {
  font-size: 24px;
  line-height: 55px;
}
@media screen and (min-width: 992px) {
  /* line 90, scss/_layout/_contacticons.scss */
  .contacticons ul li .contacticon {
    padding-left: 20px;
    padding-top: 5px;
    float: left;
    font-size: 30px;
    line-height: 60px;
  }
}
@media screen and (min-width: 1350px) {
  /* line 90, scss/_layout/_contacticons.scss */
  .contacticons ul li .contacticon {
    float: right;
    font-size: 40px;
    line-height: 70px;
  }
}
/* line 105, scss/_layout/_contacticons.scss */
.contacticons ul li .contacticon.icon-infomaterial {
  font-size: 24px;
}
@media screen and (min-width: 1350px) {
  /* line 105, scss/_layout/_contacticons.scss */
  .contacticons ul li .contacticon.icon-infomaterial {
    font-size: 34px;
  }
}

/* line 1, scss/_layout/_breadcrumb.scss */
.breadcrumb {
  display: none;
}
@media screen and (min-width: 992px) {
  /* line 1, scss/_layout/_breadcrumb.scss */
  .breadcrumb {
    display: block;
    padding: 25px 0;
    font-size: 20px;
    line-height: 40px;
    margin: 0;
  }
  /* line 9, scss/_layout/_breadcrumb.scss */
  .breadcrumb ul {
    margin: 0;
    padding: 0;
  }
  /* line 12, scss/_layout/_breadcrumb.scss */
  .breadcrumb ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: "Rosarivo", Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    display: inline-block;
  }
  /* line 18, scss/_layout/_breadcrumb.scss */
  .breadcrumb ul li:after {
    content: " / ";
  }
  /* line 22, scss/_layout/_breadcrumb.scss */
  .breadcrumb ul li:last-child:after {
    content: none;
  }
  /* line 26, scss/_layout/_breadcrumb.scss */
  .breadcrumb ul li a {
    color: #004c1f;
    text-decoration: underline;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  /* line 30, scss/_layout/_breadcrumb.scss */
  .breadcrumb ul li a:hover {
    color: #83ce17;
  }
}

/* line 39, scss/_layout/_breadcrumb.scss */
.product {
  text-align: right;
  color: #dfdfdf;
  font-family: "Rosarivo", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 40px;
}

/* line 1, scss/_layout/_fancybox.scss */
.fancybox-bg {
  background: white;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
}

/* line 6, scss/_layout/_fancybox.scss */
.fancybox-content {
  border: 15px solid rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 2px 2px 10px rgba(67, 66, 67, 0.5);
  -webkit-box-shadow: 2px 2px 10px rgba(67, 66, 67, 0.5);
  box-shadow: 2px 2px 10px rgba(67, 66, 67, 0.5);
  overflow: visible;
}

/* line 12, scss/_layout/_fancybox.scss */
.fancybox-close-small {
  top: 0px;
  right: 0px;
}
/* line 15, scss/_layout/_fancybox.scss */
.fancybox-close-small:after {
  background-image: linear-gradient(to right, #40a004, #83ce17);
  color: white;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 40px;
}
/* line 24, scss/_layout/_fancybox.scss */
.fancybox-close-small:after:hover {
  background-image: linear-gradient(to right, #003516, #004c1f);
}

/* line 29, scss/_layout/_fancybox.scss */
.fancybox-slide > * {
  -moz-box-shadow: 2px 2px 10px rgba(67, 66, 67, 0.5);
  -webkit-box-shadow: 2px 2px 10px rgba(67, 66, 67, 0.5);
  box-shadow: 2px 2px 10px rgba(67, 66, 67, 0.5);
}

/* line 1, scss/_layout/_images.scss */
.smoothimage {
  display: block;
  overflow: hidden;
  position: relative;
}
/* line 6, scss/_layout/_images.scss */
.smoothimage img {
  display: block;
  max-width: 100%;
  height: auto;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
/* line 12, scss/_layout/_images.scss */
.smoothimage:hover {
  color: #83ce17;
}
/* line 14, scss/_layout/_images.scss */
.smoothimage:hover img {
  z-index: 2;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 19, scss/_layout/_images.scss */
.smoothimage:before {
  content: "";
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #ffffff), color-stop(50%, rgba(255, 255, 255, 0.8)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  background-image: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  display: block;
  position: absolute;
  top: 50%;
  left: -5px;
  right: -5px;
  bottom: 0;
  z-index: 2;
}
/* line 30, scss/_layout/_images.scss */
.smoothimage:after {
  z-index: 2;
}
/* line 33, scss/_layout/_images.scss */
.smoothimage .title {
  position: absolute;
  bottom: 20px;
  font-size: 24px;
  font-family: "Rosarivo", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  color: #004c1f;
  width: 100%;
  text-align: center;
  z-index: 3;
}
@media screen and (min-width: 992px) {
  /* line 33, scss/_layout/_images.scss */
  .smoothimage .title {
    bottom: 50px;
    font-size: 36px;
  }
}

/* line 49, scss/_layout/_images.scss */
.smoothgal {
  display: block;
  overflow: hidden;
  position: relative;
  background: black;
  margin-bottom: 15px;
}
/* line 55, scss/_layout/_images.scss */
.smoothgal img {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 65, scss/_layout/_images.scss */
.smoothgal .content {
  position: absolute;
  bottom: 70px;
  width: 100%;
  text-align: center;
  z-index: 3;
  color: white;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  padding: 20px 60px;
}
/* line 66, scss/_layout/_images.scss */
.smoothgal .content .title {
  font-family: "Rosarivo", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 36px;
  display: block;
}
/* line 82, scss/_layout/_images.scss */
.smoothgal:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
/* line 87, scss/_layout/_images.scss */
.smoothgal:hover .content {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 92, scss/_layout/_images.scss */
.smoothgal.slick-current > img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
/* line 97, scss/_layout/_images.scss */
.smoothgal.slick-current > .content {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 103, scss/_layout/_images.scss */
.avatar-image {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
  width: 300px;
  height: auto;
  display: block;
  border: 15px solid rgba(255, 255, 255, 0.7);
  margin: 0 auto 20px auto;
}
/* line 111, scss/_layout/_images.scss */
.avatar-image.little {
  width: 200px;
  border: 10px solid #f1f1f1;
}

@media screen and (min-width: 992px) {
  /* line 117, scss/_layout/_images.scss */
  .gallery-wrapper {
    padding: 50px 0;
  }
}

/* line 123, scss/_layout/_images.scss */
.gallery-slider {
  margin-bottom: 60px !important;
}
/* line 125, scss/_layout/_images.scss */
.gallery-slider .smoothgal {
  margin: 0 5px 20px 5px;
}
/* line 127, scss/_layout/_images.scss */
.gallery-slider .smoothgal img {
  max-height: 600px;
  width: auto;
}
/* line 132, scss/_layout/_images.scss */
.gallery-slider .slick-slide {
  display: block;
  overflow: hidden;
  position: relative;
  margin: 5px;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (min-width: 992px) {
  /* line 132, scss/_layout/_images.scss */
  .gallery-slider .slick-slide {
    background: black;
  }
}
/* line 142, scss/_layout/_images.scss */
.gallery-slider .content {
  display: block;
  padding: 10px;
  text-align: center;
  z-index: 3;
  color: #434243;
  background: white;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
/* line 146, scss/_layout/_images.scss */
.gallery-slider .content .title {
  font-family: "Rosarivo", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 30px;
  display: block;
}
@media screen and (min-width: 992px) {
  /* line 142, scss/_layout/_images.scss */
  .gallery-slider .content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    padding: 20px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    font-size: 16px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
  }
}
/* line 166, scss/_layout/_images.scss */
.gallery-slider .content p {
  display: inline;
  margin: 0;
  padding: 0;
}
/* line 172, scss/_layout/_images.scss */
.gallery-slider .content .link {
  text-decoration: underline;
  color: #004c1f;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
/* line 179, scss/_layout/_images.scss */
.gallery-slider a:hover .link {
  color: #007f34;
}
/* line 183, scss/_layout/_images.scss */
.gallery-slider img {
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  display: block;
  float: none;
}
@media screen and (min-width: 992px) {
  /* line 183, scss/_layout/_images.scss */
  .gallery-slider img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
  }
}
/* line 191, scss/_layout/_images.scss */
.gallery-slider .slick-list {
  overflow: visible;
}
/* line 195, scss/_layout/_images.scss */
.gallery-slider .slick-current img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 198, scss/_layout/_images.scss */
.gallery-slider .slick-current .content {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background: white;
}
@media screen and (min-width: 992px) {
  /* line 198, scss/_layout/_images.scss */
  .gallery-slider .slick-current .content {
    background: rgba(255, 255, 255, 0.8);
  }
}
/* line 206, scss/_layout/_images.scss */
.gallery-slider .slick-center {
  z-index: 2;
}
@media screen and (min-width: 992px) {
  /* line 206, scss/_layout/_images.scss */
  .gallery-slider .slick-center {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-box-shadow: 2px 2px 10px rgba(67, 66, 67, 0.5);
    -webkit-box-shadow: 2px 2px 10px rgba(67, 66, 67, 0.5);
    box-shadow: 2px 2px 10px rgba(67, 66, 67, 0.5);
  }
}
/* line 213, scss/_layout/_images.scss */
.gallery-slider .slick-dots {
  bottom: -60px;
}

/* line 220, scss/_layout/_images.scss */
.schatten, .img_content_right {
  -moz-box-shadow: 2px 2px 10px rgba(67, 66, 67, 0.5);
  -webkit-box-shadow: 2px 2px 10px rgba(67, 66, 67, 0.5);
  box-shadow: 2px 2px 10px rgba(67, 66, 67, 0.5);
}

@media screen and (min-width: 992px) {
  /* line 224, scss/_layout/_images.scss */
  .img_content_right {
    width: 40%;
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
  }
}

/* line 1, scss/_layout/_date.scss */
.date {
  float: left;
  background: #f5f5f5;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  font-weight: bold;
  padding: 0px;
  margin: 0 10px 10px -70px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
/* line 12, scss/_layout/_date.scss */
.date .day {
  display: block;
  padding: 0px 15px;
  font-size: 32px;
  color: #83ce17;
  font-family: "Rosarivo", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}
/* line 19, scss/_layout/_date.scss */
.date .month {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  display: block;
  background-image: linear-gradient(to right, #40a004, #83ce17);
  color: white;
  padding: 2px 15px;
}

/* line 33, scss/_layout/_date.scss */
.datebox {
  padding: 0 0 0 70px;
}
/* line 35, scss/_layout/_date.scss */
.datebox .p {
  clear: both;
}
/* line 38, scss/_layout/_date.scss */
.datebox h3 {
  font-size: 28px;
}

/* line 1, scss/_layout/_panels.scss */
.panel-title > a {
  text-decoration: none;
}

/* USAGE
<div class="row">
  <div class="row-height">
    <div class="col-xs-2 col-xs-height col-xs-middle">
      <div class="inside"></div>
    </div>
    <div class="col-xs-4 col-lg-5 col-xs-height col-xs-middle">
      <div class="inside"></div>
    </div>
  </div>
</div>
*/
/* content styles */
/* line 20, scss/_layout/_height.scss */
.inside-full-height {
  /*
  // if you want to give content full height give him height: 100%;
  // with content full height you can't apply margins to the content
  // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
  */
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 29, scss/_layout/_height.scss */
.inside-full-height .wp-post-image {
  margin-bottom: 0;
}

/* line 33, scss/_layout/_height.scss */
.content {
  padding: 12px 3px;
}

/* columns of same height styles */
/* line 39, scss/_layout/_height.scss */
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  margin-bottom: 20px;
}

/* line 47, scss/_layout/_height.scss */
.row-height .box, .row-height .headslider .desc, .headslider .row-height .desc {
  margin-bottom: 0;
}

/* line 51, scss/_layout/_height.scss */
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}

/* line 56, scss/_layout/_height.scss */
.col-top {
  vertical-align: top;
}

/* line 59, scss/_layout/_height.scss */
.col-middle {
  vertical-align: middle;
}

/* line 62, scss/_layout/_height.scss */
.col-bottom {
  vertical-align: bottom;
}

@media (min-width: 480px) {
  /* line 67, scss/_layout/_height.scss */
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }

  /* line 73, scss/_layout/_height.scss */
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }

  /* line 78, scss/_layout/_height.scss */
  .col-xs-top {
    vertical-align: top;
  }

  /* line 81, scss/_layout/_height.scss */
  .col-xs-middle {
    vertical-align: middle;
  }

  /* line 84, scss/_layout/_height.scss */
  .col-xs-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 768px) {
  /* line 90, scss/_layout/_height.scss */
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }

  /* line 96, scss/_layout/_height.scss */
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }

  /* line 101, scss/_layout/_height.scss */
  .col-sm-top {
    vertical-align: top;
  }

  /* line 104, scss/_layout/_height.scss */
  .col-sm-middle {
    vertical-align: middle;
  }

  /* line 107, scss/_layout/_height.scss */
  .col-sm-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 992px) {
  /* line 113, scss/_layout/_height.scss */
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }

  /* line 119, scss/_layout/_height.scss */
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }

  /* line 124, scss/_layout/_height.scss */
  .col-md-top {
    vertical-align: top;
  }

  /* line 127, scss/_layout/_height.scss */
  .col-md-middle {
    vertical-align: middle;
  }

  /* line 130, scss/_layout/_height.scss */
  .col-md-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 1200px) {
  /* line 136, scss/_layout/_height.scss */
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }

  /* line 142, scss/_layout/_height.scss */
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }

  /* line 147, scss/_layout/_height.scss */
  .col-lg-top {
    vertical-align: top;
  }

  /* line 150, scss/_layout/_height.scss */
  .col-lg-middle {
    vertical-align: middle;
  }

  /* line 153, scss/_layout/_height.scss */
  .col-lg-bottom {
    vertical-align: bottom;
  }
}
/* line 162, scss/_layout/_height.scss */
.row.margin-20 {
  margin-bottom: 20px;
}

/* line 167, scss/_layout/_height.scss */
.inside-full-height .box, .inside-full-height .headslider .desc, .headslider .inside-full-height .desc {
  height: 100%;
  margin-bottom: 0;
}

/* line 1, scss/_layout/_cookie.scss */
.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 0;
  background: black;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  text-align: center;
  z-index: 11;
}
/* line 12, scss/_layout/_cookie.scss */
.cookie a:hover {
  color: white;
}
/* line 15, scss/_layout/_cookie.scss */
.cookie .btn, .cookie li.button a, li.button .cookie a, .cookie .contactbutton {
  margin: 0;
}
