@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 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 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  #mc_embed_signup label,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2, #mc_embed_signup label,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  text-decoration: none;
}
a:hover, a:focus {
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

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

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgb(238.425, 238.425, 238.425);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, #mc_embed_signup label, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small, #mc_embed_signup label small,
h2 .small,
#mc_embed_signup label .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: rgb(119.085, 119.085, 119.085);
}

h1, .h1,
h2,
#mc_embed_signup label, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
#mc_embed_signup label small,
h2 .small,
#mc_embed_signup label .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
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%;
}

h1, .h1 {
  font-size: 36px;
}

h2, #mc_embed_signup label, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

.text-left {
  text-align: left;
}

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: rgb(119.085, 119.085, 119.085);
}

.text-primary {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: rgb(35.984375, 82.25, 105.015625);
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: rgb(192.7777777778, 225.8333333333, 179.1666666667);
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: rgb(174.8695652174, 217.0434782609, 238.1304347826);
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: rgb(247.064516129, 236.4838709677, 180.935483871);
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgb(227.5869565217, 185.4130434783, 185.4130434783);
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid rgb(238.425, 238.425, 238.425);
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted rgb(119.085, 119.085, 119.085);
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid rgb(238.425, 238.425, 238.425);
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: rgb(119.085, 119.085, 119.085);
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid rgb(238.425, 238.425, 238.425);
  border-left: 0;
  text-align: right;
}
.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: "";
}
.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: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.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;
}

.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;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .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;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .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;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .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;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: rgb(119.085, 119.085, 119.085);
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: rgb(232.25, 232.25, 232.25);
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgb(85.425, 85.425, 85.425);
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgb(85.425, 85.425, 85.425);
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: rgb(238.425, 238.425, 238.425);
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.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 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

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

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

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;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.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, .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 {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
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 {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
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 {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.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,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.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,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.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;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: rgb(42.808988764, 84.191011236, 43.5224719101);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.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;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.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;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(114.75, 114.75, 114.75);
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  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: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default:hover {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.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: rgb(211.65, 211.65, 211.65);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(45.8493801653, 109.0004132231, 163.5006198347);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  border-color: rgb(17.9258264463, 42.6161157025, 63.9241735537);
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  border-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  border-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
}
.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: #fff;
  background-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
  border-color: rgb(17.9258264463, 42.6161157025, 63.9241735537);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(45.8493801653, 109.0004132231, 163.5006198347);
}
.btn-primary .badge {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.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: rgb(57.4371794872, 131.8628205128, 57.4371794872);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.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: rgb(37.9081218274, 153.9299492386, 188.3918781726);
  border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
.btn-warning:hover {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.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: rgb(213.2296875, 132.515625, 18.0703125);
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.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: rgb(172.1345794393, 41.0775700935, 37.1654205607);
  border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.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;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: rgb(85.425, 85.425, 85.425);
  text-align: center;
  background-color: rgb(238.425, 238.425, 238.425);
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: rgb(238.425, 238.425, 238.425);
}
.nav > li.disabled > a {
  color: rgb(119.085, 119.085, 119.085);
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: rgb(238.425, 238.425, 238.425) rgb(238.425, 238.425, 238.425) #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: rgb(85.425, 85.425, 85.425);
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: rgb(119.085, 119.085, 119.085);
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: rgb(93.585, 93.585, 93.585);
}

.label-primary {
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: rgb(236.015625, 151.21875, 30.984375);
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: rgb(238.425, 238.425, 238.425);
  color: rgb(119.085, 119.085, 119.085);
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: rgb(119.085, 119.085, 119.085);
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: rgb(199.4324380165, 220.8950413223, 239.4175619835);
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.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;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

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

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.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) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: "sms";
  src: url("fonts/sms.eot?18654247");
  src: url("fonts/sms.eot?18654247#iefix") format("embedded-opentype"), url("fonts/sms.woff2?18654247") format("woff2"), url("fonts/sms.woff?18654247") format("woff"), url("fonts/sms.ttf?18654247") format("truetype"), url("fonts/sms.svg?18654247#sms") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'sms';
    src: url('../font/sms.svg?18654247#sms') format('svg');
  }
}
*/
[class^=smsicon-]:before, [class*=" smsicon-"]:before {
  font-family: "sms";
  font-style: normal;
  font-weight: normal;
  speak: none;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.smsicon-big {
  font-size: 3rem;
  line-height: 4rem;
  margin: 5px 15px 0px 0px;
}
.smsicon-big:before {
  margin: 0px;
}

.smsicon-big.smsicon-instagram {
  font-size: 3.21rem;
  position: relative;
  top: 2px;
}

.smsicon-big.smsicon-youtube-play {
  font-size: 3.8rem;
  top: 4px;
  position: relative;
  margin-left: 1px;
}

.smsicon-user:before {
  content: "\e800";
} /* '' */
.smsicon-location:before {
  content: "\e801";
} /* '' */
.smsicon-angle-down:before {
  content: "\e802";
} /* '' */
.smsicon-angle-left:before {
  content: "\e803";
} /* '' */
.smsicon-angle-right:before {
  content: "\e804";
} /* '' */
.smsicon-angle-up:before {
  content: "\e805";
} /* '' */
.smsicon-at:before {
  content: "\e806";
} /* '' */
.smsicon-resize-full-alt:before {
  content: "\e807";
} /* '' */
.smsicon-down-open-1:before {
  content: "\e808";
} /* '' */
.smsicon-pin:before {
  content: "\e809";
} /* '' */
.smsicon-home:before {
  content: "\e80a";
} /* '' */
.smsicon-info-circled:before {
  content: "\e80b";
} /* '' */
.smsicon-left-open-1:before {
  content: "\e80c";
} /* '' */
.smsicon-mail:before {
  content: "\e80d";
} /* '' */
.smsicon-clock:before {
  content: "\e80e";
} /* '' */
.smsicon-right-open-1:before {
  content: "\e80f";
} /* '' */
.smsicon-search:before {
  content: "\e810";
} /* '' */
.smsicon-up-open-1:before {
  content: "\e811";
} /* '' */
.smsicon-close:before {
  content: "\e812";
} /* '' */
.smsicon-check-empty:before {
  content: "\f096";
} /* '' */
.smsicon-filter:before {
  content: "\f0b0";
} /* '' */
.smsicon-ok-squared:before {
  content: "\f14a";
} /* '' */
.smsicon-youtube-play:before {
  content: "\f16a";
} /* '' */
.smsicon-instagram:before {
  content: "\f16d";
} /* '' */
.smsicon-right-circled2:before {
  content: "\f18e";
} /* '' */
.smsicon-calendar-check-o:before {
  content: "\f274";
} /* '' */
.smsicon-envelope-open-o:before {
  content: "\f2b7";
} /* '' */
.smsicon-facebook-squared:before {
  content: "\f308";
} /* '' */
body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.7;
  display: none;
  z-index: 1050;
}

.sl-wrapper {
  z-index: 1040;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 1060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #000;
  font-size: 3rem;
}
.sl-wrapper .sl-close:focus {
  outline: none;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1060;
  color: #000;
  font-size: 1rem;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 1060;
  font-family: Arial, Baskerville, monospace;
  color: #000;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button:focus {
  outline: none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper .sl-image {
  position: fixed;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}
.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
/* COLORS */
/* COLORS end */
/* FONTS */
/* maven-pro-600 - latin */
@font-face {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/maven-pro-v21-latin-600.eot"); /* IE9 Compat Modes */
  src: local(""), url("fonts/maven-pro-v21-latin-600.eot?#iefix") format("embedded-opentype"), url("fonts/maven-pro-v21-latin-600.woff2") format("woff2"), url("fonts/maven-pro-v21-latin-600.woff") format("woff"), url("fonts/maven-pro-v21-latin-600.ttf") format("truetype"), url("fonts/maven-pro-v21-latin-600.svg#MavenPro") format("svg"); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/open-sans-v17-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("fonts/open-sans-v17-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans-v17-latin-regular.woff2") format("woff2"), url("fonts/open-sans-v17-latin-regular.woff") format("woff"), url("fonts/open-sans-v17-latin-regular.ttf") format("truetype"), url("fonts/open-sans-v17-latin-regular.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("fonts/open-sans-v17-latin-italic.eot"); /* IE9 Compat Modes */
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("fonts/open-sans-v17-latin-italic.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans-v17-latin-italic.woff2") format("woff2"), url("fonts/open-sans-v17-latin-italic.woff") format("woff"), url("fonts/open-sans-v17-latin-italic.ttf") format("truetype"), url("fonts/open-sans-v17-latin-italic.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-700italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: url("fonts/open-sans-v17-latin-700italic.eot"); /* IE9 Compat Modes */
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url("fonts/open-sans-v17-latin-700italic.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans-v17-latin-700italic.woff2") format("woff2"), url("fonts/open-sans-v17-latin-700italic.woff") format("woff"), url("fonts/open-sans-v17-latin-700italic.ttf") format("truetype"), url("fonts/open-sans-v17-latin-700italic.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/open-sans-v17-latin-700.eot"); /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("fonts/open-sans-v17-latin-700.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans-v17-latin-700.woff2") format("woff2"), url("fonts/open-sans-v17-latin-700.woff") format("woff"), url("fonts/open-sans-v17-latin-700.ttf") format("truetype"), url("fonts/open-sans-v17-latin-700.svg#OpenSans") format("svg"); /* Legacy iOS */
}
body {
  font-family: "Open Sans", Arial, sans-serif;
  letter-spacing: 0.02px;
  line-height: 2.1rem;
  overflow-y: scroll;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
}

h2, #mc_embed_signup label {
  margin-bottom: 15px;
}

h1, h2, #mc_embed_signup label, h3, h4, h5, h6 {
  color: #000000;
  font-weight: 400;
}

hr {
  border-color: transparent;
}

.ce-bodytext {
  margin-top: 10px;
}

a, a:focus, a:visited {
  text-decoration: none;
  color: #1d71b8;
  transition: color 0.3s;
  outline: 0;
}

.ce-bodytext a, .ce-bodytext a:focus, .ce-bodytext a:visited {
  text-decoration: underline;
}

a:hover, li.cur > a {
  text-decoration: none;
  color: rgb(42.4929577465, 139.5070422535, 221.5070422535);
}

b, strong {
  font-weight: 700;
}

h1 {
  font-size: 2.5rem;
  line-height: 3rem;
}

h2, #mc_embed_signup label {
  font-size: 2rem;
  line-height: 2.5rem;
}

h3 {
  font-size: 1.7rem;
  line-height: 2.2rem;
}

h4 {
  font-size: 1.5rem;
  line-height: 2rem;
}

h5 {
  font-size: 1.5rem;
  line-height: 2rem;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
}

h2, #mc_embed_signup label {
  margin-bottom: 15px;
}

figure figcaption {
  padding: 5px 10px;
}

blockquote {
  padding: 50px 30px 20px;
  font-size: inherit;
  border-left: 5px solid #ddd;
  position: relative;
}
blockquote:before {
  content: "English translation";
  position: absolute;
  left: 30px;
  top: 10px;
  color: #ccc;
  font-weight: bold;
}

/* FONTS end */
.lino {
  display: none !important;
}

.lima {
  display: inline;
}
.lima:after {
  content: "@";
}

.lisu {
  position: absolute;
  left: -10000px;
}

.lido:before {
  content: ".";
}

.licon-m {
  position: relative;
  overflow: hidden;
}

html, body {
  height: 100%;
  width: 100%;
}

body {
  position: relative;
  color: #000000;
  background-color: #B4CC04;
  background-color: antiquewhite;
  padding: 0px;
  margin: 0px;
}

.container-fluid {
  max-width: 1060px;
  position: relative;
}

iframe {
  border: 0px;
  max-width: 100%;
}

iframe[src*="https://www.google.com/maps/embed"] {
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

.clear {
  width: 100%;
  clear: both;
}

/* .sms-logo-dot,
.sms-logo-txt{
  fill: #ffffff;
  transition: fill 6s;
}
.sms-logo-dot-animate-0,
.sms-logo-dot-animate-1,
.sms-logo-dot-animate-2,
.sms-logo-dot-animate-3,
.sms-logo-dot-animate-4{
  transition: fill 0.3s;
}
.sms-logo-dot-animate-0{fill:$sms-navi-2;}
.sms-logo-dot-animate-1{fill:$sms-navi-3;}
.sms-logo-dot-animate-2{fill:$sms-navi-4;}
.sms-logo-dot-animate-3{fill:$sms-navi-5;}
.sms-logo-dot-animate-4{fill:$sms-navi-6;}
.logo:hover{
  cursor: pointer;
} */
.logo {
  position: relative;
}
.logo a {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0;
}

.logo path,
.logo polygon,
.logo rect {
  fill: #ffffff;
  transition: fill 6s;
}

.logo path[data-color="0"],
.logo path[data-color="1"],
.logo path[data-color="2"],
.logo path[data-color="3"],
.logo path[data-color="4"] {
  transition: fill 0.3s;
}

.logo path[data-color="0"] {
  fill: #1d71b8;
}

.logo path[data-color="1"] {
  fill: #f28c00;
}

.logo path[data-color="2"] {
  fill: #bb0e0c;
}

.logo path[data-color="3"] {
  fill: #662483;
}

.logo path[data-color="4"] {
  fill: #008d36;
}

.logo:hover {
  cursor: pointer;
}

.site-header .mainnav-toggle {
  z-index: 102;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 10px;
  height: 40px;
  width: 41px;
  transition: all 0.3s;
}
.site-header .mainnav-toggle:hover {
  cursor: pointer;
}
.site-header .mainnav-toggle span {
  display: block;
  height: 3px;
  width: 21px;
  margin-bottom: 4px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.site-header .mainnav-toggle span:nth-child(1) {
  transform: rotate(0deg);
  transform-origin: 0% 0% 0px;
}
.site-header .mainnav-toggle span:nth-child(2) {
  transition-delay: 0.2s;
}
.site-header .mainnav-toggle span:nth-child(3) {
  transform: rotate(0deg);
  transform-origin: 0% 100% 0px;
}
.site-header .mobile-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 55px;
  z-index: 2;
  background-color: #1D1D1B;
}
.site-header .mobile-logo a {
  display: block;
  height: 55px;
  width: 55px;
  margin-left: 8px;
}
.site-header .mobile-logo a img {
  height: 100%;
  width: auto;
}

@media screen and (max-width: 1024px) and (max-height: 670px), (max-width: 769px) {
  .show-mainnav .site-header .mainnav-toggle span {
    background-color: #ffffff;
  }
}
.show-mainnav {
  overflow: hidden;
}
.show-mainnav .mainnav-toggle span:nth-child(1) {
  transform: rotate(45deg);
}
.show-mainnav .mainnav-toggle span:nth-child(2) {
  background-color: transparent;
  transition-delay: 0s;
}
.show-mainnav .mainnav-toggle span:nth-child(3) {
  transform: rotate(-45deg);
}
.show-mainnav .scroll-top-wrapper {
  display: none !important;
}

/* Effect Rotate Left */
.site-header .mainnav {
  z-index: 90;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.site-header .mainnav .mainnav-first {
  transition: all 0.3s ease-in-out;
  transform: scale(1.2);
}

.show-mainnav .mainnav {
  opacity: 1;
  pointer-events: auto;
}
.show-mainnav .mainnav .mainnav-first {
  transform: scale(1);
}

.wrap-content {
  z-index: 2;
  position: relative;
}

.site-content .container-fluid {
  background-color: #ffffff;
}
.site-content .content {
  padding-top: 25px;
  min-height: calc(100vh - 222px);
}

.bg-image {
  display: none;
  position: fixed;
  z-index: 1;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#page-1 .mainnav-toggle {
  display: none !important;
}
#page-1 .mainnav {
  background-color: transparent !important;
}
#page-1 .mobile-logo {
  display: none;
}

.mainnav {
  font-size: 3rem;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  background-color: #ffffff;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.mainnav > ul {
  height: 100%;
  width: 100%;
  max-width: 900px;
  max-height: 600px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.mainnav li {
  flex: 1 0 33.33%;
  flex-grow: 0;
  width: 33%;
  width: 33.3333333333%;
  height: 50%;
}

.mainnav > ul,
.contentnavi > ul {
  padding: 0px;
  margin: 0px;
}
.mainnav li,
.contentnavi li {
  display: block;
  padding: 0px !important;
  margin: 0px !important;
  background: black;
  transition: all 0.3s;
}
.mainnav li:before,
.contentnavi li:before {
  display: none !important;
}
.mainnav li a,
.mainnav li .logo-wrap,
.contentnavi li a,
.contentnavi li .logo-wrap {
  transition: all 1.2s;
  height: 100%;
  width: 100%;
  text-align: center;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainnav li svg,
.contentnavi li svg {
  height: 100%;
  width: auto;
  padding: 15%;
  fill: #ffffff;
}
.mainnav li:nth-child(1),
.contentnavi li:nth-child(1) {
  background-color: #1d1d1b;
}
.mainnav li:nth-child(2),
.contentnavi li:nth-child(2) {
  background-color: #1d71b8;
}
.mainnav li:nth-child(3),
.contentnavi li:nth-child(3) {
  background-color: #f28c00;
}
.mainnav li:nth-child(4),
.contentnavi li:nth-child(4) {
  background-color: #bb0e0c;
}
.mainnav li:nth-child(5),
.contentnavi li:nth-child(5) {
  background-color: #662483;
}
.mainnav li:nth-child(6),
.contentnavi li:nth-child(6) {
  background-color: #008d36;
}
.mainnav li:nth-child(1):hover,
.contentnavi li:nth-child(1):hover {
  background-color: rgb(7.8714285714, 7.8714285714, 7.3285714286);
}
.mainnav li:nth-child(2):hover,
.contentnavi li:nth-child(2):hover {
  background-color: rgb(23.4450704225, 91.3549295775, 148.7549295775);
}
.mainnav li:nth-child(3):hover,
.contentnavi li:nth-child(3):hover {
  background-color: rgb(201.2, 116.3966942149, 0);
}
.mainnav li:nth-child(4):hover,
.contentnavi li:nth-child(4):hover {
  background-color: rgb(148.6603015075, 11.1296482412, 9.5396984925);
}
.mainnav li:nth-child(5):hover,
.contentnavi li:nth-child(5):hover {
  background-color: rgb(77.080239521, 27.2047904192, 98.9952095808);
}
.mainnav li:nth-child(6):hover,
.contentnavi li:nth-child(6):hover {
  background-color: rgb(0, 100.2, 38.3744680851);
}
.contentnavi {
  display: none;
}

@media (min-height: 600px) and (min-width: 900px) {
  .wrap-contentnavi {
    position: fixed;
    z-index: 10;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 0px;
  }
  .wrap-contentnavi .contentnavi {
    display: block;
    width: 200px;
    width: 16.6666666667vh;
    font-size: 1.9rem;
    position: absolute;
    top: 0px;
    left: -5px;
  }
  .wrap-contentnavi .contentnavi li {
    height: 16%;
    height: 16.6666666667vh;
  }
  .content {
    padding-top: 57px;
    padding-left: calc(16.6666666667vh + 30px);
    padding-right: 30px;
    padding-bottom: 30px;
  }
  .site-footer {
    padding-left: calc(16.6666666667vh + 30px);
  }
  .mainnav,
  .mainnav-toggle,
  .mobile-logo {
    display: none !important;
  }
}
@media (max-height: 599px), (max-width: 899px) {
  .site-content .content {
    padding-top: 55px !important;
  }
}
@media (max-height: 599px) and (min-width: 900px) {
  .content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-height: 600px) and (max-height: 700px) {
  .wrap-contentnavi .contentnavi {
    font-size: 1.7rem;
  }
}
#page-1 .mainnav {
  display: flex !important;
}

@media (min-width: 768px) {
  .bg-image {
    display: block;
  }
}
@media (max-height: 670px) and (min-width: 1025px) {
  .mainnav > ul {
    max-width: 129vh;
    max-height: 86vh;
  }
}
@media (max-height: 670px) and (max-width: 1024px) {
  .mainnav > ul {
    max-width: 100%;
    max-height: 100%;
  }
}
@media (max-height: 1024px) and (max-width: 768px) {
  .mainnav > ul {
    max-width: 100%;
    max-height: 100%;
  }
  .mainnav li {
    display: block;
    flex: 1 0 50%;
    flex-grow: 0;
    width: 50%;
    height: 33%;
    height: 33.3333333333%;
  }
  .mainnav li svg {
    padding: 30px;
  }
}
@media (max-width: 600px) {
  .col-xs-3.equalheight,
  .col-xs-4.equalheight,
  .col-xs-6.equalheight,
  .col-xs-8.equalheight .col-xs-9.equalheight {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .mainnav {
    font-size: 2rem;
  }
}
.site-content {
  word-break: break-word;
}
.site-content ul, .site-content li {
  margin: 0px;
  padding: 0px;
}
.site-content ul {
  padding-bottom: 10px;
}
.site-content li {
  margin-left: 20px;
  list-style-type: none;
  position: relative;
}
.site-content li:before {
  display: block;
  content: "–";
  position: absolute;
  left: -14px;
  top: -1px;
}
.site-content label {
  width: 150px;
}

@media screen and (min-width: 500.01px) and (max-width: 600px) {
  .event-organisator-image,
  .event-location-image,
  .ce-textpic .ce-gallery {
    max-width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .event-organisator-image,
  .event-location-image,
  .ce-textpic .ce-gallery {
    width: 100%;
  }
  .event-organisator-image,
  .event-location-image {
    padding-right: 0px;
  }
}
.content-accordeon.event-organisator:first-child {
  margin-top: 50px;
}
.content-accordeon .content-accordeon-content {
  margin-top: 5px;
}
.content-accordeon {
  margin-top: 10px;
}
.content-accordeon:first-child {
  margin-top: 40px;
}
.content-accordeon > div {
  padding: 10px 15px;
  border: 2px solid #000000;
  transition: all 0.6s;
}
.content-accordeon > div > * {
  display: none;
}
.content-accordeon > div > header {
  display: block !important;
}
.content-accordeon header h1, .content-accordeon header h2, .content-accordeon header #mc_embed_signup label, #mc_embed_signup .content-accordeon header label, .content-accordeon header h3, .content-accordeon header h4, .content-accordeon header h5, .content-accordeon header h6 {
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding: 8px 0px 8px 0px;
  margin: 0px;
  position: relative;
  padding-right: 35px;
}
.content-accordeon header h1:after, .content-accordeon header h2:after, .content-accordeon header #mc_embed_signup label:after, #mc_embed_signup .content-accordeon header label:after, .content-accordeon header h3:after, .content-accordeon header h4:after, .content-accordeon header h5:after, .content-accordeon header h6:after {
  transition: all 0.3s;
  content: "+";
  font-size: 3rem;
  display: block;
  width: 20px;
  position: absolute;
  right: 0px;
  top: 7px;
  text-align: center;
}
.content-accordeon header h1:hover, .content-accordeon header h2:hover, .content-accordeon header #mc_embed_signup label:hover, #mc_embed_signup .content-accordeon header label:hover, .content-accordeon header h3:hover, .content-accordeon header h4:hover, .content-accordeon header h5:hover, .content-accordeon header h6:hover {
  cursor: pointer;
}

.show-content-accordeon h1, .show-content-accordeon h2, .show-content-accordeon #mc_embed_signup label, #mc_embed_signup .show-content-accordeon label, .show-content-accordeon h3, .show-content-accordeon h4, .show-content-accordeon h5, .show-content-accordeon h6 {
  padding-bottom: 15px;
}
.show-content-accordeon h1:after, .show-content-accordeon h2:after, .show-content-accordeon #mc_embed_signup label:after, #mc_embed_signup .show-content-accordeon label:after, .show-content-accordeon h3:after, .show-content-accordeon h4:after, .show-content-accordeon h5:after, .show-content-accordeon h6:after {
  transform: rotate(45deg);
  transform-origin: 50% 50%;
}
.show-content-accordeon > div > * {
  transition: all 0.5s;
  display: block !important;
}

.frame-type-shortcut .content-accordeon {
  padding-left: 0px;
  padding-right: 0px;
}

.site-footer {
  min-height: 182px;
  margin-top: 40px;
  padding-top: 35px;
  padding-bottom: 20px;
  padding-right: 40px;
  background-color: #eee;
  color: #000000;
}
.site-footer ul, .site-footer li {
  padding: 0px;
  margin: 0px;
}
.site-footer li {
  list-style-type: none;
}
.site-footer li:before {
  display: none;
}
.site-footer .ce-bodytext {
  margin: 0px;
}
.site-footer a {
  color: #1d71b8;
  text-decoration: none;
}
.site-footer a:hover {
  color: rgb(42.4929577465, 139.5070422535, 221.5070422535);
}
.site-footer figure {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.site-footer img {
  max-width: 100%;
  height: auto;
  transform: scale(0.95);
  transform-origin: left top;
}
.site-footer .partner .ce-column {
  width: 31%;
  text-align: center;
}
.site-footer .footernav-wrap {
  border-top: 1px solid #ddd;
  padding-top: 30px;
  margin-top: 15px;
}
.site-footer .footernav-wrap .footernav li {
  display: inline-block;
}
.site-footer .footernav-wrap .footernav li:after {
  content: "|";
  padding-left: 5px;
  padding-right: 5px;
}
.site-footer .footernav-wrap .footernav li:nth-last-child(1):after {
  display: none;
}

.ce-intext.ce-left .ce-gallery {
  margin-right: 30px;
}

.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .site-footer h3 {
    margin-top: 0px;
    padding-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer {
    padding-top: 10px;
  }
  .site-footer .partner {
    padding-top: 30px;
  }
  .site-footer img {
    transform-origin: left top;
  }
}
@media screen and (max-width: 380px) {
  .site-footer .partner .ce-gallery {
    max-width: 100%;
  }
  .site-footer .partner .ce-column {
    width: 80%;
    margin-left: 10%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.scroll-top-wrapper {
  z-index: 101;
  position: fixed;
  right: 10px;
  bottom: 7px;
  color: #1d71b8;
  opacity: 0;
  transition: opacity 0.4s;
}
.scroll-top-wrapper:hover {
  color: rgb(42.4929577465, 139.5070422535, 221.5070422535);
}
.scroll-top-wrapper i {
  font-size: 4rem;
}

.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1;
}

@media (max-width: 1150px) {
  .scroll-top-wrapper {
    right: 5px;
    bottom: 10px;
  }
}
.imagegallery-container {
  padding-top: 5px;
  padding-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.imagegallery-container a {
  position: relative;
  width: calc(33.3333333333% - 7px);
  margin-bottom: 10px;
}
.imagegallery-container a:empty {
  position: absolute;
  margin-bottom: 0px;
}
.imagegallery-container a:after {
  font-family: "sms";
  font-style: normal;
  font-weight: normal;
  speak: none;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: "\e807";
  opacity: 0;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: 0px;
  width: auto;
  text-align: center;
  font-size: 4rem;
  line-height: 0rem;
  color: #ffffff;
  background-color: rgba(29, 113, 184, 0.5);
}
.imagegallery-container a:hover:after {
  opacity: 1;
}

/* @media screen and (max-width: 800px){
.imagegallery-container a{
    width:20%
  }
} */
@media screen and (max-width: 600px) {
  .imagegallery-container a:nth-child(1) {
    width: 100%;
  }
  .imagegallery-container a:nth-child(2), .imagegallery-container a:nth-child(3) {
    width: calc(50% - 5px);
    float: left;
  }
}
/* @media screen and (max-width: 500px){
.imagegallery-container a{
    width:33%;
    width:calc(100% / 3);
  }
}
@media screen and (max-width: 400px){
.imagegallery-container a{
    width:50%
  }
} */
/* img.lazyload,
img.lazyloading {
  width:100%;
  background: #f7f7f7 url("/typo3conf/ext/li_tpl/Resources/Public/Icons/loader.svg") no-repeat center;
  background-size: 35px 35px;
}
.imagegallery-container{
  img.lazyload,
  img.lazyloading {
    height: 100px;
  }
} */
.page-menu {
  padding-top: 5px;
  padding-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-menu li {
  position: relative;
  width: calc(33.3333333333% - 7px);
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  .page-menu li {
    width: calc(50% - 7px);
  }
}
@media screen and (max-width: 600px) {
  .page-menu li {
    width: 100%;
  }
}
.page-menu h2, .page-menu #mc_embed_signup label, #mc_embed_signup .page-menu label {
  padding: 5px 4px;
}

.form-group legend {
  display: none;
}
.form-group textarea {
  min-height: 200px;
}
.form-group .btn-primary {
  background-color: #1d71b8 !important;
}
.form-group .btn-primary:hover {
  background-color: rgb(42.4929577465, 139.5070422535, 221.5070422535);
}

.sl-overlay {
  opacity: 0.9;
}

.sl-wrapper .sl-navigation button.sl-prev,
.sl-wrapper .sl-navigation button.sl-next {
  font-size: 5rem;
}

.fancybox-default-overlay {
  background: rgba(0, 0, 0, 0.9);
}

.fancybox-default-skin-open {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.14), 0px 4px 8px rgba(0, 0, 0, 0.28);
}

.fancybox-margin {
  margin-right: auto !important;
}

.breadcrumb {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #aaa;
}
.breadcrumb a {
  color: #aaa;
}
.breadcrumb a:hover {
  color: rgb(42.4929577465, 139.5070422535, 221.5070422535);
}

.courseteaser.portfolioteaser {
  background-color: #1d1d1b;
}
.courseteaser.kidsteaser {
  background-color: #f28c00;
}
.courseteaser.kidsteaser a, .courseteaser.kidsteaser a * {
  color: rgb(81.8214285714, 81.8214285714, 76.1785714286);
  transition: none;
}
.courseteaser.kidsteaser a:hover {
  color: #1d1d1b;
}
.courseteaser.kidsteaser a:hover * {
  color: #1d1d1b;
}
.courseteaser h2, .courseteaser #mc_embed_signup label, #mc_embed_signup .courseteaser label {
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  text-align: center;
  /*&:after {
    content: ”;
    display: inline-block;
    width: 100%;
  }*/
}
.courseteaser * {
  color: #fff;
}
.courseteaser a {
  color: rgb(86.5492957746, 163.4507042254, 228.4507042254);
}
.courseteaser a:hover {
  color: rgb(42.4929577465, 139.5070422535, 221.5070422535);
}
.courseteaser .courseteaser-content {
  max-height: 0px;
  margin-top: 10px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.courseteaser .courseteaser-toggler {
  position: absolute;
  top: 16px;
  right: 15px;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 10px;
  width: 20px;
  height: 20px;
  transition: all 0.2s ease-in-out;
}
.courseteaser .courseteaser-toggler:after {
  transition: all 0.3s;
  content: "+";
  font-size: 3rem;
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: center;
}
.courseteaser:hover {
  cursor: pointer;
}
.show-portfolioteaser .portfolioteaser .courseteaser-content,
.show-kidsteaser .kidsteaser .courseteaser-content {
  max-height: 500px;
}
.show-portfolioteaser .portfolioteaser .courseteaser-toggler,
.show-kidsteaser .kidsteaser .courseteaser-toggler {
  transform: rotate(45deg);
  transform-origin: 50% 50%;
}
.show-portfolioteaser .portfolioteaser .courseteaser-toggler:hover,
.show-kidsteaser .kidsteaser .courseteaser-toggler:hover {
  cursor: pointer;
}
.show-portfolioteaser .portfolioteaser,
.show-kidsteaser .kidsteaser {
  /*.content{
    background-color: $sms-navi-1;
  }
  h1{
    color: #ffffff;
  }*/
}

.show-portfolioteaser .event-overview-filter,
.show-kidsteaser .event-overview-filter {
  max-height: 0px;
  overflow: hidden;
}
.show-portfolioteaser h1,
.show-kidsteaser h1 {
  margin-bottom: 0px;
}

.courseteaser-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: -20px;
  margin-bottom: 45px;
}
.courseteaser-wrapper .courseteaser-item {
  width: calc(33.3333333333% - 7px);
  width: calc(50% - 15px);
  margin-right: 30px;
}
.courseteaser-wrapper .courseteaser-item:last-child {
  margin-right: 0px;
}
@media (max-width: 600px) {
  .courseteaser-wrapper .courseteaser-item {
    width: 100%;
    margin-right: 0px;
  }
}
.courseteaser-wrapper .courseteaser-item {
  float: none;
}
.courseteaser-wrapper .courseteaser-item > div {
  height: 100%;
}
.courseteaser-wrapper .courseteaser-item .courseteaser {
  padding-left: 5px;
  padding-right: 5px;
}
.courseteaser-wrapper .courseteaser-item .courseteaser:after {
  display: none;
}
.courseteaser-wrapper .courseteaser-item h2, .courseteaser-wrapper .courseteaser-item #mc_embed_signup label, #mc_embed_signup .courseteaser-wrapper .courseteaser-item label {
  text-align: left;
  font-size: 1.8rem;
  line-height: 2.2rem;
  margin-bottom: 0px;
  padding-right: 50px;
  padding-top: 18px;
  padding-bottom: 18px;
  /*           &:before{
                @include smsicon;
                content: "\e80b";
                font-size:3rem;
                position: absolute;
                left: 15px;
                top:19px;
            } */
}
.courseteaser-wrapper .courseteaser-item .courseteaser .courseteaser-content {
  margin-top: 0px;
}

.show-portfolioteaser .courseteaser-wrapper .courseteaser-item:nth-child(1) {
  width: 100%;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
}
.show-portfolioteaser .courseteaser-wrapper .courseteaser-item:nth-child(1) .courseteaser-content {
  padding-bottom: 10px;
}
.show-portfolioteaser .courseteaser-wrapper .courseteaser-item:nth-child(2) {
  display: none;
}

.show-kidsteaser .courseteaser-wrapper .courseteaser-item:nth-child(2) {
  width: 100%;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
}
.show-kidsteaser .courseteaser-wrapper .courseteaser-item:nth-child(2) .courseteaser-content {
  padding-bottom: 10px;
}
.show-kidsteaser .courseteaser-wrapper .courseteaser-item:nth-child(1) {
  display: none;
}

#page-2 .filter-grid .filter-69 {
  background-color: #1d1d1b;
  color: #ffffff;
  padding: 20px 15px 15px 15px;
  margin-left: -15px;
  width: calc(100% + 30px);
  margin-bottom: 40px;
}
#page-2 .filter-grid .filter-69 * {
  color: #ffffff;
}
#page-2 .filter-grid .filter-69 a:hover * {
  color: rgb(229.5, 229.5, 229.5);
}
#page-2 .filter-grid .filter-69 hr {
  display: none;
}
#page-2 .filter-grid .filter-73 {
  background-color: #f28c00;
  color: #ffffff;
  padding: 20px 15px 15px 15px;
  margin-left: -15px;
  width: calc(100% + 30px);
  margin-bottom: 40px;
}
#page-2 .filter-grid .filter-73 * {
  color: #ffffff;
}
#page-2 .filter-grid .filter-73 a:hover * {
  color: beige;
}
#page-2 .filter-grid .filter-73 hr {
  display: none;
}
#page-2 .filter-grid .filter-73 .event-available-places {
  color: #fff !important;
}
#page-2 .filter-grid .filter-73 .button-waitlist {
  background-color: rgb(155.3, 89.8429752066, 0) !important;
}
#page-2 .filter-grid .filter-73 .button-waitlist:hover {
  background-color: rgb(114.5, 66.2396694215, 0) !important;
}

/* @media (min-width:900px){
  .courseteaser-wrapper{
    display: flex;
    align-items: stretch;
    .courseteaser-item{
      width:100%;
      flex-shrink: 1;
      .courseteaser{
        height:100%;
      }
    }
  }
} */
.btn-primary,
.btn-hamsterli,
.sms-button {
  display: inline-block;
  width: auto;
  padding: 7px 20px 8px 20px;
  margin-top: 8px;
  margin-bottom: 15px;
  margin-right: 20px;
  background-color: #1d71b8;
  border: 0;
  outline: 0;
  text-decoration: none;
  color: #ffffff !important;
  transition: background-color 300ms ease-out;
  text-decoration: none !important;
}

.btn-primary:focus,
.btn-primary:hover,
.btn-hamsterli:focus,
.btn-hamsterli:hover,
.sms-button:focus,
.sms-button:hover {
  background-color: #175b95;
  color: #ffffff;
}

.container-fluid {
  max-width: 1200px;
}

/* .event-list-item{
    margin-bottom:20px;
    .event-image{
        width: calc(50% - 15px);
        max-width: 100%;
        margin-right: 15px;
        img{
            width:100%;
            height: auto;
        }
    } 
    .event-details{
        width:50%;
        padding-left: 15px;
        padding-top:5px;
    }
}  */
h1,
h2,
#mc_embed_signup label,
h3 {
  font-family: "Maven Pro", sans-serif;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 0px;
}

h1 {
  padding-top: 30px;
  padding-bottom: 15px;
  font-size: 3.5rem;
  line-height: 4.5rem;
  letter-spacing: -0.8px;
}

.content > .col-xs-12 > div:first-child > header:first-child > h1:first-child {
  padding-top: 20px;
}

h2, #mc_embed_signup label {
  font-size: 2.2rem;
  line-height: 3.2rem;
  padding-top: 20px;
  padding-bottom: 10px;
  letter-spacing: -0.3px;
}

h3 {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 420px) {
  h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
  h2, #mc_embed_signup label {
    font-size: 1.9rem;
    line-height: 2.9rem;
  }
  h3 {
    font-size: 1.7rem;
    line-height: 2.2rem;
  }
  h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  h5 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.filter-item h1, .filter-item h2, .filter-item #mc_embed_signup label, #mc_embed_signup .filter-item label, .filter-item h3, .filter-item h4, .filter-item h5, .filter-item h6 {
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (min-width: 561px) {
  #page-2 .filter-item h1, #page-2 .filter-item h2, #page-2 .filter-item #mc_embed_signup label, #mc_embed_signup #page-2 .filter-item label, #page-2 .filter-item h3, #page-2 .filter-item h4, #page-2 .filter-item h5, #page-2 .filter-item h6 {
    padding-top: 0px;
    margin-top: -10px;
  }
}
body {
  font-size: 1.5rem;
  line-height: 2.5rem;
}

.event-grid-item {
  padding: 10px;
}
.event-grid-item h2, .event-grid-item #mc_embed_signup label, #mc_embed_signup .event-grid-item label {
  margin-bottom: 0px;
}

#page-3 .filter-grid,
#page-4 .filter-grid {
  margin-left: -10px;
}

/* .event-grid-item.event-organisator{

    width: calc(25% - 1px);
    img{
        width:100%;
        height: auto;
    }
} */
.imagegallery-container {
  position: relative;
}

.imagegallery-container-counter {
  position: absolute;
  padding: 2px 10px;
  right: 0px;
  bottom: 0px;
  font-weight: 700;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.37);
}
.imagegallery-container-counter span {
  color: #ffffff;
}

.blur {
  filter: blur(5px);
  width: 100%;
  height: auto;
}

.blur.lazyloaded {
  filter: blur(0);
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin-bottom: 20px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* .cookie-message{
  opacity: 0;
  pointer-events: none;
  padding: 10px 20px;
  font-size: 1.3rem;
  display:flex;
  position: fixed;
  bottom:0px;
  left:0px;
  right:0px;
  z-index: 40;
  background-color: #fff;
  border-top: 2px solid #000;
  //color: #fff;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  transition-delay: 0s;
  .cookie-text{
    max-width:1020px;
      line-height: 22px;
      padding-right: 40px;
      padding-bottom: 1px;
  }
  .cookie-button{
      //padding-right:16px;
      flex-shrink: 0;
  }
  a{
      //color: #fff;
  }
  .accept-cookie{
      padding: 3px 15px;
      border:0px;
      margin-top:0px;
      margin-bottom:0px;
      &:hover{
          cursor: pointer;
      }
  }
}
.lh-fix .cookie-message .cookie-button .accept-cookie{
  padding: 11px 20px 9px;
}
.show-cookie-message{
  .cookie-message{
      //transform: translateX(0px);
      transition: transform 0s ease-in-out, opacity 1s;
      transition-delay: 0.6s;
      opacity: 1;
      pointer-events: auto;
  }
}
@media (max-width:1300px){
  .cookie-message .cookie-button{
      padding-right: 50px;
  }
}

@media (max-width:680px){
  .cookie-message{
      flex-wrap: wrap;
      .cookie-text{
          width: 100%;
          flex-grow: 1;
          padding-right: 0px;
          padding-top:5px;
      }
      .cookie-button{
          padding-top:10px;
          width: 100%;
          flex-grow: 1;
      }
  }
} */
#mc_embed_signup {
  clear: both;
  padding-top: 120px;
  padding-bottom: 50px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
#mc_embed_signup .smsicon-big {
  font-size: 5rem;
}
#mc_embed_signup label {
  display: block;
  padding-right: 0px;
  width: 100%;
  text-align: center !important;
}
#mc_embed_signup input {
  border-radius: 0px;
}
#mc_embed_signup input[type=submit] {
  flex-shrink: 0;
  flex-grow: 0;
}
#mc_embed_signup input[type=email] {
  border: 1px solid #b3b3b3;
  padding: 10px 12px;
  flex-shrink: 1;
  flex-grow: 1;
  min-width: 100px;
}
#mc_embed_signup .mc-embed-signup-fields {
  width: 400px;
  margin: auto;
  max-width: 100%;
  padding-top: 15px;
  display: flex;
  justify-content: center;
}

.test {
  color: red !important;
}

label[for=tx-felogin-input-username],
label[for=tx-felogin-input-password],
label[for=permalogin] {
  width: 300px;
  max-width: 100%;
  text-align: left;
}
label[for=tx-felogin-input-username] input:not([type=checkbox]),
label[for=tx-felogin-input-password] input:not([type=checkbox]),
label[for=permalogin] input:not([type=checkbox]) {
  display: block;
  width: 100%;
}

.site-content p a,
.site-content ul a,
.site-content .iframe-placeholder a {
  transition: all 0.3s ease-in-out;
}
.site-content p a[href^=https]:not([href*="schweizermalschule.ch"]):after, .site-content p a[href^=http]:not([href*="schweizermalschule.ch"]):after,
.site-content ul a[href^=https]:not([href*="schweizermalschule.ch"]):after,
.site-content ul a[href^=http]:not([href*="schweizermalschule.ch"]):after,
.site-content .iframe-placeholder a[href^=https]:not([href*="schweizermalschule.ch"]):after,
.site-content .iframe-placeholder a[href^=http]:not([href*="schweizermalschule.ch"]):after {
  font-family: "sms";
  font-style: normal;
  font-weight: normal;
  speak: none;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: "\f18e";
  padding-left: 8px;
  text-decoration: none !important;
  transform: rotate(-45deg) scale(1.2) translateX(-5px);
}

.iframe-placeholder {
  padding: 50px 15px 50px 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  color: #000;
  margin-bottom: 5px;
  background-color: #eee;
}
.iframe-placeholder span {
  font-size: 3rem;
}
.iframe-placeholder div {
  padding: 20px 35px 20px 35px;
}
.iframe-placeholder > a {
  display: block;
}
.iframe-placeholder[data-src*="www.google.com/maps"] {
  background-image: url(/typo3conf/ext/li_tpl/Resources/Public/Images/map-placeholder.jpg);
}
.iframe-placeholder[data-src*="www.youtuube.com"] {
  background-image: url(/typo3conf/ext/li_tpl/Resources/Public/Images/map-placeholder.jpg);
}

.page-menu li {
  margin-left: 0px;
}
.page-menu li:before {
  display: none;
}
.page-menu li a:after {
  display: none;
}

#matomo-opt-out input {
  margin-right: 5px;
}
#matomo-opt-out label {
  width: auto;
}
#matomo-opt-out label strong {
  font-weight: normal;
}

#kontaktformular-208 h2, #kontaktformular-208 #mc_embed_signup label, #mc_embed_signup #kontaktformular-208 label,
#kontaktformular-209 h2,
#kontaktformular-209 #mc_embed_signup label,
#mc_embed_signup #kontaktformular-209 label {
  display: none;
}
#kontaktformular-208 > div:not(.form-element),
#kontaktformular-209 > div:not(.form-element) {
  padding-left: 150px;
}
@media screen and (max-width: 767px) {
  #kontaktformular-208 > div:not(.form-element),
  #kontaktformular-209 > div:not(.form-element) {
    padding-left: 0px;
  }
}
#kontaktformular-208 > div:not(.form-element),
#kontaktformular-209 > div:not(.form-element) {
  width: 100%;
  text-align: left;
  margin-top: 25px;
}
#kontaktformular-208 > div:not(.form-element) label,
#kontaktformular-209 > div:not(.form-element) label {
  width: auto;
}
#kontaktformular-208 div input[type=text], #kontaktformular-208 div input[type=password], #kontaktformular-208 div input[type=date], #kontaktformular-208 div select, #kontaktformular-208 div textarea,
#kontaktformular-208 div input[type=email],
#kontaktformular-208 div textarea.form-control,
#kontaktformular-209 div input[type=text],
#kontaktformular-209 div input[type=password],
#kontaktformular-209 div input[type=date],
#kontaktformular-209 div select,
#kontaktformular-209 div textarea,
#kontaktformular-209 div input[type=email],
#kontaktformular-209 div textarea.form-control {
  display: inline-block;
  width: 69%;
  width: calc(100% - 170px);
}
@media screen and (max-width: 767px) {
  #kontaktformular-208 div input[type=text], #kontaktformular-208 div input[type=password], #kontaktformular-208 div input[type=date], #kontaktformular-208 div select, #kontaktformular-208 div textarea,
  #kontaktformular-208 div input[type=email],
  #kontaktformular-208 div textarea.form-control,
  #kontaktformular-209 div input[type=text],
  #kontaktformular-209 div input[type=password],
  #kontaktformular-209 div input[type=date],
  #kontaktformular-209 div select,
  #kontaktformular-209 div textarea,
  #kontaktformular-209 div input[type=email],
  #kontaktformular-209 div textarea.form-control {
    width: 100%;
  }
}
#kontaktformular-208 div input[type=text], #kontaktformular-208 div input[type=password], #kontaktformular-208 div input[type=date], #kontaktformular-208 div select, #kontaktformular-208 div textarea,
#kontaktformular-208 div input[type=email],
#kontaktformular-208 div textarea.form-control,
#kontaktformular-209 div input[type=text],
#kontaktformular-209 div input[type=password],
#kontaktformular-209 div input[type=date],
#kontaktformular-209 div select,
#kontaktformular-209 div textarea,
#kontaktformular-209 div input[type=email],
#kontaktformular-209 div textarea.form-control {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 0px;
  margin-bottom: 5px;
}
#kontaktformular-208 div input[type=text]:focus, #kontaktformular-208 div input[type=password]:focus, #kontaktformular-208 div input[type=date]:focus, #kontaktformular-208 div select:focus, #kontaktformular-208 div textarea:focus,
#kontaktformular-208 div input[type=email]:focus,
#kontaktformular-208 div textarea.form-control:focus,
#kontaktformular-209 div input[type=text]:focus,
#kontaktformular-209 div input[type=password]:focus,
#kontaktformular-209 div input[type=date]:focus,
#kontaktformular-209 div select:focus,
#kontaktformular-209 div textarea:focus,
#kontaktformular-209 div input[type=email]:focus,
#kontaktformular-209 div textarea.form-control:focus {
  border-color: black;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
#kontaktformular-208 div textarea.form-control,
#kontaktformular-209 div textarea.form-control {
  min-height: 100px;
}
#kontaktformular-208 .form-element-check,
#kontaktformular-209 .form-element-check {
  margin-top: 10px;
  padding-left: 150px;
}
@media screen and (max-width: 767px) {
  #kontaktformular-208 .form-element-check,
  #kontaktformular-209 .form-element-check {
    padding-left: 0px;
  }
}
#kontaktformular-208 .form-element-check,
#kontaktformular-209 .form-element-check {
  width: 100%;
  text-align: left;
}
#kontaktformular-208 .form-element-check .form-check-wrapping-label,
#kontaktformular-209 .form-element-check .form-check-wrapping-label {
  display: flex;
  justify-content: bottom;
  align-items: baseline;
}
#kontaktformular-208 .form-element-check label,
#kontaktformular-209 .form-element-check label {
  width: auto;
  font-weight: normal;
}
#kontaktformular-208 .form-element-check input,
#kontaktformular-209 .form-element-check input {
  margin-right: 10px;
}

label[for=tx-felogin-input-username], label[for=tx-felogin-input-password] {
  width: 100%;
}
label[for=tx-felogin-input-username] + input, label[for=tx-felogin-input-password] + input {
  max-width: 300px;
  margin-bottom: 15px;
}

label[for=permalogin] {
  width: auto;
  margin-bottom: 15px;
}/*# sourceMappingURL=main.css.map */