﻿@charset "UTF-8";
/* =============================================================================
/* IMPORTS
/* ============================================================================= */
/*! normalize.css v4.0.0 | 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;
}

/* HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

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

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
a {
  background-color: transparent;
}

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

/* Text-level semantics
   ========================================================================== */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
img {
  border-style: none;
}

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

/* Grouping content
   ========================================================================== */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button,
input,
select {
  overflow: visible;
}

button,
input,
select,
textarea {
  margin: 0;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

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

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

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  padding: 0;
}

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

[type="search"] {
  -webkit-appearance: textfield;
}

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

/* =============================================================================
/* VARIABLES
/* ============================================================================= */
/* =============================================================================
/* FUNCTIONS
/* ============================================================================= */
/* =============================================================================
/* MIXINS
/* ============================================================================= */
/* =============================================================================
/* VARIABLES
/* ============================================================================= */
.base-item__image, .banner__image {
  max-width: 100%;
  height: auto;
  display: block;
}

/* =============================================================================
/* BASIC
/* ============================================================================= */
html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1em;
  font-size: 1em;
  -webkit-tap-highlight-color: transparent;
}

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

body {
  font-family: "Open Sans", serif;
  font-size: 16px;
  line-height: 1.4;
  color: #605d5a;
  background-color: #fff;
  font-weight: 400;
}

p {
  margin: 0 0 10px;
}

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

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

figure {
  margin: 0;
}

/* -----------------------------------------------------------------------------
/* link styles
/* ----------------------------------------------------------------------------- */
a {
  color: #605d5a;
  text-decoration: none;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

a:focus, a:hover, a:active {
  color: #605d5a;
  text-decoration: none;
}

/* =============================================================================
/* TYPO
/* ============================================================================= */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title-big, .title-medium, .title-small {
  font-family: inherit;
  font-weight: 500;
  line-height: 1;
  color: inherit;
  margin: 0px;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small,
h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small, .title-big small,
.title-medium small, .title-small small {
  font-weight: normal;
  line-height: 1;
  margin: 0px;
}

h1, .h1, h2, .h2, h3, .h3, .title-big, .title-medium, .title-small {
  line-height: 1;
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small, .title-big small, .title-medium small, .title-small small {
  font-size: 65%;
}

h4, .h4, h5, .h5, h6, .h6, .title-big, .title-medium, .title-small {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small, .title-big small, .title-medium small, .title-small small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 30px;
  color: #f19601;
  padding-bottom: 20px;
  line-height: 1.4;
  font-weight: 300;
}

h1:empty, .h1:empty {
  display: none !important;
}

h2, .h2 {
  font-size: 19px;
  color: #605d5a;
  padding-bottom: 70px;
  line-height: 1.3;
  position: relative;
  font-weight: 500;
}

h2::after, .h2::after {
  content: "";
  position: absolute;
  bottom: 40px;
  left: 0px;
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("/media/sprite@2.png");
  background-size: 500px 100px;
  background-position: -300px -0px;
}

h2:empty, .h2:empty {
  display: none !important;
}

h3, .h3 {
  font-size: 16px;
  color: #f19601;
  line-height: 1.2;
  font-weight: 700;
}

.title-big {
  font-size: 30px;
  color: #f19601;
  line-height: 1.4;
}

.title-medium {
  font-size: 19px;
  color: #605d5a;
  line-height: 1.3;
}

.title-small {
  font-size: 16px;
  color: #f19601;
  line-height: 1.2;
}

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

/* =============================================================================
/* HELPER CLASSES
/* ============================================================================= */
.visible-print {
  display: none;
}

.fancybox,
.fancybox-gallery,
.fancybox-video,
.fancybox-iframe {
  cursor: zoom-in;
}

.fancybox-title-float-wrap {
  bottom: 35px;
}

.fancybox-title-float-wrap .child {
  background-color: #f4f4f4;
}

/* -----------------------------------------------------------------------------
/* clearfix
/* ----------------------------------------------------------------------------- */
.clearfix:before, .row:before, .form-group:before, .clearfix:after, .row:after, .form-group:after {
  content: " ";
  display: table;
}

.clearfix:after, .row:after, .form-group:after {
  clear: both;
}

/* -----------------------------------------------------------------------------
/* buttons
/* ----------------------------------------------------------------------------- */
.button {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  min-width: 210px;
  background-color: #605d5a;
  font-size: 16px;
  line-height: 45px;
  font-weight: 400;
  text-align: center;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  white-space: nowrap;
  text-transform: uppercase;
  padding: 0 10px;
  text-decoration: none !important;
}

.button:hover, .button:focus, .button:active {
  color: #fff;
  background-color: #9f9b96;
  text-decoration: none;
}

.button:hover, .button:focus {
  text-decoration: none;
}

.button:active {
  background-image: none;
  outline: 0;
}

.button.disabled, .button[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: .65;
}

.button--gray {
  color: #fff;
  background-color: #9f9b96;
  border-color: #9f9b96;
}

.button--gray:hover, .button--gray:focus, .button--gray:active {
  color: #fff;
  background-color: #87827b;
  border-color: #87827b;
}

.button--empty {
  color: #fff;
  background-color: #9f9b96;
  border-color: #9f9b96;
}

.button--empty:hover, .button--empty:focus, .button--empty:active {
  color: #fff;
  background-color: #87827b;
  border-color: #87827b;
}

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

/* =============================================================================
/* CONGRID
/* ============================================================================= */
/* -----------------------------------------------------------------------------
/* clearfix for the rows
/* ----------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
/* base styles
/* ----------------------------------------------------------------------------- */
[class*='col-'] {
  width: 100%;
  position: relative;
  min-height: 1px;
  float: left;
}

[class*="gutter-"] > [class*="col-"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* -----------------------------------------------------------------------------
/* grid
/* ----------------------------------------------------------------------------- */
.col-1 {
  width: 8.33333%;
}

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

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

.col-2 {
  width: 16.66667%;
}

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

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

.col-3 {
  width: 25%;
}

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

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

.col-4 {
  width: 33.33333%;
}

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

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

.col-5 {
  width: 41.66667%;
}

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

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

.col-6 {
  width: 50%;
}

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

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

.col-7 {
  width: 58.33333%;
}

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

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

.col-8 {
  width: 66.66667%;
}

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

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

.col-9 {
  width: 75%;
}

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

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

.col-10 {
  width: 83.33333%;
}

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

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

.col-11 {
  width: 91.66667%;
}

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

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

.col-12 {
  width: 100%;
}

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

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

.gutter-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.gutter-10 > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.gutter-15 {
  margin-left: -15px;
  margin-right: -15px;
}

.gutter-15 > [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 1280px) {
  .col-xlg-push-0 {
    left: 0;
  }
  .col-xlg-pull-0 {
    right: 0;
  }
  .col-xlg-1 {
    width: 8.33333%;
  }
  .col-xlg-push-1 {
    left: 8.33333%;
  }
  .col-xlg-pull-1 {
    right: 8.33333%;
  }
  .col-xlg-2 {
    width: 16.66667%;
  }
  .col-xlg-push-2 {
    left: 16.66667%;
  }
  .col-xlg-pull-2 {
    right: 16.66667%;
  }
  .col-xlg-3 {
    width: 25%;
  }
  .col-xlg-push-3 {
    left: 25%;
  }
  .col-xlg-pull-3 {
    right: 25%;
  }
  .col-xlg-4 {
    width: 33.33333%;
  }
  .col-xlg-push-4 {
    left: 33.33333%;
  }
  .col-xlg-pull-4 {
    right: 33.33333%;
  }
  .col-xlg-5 {
    width: 41.66667%;
  }
  .col-xlg-push-5 {
    left: 41.66667%;
  }
  .col-xlg-pull-5 {
    right: 41.66667%;
  }
  .col-xlg-6 {
    width: 50%;
  }
  .col-xlg-push-6 {
    left: 50%;
  }
  .col-xlg-pull-6 {
    right: 50%;
  }
  .col-xlg-7 {
    width: 58.33333%;
  }
  .col-xlg-push-7 {
    left: 58.33333%;
  }
  .col-xlg-pull-7 {
    right: 58.33333%;
  }
  .col-xlg-8 {
    width: 66.66667%;
  }
  .col-xlg-push-8 {
    left: 66.66667%;
  }
  .col-xlg-pull-8 {
    right: 66.66667%;
  }
  .col-xlg-9 {
    width: 75%;
  }
  .col-xlg-push-9 {
    left: 75%;
  }
  .col-xlg-pull-9 {
    right: 75%;
  }
  .col-xlg-10 {
    width: 83.33333%;
  }
  .col-xlg-push-10 {
    left: 83.33333%;
  }
  .col-xlg-pull-10 {
    right: 83.33333%;
  }
  .col-xlg-11 {
    width: 91.66667%;
  }
  .col-xlg-push-11 {
    left: 91.66667%;
  }
  .col-xlg-pull-11 {
    right: 91.66667%;
  }
  .col-xlg-12 {
    width: 100%;
  }
  .col-xlg-push-12 {
    left: 100%;
  }
  .col-xlg-pull-12 {
    right: 100%;
  }
  .gutter-xlg-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-xlg-0 > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  .gutter-xlg-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-xlg-10 > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gutter-xlg-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-xlg-15 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1024px) {
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .gutter-lg-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-lg-0 > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  .gutter-lg-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-lg-10 > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gutter-lg-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-lg-15 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .col-md-push-0 {
    left: 0;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .gutter-md-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-md-0 > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  .gutter-md-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-md-10 > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gutter-md-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-md-15 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 667px) {
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .gutter-sm-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-sm-0 > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  .gutter-sm-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-sm-10 > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gutter-sm-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-sm-15 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 414px) {
  .col-xs-push-0 {
    left: 0;
  }
  .col-xs-pull-0 {
    right: 0;
  }
  .col-xs-1 {
    width: 8.33333%;
  }
  .col-xs-push-1 {
    left: 8.33333%;
  }
  .col-xs-pull-1 {
    right: 8.33333%;
  }
  .col-xs-2 {
    width: 16.66667%;
  }
  .col-xs-push-2 {
    left: 16.66667%;
  }
  .col-xs-pull-2 {
    right: 16.66667%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-4 {
    width: 33.33333%;
  }
  .col-xs-push-4 {
    left: 33.33333%;
  }
  .col-xs-pull-4 {
    right: 33.33333%;
  }
  .col-xs-5 {
    width: 41.66667%;
  }
  .col-xs-push-5 {
    left: 41.66667%;
  }
  .col-xs-pull-5 {
    right: 41.66667%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-7 {
    width: 58.33333%;
  }
  .col-xs-push-7 {
    left: 58.33333%;
  }
  .col-xs-pull-7 {
    right: 58.33333%;
  }
  .col-xs-8 {
    width: 66.66667%;
  }
  .col-xs-push-8 {
    left: 66.66667%;
  }
  .col-xs-pull-8 {
    right: 66.66667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-10 {
    width: 83.33333%;
  }
  .col-xs-push-10 {
    left: 83.33333%;
  }
  .col-xs-pull-10 {
    right: 83.33333%;
  }
  .col-xs-11 {
    width: 91.66667%;
  }
  .col-xs-push-11 {
    left: 91.66667%;
  }
  .col-xs-pull-11 {
    right: 91.66667%;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .gutter-xs-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-xs-0 > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  .gutter-xs-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-xs-10 > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gutter-xs-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-xs-15 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* =============================================================================
/* GRID HELPER
/* ============================================================================= */
@media all and (max-width: 1280px) {
  .hidden-xlg {
    display: none !important;
  }
  .visible-xlg {
    display: block !important;
  }
}

@media all and (max-width: 1024px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg {
    display: block !important;
  }
}

@media all and (max-width: 768px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md {
    display: block !important;
  }
}

@media all and (max-width: 667px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
}

@media all and (max-width: 414px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
}

/* =============================================================================
/* SITEMAP
/* ============================================================================= */
.sitemap a {
  display: block;
  color: #464441;
  text-transform: uppercase;
}

.sitemap ul {
  padding-left: 30px;
}

.sitemap ul a {
  font-weight: bold;
}

.sitemap ul ul a {
  font-weight: normal;
}

.sitemap ul ul ul a {
  font-style: italic;
}

/* =============================================================================
/* DATEPICKER
/* ============================================================================= */
/* -----------------------------------------------------------------------------
/* http://rtsinani.github.io/jquery-datepicker-skins/  
/* ----------------------------------------------------------------------------- */
.ui-widget {
  font-family: "Open Sans", serif;
  background: #9f9b96;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 280px;
  width: 17.5rem;
}

.ui-datepicker {
  padding: 0;
  background-color: #f4f4f4;
}

.ui-datepicker-header {
  border: none;
  background-color: #9f9b96;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
}

.ui-datepicker-header .ui-state-hover {
  background: transparent;
  border-color: transparent;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.ui-datepicker .ui-datepicker-title {
  margin: 10px 0;
  margin: 0.625rem 0;
  color: #fff;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  top: 15px;
  border: none;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  color: #fff;
  margin-top: 0;
  top: 0;
  font-weight: normal;
}

.ui-datepicker .ui-datepicker-prev span {
  background-image: none;
}

.ui-datepicker table {
  margin: 0;
}

.ui-datepicker th {
  padding: 1em 0;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  border: none;
  border-top: 1px solid #9f9b96;
  background: #f19601;
}

.ui-datepicker td {
  border: none;
  padding: 0;
}

.ui-datepicker .ui-state-default,
.ui-datepicker span.ui-state-default,
.ui-datepicker a.ui-state-default {
  background: transparent;
  border: none;
  text-align: center;
  padding: 10px 6px;
  margin: 0;
  font-weight: 500;
  color: #605d5a;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.4;
}

.ui-datepicker .ui-state-disabled {
  opacity: 1;
}

.ui-datepicker .ui-state-disabled .ui-state-default {
  color: #9f9b96;
}

.ui-datepicker .ui-datepicker-today a,
.ui-datepicker .ui-datepicker-today span {
  font-weight: bold;
  color: #f19601;
}

.ui-datepicker span.ui-state-hover,
.ui-datepicker a.ui-state-hover {
  color: #605d5a;
}

.ui-datepicker span.ui-state-active,
.ui-datepicker a.ui-state-active {
  background: #f19601;
  color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* =============================================================================
/* FORM
/* ============================================================================= */
.form {
  font-size: 16px;
}

.form-group {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

.form-control {
  display: block;
  width: 100%;
  height: 1.875em;
  padding: 0 0.3125em;
  font-size: inherit;
  line-height: 2.125;
  color: #605d5a;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dbdbdb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-control[type="text"] {
  padding-left: 0.625em;
}

.form-control:focus {
  border-color: #3bafda;
  outline: 0;
}

textarea.form-control {
  height: auto;
  min-height: 80px;
}

.form label,
.form .label {
  padding-top: 0.3125em;
  display: inline-block;
  cursor: pointer;
}

.form .req {
  font-weight: 700;
}

.form label.req:after {
  content: " *";
}

.form-auto-width {
  width: auto;
}

.form small {
  font-size: 95%;
}

.form-alternate-date-block {
  margin-top: 10px;
}

/* -----------------------------------------------------------------------------
/* input-group
/* ----------------------------------------------------------------------------- */
.form .input-group-addon, .form .input-group.form-control {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #E6E9ED;
  border: 1px solid #DCDCDC;
}

.form .input-group-addon:last-child, .form .input-group.form-control:last-child {
  border-left-width: 0;
}

.form .input-group-addon:first-child, .form .input-group.form-control:first-child {
  border-right-width: 0;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group.form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
}

.input-group .form-control:first-child,
.input-group .input-group-addon:first-child,
.input-group .input-group.form-control:first-child {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group .form-control:last-child,
.input-group .input-group-addon:last-child,
.input-group .input-group.form-control:last-child {
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* -----------------------------------------------------------------------------
/* error, succes
/* ----------------------------------------------------------------------------- */
.form-control.error,
.form-control.error:focus {
  border-color: #da4453;
}

.form label.error {
  display: block;
  background: #da4453;
  color: #fff;
  padding: 0;
  z-index: 1;
  position: relative;
  font-size: 0.875em;
  line-height: 2;
  padding: 0 0.75em;
}

.form-control.valid,
.form-control.valid:focus {
  border-color: #8cc152;
}

/* error-message */
.hf-warning {
  display: block;
  background: #da4453;
  color: #fff;
  padding: 0;
  z-index: 1;
  position: relative;
  font-size: 0.875em;
  line-height: 2;
  padding: 0 0.75em;
}

/* -----------------------------------------------------------------------------
/* checkboxes
/* ----------------------------------------------------------------------------- */
.form input[type=checkbox] {
  margin-right: 5px;
}

.form-checkbox-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.form-checkbox,
.form-checkbox-list li {
  margin: 0;
  padding: 0 0 0 1.25em;
  position: relative;
}

.form-checkbox label,
.form-checkbox-list label {
  padding-top: 0.25em;
}

.form-checkbox label.error,
.form-checkbox-list label.error {
  padding-top: 0;
}

.form-checkbox input[type=checkbox],
.form-checkbox-list input[type=checkbox] {
  position: absolute;
  top: 0.3125em;
  left: 0;
}

/* -----------------------------------------------------------------------------
/* block
/* ----------------------------------------------------------------------------- */
.form-block {
  position: relative;
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 1.25em;
  margin-bottom: 1.25em;
  zoom: 1;
}

.form-separator {
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  margin: 10px 0;
  background-color: #DCDCDC;
}

.form-space {
  height: 2em;
  line-height: 1em;
  font-size: 0.625em;
  border: none;
  margin: 0;
  padding: 0;
}

/* -----------------------------------------------------------------------------
/* alternate date
/* ----------------------------------------------------------------------------- */
.form-date-block {
  margin-top: 1.875em;
}

/* -----------------------------------------------------------------------------
/* show / hide
/* ----------------------------------------------------------------------------- */
.form .inner {
  display: none;
}

.form .show,
.form .hide {
  position: relative;
  color: #151516;
  text-decoration: none;
  display: none;
  line-height: 30px;
}

.form .show.active,
.form .hide.active {
  display: inline-block;
}

/* -----------------------------------------------------------------------------
/* found-site
/* ----------------------------------------------------------------------------- */
.found-site .checkbox-additional-input input {
  visibility: hidden;
}

.form-interests ul {
  padding-left: 1.25em;
}

/* -----------------------------------------------------------------------------
/* button
/* ----------------------------------------------------------------------------- */
.form .button.sending {
  display: none;
}

.form .add-custom {
  background-color: #9f9b96;
  color: #f19601;
  height: 40px;
  font-size: 17px;
  line-height: 40px;
  margin-bottom: 10px;
  padding: 0px 20px;
  font-weight: 500;
}

/* -----------------------------------------------------------------------------
/* children
/* ----------------------------------------------------------------------------- */
.form .children-inner {
  display: none;
}

.form .showchild {
  width: 2.1875em;
  padding: 0 0.3125em;
  margin-right: 0.25em;
  float: left;
}

/* -----------------------------------------------------------------------------
/* rooms
/* ----------------------------------------------------------------------------- */
.form .rooms-block {
  margin-bottom: 10px;
  padding-bottom: 5px;
  position: relative;
}

.form .rooms-block.alternate {
  padding-top: 50px;
  display: none;
  border-top: 1px solid #605d5a;
}

.form .rooms-block .show-hide {
  display: none;
  clear: left;
  text-align: right;
  position: relative;
  margin-bottom: 10px;
}

.form .rooms-block .close {
  display: none;
}

.form .rooms-block.alternate .close {
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 100;
  padding-right: 20px;
  color: #f19601;
  font-weight: 700;
}

.form .rooms-block.alternate .close:after {
  margin-left: 5px;
  content: "✕";
}

.form .rooms-block.alternate .close:hover {
  color: #f19601;
}

.form .room-type {
  display: none;
}

.form .alternate .room-type {
  display: block;
}

/*custom project*/
.input-group-addon, .input-group.form-control {
  display: inline-block;
  background-color: #f4f4f4;
  color: #605d5a;
  vertical-align: top;
  line-height: 0;
}

.input-group-addon::before, .input-group.form-control::before {
  display: block;
  width: 30px;
  line-height: 30px;
  text-align: center;
}

/*newsletter-row*/
.newsletter-row {
  display: none;
}

/* =============================================================================
/* PAGER
/* ============================================================================= */
.pager {
  text-align: center;
  font-size: 0;
}

.pager__link {
  font-size: 14px;
  width: 35px;
  line-height: 27px;
  display: inline-block;
  padding: 0;
  text-align: center;
  background: #f4f4f4;
  color: #605d5a;
  text-decoration: none;
  margin: 0 2px;
  border-radius: 50%;
  border: 4px solid #f4f4f4;
}

.pager__link:hover {
  background-color: #f19601;
  border-color: #f19601;
  color: #fff;
  text-decoration: none;
}

.pager__link.active {
  background-color: #f19601;
  border-color: #f19601;
  color: #fff;
}

.pager__link.inactive {
  background-color: transparent;
  border: 4px solid #f4f4f4;
}

.pager__link.inactive:hover,
.pager__link.active.inactive:hover {
  background-color: #9f9b96;
}

.pager__info {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  color: #9f9b96;
  font-weight: bold;
}

/* =============================================================================
/* AJAX
/* ============================================================================= */
.ajax-container {
  position: relative;
}

.ajax-container .loading-continuous {
  text-align: center;
}

.ajax-loading {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  z-index: 20;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.ajax-loading .loading {
  position: absolute;
  top: 21%;
  left: 50%;
  margin-left: -36px;
  margin-top: -16px;
  font-size: 140%;
  font-weight: bold;
  text-align: center;
  width: 32px;
  height: 32px;
  padding: 10px;
  background-color: white;
  border: 1px solid black;
  z-index: 1000;
}

/* =============================================================================
/* ROUTEPLANNER
/* ============================================================================= */
#routeplanner .row {
  margin-bottom: 4px;
}

/* =============================================================================
/* cookie banner tag manager
/* ============================================================================= */
.cookie-banner-tm__option input:hover + label:before {
  background: #605d5a;
}

.cookie-banner-tm__option input:checked + label:before {
  background: #605d5a;
}

.cookie-banner-tm__option input:checked + label:after {
  background: #fff;
}

.cookie-banner-tm__button {
  background-color: #f19601;
}

.cookie-banner-tm__button:hover {
  background-color: #9f9b96;
  color: #fff;
  text-decoration: none;
}

/* =============================================================================
/* cookies
/* ============================================================================= */
.cookie-category {
  margin-bottom: 2.5em;
}

.cookie-category__title {
  font-weight: bold;
}

.cookie-table {
  width: 100%;
  margin: 0.625em 0;
}

.cookie-table__container {
  max-width: 100%;
  overflow: auto;
}

.cookie-table th {
  padding: 0.1875em 0.3125em;
  border: solid 1px #605d5a;
}

.cookie-table td {
  border: solid 1px #605d5a;
  padding: 0.1875em 0.3125em;
}

/* =============================================================================
/* BASE STYLES
/* ============================================================================= */
/* BACKGROUND FROM SPRITE.PNG */
.bg-sprite {
  background: url("/media/sprite.png") no-repeat transparent;
}

@media only screen and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
  h1, .h1 {
    font-size: 26px;
    padding-bottom: 12px;
  }
  h2, .h2 {
    font-size: 18px;
    line-height: 1.4;
  }
  .button {
    font-size: 15px;
    line-height: 34px;
    font-weight: 500;
    min-width: 160px;
  }
}

/* =============================================================================
/* RETINA
/* ============================================================================= */
/* ============================================================================= */
/* LOGO CONSISTO */
/* ============================================================================= */
.logo-consisto {
  width: 49px;
  height: 19px;
  display: inline-block;
  background: transparent url(https://www.consisto.it/media/logos/consisto-white.png) no-repeat 0 0;
  text-indent: -9999px;
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  /* ============================================================================= */
  /* LOGO CONSISTO */
  /* ============================================================================= */
  .logo-consisto {
    margin-left: 5px;
    background-image: url(https://www.consisto.it/media/logos/consisto-white@2.png);
    background-size: 49px 19px;
  }
  .bg-sprite {
    background-image: url(/media/sprite@2.png);
    background-size: 500px 100px;
  }
}

/* =============================================================================
/* AJAX
/* ============================================================================= */
.ajax-container {
  position: relative;
}

.ajax-container .loading-continuous {
  text-align: center;
}

.ajax-loading {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  z-index: 20;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.ajax-loading .loading {
  position: absolute;
  top: 21%;
  left: 50%;
  margin-left: -36px;
  margin-top: -16px;
  font-size: 140%;
  font-weight: bold;
  text-align: center;
  width: 50px;
  height: 50px;
  background-color: #317C9C;
  border: 0;
  border-radius: 50%;
  z-index: 1000;
}

/* =============================================================================
/* CUSTOM STYLES
/* ============================================================================= */
.body {
  position: relative;
}

.container {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

/* START STYLE - HEADER */
.pageheader {
  height: 160px;
  width: 100%;
  background-color: #605d5a;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  border-bottom: 2px solid #9f9b96;
}

.pageheader__main-container {
  padding-top: 40px;
}

.pageheader__logo-wrapper {
  width: 346px;
  float: left;
}

.pageheader__contact-wrapper {
  float: right;
  text-align: right;
}

.pageheader__contact-button {
  color: #9f9b96;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  float: left;
  padding: 0 15px;
  text-transform: uppercase;
}

.pageheader__contact-button:hover {
  color: #f4f4f4;
}

.pageheader__languages-wrapper {
  float: right;
}

.languages__link {
  color: #9f9b96;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  float: left;
  margin-left: 25px;
  text-transform: uppercase;
}

.languages__link:hover {
  color: #f4f4f4;
}

.languages__symbol {
  display: block;
  font-size: 0px;
  line-height: 0;
  width: 5px;
  height: 5px;
  float: left;
  margin: 5px 10px 0px 0px;
  background-position: -200px -0px;
}

.pageheader__menu-wrapper {
  width: 100%;
  height: 0px;
  position: relative;
  background-color: #fff;
}

.pageheader__managers-wrapper {
  position: absolute;
  top: 158px;
  left: 0px;
  z-index: 2;
  display: block;
  width: 340px;
  font-size: 14px;
}

.pageheader__managers-box {
  background-color: #f4f4f4;
  height: 100px;
  width: 100%;
  padding: 25px 50px;
  text-transform: uppercase;
}

.pageheader__managers-box-border {
  background: url(/media/managers-bg.png) no-repeat left bottom;
  height: 25px;
  width: 100%;
}

/*small header styles*/
.pageheader.smallheader {
  height: 100px;
}

.pageheader.smallheader .pageheader__main-container {
  padding-top: 20px;
}

.pageheader.smallheader .logo__title {
  margin-left: 20px;
  font-size: 26px;
  line-height: 1;
}

.pageheader.smallheader .logo__subtitle {
  font-size: 16px;
  padding: 0px;
  padding-left: 50px;
}

.pageheader.smallheader .nav-main {
  top: -30px;
}

.pageheader.smallheader .nav-main__flyout-0 {
  top: 42px;
}

.pageheader.smallheader .pageheader__managers-wrapper {
  display: none;
  top: 98px;
  width: 245px;
}

.pageheader.smallheader .pageheader__managers-box {
  padding: 15px 25px;
  font-size: 13px;
  height: 80px;
}

@media only screen and (max-width: 1024px) {
  .pageheader {
    position: relative;
  }
}

@media only screen and (max-width: 768px) {
  .pageheader__main-container {
    padding-top: 30px;
  }
  .pageheader__contact-wrapper {
    float: none;
    width: 200px;
    position: absolute;
    top: 60px;
    right: 0px;
  }
  .pageheader__contact-button {
    float: none;
    padding: 2px 0;
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  .pageheader {
    height: 100%;
  }
  .pageheader__main-container {
    padding-top: 20px;
    min-height: 210px;
  }
  .pageheader__logo-wrapper {
    display: block;
    float: none;
    margin: 0 auto;
  }
  .pageheader__contact-wrapper {
    bottom: 30px;
    top: auto;
    right: auto;
    left: 30%;
    width: 140px;
    margin-left: -60px;
    text-align: left;
    z-index: 10;
  }
  .pageheader__contact-button {
    display: inline-block;
    padding: 0 10px;
    font-size: 0px;
    line-height: 1;
  }
  .pageheader__email::before {
    font-family: "Flaticon";
    content: "\f11c";
    font-size: 20px;
    line-height: 1;
    padding: 10px;
    background-color: #f19601;
    color: #fff;
    border-radius: 50%;
  }
  .pageheader__tel::before {
    font-family: "Flaticon";
    content: "\f121";
    font-size: 20px;
    line-height: 1;
    padding: 10px;
    background-color: #f19601;
    color: #fff;
    border-radius: 50%;
  }
  .pageheader__languages-wrapper {
    display: block;
    float: none;
    position: absolute;
    top: 20px;
    right: 0px;
  }
  .pageheader__managers-box {
    padding: 10px;
    padding-top: 25px;
    height: auto;
    text-align: center;
    border-radius: 15px;
  }
  .pageheader__managers-wrapper {
    width: 100%;
  }
  .pageheader__managers-box-border {
    display: none;
  }
  .pageheader__manager-link {
    padding: 2px 15px;
    display: inline-block;
  }
}

@media only screen and (max-width: 414px) {
  .pageheader__logo-wrapper {
    width: 220px;
    margin: 0px;
  }
}

/* STOP STYLE - HEADER */
/* START STYLE - FOOTER*/
.pagefooter {
  padding: 30px 0px 30px 0;
  background-color: #9f9b96;
  text-align: center;
}

.pagefooter__symbol {
  display: inline-block;
  background-position: -100px -0px;
  width: 15px;
  height: 15px;
  margin-bottom: 15px;
}

.pagefooter__company-name {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  font-size: 20px;
}

.pagefooter__company-address {
  color: #fff;
  margin-bottom: 20px;
}

.pagefooter__link-contact,
.pagefooter__link-email,
.pagefooter__link-tel {
  color: #f4f4f4;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding-right: 15px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: underline;
}

.pagefooter__link-contact:hover,
.pagefooter__link-email:hover,
.pagefooter__link-tel:hover {
  text-decoration: underline;
}

.pagefooter__link-tel {
  padding: 0px;
}

.pagefooter__VATCode {
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-block;
  padding-right: 10px;
}

.pagefooter__logo-consisto {
  display: inline-block;
}

.pagefooter__menu-wrapper {
  margin-top: 20px;
}

@media only screen and (max-width: 1280px) {
  .pagefooter {
    padding: 20px;
    text-align: center;
  }
  .pagefooter__company-wrapper,
  .pagefooter__menu-wrapper {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
  .pagefooter__menu-wrapper {
    margin: 0px;
  }
  .pagefooter__symbol {
    display: inline-block;
  }
  .pagefooter__VATCode {
    font-size: 13px;
  }
}

/* STOP STYLE - FOOTER*/
/* START STYLE - LOGO */
.logo {
  width: 100%;
  height: 100%;
  display: block;
}

.logo__symbol {
  width: 30px;
  height: 30px;
  float: left;
  font-size: 0px;
  line-height: 0px;
}

.logo__title {
  font-size: 42px;
  line-height: 28px;
  color: #f4f4f4;
  text-transform: uppercase;
  font-weight: bold;
  float: left;
  margin-left: 25px;
}

.logo__subtitle {
  font-size: 20px;
  line-height: 1.2;
  width: 100%;
  padding-top: 15px;
  padding-left: 55px;
  text-transform: uppercase;
  color: #9f9b96;
  float: left;
}

@media only screen and (max-width: 414px) {
  .logo__title {
    font-size: 36px;
  }
  .logo__subtitle {
    padding-left: 0px;
    font-size: 16px;
  }
}

/* STOP STYLE - LOGO */
/* START STYLE - BANNER */
.banner {
  position: relative;
  overflow: hidden;
  margin-top: 160px;
}

.banner img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}

.banner__item {
  overflow: hidden;
}

.banner--home .banner__slider {
  display: block;
  height: 650px;
  overflow: hidden;
  background-color: #fff;
}

.banner--home .banner__slider .banner__item {
  display: none;
}

.banner--home .banner__slider .banner__item:first-child {
  display: block;
}

.banner--home .banner__slider.slick-initialized {
  height: auto;
  display: block;
}

.banner--home .banner__slider.slick-initialized .banner__item {
  display: block;
}

.banner--default .banner__slider {
  display: block;
  height: 320px;
  overflow: hidden;
  background-color: #fff;
}

.banner--default .banner__slider .banner__item {
  display: none;
}

.banner--default .banner__slider .banner__item:first-child {
  display: block;
}

.banner--default .banner__slider.slick-initialized {
  height: auto;
  display: block;
}

.banner--default .banner__slider.slick-initialized .banner__item {
  display: block;
}

@media only screen and (max-width: 1024px) {
  .banner {
    margin: 0px;
  }
}

/* STOP STYLE - BANNER */
/* START STYLE - CONTENT */
.content {
  padding-bottom: 50px;
}

.content .main-content a {
  text-decoration: underline;
}

.content .module-content a {
  text-decoration: none;
}

/* STOP STYLE - CONTENT */
/* START STYLE - CONTENT-LINKS */
.contentlinks {
  padding-bottom: 100px;
}

.contentlinks__item {
  margin-bottom: 10px;
}

.contentlinks__item:hover .contentlinks__link {
  color: #f19601;
}

.contentlinks__span {
  display: inline-block;
  margin-right: 5px;
}

.contentlinks__span::before {
  font-size: 15px;
  line-height: 1.2;
  color: #f19601;
}

.contentlinks__link {
  display: inline-block;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.contentlinks__link--team {
  color: #f19601;
  font-weight: 700;
}

@media only screen and (max-width: 1024px) {
  .contentlinks {
    padding-bottom: 40px;
  }
}

/* STOP STYLE - CONTENT-LINKS  */
/*START STYLE - MENU-BOTTOM*/
.nav-bottom {
  display: inline-block;
}

.nav-bottom__menu-0 {
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-block;
  padding-right: 7px;
}

@media only screen and (max-width: 1280px) {
  .nav-bottom__menu-0 {
    font-size: 13px;
  }
}

/*STOP STYLE - MENU-BOTTOM*/
/*START STYLE - MENU-MAIN*/
.nav-main {
  position: absolute;
  top: -25px;
  right: -15px;
}

.nav-main__ul {
  padding: 0px;
  margin: 0px;
}

.nav-main__li {
  list-style: none;
}

.nav-main__level-0 {
  display: inline-block;
  position: relative;
}

.nav-main__menu-0 {
  padding: 5px;
  margin: 0 10px;
  color: #f4f4f4;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-main__menu-0:hover {
  color: #f19601;
}

.nav-main__active-0 .nav-main__menu-0 {
  color: #f19601;
}

.nav-main__flyout-0 {
  position: absolute;
  top: 52px;
  left: 0px;
  min-height: 210px;
  background: #9f9b96;
  font-size: 17px;
  z-index: 100;
  display: none;
  min-width: 320px;
  padding: 15px 30px;
}

.nav-main__level-1 {
  width: 100%;
}

.nav-main__menu-1 {
  display: block;
  font-size: 15px;
  line-height: 35px;
  color: #fff;
  position: relative;
  padding-left: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid #605d5a;
}

.nav-main__level-1:last-child .nav-main__menu-1 {
  border: 0px;
}

.nav-main__level-1.nav-main__active-1 .nav-main__menu-1 {
  color: #605d5a;
}

/*responsive menu*/
.open-mobile {
  display: none;
}

.nav-overlay {
  display: none;
}

.close-mobile {
  display: none;
}

@media only screen and (max-width: 1280px) {
  .nav-main__menu-0 {
    margin: 0 3px;
    font-size: 17px;
  }
}

@media only screen and (max-width: 1024px) {
  .open-mobile {
    display: block;
  }
  .close-mobile {
    display: block;
  }
  /*menu responsive*/
  .open-mobile {
    position: absolute;
    top: -20px;
    right: 0px;
    display: block;
    z-index: 10;
    width: 100px;
    font-size: 18px;
    font-weight: 500;
    color: #f19601;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
  }
  .open-mobile:hover,
  .open-mobile:hover span::before {
    color: #f4f4f4;
  }
  .open-mobile span::before {
    display: inline-block;
    color: #f19601;
    font-weight: 500;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-size: 18px;
    line-height: 1;
  }
  .close-mobile {
    display: block;
    text-align: left;
    padding: 10px 20px 10px 0px;
    height: 60px;
    color: #f19601;
    position: relative;
    background-color: #605d5a;
  }
  .close-mobile a {
    display: block;
    color: #f19601 !important;
    font-size: 18px;
    position: absolute;
    left: 5%;
    top: 0px;
    bottom: 0px;
    width: 150px;
    line-height: 60px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
  }
  .nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 700;
    background: rgba(0, 0, 0, 0.5);
    display: none;
  }
  .nav-main__dropdown {
    position: fixed;
    z-index: 750;
    right: -101%;
    top: 0px;
    width: 40%;
    min-width: 280px;
    -moz-transition: right 0.3s ease-in-out;
    -o-transition: right 0.3s ease-in-out;
    -webkit-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #ffffff;
    height: 100%;
  }
  .nav-main__flyout-0 {
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
    width: 100%;
    display: none;
    padding: 0;
    min-height: 1px;
  }
  .nav-main__flyout-0-menu {
    min-height: 1px;
  }
  .nav-main.js-nav-open .nav-main__dropdown {
    right: 0px;
  }
  .nav-main__level-0 {
    float: left;
    display: block;
    padding: 0 !important;
    text-align: center;
    width: 100%;
    background-color: #fff;
    margin: 0px;
  }
  .nav-main__menu-0 {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 26px;
    padding: 5px 10px;
    text-align: left;
    font-weight: 500;
    margin: 0;
    border: 0;
    color: #000;
  }
  .nav-main__menu-0::before {
    display: none;
  }
  .nav-main__level-0.js-open .nav-main__menu-0 {
    background-color: #f19601;
    color: #fff;
  }
  .nav-main__active-0 .nav-main__menu-0 {
    background-color: #f19601;
    color: #fff;
  }
  .nav-main__flyout-0-menu {
    display: block !important;
  }
  .nav-main__active-0 .nav-main__flyout-0 {
    display: block;
  }
  .nav-main__menu-1 {
    display: block;
    text-align: left;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1;
    width: 100%;
    border: 0px;
    border-top: 3px solid #f4f4f4 !important;
  }
  .nav-main__active-1 .nav-main__menu-1 {
    font-weight: 500;
  }
  .nav-main__level-1 {
    width: 100%;
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  .nav-main {
    top: 25px;
    right: -10px;
  }
}

@media only screen and (max-width: 600px) {
  .nav-main {
    right: 10%;
    top: auto;
    bottom: 75px;
    z-index: 10;
  }
  .open-mobile {
    line-height: 40px;
    top: 0px;
    background-color: #f19601;
    color: #fff;
    border-radius: 15px;
  }
  .open-mobile .icon::before {
    color: #fff;
  }
}

/*STOP STYLE - MENU-MAIN*/
/*START STYLE - ROUTEPLANNER */
.routeplanner__map {
  padding-right: 20px;
}

.routeplanner__form {
  padding-left: 20px;
}

.routeplanner__form .row {
  padding: 5px 0;
}

.routeplanner__form input {
  border: 1px solid #605d5a;
}

.routeplanner__infobox {
  min-height: 210px;
}

.routeplanner__button {
  background-color: #605d5a;
}

.routeplanner__hgroup--map {
  display: none;
}

@media only screen and (max-width: 667px) {
  .routeplanner__form {
    padding: 0px;
  }
}

/*STOP STYLE - ROUTEPLANNER */
/*START STYLE - TEAM-ITEM*/
.team-item {
  padding: 0px 30px 0px 0;
  float: left;
}

.team-item a {
  display: block;
}

.team-item__name {
  padding-top: 10px;
}

@media only screen and (max-width: 667px) {
  .team-item__name {
    font-size: 16px;
  }
}

/*STOP STYLE - TEAM-ITEM*/
/*START STYLE - TEAM-DETAIL*/
.team-detail__left-column {
  padding-right: 20px;
}

.team-detail__right-column {
  padding-left: 70px;
}

.team-otheremployees {
  padding-top: 40px;
}

.team-detail__email {
  margin-top: 30px;
}

.team-detail__email::before {
  display: inline-block;
  padding-right: 5px;
}

.team-detail__email-link {
  display: inline-block;
  color: #f19601;
  font-weight: 700;
}

.team-detail__hgroup {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .team-otheremployees__name {
    letter-spacing: 0px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .team-detail__hgroup {
    display: block;
  }
  .team-detail__left-column,
  .team-detail__right-column {
    padding: 0px;
  }
  .team-detail__right-column {
    margin-top: 20px;
    border-top: 2px solid #9f9b96;
    padding-top: 20px;
  }
  .team-detail__right-column h1, .team-detail__right-column h2 {
    display: none;
  }
  .team-detail__image-link {
    display: inline-block;
  }
  .team-otheremployees {
    display: none;
  }
  .team-otheremployees {
    float: right;
    padding: 10px 3px;
    background-color: #f4f4f4;
    border: 2px solid #9f9b96;
  }
  .team-otheremployees .contentlinks__item .contentlinks__span {
    margin: 0px;
  }
  .team-otheremployees__name {
    font-size: 13px;
    letter-spacing: 0px;
    font-weight: 500;
  }
}

@media only screen and (max-width: 414px) {
  .team-otheremployees {
    margin-top: 20px;
    border: 0px;
    padding: 20px;
  }
}

/*STOP STYLE - TEAM-DETAIL*/
/*START STYLE - SITEPATH*/
.sitepath {
  text-transform: uppercase;
  padding: 20px 0 40px 0;
}

.sitepath ol, .sitepath li {
  padding: 0px;
  margin: 0px;
}

.sitepath li {
  display: inline-block;
  list-style-type: none;
  font-size: 13px;
}

.sitepath .item {
  padding: 0 5px;
  font-size: 13px;
  color: #9f9b96;
}

.sitepath .item.active {
  font-weight: 700;
}

.sitepath li:first-child .item {
  padding-left: 0px;
}

.sitepath li:last-child {
  font-size: 0px;
}

@media only screen and (max-width: 1024px) {
  .sitepath {
    padding: 20px 0 10px 0;
  }
}

/*STOP STYLE - SITEPATH*/
/*START STYLE - TEASER-LINKS*/
.teaserlinks {
  padding: 35px 0 80px 0;
  background-color: #f4f4f4;
  text-align: center;
}

.teaserlinks__item {
  display: block;
}

.teaserlinks__item a {
  display: block;
  margin: 0 25px;
  height: 100%;
}

.teaserlinks__item a:hover {
  color: #000;
}

.teaserlinks__item a:hover .teaserlinks__icon::before {
  color: #a09a94;
}

.teaserlinks__item a:hover .teaserlinks__button {
  background-color: #a09a94;
}

.teaserlinks__icon {
  display: block;
  padding: 20px 0;
}

.teaserlinks__icon::before {
  font-size: 50px;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.teaserlinks__description {
  display: block;
  padding-bottom: 30px;
}

.teaserlinks__button {
  background-color: #f19601;
}

@media only screen and (max-width: 768px) {
  .teaserlinks {
    padding: 0px;
  }
  .teaserlinks__item {
    padding: 20px 0;
    border-bottom: 2px solid #9f9b96;
  }
  .teaserlinks__item a {
    border: 0px;
  }
  .teaserlinks__item:last-child {
    border: 0px;
  }
  .teaserlinks__icon {
    padding: 0;
  }
  .teaserlinks__icon::before {
    font-size: 40px;
  }
  .teaserlinks__description {
    padding: 10px 0px 20px 0;
    font-size: 16px;
  }
}

/*START STYLE - TEASER-LINKS*/
