@charset "UTF-8";
/*  -   -   -   ASSETS  -   -   -   */
/*!
 * 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.nice-select.open,
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,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  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: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #575757;
  background-color: #fff; }

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

a {
  color: #8a9fc9;
  text-decoration: none; }
  a:hover, a:focus {
    color: #009966;
    text-decoration: none; }
  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: 0px; }

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

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

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.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.nice-select.open, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 18px;
  padding-right: 18px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 792px; } }
  @media (min-width: 992px) {
    .container {
      width: 1016px; } }
  @media (min-width: 1100px) {
    .container {
      width: 1124px; } }

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

.row {
  margin-left: -18px;
  margin-right: -18px; }
  .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: 18px;
  padding-right: 18px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .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.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1100px) {
  .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.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #575757;
  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: 16px;
  line-height: 1.42857;
  color: #555555; }

.form-control, .rm-form input {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  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, .rm-form input: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, .rm-form input::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder, .rm-form input:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder, .rm-form input::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand, .rm-form input::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .rm-form input[disabled], .form-control[readonly], .rm-form input[readonly],
  fieldset[disabled] .form-control,
  fieldset[disabled] .rm-form input, .rm-form
  fieldset[disabled] input {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], .rm-form input[disabled],
  fieldset[disabled] .form-control,
  fieldset[disabled] .rm-form input, .rm-form
  fieldset[disabled] input {
    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, .rm-form input[type="date"],
  input[type="time"].form-control,
  .rm-form input[type="time"],
  input[type="datetime-local"].form-control,
  .rm-form input[type="datetime-local"],
  input[type="month"].form-control,
  .rm-form input[type="month"] {
    line-height: 36px; }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 28px; }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .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: 22px;
    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: 38px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 28px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.2;
  border-radius: 0px; }

select.input-sm {
  height: 28px;
  line-height: 28px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control, .form-group-sm .rm-form input, .rm-form .form-group-sm input {
  height: 28px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.2;
  border-radius: 0px; }

.form-group-sm select.form-control {
  height: 28px;
  line-height: 28px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 28px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.2; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.2;
  border-radius: 0px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control, .form-group-lg .rm-form input, .rm-form .form-group-lg input {
  height: 46px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.2;
  border-radius: 0px; }

.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: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.2; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control, .has-feedback .rm-form input, .rm-form .has-feedback input {
    padding-right: 45px; }

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

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg .rm-form input + .form-control-feedback, .rm-form
.form-group-lg input + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm .rm-form input + .form-control-feedback, .rm-form
.form-group-sm input + .form-control-feedback {
  width: 28px;
  height: 28px;
  line-height: 28px; }

.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, .has-success .rm-form input, .rm-form .has-success input {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus, .has-success .rm-form input:focus, .rm-form .has-success input:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.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, .has-warning .rm-form input, .rm-form .has-warning input {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus, .has-warning .rm-form input:focus, .rm-form .has-warning input:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.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, .has-error .rm-form input, .rm-form .has-error input {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus, .has-error .rm-form input:focus, .rm-form .has-error input:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.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: 27px; }

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

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #979797; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .form-inline .rm-form input, .rm-form .form-inline input {
    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,
    .form-inline .input-group .rm-form input, .rm-form
    .form-inline .input-group input {
      width: auto; }
  .form-inline .input-group > .form-control, .form-inline .rm-form .input-group > input, .rm-form .form-inline .input-group > input {
    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: 29px; }

.form-horizontal .form-group {
  margin-left: -18px;
  margin-right: -18px; }
  .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: 18px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px; } }

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

@-ms-viewport {
  width: device-width; }

.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: 1099px) {
  .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: 1099px) {
  .visible-md-block {
    display: block !important; } }

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

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

@media (min-width: 1100px) {
  .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: 1100px) {
  .visible-lg-block {
    display: block !important; } }

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

@media (min-width: 1100px) {
  .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: 1099px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1100px) {
  .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; } }

/*  -   -   -   BASE  -   -   -   */
/*  -   -   -   GLOBALS  -   -   -   */
.gl-text-left {
  text-align: left; }

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

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

.gl-text-uppercase {
  text-transform: uppercase; }

.gl-list-unstyled, .gl-list-inline {
  margin: 0;
  padding-left: 0;
  list-style: none; }

.gl-list-inline > li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px; }
  .gl-list-inline > li:last-child {
    margin-right: 0; }

.gl-c-white {
  color: #fff !important; }

.gl-no-margin {
  margin: 0 !important; }

.mt-20 {
  margin-top: 20px !important;
  margin-top: 1.25rem !important; }

.mb-20 {
  margin-bottom: 20px !important;
  margin-bottom: 1.25rem !important; }

.mt-30 {
  margin-top: 30px !important;
  margin-top: 1.875rem !important; }

.mb-30 {
  margin-bottom: 30px !important;
  margin-bottom: 1.875rem !important; }

.mt-40 {
  margin-top: 40px !important;
  margin-top: 2.5rem !important; }

.mb-40 {
  margin-bottom: 40px !important;
  margin-bottom: 2.5rem !important; }

.mt-50 {
  margin-top: 50px !important;
  margin-top: 3.125rem !important; }

.mb-50 {
  margin-bottom: 50px !important;
  margin-bottom: 3.125rem !important; }

.mt-60 {
  margin-top: 60px !important;
  margin-top: 3.75rem !important; }

.mb-60 {
  margin-bottom: 60px !important;
  margin-bottom: 3.75rem !important; }

.mt-75 {
  margin-top: 75px !important;
  margin-top: 4.6875rem !important; }

.mb-75 {
  margin-bottom: 75px !important;
  margin-bottom: 4.6875rem !important; }

/*$breakpoints: (
    'phone': 320px,
    'tablet': 768px,
    'desktop': 1024px
) !default;*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 0px;
  border: solid 1px #777777;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #6a6a6a; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #555555; }
  .nice-select:after {
    border-bottom: 2px solid #555555;
    border-right: 2px solid #555555;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #7c7c7c;
    color: #555555;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #888888; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 14px;
    height: 28px;
    line-height: 26px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 26px;
      min-height: 26px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 0px;
    box-shadow: 0 0 0 1px rgba(87, 87, 87, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #eeeeee; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #555555;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #575757;
  opacity: 0.9; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 76px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #fff;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #fff; }
    .mfp-preloader a:hover {
      color: #fff; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active, .mfp-close.nice-select.open {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #fff; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 1;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active, .mfp-arrow.nice-select.open {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid none; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid none; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1140px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0;
    background: #575757; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0;
    background: #575757; }
  .mfp-figure small {
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #fff;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 0;
    padding-right: 0; } }

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .pika-single.is-hidden {
    display: none; }
  .pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5); }

.pika-single {
  *zoom: 1; }
  .pika-single:before, .pika-single:after {
    content: " ";
    display: table; }
  .pika-single:after {
    clear: both; }

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px; }

.pika-title {
  position: relative;
  text-align: center; }
  .pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0; }

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  background-color: #fff; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0; }
  .pika-prev:hover,
  .pika-next:hover {
    opacity: 1; }
  .pika-prev.is-disabled,
  .pika-next.is-disabled {
    cursor: default;
    opacity: .2; }

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0; }

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0; }

.pika-select {
  display: inline-block;
  *display: inline; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }
  .pika-table th,
  .pika-table td {
    width: 14.285714285714286%;
    padding: 0; }
  .pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center; }
  .pika-table abbr {
    border-bottom: none;
    cursor: help; }

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5; }
  .is-today .pika-button {
    color: #33aaff;
    font-weight: bold; }
  .is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px; }
  .is-disabled .pika-button,
  .is-outside-current-month .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3; }
  .pika-button:hover {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px; }

.pika-week {
  font-size: 11px;
  color: #999; }

.is-inrange .pika-button {
  background: #D5E9F7; }

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px; }

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px; }

@font-face {
  font-family: "Neue Helvetica W01_n2";
  src: url("../fonts/fontscom/ee259578-3cae-4dd8-a23a-297d352ec2dc.eot?#iefix") format("eot"); }

@font-face {
  font-family: "Neue Helvetica W01";
  src: url("../fonts/fontscom/ee259578-3cae-4dd8-a23a-297d352ec2dc.eot?#iefix");
  src: url("../fonts/fontscom/ee259578-3cae-4dd8-a23a-297d352ec2dc.eot?#iefix") format("eot"), url("../fonts/fontscom/244ff804-5735-41ed-92a1-ce5438185e9c.woff2") format("woff2"), url("../fonts/fontscom/9cd26200-0d62-40ef-94b8-46fd1d8b255f.woff") format("woff"), url("../fonts/fontscom/7b72d33f-8b87-4c48-b397-42d28164d598.ttf") format("truetype"), url("../fonts/fontscom/07dba647-d830-4ba8-8b84-1e4c9858f3d3.svg#07dba647-d830-4ba8-8b84-1e4c9858f3d3") format("svg");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: "Neue Helvetica W01_n4";
  src: url("../fonts/fontscom/3808766e-26cf-47cb-97a7-1f1c64db9c48.eot?#iefix") format("eot"); }

@font-face {
  font-family: "Neue Helvetica W01";
  src: url("../fonts/fontscom/3808766e-26cf-47cb-97a7-1f1c64db9c48.eot?#iefix");
  src: url("../fonts/fontscom/3808766e-26cf-47cb-97a7-1f1c64db9c48.eot?#iefix") format("eot"), url("../fonts/fontscom/946b2f3f-a9d7-47e4-9738-ee963004d697.woff2") format("woff2"), url("../fonts/fontscom/ce90a9c3-4580-4fa7-b453-9a4e86d0c271.woff") format("woff"), url("../fonts/fontscom/a621a6bf-fa40-4115-9f42-6ffb55c017e2.ttf") format("truetype"), url("../fonts/fontscom/436f9358-58a7-4f85-bdef-f4cd10831df6.svg#436f9358-58a7-4f85-bdef-f4cd10831df6") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Neue Helvetica W01_n5";
  src: url("../fonts/fontscom/13e5efa8-b7a2-4f0f-a459-c966f7d3f458.eot?#iefix") format("eot"); }

@font-face {
  font-family: "Neue Helvetica W01";
  src: url("../fonts/fontscom/13e5efa8-b7a2-4f0f-a459-c966f7d3f458.eot?#iefix");
  src: url("../fonts/fontscom/13e5efa8-b7a2-4f0f-a459-c966f7d3f458.eot?#iefix") format("eot"), url("../fonts/fontscom/108e1ff6-3205-4c92-9aa5-9abb2823fe92.woff2") format("woff2"), url("../fonts/fontscom/f61c722b-9236-445e-bb7e-eeb1009cd627.woff") format("woff"), url("../fonts/fontscom/5cd6e481-b6d9-47fa-b568-1636d8a6cc52.ttf") format("truetype"), url("../fonts/fontscom/0134ff8c-b1ae-47f0-9219-d1bdce3ec1db.svg#0134ff8c-b1ae-47f0-9219-d1bdce3ec1db") format("svg");
  font-weight: 500;
  font-style: normal; }

h1,
.h1 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2em;
  font-weight: 200;
  text-transform: uppercase; }

h2,
.h2 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2em;
  font-weight: 200;
  color: inherit;
  text-transform: uppercase; }

h3,
.h3 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.21429em;
  text-transform: uppercase;
  color: #8a9fc9;
  font-weight: 500; }

h4,
.h4 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2em;
  font-weight: 200;
  text-transform: uppercase; }

h5,
.h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2em;
  font-weight: 200;
  text-transform: uppercase; }

h6,
.h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2em;
  font-weight: 200;
  text-transform: uppercase; }

.content {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.1875em;
  font-family: Neue Helvetica W01, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 200;
  letter-spacing: 0.08em; }

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px; }

body {
  color: #575757;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.1875em;
  font-family: Neue Helvetica W01, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 200;
  letter-spacing: 0.08em; }

h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
address,
ul,
ol {
  margin-top: 0;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-weight: normal;
  font-style: normal; }
  h4 small,
  .h4 small,
  h5 small,
  .h5 small,
  h6 small,
  .h6 small,
  p small,
  address small,
  ul small,
  ol small {
    color: inherit; }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 0;
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

/*
 * .icon - reset font-size if use only with icons
 * @mixin - for use in other partials
 * .icon--[before|after]: decide if icon is included as :before or :after pseudo-element
 * .icon--[dummy]: class to include specific icon
 */
@font-face {
  font-family: 'iconfont';
  src: url("../fonts/iconfont.eot?v311q6");
  src: url("../fonts/iconfont.eot?v311q6#iefix") format("embedded-opentype"), url("../fonts/iconfont.ttf?v311q6") format("truetype"), url("../fonts/iconfont.woff?v311q6") format("woff"), url("../fonts/iconfont.svg?v311q6#iconfont") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon {
  font-size: 0; }

.icon--bf:before,
.icon--af:after {
  font-family: 'iconfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 16px;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon--bf.icon--calendar-check:before,
.icon--af.icon--calendar-check:after {
  content: ""; }

.icon--bf.icon--close:before,
.icon--af.icon--close:after {
  content: ""; }

.icon--bf.icon--remove:before,
.icon--af.icon--remove:after {
  content: ""; }

.icon--bf.icon--times:before,
.icon--af.icon--times:after {
  content: ""; }

.icon--bf.icon--download:before,
.icon--af.icon--download:after {
  content: ""; }

.icon--bf.icon--languages:before,
.icon--af.icon--languages:after {
  content: ""; }

.icon--bf.icon--play:before,
.icon--af.icon--play:after {
  content: ""; }

.icon--bf.icon--signal:before,
.icon--af.icon--signal:after {
  content: ""; }

.icon--bf.icon--user:before,
.icon--af.icon--user:after {
  content: ""; }

.icon--bf.icon--video:before,
.icon--af.icon--video:after {
  content: ""; }

.icon--bf.icon--arrow-left:before,
.icon--af.icon--arrow-left:after {
  content: ""; }

.icon--bf.icon--arrow-right:before,
.icon--af.icon--arrow-right:after {
  content: ""; }

.icon--bf.icon--search:before,
.icon--af.icon--search:after {
  content: ""; }

::-moz-selection {
  background: #8a9fc9;
  color: #fff; }

::selection {
  background: #8a9fc9;
  color: #fff; }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, sans-serif; }

.overflow-hidden {
  overflow: hidden !important; }
  .overflow-hidden .header {
    padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 758px; } }

@media (min-width: 992px) {
  .container {
    margin-right: 198px;
    margin-left: auto; } }

@media (min-width: 1170px) {
  .container {
    margin-right: auto;
    margin-left: 198px; } }

@media (min-width: 1240px) {
  .container {
    width: 1050px;
    margin-right: 198px;
    margin-left: auto; } }

@media (min-width: 1472px) {
  .container {
    width: 1170px; } }

@media (min-width: 1600px) {
  .container {
    margin-left: auto;
    margin-right: auto; } }

a:focus, a.focus, a:active:focus, a.nice-select.open:focus, a.focus:active, a.focus.nice-select.open, a.active:focus, a.active.focus,
button:focus,
button.focus,
button:active:focus, button.nice-select.open:focus,
button.focus:active, button.focus.nice-select.open,
button.active:focus,
button.active.focus, .btn:focus, .btn.focus, .btn:active:focus, .btn.nice-select.open:focus, .btn.focus:active, .btn.focus.nice-select.open, .btn.active:focus, .btn.active.focus {
  outline: none; }

main a,
.btn-link {
  transition: color 0.2s linear;
  cursor: pointer; }
  main a:hover, main a:focus,
  .btn-link:hover,
  .btn-link:focus {
    color: #5674b1; }
  main a.gl-link-unstyled, main a.btn,
  .btn-link.gl-link-unstyled,
  .btn-link.btn {
    color: inherit; }
    main a.gl-link-unstyled:hover, main a.gl-link-unstyled:focus, main a.btn:hover, main a.btn:focus,
    .btn-link.gl-link-unstyled:hover,
    .btn-link.gl-link-unstyled:focus,
    .btn-link.btn:hover,
    .btn-link.btn:focus {
      text-decoration: none; }
  main a:focus,
  .btn-link:focus {
    outline: none; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  background: #fff;
  border: 1px solid #878787;
  padding: 10px 8px;
  padding: 0.625rem 0.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1em;
  color: #878787;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.2s linear; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #5674b1;
    border: 1px solid #5674b1; }
  .btn:active, .btn.nice-select.open, .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: .65;
    box-shadow: none; }
  .btn--primary {
    background: #8a9fc9;
    border: none;
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    text-transform: none; }
    .btn--primary:hover, .btn--primary:focus {
      background: #5674b1;
      color: #fff;
      border: none; }
  .btn--block {
    display: block;
    width: 100%; }
  .btn--open {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 45px;
    float: right;
    background: none;
    border: none;
    box-shadow: none;
    font-size: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    transition: all 0.2s linear;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    cursor: pointer; }
    .btn--open:before, .btn--open:after,
    .btn--open span {
      display: block;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      height: 2px;
      width: 25px;
      background: #575757;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      transition: all 0.2s linear; }
    .btn--open:before, .btn--open:after {
      content: ""; }
    .btn--open:before {
      top: 17px; }
    .btn--open:after {
      bottom: 17px; }
    .btn--open span {
      top: 24px; }
    .btn--open:hover span, .btn--open:hover:before, .btn--open:hover:after, .btn--open:focus span, .btn--open:focus:before, .btn--open:focus:after {
      background: #5674b1; }
  .btn--closed {
    position: absolute;
    top: 0;
    float: none;
    border: none !important; }
    .btn--closed span {
      display: none; }
    .btn--closed:before {
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(45deg);
          -ms-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg); }
    .btn--closed:after {
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(-45deg);
          -ms-transform: translateY(-50%) rotate(-45deg);
              transform: translateY(-50%) rotate(-45deg); }
    @media (min-width: 992px) {
      .btn--closed {
        position: absolute;
        top: 42px;
        right: 185px;
        float: none; } }
    @media (min-width: 1100px) {
      .btn--closed {
        right: 200px; } }
    @media (min-width: 1472px) {
      .btn--closed {
        right: 85px; } }

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

b,
strong {
  font-weight: 500; }

ul,
ol,
dl {
  padding-left: 20px; }
  ul ul,
  ul ol,
  ul dl,
  ol ul,
  ol ol,
  ol dl,
  dl ul,
  dl ol,
  dl dl {
    padding-left: 40px;
    margin-bottom: 0; }

dd {
  margin: 0; }

blockquote {
  margin: 0; }

.content__width-lg {
  max-width: 884px; }

.content__margin {
  margin: 45px auto;
  margin: 2.8125rem auto; }

@media (min-width: 768px) {
  .content__margin {
    margin-top: 45px;
    margin-top: 2.8125rem;
    margin-bottom: 45px;
    margin-bottom: 2.8125rem; } }

.cta__btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
  position: fixed;
  left: 0;
  width: 40px;
  min-height: 40px;
  margin: 0;
  padding: 0.25rem 0.25rem 0;
  text-align: left;
  font-size: 0.625rem;
  color: transparent !important;
  z-index: 2; }
  .cta__btn:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 25px;
    font-size: 1.5625rem;
    color: rgba(255, 255, 255, 0.3); }
  .cta__btn:hover, .cta__btn:focus {
    background: #8a9fc9;
    color: #fff !important; }
  .cta__btn-info {
    top: 50%;
    margin-top: -50px; }
  .cta__btn-contact {
    top: 50%;
    margin-bottom: -50px; }
  @media (min-width: 768px) {
    .cta__btn {
      width: 60px;
      min-height: 60px;
      font-size: 0.75rem;
      padding: 0.75rem 0.5rem 0; }
      .cta__btn:before {
        font-size: 35px;
        font-size: 2.1875rem; }
      .cta__btn-info {
        top: 50%;
        margin-top: -70px; }
      .cta__btn-contact {
        top: 50%;
        margin-bottom: -70px; } }
  @media (min-width: 992px) {
    .cta__btn {
      width: 80px;
      min-height: 80px;
      font-size: initial; }
      .cta__btn:before {
        font-size: 55px;
        font-size: 3.4375rem; }
      .cta__btn-info {
        margin-top: -90px; }
      .cta__btn-contact {
        margin-bottom: -90px; } }

.pika-single {
  border-radius: 15px;
  width: 90%;
  max-width: 277px;
  border: none;
  z-index: 9999;
  margin-left: 18px; }
  @media (min-width: 768px) {
    .pika-single {
      max-width: 460px; } }

.pika-lendar {
  width: 100%;
  border: none;
  margin: 0; }

.pika-title {
  background: #ebeef5;
  min-height: 45px; }

.pika-label {
  margin-top: 6px;
  color: #000;
  background-color: #ebeef5; }

.pika-prev,
.pika-next {
  text-indent: 0;
  font-size: 0;
  opacity: 1;
  min-height: 45px;
  text-align: center; }

.pika-prev,
.is-rtl .pika-next {
  margin-left: 9px; }

.pika-next,
.is-rtl .pika-prev {
  margin-right: 9px; }

.is-selected .pika-button, .pika-button:hover {
  text-align: center;
  background-color: #7e97c3;
  border-radius: 0; }

.is-startrange .pika-button,
.is-endrange .pika-button {
  text-align: center; }

.pika-table th {
  padding: 10px 0;
  text-transform: uppercase; }
  .pika-table th abbr {
    text-decoration: none; }

.pika-table th,
.pika-table td {
  border-bottom: 1px solid #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  letter-spacing: 0.2em; }

.pika-table tr:last-child td {
  border-bottom: none; }

.pika-button {
  text-align: center;
  padding: 10px 0; }
  .is-selected .pika-button {
    border-radius: 0; }

@media (min-width: 768px) {
  .pika-button {
    padding: 18px 0; }
  .pika-prev,
  .is-rtl .pika-next {
    margin-left: 20px; }
  .pika-next,
  .is-rtl .pika-prev {
    margin-right: 20px; } }

.browser-message {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 100; }
  .browser-message__text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 250px;
    margin: -125px 0 0 -250px; }
  .browser-message__toggle {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -10px;
    cursor: pointer; }
  .browser-message--cookies {
    background: #8a9fc9;
    height: auto;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2); }
    .browser-message--cookies,
    .browser-message--cookies a {
      color: #fff; }
    .browser-message--cookies .browser-message__text {
      position: static;
      width: 100%;
      height: auto;
      min-height: 15px;
      font-size: 13px;
      line-height: 17px;
      vertical-align: middle;
      margin: 9px 0;
      padding: 0 30px 0 0; }

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

legend {
  display: block;
  width: 100%;
  color: inherit;
  border: none; }

label {
  display: inline-block;
  font-weight: normal;
  max-width: 100%;
  margin: 0; }

.form__check .form__label {
  display: block;
  position: relative;
  padding-left: 15px;
  margin-bottom: 17px;
  margin-bottom: 1.0625rem; }
  .form__check .form__label:before, .form__check .form__label:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 0; }
  .form__check .form__label:before {
    width: 8px;
    height: 8px;
    border: 1px solid #575757; }
  .form__check .form__label:after {
    font-family: 'iconfont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 16px;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    top: 9px;
    left: 0;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    color: #009966;
    font-size: 10px;
    opacity: 0; }

.form {
  margin-top: 45px;
  margin-top: 2.8125rem;
  margin-bottom: 45px;
  margin-bottom: 2.8125rem; }
  .form__label {
    display: block;
    letter-spacing: 0.08em;
    line-height: 1em; }
  .form__required {
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    font-size: 14px;
    line-height: 1em;
    color: #8a9fc9; }
  .form__group {
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }
  .form input[type="radio"],
  .form input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    left: -9999px;
    visibility: hidden; }
  .form__input, .form__textarea {
    padding: 20px;
    padding: 1.25rem;
    line-height: 1em;
    color: #575757;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    box-shadow: none;
    border: 1px solid #555555; }
    .form__input::-moz-placeholder, .form__textarea::-moz-placeholder {
      color: #555555;
      opacity: 1; }
    .form__input:-ms-input-placeholder, .form__textarea:-ms-input-placeholder {
      color: #555555; }
    .form__input::-webkit-input-placeholder, .form__textarea::-webkit-input-placeholder {
      color: #555555; }
    .form__input.wpcf7-not-valid, .form__textarea.wpcf7-not-valid {
      border: 1px solid #f00;
      background: #fff;
      color: #f00; }
      .form__input.wpcf7-not-valid::-moz-placeholder, .form__textarea.wpcf7-not-valid::-moz-placeholder {
        color: #f00;
        opacity: 1; }
      .form__input.wpcf7-not-valid:-ms-input-placeholder, .form__textarea.wpcf7-not-valid:-ms-input-placeholder {
        color: #f00; }
      .form__input.wpcf7-not-valid::-webkit-input-placeholder, .form__textarea.wpcf7-not-valid::-webkit-input-placeholder {
        color: #f00; }
  .form__input {
    width: 100%;
    background: #fff; }
  .form__textarea {
    width: 100%;
    min-height: 180px;
    max-width: 100%;
    line-height: 1.2em; }
  .form__check {
    position: relative; }
    .form__check .form__label {
      cursor: pointer; }
    .form__check input[type="checkbox"]:checked + .form__label:after {
      opacity: 1; }
  @media (min-width: 768px) {
    .form {
      margin-top: 45px;
      margin-top: 2.8125rem;
      margin-bottom: 45px;
      margin-bottom: 2.8125rem; } }

.wpcf7-form {
  margin-top: 45px;
  margin-top: 2.8125rem;
  margin-bottom: 45px;
  margin-bottom: 2.8125rem; }
  .popup--overlay-form .wpcf7-form {
    margin-top: 0;
    margin-bottom: 0; }
  .wpcf7-form label {
    display: block;
    letter-spacing: 0.08em;
    line-height: 1.3125rem; }
    @media (min-width: 992px) {
      .wpcf7-form label {
        margin-bottom: -10px;
        margin-bottom: -0.625rem; }
        .wpcf7-form label.extra-margin {
          margin-bottom: 20px;
          margin-bottom: 1.25rem; } }
  .wpcf7-form label.label__inline {
    display: inline; }
  .wpcf7-form textarea.form-control {
    max-width: 100%;
    line-height: 1.2em; }
  @media (max-width: 991px) {
    .wpcf7-form .wpcf7-checkbox > span.wpcf7-list-item {
      display: block;
      padding-bottom: 5px;
      padding-bottom: 0.3125rem; } }
  @media (min-width: 992px) {
    .wpcf7-form .wpcf7-checkbox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      max-width: 500px; }
      .wpcf7-form .wpcf7-checkbox > span.wpcf7-list-item {
        -webkit-box-flex: 1;
            -ms-flex: 1 200px;
                flex: 1 200px;
        padding: 0 0.9375rem 0.9375rem 0; }
      .wpcf7-form .wpcf7-checkbox.display-block {
        display: block; }
        .wpcf7-form .wpcf7-checkbox.display-block > span.wpcf7-list-item {
          -webkit-box-flex: initial;
              -ms-flex: initial;
                  flex: initial; } }
  .wpcf7-form .row {
    margin-bottom: 30px;
    margin-bottom: 1.875rem; }
  .wpcf7-form .form-group {
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
  .wpcf7-form .form-control, .wpcf7-form .rm-form input, .rm-form .wpcf7-form input {
    padding: 20px;
    padding: 1.25rem;
    line-height: 1em;
    height: auto;
    color: #575757;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    box-shadow: none;
    border: 1px solid #555555; }
    .wpcf7-form .form-control::-moz-placeholder, .wpcf7-form .rm-form input::-moz-placeholder, .rm-form .wpcf7-form input::-moz-placeholder {
      color: #555555;
      opacity: 1; }
    .wpcf7-form .form-control:-ms-input-placeholder, .wpcf7-form .rm-form input:-ms-input-placeholder, .rm-form .wpcf7-form input:-ms-input-placeholder {
      color: #555555; }
    .wpcf7-form .form-control::-webkit-input-placeholder, .wpcf7-form .rm-form input::-webkit-input-placeholder, .rm-form .wpcf7-form input::-webkit-input-placeholder {
      color: #555555; }
    .wpcf7-form .form-control.wpcf7-not-valid, .wpcf7-form .rm-form input.wpcf7-not-valid, .rm-form .wpcf7-form input.wpcf7-not-valid {
      color: #f00;
      background: #fff;
      border: 1px solid #f00; }
      .wpcf7-form .form-control.wpcf7-not-valid::-moz-placeholder, .wpcf7-form .rm-form input.wpcf7-not-valid::-moz-placeholder, .rm-form .wpcf7-form input.wpcf7-not-valid::-moz-placeholder {
        color: #f00;
        opacity: 1; }
      .wpcf7-form .form-control.wpcf7-not-valid:-ms-input-placeholder, .wpcf7-form .rm-form input.wpcf7-not-valid:-ms-input-placeholder, .rm-form .wpcf7-form input.wpcf7-not-valid:-ms-input-placeholder {
        color: #f00; }
      .wpcf7-form .form-control.wpcf7-not-valid::-webkit-input-placeholder, .wpcf7-form .rm-form input.wpcf7-not-valid::-webkit-input-placeholder, .rm-form .wpcf7-form input.wpcf7-not-valid::-webkit-input-placeholder {
        color: #f00; }
  @media (min-width: 992px) {
    .wpcf7-form .submit-container {
      min-height: 110px; }
      .wpcf7-form .submit-container .btn-submit {
        position: relative;
        left: 50%;
        margin-top: 30px;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        padding: 0.625rem 1.875rem; }
      .wpcf7-form .submit-container .ajax-loader {
        position: absolute;
        top: 43px;
        left: calc( 50% + 30px); } }

span.wpcf7-not-valid-tip {
  margin-top: 5px;
  font-size: 12px;
  color: #f00; }

.wpcf7-form.sent {
  position: relative; }

.wpcf7-response-output {
  border: none !important;
  clear: both; }
  .wpcf7-response-output:before, .wpcf7-response-output:after {
    content: " ";
    display: table; }
  .wpcf7-response-output:after {
    clear: both; }

div.wpcf7-mail-sent-ng {
  border: none !important;
  color: #8a9fc9; }

div.wpcf7-mail-sent-ok {
  border: none !important;
  margin: 0;
  padding: 0; }

div.wpcf7-validation-errors {
  font-weight: bold; }

.wpcf7-response-output {
  text-align: center; }

/*  -   -   -   SELECTBOX  -   -   -   */
.nice-select {
  height: 60px;
  height: 3.75rem;
  padding: 20px;
  padding: 1.25rem;
  float: none;
  border: 1px solid #555555;
  border-radius: 0;
  font-size: 16px;
  color: #575757;
  text-align: left;
  box-shadow: none;
  text-transform: none;
  line-height: 1em; }
  .nice-select:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 12px;
    height: 12px;
    -webkit-transform: translate(0, -50%) rotate(45deg);
        -ms-transform: translate(0, -50%) rotate(45deg);
            transform: translate(0, -50%) rotate(45deg);
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    border-bottom: 2px solid #575757;
    border-right: 2px solid #575757;
    z-index: 1; }
  .nice-select.open {
    background: #8a9fc9;
    border: none;
    box-shadow: none;
    color: #fff; }
    .nice-select.open:after {
      margin-top: -6px;
      border-bottom-color: #fff;
      border-right-color: #fff; }
  .nice-select .current {
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden; }
  .nice-select .list {
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    max-height: 245px;
    overflow: auto; }
  .nice-select .option {
    padding: 10px;
    padding: 0.625rem;
    border-top: 1px solid #eeeeee;
    font-size: 16px;
    text-transform: none;
    white-space: normal;
    color: #575757; }
    .nice-select .option:hover, .nice-select .option.selected, .nice-select .option.selected.focus, .nice-select .option:focus, .nice-select .option.focus {
      background: #8a9fc9;
      color: #fff; }
    .nice-select .option.selected {
      font-weight: normal;
      background: black; }
    .nice-select .option.disabled {
      color: #eeeeee; }
      .nice-select .option.disabled:hover {
        background-color: #fff; }
    .nice-select .option:last-child {
      border-bottom: none; }
  .nice-select:hover .option:not(:hover) {
    color: #575757; }
  .nice-select:hover .option.disabled:not(:hover) {
    color: #eeeeee; }

/*  -   -   -   MODULES  -   -   -   */
.logo {
  display: block; }
  .logo--header {
    display: inline-block;
    width: 150px;
    padding-top: 12px;
    padding-top: 0.75rem; }
  .logo img {
    display: block;
    width: 100%; }
  @media (min-width: 992px) {
    .logo--header {
      display: block;
      width: auto;
      padding: 56px 0;
      padding: 3.5rem 0; } }

/*  -   -   -   ACCORDEON  -   -   -   */
.accordeon {
  margin: 0;
  padding-left: 0;
  list-style: none; }
  .accordeon__header {
    margin-bottom: 8px;
    margin-bottom: 0.5rem; }
  @media (max-width: 767px) {
    .accordeon.accordeon-sm > li {
      margin-bottom: 0; }
    .accordeon.accordeon-sm .accordeon__header {
      position: relative;
      display: block;
      width: 100%;
      margin: 0;
      font-weight: 500;
      cursor: pointer;
      border-bottom: 1px solid #878787;
      transition: all 0.1s linear; }
      .accordeon.accordeon-sm .accordeon__header:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        width: 8px;
        height: 8px;
        -webkit-transform: translate(0, -50%) rotate(45deg);
            -ms-transform: translate(0, -50%) rotate(45deg);
                transform: translate(0, -50%) rotate(45deg);
        -webkit-transform-origin: 66% 66%;
            -ms-transform-origin: 66% 66%;
                transform-origin: 66% 66%;
        border-bottom: 3px solid #878787;
        border-right: 3px solid #878787;
        z-index: 1; }
      .accordeon.accordeon-sm .accordeon__header:hover:after, .accordeon.accordeon-sm .accordeon__header:focus:after {
        border-bottom-color: #5674b1;
        border-right-color: #5674b1; }
      .accordeon.accordeon-sm .accordeon__header.open, .accordeon.accordeon-sm .accordeon__header.open:hover, .accordeon.accordeon-sm .accordeon__header.open:focus {
        color: #5674b1; }
        .accordeon.accordeon-sm .accordeon__header.open:after, .accordeon.accordeon-sm .accordeon__header.open:hover:after, .accordeon.accordeon-sm .accordeon__header.open:focus:after {
          border-bottom-color: #5674b1;
          border-right-color: #5674b1;
          -webkit-transform: translate(0, -50%) rotate(225deg);
              -ms-transform: translate(0, -50%) rotate(225deg);
                  transform: translate(0, -50%) rotate(225deg); }
    .accordeon.accordeon-sm .accordeon__content {
      margin: 0;
      height: 0;
      opacity: 0;
      padding: 0;
      -webkit-transform: translateY(-15px);
          -ms-transform: translateY(-15px);
              transform: translateY(-15px);
      visibility: hidden;
      overflow: hidden;
      transition: opacity .4s ease-in, -webkit-transform .25s ease-in;
      transition: transform .25s ease-in, opacity .4s ease-in;
      transition: transform .25s ease-in, opacity .4s ease-in, -webkit-transform .25s ease-in; }
    .accordeon.accordeon-sm .open + .accordeon__content {
      opacity: 1;
      height: auto;
      visibility: visible;
      overflow: visible;
      padding-top: 15px;
      padding-top: 0.9375rem;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); } }
  @media (max-width: 991px) {
    .accordeon.accordeon-md > li {
      margin-bottom: 0; }
    .accordeon.accordeon-md .accordeon__header {
      position: relative;
      display: block;
      width: 100%;
      margin: 0;
      font-weight: 500;
      cursor: pointer;
      border-bottom: 1px solid #878787;
      transition: all 0.1s linear; }
      .accordeon.accordeon-md .accordeon__header:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        width: 8px;
        height: 8px;
        -webkit-transform: translate(0, -50%) rotate(45deg);
            -ms-transform: translate(0, -50%) rotate(45deg);
                transform: translate(0, -50%) rotate(45deg);
        -webkit-transform-origin: 66% 66%;
            -ms-transform-origin: 66% 66%;
                transform-origin: 66% 66%;
        border-bottom: 3px solid #878787;
        border-right: 3px solid #878787;
        z-index: 1; }
      .accordeon.accordeon-md .accordeon__header:hover:after, .accordeon.accordeon-md .accordeon__header:focus:after {
        border-bottom-color: #5674b1;
        border-right-color: #5674b1; }
      .accordeon.accordeon-md .accordeon__header.open, .accordeon.accordeon-md .accordeon__header.open:hover, .accordeon.accordeon-md .accordeon__header.open:focus {
        color: #5674b1; }
        .accordeon.accordeon-md .accordeon__header.open:after, .accordeon.accordeon-md .accordeon__header.open:hover:after, .accordeon.accordeon-md .accordeon__header.open:focus:after {
          border-bottom-color: #5674b1;
          border-right-color: #5674b1;
          -webkit-transform: translate(0, -50%) rotate(225deg);
              -ms-transform: translate(0, -50%) rotate(225deg);
                  transform: translate(0, -50%) rotate(225deg); }
    .accordeon.accordeon-md .accordeon__content {
      margin: 0;
      height: 0;
      opacity: 0;
      padding: 0;
      -webkit-transform: translateY(-15px);
          -ms-transform: translateY(-15px);
              transform: translateY(-15px);
      visibility: hidden;
      overflow: hidden;
      transition: opacity .4s ease-in, -webkit-transform .25s ease-in;
      transition: transform .25s ease-in, opacity .4s ease-in;
      transition: transform .25s ease-in, opacity .4s ease-in, -webkit-transform .25s ease-in; }
    .accordeon.accordeon-md .open + .accordeon__content {
      opacity: 1;
      height: auto;
      visibility: visible;
      overflow: visible;
      padding-top: 15px;
      padding-top: 0.9375rem;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); } }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close,
.mfp-inline-holder .mfp-close,
.mfp-close,
button.mfp-close {
  top: 0;
  right: -76px;
  font-size: 0;
  transition: all 0.2s linear; }
  .mfp-image-holder .mfp-close:before,
  .mfp-iframe-holder .mfp-close:before,
  .mfp-inline-holder .mfp-close:before,
  .mfp-close:before,
  button.mfp-close:before {
    font-family: 'iconfont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 16px;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: inline-block;
    width: 50px;
    height: 40px;
    font-size: 30px;
    color: #fff !important;
    text-align: center; }
  @media (max-width: 767px) {
    .mfp-image-holder .mfp-close,
    .mfp-iframe-holder .mfp-close,
    .mfp-inline-holder .mfp-close,
    .mfp-close,
    button.mfp-close {
      top: 10px;
      right: 5px; }
      .mfp-image-holder .mfp-close:before,
      .mfp-iframe-holder .mfp-close:before,
      .mfp-inline-holder .mfp-close:before,
      .mfp-close:before,
      button.mfp-close:before {
        color: #575757; } }

.popup--overlay.mfp-bg {
  opacity: 0;
  transition: all .3s ease-out; }
  .popup--overlay.mfp-bg.mfp-ready {
    opacity: .8; }
  .popup--overlay.mfp-bg.mfp-removing {
    opacity: 0; }

.popup--overlay .mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.2s linear; }

.popup--overlay .mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.popup--overlay .mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.popup--overlay-no-margin {
  /* padding-bottom and top for image */
  /* position of shadow behind the image */
  /* padding for main container */ }
  .popup--overlay-no-margin img.mfp-img {
    padding: 0; }
  .popup--overlay-no-margin .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .popup--overlay-no-margin .mfp-container {
    padding: 0; }

.popup--overlay-fade {
  /* content animate it */
  /* content animate out */ }
  .popup--overlay-fade.mfp-bg {
    opacity: 0;
    transition: all .3s ease-out; }
    .popup--overlay-fade.mfp-bg.mfp-ready {
      opacity: .8; }
    .popup--overlay-fade.mfp-bg.mfp-removing {
      opacity: 0; }
  .popup--overlay-fade.mfp-wrap .mfp-content {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    transition: all .3s ease-out; }
  .popup--overlay-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    height: auto; }
  .popup--overlay-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0; }

.popup--overlay-form {
  position: relative;
  width: auto;
  max-width: 90%;
  background: #FFF;
  padding: 40px;
  padding: 2.5rem;
  margin: 2.5rem auto; }
  @media (min-width: 768px) {
    .popup--overlay-form {
      max-width: 540px; } }
  @media (min-width: 992px) {
    .popup--overlay-form {
      max-width: 840px; } }
  @media (min-width: 1100px) {
    .popup--overlay-form {
      max-width: 884px; } }

.content-table {
  width: 100%;
  margin-top: 45px;
  margin-top: 2.8125rem;
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
  padding: 0 1px;
  overflow-x: auto;
  webkit-overflow-scrolling: touch; }
  .content-table table {
    min-width: 768px;
    width: 100%;
    max-width: 100%; }
  .content-table th,
  .content-table td {
    border-bottom: 1px solid #878787; }
  .content-table th {
    padding: 10px;
    padding: 0.625rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.21429em;
    text-transform: uppercase;
    color: #8a9fc9;
    font-weight: 500;
    text-align: left;
    color: #575757; }
  .content-table td {
    padding: 10px;
    padding: 0.625rem; }
  @media (min-width: 768px) {
    .content-table {
      margin-top: 45px;
      margin-top: 2.8125rem;
      margin-bottom: 45px;
      margin-bottom: 2.8125rem; } }

.content-blockquote {
  margin-top: 45px;
  margin-top: 2.8125rem;
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
  max-width: 884px;
  border: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.1875em;
  font-family: Neue Helvetica W01, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 200;
  letter-spacing: 0.08em;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3em; }
  .content-blockquote__footer {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.21429em;
    text-transform: uppercase;
    color: #8a9fc9;
    font-weight: 500; }
  @media (min-width: 992px) {
    .content-blockquote {
      margin-top: 45px;
      margin-top: 2.8125rem;
      margin-bottom: 45px;
      margin-bottom: 2.8125rem; } }

/*  -   -   -   SLIDER  -   -   -   */
.slider__item {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: auto !important;
  max-height: 700px; }
  .slider__item img {
    max-height: 700px; }

.slick-prev,
.slick-next {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 0;
  background: #8a9fc9;
  outline: none;
  border: none;
  z-index: 1;
  transition: all 0.1s linear; }
  .slick-prev:before,
  .slick-next:before {
    font-family: 'iconfont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 16px;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 28px;
    text-align: left;
    line-height: 50px;
    color: #fff; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    background: #5674b1; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      color: #fff; }

.slick-next {
  right: 0; }
  .slick-next:before {
    content: ""; }

.slick-prev {
  left: 0; }
  .slick-prev:before {
    content: ""; }

.slick-dots {
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  margin: 0;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle; }
    .slick-dots li:hover button, .slick-dots li:focus button {
      background: #8a9fc9; }
  .slick-dots button {
    height: 7px;
    width: 7px;
    padding: 0;
    background: #fff;
    border-radius: 50%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    outline: none;
    font-size: 0;
    transition: all 0.2s linear; }
  .slick-dots .slick-active button, .slick-dots .slick-active button:hover, .slick-dots .slick-active button:focus {
    background: #5674b1; }

.img-cols {
  list-style: none;
  padding: 0;
  margin-bottom: 0; }
  .img-cols__col {
    margin-bottom: 12px;
    margin-bottom: 0.75rem; }
  .img-cols__figure {
    display: inline-block;
    border: 1px solid #575757; }
  @media (min-width: 768px) {
    .img-cols__col {
      margin-bottom: 0; } }

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none; }

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); }

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0; }

/* Animation */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

.teaser-list {
  margin: 0;
  padding-left: 0;
  list-style: none; }
  .teaser-list__item {
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #575757; }
  .teaser-list div {
    display: block; }
    .teaser-list div:before, .teaser-list div:after {
      content: " ";
      display: table; }
    .teaser-list div:after {
      clear: both; }
  .teaser-list a {
    display: block;
    transition: all 0.2s linear; }
    .teaser-list a:before, .teaser-list a:after {
      content: " ";
      display: table; }
    .teaser-list a:after {
      clear: both; }
    .teaser-list a:hover .teaser-list__figure:before, .teaser-list a:focus .teaser-list__figure:before {
      opacity: .2; }
    .teaser-list a:hover .teaser-list__img, .teaser-list a:focus .teaser-list__img {
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05); }
    .teaser-list a:hover .teaser-list__content .icon--af:after, .teaser-list a:focus .teaser-list__content .icon--af:after {
      color: #5674b1; }
  .teaser-list__figure {
    position: relative;
    border: 1px solid #575757;
    overflow: hidden;
    position: relative; }
    .teaser-list__figure:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #575757;
      opacity: 0;
      transition: all 0.2s linear; }
  .teaser-list__hl {
    margin-top: 30px;
    margin-top: 1.875rem; }
  .teaser-list__content {
    padding-right: 20px;
    padding-right: 1.25rem;
    max-width: 907px; }
    .teaser-list__content .icon--af:after {
      color: #8a9fc9;
      font-size: 9px;
      font-size: 0.5625rem;
      padding-left: 8px;
      padding-left: 0.5rem;
      transition: all 0.2s linear; }
  @media (min-width: 768px) {
    .teaser-list__figure {
      float: left;
      display: inline-block;
      margin-right: 12px;
      margin-right: 0.75rem; }
    .teaser-list__hl {
      margin-top: 40px;
      margin-top: 2.5rem; } }

.grid {
  width: 100%;
  max-width: 355px;
  margin: 0 auto; }
  .grid:before, .grid:after {
    content: " ";
    display: table; }
  .grid:after {
    clear: both; }
  .grid__grid-sizer, .grid__item {
    width: 100%; }
  .grid__item {
    position: relative;
    display: block;
    float: left;
    min-height: 308px;
    margin-bottom: 5px;
    background: #fff;
    border: 1px solid #575757;
    z-index: 0;
    overflow: hidden; }
    .grid__item--1x1 .grid-tile__text {
      display: block;
      position: relative;
      min-height: 320px;
      padding: 0 1.5625rem;
      overflow: hidden;
      z-index: 0;
      border: none; }
      .grid__item--1x1 .grid-tile__text .grid-tile__cat {
        margin-bottom: 1.375rem; }
    .grid__item--1x1.grid-item--location .grid-tile__text {
      padding-top: 3.75rem; }
    .grid__item--2x1 {
      border: none; }
    .grid__item--blue {
      background-color: #7e97c3; }
      .grid__item--blue .grid-tile__text h4, .grid__item--blue .grid-tile__text h3, .grid__item--blue .grid-tile__text p {
        color: #fff; }
      .grid__item--blue .grid-tile--news h4, .grid__item--blue .grid-tile--news a {
        color: #fff; }
      .grid__item--blue .grid-tile--news li {
        border-bottom-color: #fff; }
      .grid__item--blue .grid-tile--news a:after {
        color: #fff; }
  @media (min-width: 768px) {
    .grid {
      width: 722px;
      max-width: 100%; }
      .grid__grid-sizer, .grid__item {
        width: 355px; }
      .grid__item {
        min-height: 355px; }
        .grid__item--2x1 {
          width: 722px; } }
  @media (min-width: 1240px) {
    .grid {
      width: 1014px; }
      .grid__grid-sizer, .grid__item {
        width: 330px; }
      .grid__item {
        min-height: 330px; }
        .grid__item--2x1 {
          width: 672px; } }
  @media (min-width: 1472px) {
    .grid {
      width: 1134px; }
      .grid__grid-sizer, .grid__item {
        width: 370px; }
      .grid__item {
        min-height: 370px; }
        .grid__item--2x1 {
          width: 752px; } }

.grid-tile__cat {
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-bottom: 0; }

.grid-tile__list-item {
  padding: 1.375rem 0.8125rem 1.375rem 0;
  border-bottom: 1px solid #575757; }
  .grid-tile__list-item:last-child {
    border-bottom: none; }

.grid-tile__list-link {
  vertical-align: bottom; }
  .grid-tile__list-link:after {
    color: #8a9fc9;
    font-size: 9px;
    font-size: 0.5625rem;
    transition: color 0.2s linear; }
  .grid-tile__list-link:hover:after, .grid-tile__list-link:focus:after {
    color: #5674b1; }

.grid-tile__figure {
  border: 1px solid #575757; }

.grid-tile--img-text {
  display: block; }
  .grid-tile--img-text a {
    display: block;
    transition: all 0.2s linear;
    overflow: hidden; }
    .grid-tile--img-text a:before, .grid-tile--img-text a:after {
      content: " ";
      display: table; }
    .grid-tile--img-text a:after {
      clear: both; }
    .grid-tile--img-text a:hover .grid-tile__figure:before, .grid-tile--img-text a:focus .grid-tile__figure:before {
      opacity: .2; }
  .grid-tile--img-text .grid-tile__figure {
    position: relative;
    margin-bottom: 36px;
    position: relative;
    z-index: 1; }
    .grid-tile--img-text .grid-tile__figure:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #575757;
      opacity: 0;
      transition: all 0.2s linear; }
    .grid-tile--img-text .grid-tile__figure:after {
      content: "";
      display: block;
      position: absolute;
      bottom: -35px;
      right: 0;
      border-left: 34px solid transparent;
      border-right: 34px solid transparent;
      border-top: 34px solid #8a9fc9;
      transition: all 0.2s linear;
      z-index: -1; }
  .grid-tile--img-text .grid-tile__text {
    display: block;
    position: relative;
    min-height: 320px;
    padding: 0 25px;
    padding: 0 1.5625rem;
    overflow: hidden;
    z-index: 0;
    border: 1px solid #575757; }
  .grid-tile--img-text .grid-tile__cat {
    margin-bottom: 22px;
    margin-bottom: 1.375rem; }

.grid-tile--img-right .grid-tile__figure {
  margin-right: 0; }

.grid-tile--news {
  padding: 0 25px;
  padding: 0 1.5625rem; }

.grid-tile--video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative; }
  .grid-tile--video:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #575757;
    opacity: 0;
    transition: all 0.2s linear; }
  .grid-tile--video .grid-tile__cat {
    position: absolute;
    top: 0;
    left: 25px;
    left: 1.5625rem; }
  .grid-tile--video:hover:before, .grid-tile--video:focus:before {
    opacity: .2; }

@media (min-width: 768px) {
  .grid-tile__text {
    border: 1px solid #575757; }
  .grid-tile--img-text a:hover .grid-tile__figure:after, .grid-tile--img-text a:focus .grid-tile__figure:after {
    -webkit-transform: translate(34px, 0);
        -ms-transform: translate(34px, 0);
            transform: translate(34px, 0); }
  .grid-tile--img-text .grid-tile__figure {
    float: left;
    display: inline-block;
    width: 355px;
    margin-bottom: 0;
    margin-right: 12px;
    z-index: 1;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .grid-tile--img-text .grid-tile__figure:after {
      bottom: -7px;
      right: 0;
      -webkit-transform: translate(28px, 0px);
          -ms-transform: translate(28px, 0px);
              transform: translate(28px, 0px);
      border-top: 34px solid transparent;
      border-bottom: 34px solid transparent;
      border-left: 34px solid #8a9fc9;
      border-right: none;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; } }
  @media (min-width: 768px) and (min-width: 1240px) {
    .grid-tile--img-text .grid-tile__figure {
      width: 330px; } }
  @media (min-width: 768px) and (min-width: 1472px) {
    .grid-tile--img-text .grid-tile__figure {
      width: 370px; } }

@media (min-width: 768px) {
  .grid-tile--img-text .grid-tile__text {
    float: right;
    width: 355px;
    height: 355px; } }
  @media (min-width: 768px) and (min-width: 1240px) {
    .grid-tile--img-text .grid-tile__text {
      width: 330px;
      height: 330px; } }
  @media (min-width: 768px) and (min-width: 1472px) {
    .grid-tile--img-text .grid-tile__text {
      width: 370px;
      height: 370px; } }

@media (min-width: 768px) {
  .grid-tile--img-right a:hover .grid-tile__figure:after, .grid-tile--img-right a:focus .grid-tile__figure:after {
    -webkit-transform: translate(-34px, 0);
        -ms-transform: translate(-34px, 0);
            transform: translate(-34px, 0); }
  .grid-tile--img-right .grid-tile__figure {
    float: right;
    margin-right: 0;
    margin-left: 12px; }
    .grid-tile--img-right .grid-tile__figure:after {
      right: auto;
      left: 0;
      -webkit-transform: translate(-28px, 0);
          -ms-transform: translate(-28px, 0);
              transform: translate(-28px, 0);
      border-left: none;
      border-top: 34px solid transparent;
      border-bottom: 34px solid transparent;
      border-right: 34px solid #8a9fc9;
      z-index: -1; }
  .grid-tile--img-right .grid-tile__text {
    float: left; } }

.breadcrumb {
  padding: 0;
  margin: 30px 0;
  margin: 1.875rem 0; }
  .breadcrumb:before, .breadcrumb:after {
    content: " ";
    display: table; }
  .breadcrumb:after {
    clear: both; }
  .breadcrumb > span:first-child > span > a,
  .breadcrumb > span:first-child > span > span {
    padding-left: 0; }
  .breadcrumb a, .breadcrumb .breadcrumb_last {
    color: #878787;
    font-size: 1.1875rem;
    text-transform: uppercase;
    padding: 0 5px 3px 5px;
    padding: 0 0.3125rem 0.1875rem 0.3125rem; }
  .breadcrumb a {
    color: #878787;
    font-size: 1.1875rem;
    text-transform: uppercase; }
    .breadcrumb a:hover, .breadcrumb a:focus, .breadcrumb a:active, .breadcrumb a.nice-select.open {
      color: #5674b1;
      text-decoration: none; }
  @media (min-width: 992px) {
    .breadcrumb {
      margin: 60px 0;
      margin: 3.75rem 0; }
      .breadcrumb a, .breadcrumb .breadcrumb_last {
        padding: 0 10px 6px 10px;
        padding: 0 0.625rem 0.375rem 0.625rem; } }

.contact {
  width: 100%;
  max-width: 355px;
  padding: 12px 12px 0 12px;
  padding: 0.75rem 0.75rem 0 0.75rem;
  background: #8a9fc9;
  color: #fff;
  margin: 0 auto 15px; }
  .contact:before, .contact:after {
    content: " ";
    display: table; }
  .contact:after {
    clear: both; }
  .contact--last {
    margin-bottom: 0; }
  @media (min-width: 1100px) {
    .contact {
      position: absolute;
      right: 0;
      margin: initial; }
      .contact.contact--1 {
        top: 66px; }
      .contact.contact--2 {
        top: 240px; } }
  .contact__img {
    float: left;
    margin-right: 12px;
    margin-right: 0.75rem;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
    border: 1px solid #fff; }
  .contact__hl {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    font-weight: 500; }
  .contact__text {
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
    word-break: break-word; }
  .contact a {
    color: #fff;
    white-space: normal; }
    .contact a:hover, .contact a:focus {
      color: #fff; }

.filter {
  position: relative;
  width: 100%;
  margin-top: 20px;
  margin-top: 1.25rem; }
  .filter__list, .filter__dl {
    margin: 0;
    padding-left: 0;
    list-style: none; }
  .filter__col {
    position: static;
    margin-bottom: 24px;
    margin-bottom: 1.5rem; }
  .filter__cat {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 26px;
    margin-bottom: 1.625rem; }
  .filter__link-all {
    display: block;
    text-align: left;
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem; }
    .filter__link-all:after {
      color: #fff;
      font-size: 9px;
      font-size: 0.5625rem;
      padding-left: 8px;
      padding-left: 0.5rem; }
  .filter .btn {
    margin-top: 14px;
    margin-top: 0.875rem; }
  @media (min-width: 768px) {
    .filter {
      margin-top: 55px;
      margin-top: 3.4375rem; }
      .filter__col {
        margin-bottom: 0; } }
  @media (min-width: 1100px) {
    .filter__link-all {
      position: absolute;
      bottom: 20px;
      bottom: 1.25rem;
      right: 45px; } }
  @media (min-width: 1472px) {
    .filter__link-all {
      right: 90px; } }

.popup__search {
  text-align: center; }
  .popup__search input#search {
    width: 60%; }

/*  -   -   -   TAB  -   -   -   */
.tab {
  width: 100%;
  min-height: 250px; }
  .tab__nav, .tab__content {
    margin: 0;
    padding-left: 0;
    list-style: none; }
  .tab__pane {
    display: none;
    outline: none; }
    .tab__pane.active {
      display: block; }
  .tab .tab__nav-item {
    position: relative;
    border: none;
    color: #575757;
    border-bottom: 2px solid #575757;
    margin-right: 8px;
    margin-right: 0.5rem;
    transition: all 0.2s linear; }
    .tab .tab__nav-item:hover, .tab .tab__nav-item:focus, .tab .tab__nav-item:active, .tab .tab__nav-item.nice-select.open {
      border-bottom: 2px solid #5674b1; }
    .tab .tab__nav-item.active {
      border-bottom: 2px solid #8a9fc9; }
  .tab .tab__link {
    position: relative;
    display: block;
    padding: 9px 13px;
    padding: 0.5625rem 0.8125rem;
    margin-bottom: 0;
    color: inherit;
    text-align: center;
    zoom: 1;
    cursor: pointer; }
    .tab .tab__link:focus, .tab .tab__link:active:focus, .tab .tab__link.nice-select.open:focus {
      outline: none; }
  .tab .tab__content {
    padding-top: 30px;
    padding-top: 1.875rem; }
    .tab .tab__content .images .col-xs-12 {
      margin-bottom: 15px;
      margin-bottom: 0.9375rem; }
    @media (min-width: 1100px) {
      .tab .tab__content.extra-height-2 .content,
      .tab .tab__content.extra-height-2 .images,
      .tab .tab__content.extra-height-2 .technical-data,
      .tab .tab__content.extra-height-2 .downloads {
        min-height: 340px; } }
  .tab__pane {
    position: relative; }
  @media (min-width: 768px) {
    .tab .tab__nav-item {
      display: inline-block;
      vertical-align: middle;
      border-bottom: 2px solid transparent; }
    .tab .tab__link {
      padding: 5px 13px;
      padding: 0.3125rem 0.8125rem; }
      .tab .tab__link:first-child {
        padding-left: 0; } }
  @media (min-width: 1100px) {
    .tab__has-contact .content,
    .tab__has-contact .technical-data {
      padding-right: 375px;
      padding-right: 23.4375rem; } }

/*  -   -   -   SECTIONS  -   -   -   */
.section {
  margin-top: 45px;
  margin-top: 2.8125rem;
  margin-bottom: 45px;
  margin-bottom: 2.8125rem; }
  .section__hl-border {
    position: relative; }
    .section__hl-border:before {
      content: "";
      display: block;
      position: absolute;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      left: 0;
      width: 100%;
      height: 1px;
      border-bottom: 1px solid #878787;
      z-index: -1; }
    .section__hl-border span {
      background: #fff;
      padding-right: 10px;
      padding-right: 0.625rem; }
  .section--filter-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background: #fff;
    z-index: 90;
    opacity: 0;
    -webkit-transform: translateX(150%);
        -ms-transform: translateX(150%);
            transform: translateX(150%);
    transition: opacity .5s linear, -webkit-transform 0s linear .5s;
    transition: transform 0s linear .5s, opacity .5s linear;
    transition: transform 0s linear .5s, opacity .5s linear, -webkit-transform 0s linear .5s;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    z-index: 101; }
    .section--filter-overlay .container {
      position: relative; }
    .section--filter-overlay .section__hl {
      margin-top: 50px;
      margin-top: 3.125rem; }
    .on-filter .section--filter-overlay {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
      transition: opacity .5s linear, -webkit-transform 0s linear;
      transition: transform 0s linear, opacity .5s linear;
      transition: transform 0s linear, opacity .5s linear, -webkit-transform 0s linear; }
  @media (min-width: 768px) {
    .section {
      margin-top: 45px;
      margin-top: 2.8125rem;
      margin-bottom: 45px;
      margin-bottom: 2.8125rem; }
      .section--filter-overlay {
        margin: 0; } }
  @media (min-width: 992px) {
    .section--hero {
      padding-left: 0; }
    .section--filter-overlay {
      padding-right: 0;
      z-index: 90; }
      .section--filter-overlay .container {
        padding-right: 182px; } }
  @media (min-width: 1472px) {
    .section {
      padding-left: 0;
      padding-right: 0; }
      .section--hero {
        padding-left: 0; }
      .section--filter-overlay .container {
        padding-right: 0; } }

.section--hero {
  position: relative;
  margin: 0; }
  .section--hero__img {
    display: block;
    width: 100%;
    height: auto; }
  .section--hero__header {
    position: absolute;
    left: 0;
    bottom: 50px;
    bottom: 3.125rem;
    width: 100%;
    max-width: 540px;
    padding: 20px;
    padding: 1.25rem;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1; }
  .section--hero__hl {
    margin-bottom: 7px;
    margin-bottom: 0.4375rem; }
  .section--hero__sl {
    font-size: 16px;
    font-size: 1rem;
    color: #8a9fc9; }
  .section--hero__btn {
    position: relative;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: 0;
    width: 80px;
    min-height: 80px;
    margin: 0;
    padding: 18px 10px 0 10px;
    padding: 1.125rem 0.625rem 0 0.625rem;
    text-align: left;
    color: transparent !important;
    z-index: 2; }
    .section--hero__btn:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: rgba(255, 255, 255, 0.3);
      font-size: 55px;
      font-size: 3.4375rem; }
    .section--hero__btn:hover, .section--hero__btn:focus {
      background: #8a9fc9;
      color: #fff !important; }
  .section--hero-pos-top .section--hero__img {
    top: 0;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  .section--hero-pos-bottom .section--hero__img {
    top: auto;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  @media (min-width: 992px) {
    .section--hero-text-right .section--hero__header {
      left: auto;
      right: 170px; } }
  @media (min-width: 768px) {
    .section--hero__header {
      padding: 60px;
      padding: 3.75rem; } }

#map {
  width: 100%;
  height: 640px; }
  #map .gm-style-iw {
    padding: 1.25rem 0.625rem; }

.rm-form .rm-form-container {
  padding-left: 0; }
  @media (min-width: 992px) {
    .rm-form .rm-form-container {
      max-width: 50%; } }

.rm-form label {
  display: block;
  letter-spacing: 0.08em;
  line-height: 1.3125rem; }
  @media (min-width: 992px) {
    .rm-form label {
      margin-bottom: 10px;
      margin-bottom: 0.625rem; } }

.rm-form input {
  padding: 20px;
  padding: 1.25rem;
  line-height: 1em;
  height: auto;
  color: #575757;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  border: 1px solid #555555; }
  .rm-form input::-moz-placeholder {
    color: #555555;
    opacity: 1; }
  .rm-form input:-ms-input-placeholder {
    color: #555555; }
  .rm-form input::-webkit-input-placeholder {
    color: #555555; }

.section--references-filter .references__no-items {
  display: none;
  padding-top: 40px;
  padding-top: 2.5rem;
  text-align: center; }

.section--references-filter .references__load-more {
  padding-top: 40px;
  padding-top: 2.5rem;
  text-align: center; }
  .section--references-filter .references__load-more a.disabled {
    color: #eeeeee; }

@media (min-width: 768px) {
  .section--references-filter .filter__list .filter__col:first-child {
    padding-left: 0; } }

.section--references-filter .filter__label {
  display: block;
  margin-bottom: 10px;
  margin-bottom: 0.625rem; }

.section--references-filter .filter-child {
  display: none; }

.section--tab {
  position: relative;
  margin-bottom: 60px;
  margin-bottom: 3.75rem; }

@media (min-width: 992px) {
  .section--contactpage-content .grid--persons .grid__item-person .grid-tile__figure {
    opacity: 1; } }

.section--contactpage-content .grid--persons .grid__item-person .grid-tile__text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 0.3s ease-out;
  color: #fff;
  background-color: rgba(126, 151, 195, 0.55); }
  .section--contactpage-content .grid--persons .grid__item-person .grid-tile__text .grid-tile__cat {
    margin-top: 160px;
    margin-top: 10rem; }
  .section--contactpage-content .grid--persons .grid__item-person .grid-tile__text h4, .section--contactpage-content .grid--persons .grid__item-person .grid-tile__text a {
    color: #fff; }
  .section--contactpage-content .grid--persons .grid__item-person .grid-tile__text a:hover, .section--contactpage-content .grid--persons .grid__item-person .grid-tile__text a:focus {
    text-decoration: underline; }
  @media (min-width: 992px) {
    .section--contactpage-content .grid--persons .grid__item-person .grid-tile__text {
      opacity: 0; } }

.section--contactpage-content .grid--persons .grid__item-person.no-image .grid-tile__text {
  opacity: 1; }

@media (min-width: 992px) {
  .section--contactpage-content .grid--persons .grid__item-person:hover .grid-tile__text, .section--contactpage-content .grid--persons .grid__item-person:focus .grid-tile__text {
    opacity: 1; } }

/*  -   -   -   HEADER + FOOTER  -   -   -   */
.header__bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 0 36px;
  padding: 0 0.75rem;
  background: #fff;
  z-index: 100; }

.header__nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 0 36px;
  padding: 0 0.75rem;
  border-left: 1px solid #878787;
  background: #fff;
  -webkit-transform: translateX(105%);
      -ms-transform: translateX(105%);
          transform: translateX(105%);
  transition: all 0.2s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 100;
  overflow-y: auto; }
  .header__nav.sub-sub-open {
    overflow-y: hidden;
    height: 100vh; }
  @media (min-width: 992px) {
    .header__nav {
      width: 50%;
      overflow-y: initial; } }

.on-nav .header .header__nav {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.on-nav .header .header__btn-nav span {
  opacity: 0; }

.on-nav .header .header__btn-nav:before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg); }

.on-nav .header .header__btn-nav:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg); }

@media (min-width: 992px) {
  .header {
    position: fixed;
    top: 0;
    right: 0;
    width: 180px;
    height: 100%;
    padding: 0 36px;
    padding: 0 0.75rem;
    background: #fff;
    z-index: 100;
    border-left: 1px solid #878787; }
    .header__bar, .header__nav {
      position: static;
      width: auto;
      height: auto;
      padding: 0;
      background: #fff; }
    .header__nav {
      border-left: none; }
    .header .header__nav,
    .on-nav .header .header__nav {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }

.header .logo-isolar-glas {
  max-width: 70px; }

.on-nav body {
  overflow: hidden; }

.nav__link {
  display: block;
  line-height: 1.875em;
  color: #878787;
  outline: none; }
  .nav__link-origin, .nav__link.has_submenu {
    color: #8a9fc9; }
    .nav__link-origin:hover, .nav__link-origin:focus, .nav__link-origin:active, .nav__link-origin.nice-select.open, .nav__link.has_submenu:hover, .nav__link.has_submenu:focus, .nav__link.has_submenu:active, .nav__link.has_submenu.nice-select.open {
      color: #009966; }
  @media (min-width: 992px) {
    .nav__link.has_submenu {
      color: #878787; } }
  .nav__link.has_sub-submenu {
    color: #8a9fc9; }
    .nav__link.has_sub-submenu:hover, .nav__link.has_sub-submenu:focus, .nav__link.has_sub-submenu:active, .nav__link.has_sub-submenu.nice-select.open {
      color: #009966; }
    .nav__link.has_sub-submenu.icon--af:after {
      font-size: 0.75rem; }

.nav__link-lang {
  line-height: 1.875em;
  color: #878787; }

.nav--main {
  margin-top: 30px;
  margin-top: 1.875rem;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #878787; }

.nav--meta {
  padding-top: 25px;
  padding-top: 1.5625rem;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem; }
  .nav--meta .nav__link {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 2.08333em;
    text-decoration: none; }
    .nav--meta .nav__link:before {
      vertical-align: middle;
      color: #8a9fc9;
      font-size: 15px;
      font-size: 0.9375rem;
      margin-right: 8px;
      margin-right: 0.5rem;
      transition: all 0.2s linear; }
    .nav--meta .nav__link:hover:before, .nav--meta .nav__link:focus:before {
      color: #009966; }

.nav--sub {
  width: 100%;
  padding: 0.625rem 0 1rem 0;
  color: #878787;
  border-top: 1px solid #878787; }
  .nav--sub .nav__link {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.66667em; }
  @media (min-width: 992px) {
    .nav--sub {
      position: absolute;
      bottom: 0;
      left: 0;
      left: 12px;
      left: 0.75rem; } }

@media (min-width: 992px) {
  .nav--main {
    margin-top: 0;
    border-top: 1px solid #878787; } }

.submenu {
  margin: 0;
  padding-left: 0;
  list-style: none;
  padding-left: 1.25rem; }
  .submenu > li a.nav__link.close-sub, .submenu > li a.nav__link-origin {
    display: none; }
  @media (min-width: 992px) {
    .submenu {
      display: none;
      position: fixed;
      top: 0;
      right: 410px;
      width: 220px;
      height: 100%;
      padding: 0 36px;
      padding: 0 0.75rem;
      border-right: 1px solid #878787;
      border-left: 1px solid #878787;
      background: #fff;
      -webkit-transform: translateX(105%);
          -ms-transform: translateX(105%);
              transform: translateX(105%);
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      z-index: 100;
      text-align: right;
      overflow-y: auto; }
      .submenu > li:first-child {
        margin-top: 3.4375rem;
        margin-bottom: 5.1875rem; }
      .submenu > li a.nav__link.close-sub,
      .submenu > li a.nav__link-origin {
        display: block; } }
  .submenu .accordeon__header {
    border-bottom: 0 !important; }
    @media (min-width: 992px) {
      .submenu .accordeon__header {
        color: #009966;
        margin-bottom: 0; } }
  .submenu .accordeon__content {
    padding-top: 0 !important; }

.sub-submenu {
  margin: 0;
  padding-left: 0;
  list-style: none;
  padding: 0 1.25rem; }
  @media (min-width: 992px) {
    .sub-submenu {
      margin-bottom: 20px;
      margin-bottom: 1.25rem;
      padding-right: 0; } }
  .sub-submenu > li a.nav__link.origin-child {
    color: #009966; }
  @media (min-width: 992px) {
    .sub-submenu > li a.nav__link.origin-child {
      display: none; } }

.footer {
  padding: 26px 0;
  padding: 1.625rem 0;
  background: rgba(138, 159, 201, 0.18); }
  .footer__2ndlevel {
    margin-left: 9px;
    margin-left: 0.5625rem; }
  .footer__link {
    display: block;
    color: inherit;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.66667em;
    padding: 2px 0;
    padding: 0.125rem 0; }
    .footer__link.accordeon__header {
      padding-top: 15px;
      padding-top: 0.9375rem;
      padding-bottom: 15px;
      padding-bottom: 0.9375rem;
      font-weight: 500; }
    .footer__link:hover, .footer__link:focus {
      color: #5674b1; }
  @media (min-width: 768px) {
    .footer .list__item {
      width: 20%; }
    .footer__link {
      font-size: 12px;
      font-size: 0.75rem; }
      .footer__link, .footer__link.accordeon__header {
        padding: 0; } }
  @media (min-width: 1472px) {
    .footer .container {
      padding-right: 6px; } }
