﻿@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, .rooms-contact__images img {
  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: 1.125em;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.563;
  color: #444;
  background-color: #fff;
}

p {
  margin: 0 0 10px;
}

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

figure {
  margin: 0;
}

/* -----------------------------------------------------------------------------
/* link styles
/* ----------------------------------------------------------------------------- */
a {
  color: #5D9CEC;
  text-decoration: none;
}
a:focus, a:hover {
  color: #4A89DC;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* =============================================================================
/* 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;
}

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;
  color: #5e5e5e;
}

h1, .h1, h2, .h2, h3, .h3, .title-big, .title-medium, .title-small {
  margin-top: 20px;
  margin-bottom: 10px;
}

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: 36px;
  font-size: 2rem;
}

h2, .h2, .title-big {
  font-size: 30px;
  font-size: 1.6666666667rem;
}

h3, .h3, .title-medium {
  font-size: 24px;
  font-size: 1.3333333333rem;
}

h4, .h4, .title-small {
  font-size: 18px;
  font-size: 1rem;
}

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

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

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

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

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

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

/* -----------------------------------------------------------------------------
/* buttons
/* ----------------------------------------------------------------------------- */
.button {
  display: inline-block;
  padding: 0 1em;
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.7777777778rem;
  font-weight: normal;
  line-height: 2.2;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  color: #444;
  background-color: #fff;
  border-color: #CCD1D9;
}
.button:hover, .button:focus, .button:active {
  color: #444;
  background-color: #F5F7FA;
  border-color: #CCD1D9;
}
.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: 0.65;
}

.button--primary {
  color: #fff;
  background-color: #8d897f;
  border-color: #8d897f;
}
.button--primary:hover, .button--primary:focus, .button--primary:active {
  color: #fff;
  background-color: #807c72;
  border-color: #807c72;
}

.button--secondary {
  color: #fff;
  background-color: #8d897f;
  border-color: #8d897f;
}
.button--secondary:hover, .button--secondary:focus, .button--secondary:active {
  color: #fff;
  background-color: #e8273b;
  border-color: #e8273b;
}

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

.button--empty {
  color: #8d897f;
  background-color: transparent;
  border-color: transparent;
}
.button--empty:hover, .button--empty:focus, .button--empty:active {
  color: #807c72;
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* =============================================================================
/* 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.3333333333%;
}

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

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

.col-2 {
  width: 16.6666666667%;
}

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

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

.col-3 {
  width: 25%;
}

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

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

.col-4 {
  width: 33.3333333333%;
}

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

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

.col-5 {
  width: 41.6666666667%;
}

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

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

.col-6 {
  width: 50%;
}

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

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

.col-7 {
  width: 58.3333333333%;
}

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

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

.col-8 {
  width: 66.6666666667%;
}

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

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

.col-9 {
  width: 75%;
}

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

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

.col-10 {
  width: 83.3333333333%;
}

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

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

.col-11 {
  width: 91.6666666667%;
}

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

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

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

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

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

@media (max-width : 1280px) {
  .col-xlg-push-0 {
    left: 0;
  }
  .col-xlg-pull-0 {
    right: 0;
  }
  .col-xlg-1 {
    width: 8.3333333333%;
  }
  .col-xlg-push-1 {
    left: 8.3333333333%;
  }
  .col-xlg-pull-1 {
    right: 8.3333333333%;
  }
  .col-xlg-2 {
    width: 16.6666666667%;
  }
  .col-xlg-push-2 {
    left: 16.6666666667%;
  }
  .col-xlg-pull-2 {
    right: 16.6666666667%;
  }
  .col-xlg-3 {
    width: 25%;
  }
  .col-xlg-push-3 {
    left: 25%;
  }
  .col-xlg-pull-3 {
    right: 25%;
  }
  .col-xlg-4 {
    width: 33.3333333333%;
  }
  .col-xlg-push-4 {
    left: 33.3333333333%;
  }
  .col-xlg-pull-4 {
    right: 33.3333333333%;
  }
  .col-xlg-5 {
    width: 41.6666666667%;
  }
  .col-xlg-push-5 {
    left: 41.6666666667%;
  }
  .col-xlg-pull-5 {
    right: 41.6666666667%;
  }
  .col-xlg-6 {
    width: 50%;
  }
  .col-xlg-push-6 {
    left: 50%;
  }
  .col-xlg-pull-6 {
    right: 50%;
  }
  .col-xlg-7 {
    width: 58.3333333333%;
  }
  .col-xlg-push-7 {
    left: 58.3333333333%;
  }
  .col-xlg-pull-7 {
    right: 58.3333333333%;
  }
  .col-xlg-8 {
    width: 66.6666666667%;
  }
  .col-xlg-push-8 {
    left: 66.6666666667%;
  }
  .col-xlg-pull-8 {
    right: 66.6666666667%;
  }
  .col-xlg-9 {
    width: 75%;
  }
  .col-xlg-push-9 {
    left: 75%;
  }
  .col-xlg-pull-9 {
    right: 75%;
  }
  .col-xlg-10 {
    width: 83.3333333333%;
  }
  .col-xlg-push-10 {
    left: 83.3333333333%;
  }
  .col-xlg-pull-10 {
    right: 83.3333333333%;
  }
  .col-xlg-11 {
    width: 91.6666666667%;
  }
  .col-xlg-push-11 {
    left: 91.6666666667%;
  }
  .col-xlg-pull-11 {
    right: 91.6666666667%;
  }
  .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;
  }
  .gutter-xlg-30 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .gutter-xlg-30 > [class*=col-] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width : 1024px) {
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .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;
  }
  .gutter-lg-30 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .gutter-lg-30 > [class*=col-] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width : 768px) {
  .col-md-push-0 {
    left: 0;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .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;
  }
  .gutter-md-30 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .gutter-md-30 > [class*=col-] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width : 667px) {
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .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;
  }
  .gutter-sm-30 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .gutter-sm-30 > [class*=col-] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width : 414px) {
  .col-xs-push-0 {
    left: 0;
  }
  .col-xs-pull-0 {
    right: 0;
  }
  .col-xs-1 {
    width: 8.3333333333%;
  }
  .col-xs-push-1 {
    left: 8.3333333333%;
  }
  .col-xs-pull-1 {
    right: 8.3333333333%;
  }
  .col-xs-2 {
    width: 16.6666666667%;
  }
  .col-xs-push-2 {
    left: 16.6666666667%;
  }
  .col-xs-pull-2 {
    right: 16.6666666667%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-4 {
    width: 33.3333333333%;
  }
  .col-xs-push-4 {
    left: 33.3333333333%;
  }
  .col-xs-pull-4 {
    right: 33.3333333333%;
  }
  .col-xs-5 {
    width: 41.6666666667%;
  }
  .col-xs-push-5 {
    left: 41.6666666667%;
  }
  .col-xs-pull-5 {
    right: 41.6666666667%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-7 {
    width: 58.3333333333%;
  }
  .col-xs-push-7 {
    left: 58.3333333333%;
  }
  .col-xs-pull-7 {
    right: 58.3333333333%;
  }
  .col-xs-8 {
    width: 66.6666666667%;
  }
  .col-xs-push-8 {
    left: 66.6666666667%;
  }
  .col-xs-pull-8 {
    right: 66.6666666667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-10 {
    width: 83.3333333333%;
  }
  .col-xs-push-10 {
    left: 83.3333333333%;
  }
  .col-xs-pull-10 {
    right: 83.3333333333%;
  }
  .col-xs-11 {
    width: 91.6666666667%;
  }
  .col-xs-push-11 {
    left: 91.6666666667%;
  }
  .col-xs-pull-11 {
    right: 91.6666666667%;
  }
  .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;
  }
  .gutter-xs-30 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .gutter-xs-30 > [class*=col-] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* =============================================================================
/* 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;
}

.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", sans-serif;
  background: #807c72;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 280px;
  width: 15.5555555556rem;
}

.ui-datepicker {
  padding: 0;
  border: 1px solid #CCD1D9;
}

.ui-datepicker-header {
  border: none;
  background: transparent;
  font-weight: normal;
  font-size: 15px;
  font-size: 0.8333333333rem;
}

.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.5555555556rem 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: 10px;
  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: 13px;
  font-weight: normal;
  border: none;
  border-top: 1px solid #807c72;
  background: #8d897f;
}

.ui-datepicker td {
  background: #fff;
  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: normal;
  color: #515151;
  font-size: 13px;
  font-size: 0.7222222222rem;
  line-height: 1.4;
}

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 2.4285714286em;
  padding: 0 0.3571428571em;
  font-size: inherit;
  line-height: 2.4285714286;
  color: #444;
  background-color: #fff;
  background-image: none;
  border: 1px solid #CCD1D9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

.form label,
.form .label {
  padding-top: 0.3571428571em;
  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%;
}

/* -----------------------------------------------------------------------------
/* 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 #aab2bd;
}
.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 {
  -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 {
  -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: 1em;
  line-height: 2;
  padding: 0 0.8571428571em;
}

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

/* -----------------------------------------------------------------------------
/* 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.4285714286em;
  position: relative;
}

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

.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.3571428571em;
  left: 0;
}

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

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

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

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

/* -----------------------------------------------------------------------------
/* 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: block;
}

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

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

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

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

.form .showchild {
  width: 2.5em;
  padding: 0 0.3571428571em;
  margin-right: 0.2857142857em;
  float: left;
}

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

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

.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: 0;
  z-index: 100;
  padding-right: 20px;
  color: #3b4043;
}

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

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

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

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

/* -----------------------------------------------------------------------------
/* rooms-detail
/* ----------------------------------------------------------------------------- */
.rooms-contact {
  padding: 1em;
  background: #f2f2f2;
}

.rooms-contact__infos {
  font-weight: bold;
}

.rooms-contact__more {
  margin-top: 10px;
  margin-top: 0.5555555556rem;
}

.rooms-contact__name {
  font-size: 23px;
  font-size: 1.2777777778rem;
  margin-bottom: 10px;
  margin-bottom: 0.5555555556rem;
}

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

.pager__link {
  font-size: 15px;
  width: 34px;
  display: inline-block;
  padding: 0;
  text-align: center;
  background: #fff;
  color: #afb7c3;
  text-decoration: none;
  line-height: 34px;
}
.pager__link:hover {
  background-color: #a5a29a;
  color: #fff;
  text-decoration: none;
}
.pager__link.active {
  background-color: #8d897f;
  color: #fff;
}
.pager__link.inactive {
  color: #CCD1D9;
}

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

.pager__info {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #373737;
}

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

.logo-consisto:hover {
  background-image: url(https://www.consisto.it/media/logos/consisto.png);
}

/* =============================================================================
/* 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: #8d897f;
}
.cookie-banner-tm__option input:checked + label:before {
  background: #8d897f;
}
.cookie-banner-tm__option input:checked + label:after {
  background: #fff;
}
.cookie-banner-tm__button {
  background-color: #8d897f;
}
.cookie-banner-tm__button:hover {
  background-color: #807c72;
  color: #fff;
}

/* =============================================================================
/* cookies
/* ============================================================================= */
.cookie-category {
  margin-bottom: 2.2222222222em;
}
.cookie-category__title {
  font-weight: bold;
}

.cookie-table {
  width: 100%;
  margin: 0.5555555556em 0;
}
.cookie-table__container {
  max-width: 100%;
  overflow: auto;
}
.cookie-table th {
  padding: 0.1666666667em 0.2777777778em;
  border: solid 1px #444;
}
.cookie-table td {
  border: solid 1px #444;
  padding: 0.1666666667em 0.2777777778em;
}

/* =============================================================================
/* maps
/* ============================================================================= */
.map-container {
  height: 200px;
  position: relative;
}
.map-container .map__lazyload {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.map-container .map__lazyload img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.map-container.loaded .map__lazyload {
  opacity: 0;
}

/* =============================================================================
/* BASE STYLES
/* ============================================================================= */
/* =============================================================================
/* CUSTOM STYLES
/* ============================================================================= */
.container {
  max-width: 1342px;
  margin: 0 auto;
  position: relative;
}

/* add your style here */
/* =============================================================================
/* RESPONSIVE STYLES
/* ============================================================================= */
/* =============================================================================
/* RETINA
/* ============================================================================= */
@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 {
    background-image: url(https://www.consisto.it/media/logos/consisto-gray@2.png);
    background-size: 49px 19px;
  }
  .logo-consisto:hover {
    background-image: url(https://www.consisto.it/media/logos/consisto@2.png);
  }
}
/**
 * Styles
 */
a {
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  text-decoration: none;
  cursor: pointer;
  color: #eb680e;
  outline: none;
}
a:hover, a:active, a:focus {
  text-decoration: none;
  color: #bb530b;
}

h1, .h1, .title-big, .title-medium {
  font-size: 50px;
  font-weight: 300;
  line-height: 55px;
  color: #444;
  margin: 70px 0 8px 0;
  text-transform: uppercase;
}
@media (max-width: 414px) {
  h1, .h1, .title-big, .title-medium {
    font-size: 22px;
    line-height: 25px;
  }
}

.title-medium {
  font-size: 40px;
}

h2, .h2, .title-small {
  font-size: 30px;
  line-height: 34px;
  color: #8d897f;
  margin: 20px 0 50px 0;
  font-weight: 600;
}

.button {
  color: #444;
  border-color: #8d897f;
  background-color: transparent;
  min-width: 220px;
  text-transform: uppercase;
  padding: 9px 30px 8px;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.button:hover, .button:active, .button:focus {
  background-color: #99958c;
  border-color: #99958c;
  box-shadow: none;
  color: #fff;
}

.button--primary {
  background-color: #eb680e;
  border-color: #eb680e;
  color: #fff !important;
}
.button--primary:hover, .button--primary:active, .button--primary:focus {
  background-color: #f27621;
  border-color: #f27621;
  box-shadow: none;
}

.button--secondary {
  background-color: #8d897f;
  border-color: #8d897f;
  color: #fff !important;
}
.button--secondary:hover, .button--secondary:active, .button--secondary:focus {
  background-color: #eb680e;
  border-color: #eb680e;
  box-shadow: none;
}

hr {
  border: 1px solid #8d897f;
  border-bottom: none;
  border-left: none;
  border-right: none;
}

.imageTextItem {
  display: table;
  width: 100%;
}
.imageTextItem > a {
  display: block;
}
.imageTextItem > a:hover .image picture img {
  opacity: 0.5;
}
.imageTextItem > a:hover .description .linkDetail {
  color: #eb680e;
  opacity: 1;
}
.imageTextItem > a:hover .button {
  background-color: #eb680e;
  border-color: #eb680e;
  color: #fff;
}
.imageTextItem .image {
  width: 1px;
  display: table-cell;
  vertical-align: top;
}
.imageTextItem .image picture {
  display: block;
  background-color: #444444;
}
.imageTextItem .image img {
  display: block;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.imageTextItem .text {
  display: table-cell;
  vertical-align: top;
  color: #444;
}
.imageTextItem .image + .text {
  padding-left: 30px;
}
.imageTextItem .name {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #444;
}
.imageTextItem .subtitle {
  margin: 0 0 10px;
  font-weight: 600;
  color: #8d897f;
}
.imageTextItem .subtitle small {
  font-size: 18px;
  color: #8d897f;
}
.imageTextItem .description {
  font-weight: 400;
}
.imageTextItem .description .linkDetail {
  opacity: 0.3;
  white-space: nowrap;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.imageTextItem .description .linkDetail:before {
  content: "\e076";
  font-family: Flaticon;
  font-size: 12px;
  margin: 0 5px 0 20px;
  display: inline-block;
}
.imageTextItem + .item {
  margin-top: 30px;
}
@media (max-width: 667px) {
  .imageTextItem {
    display: block;
  }
  .imageTextItem .image {
    display: block;
    width: auto;
    margin-bottom: 20px;
  }
  .imageTextItem .image img {
    width: 100%;
    height: auto;
  }
  .imageTextItem .image + .text {
    padding-left: 0;
  }
  .imageTextItem .text {
    display: block;
    text-align: center;
  }
  .imageTextItem + .item {
    margin-top: 45px;
  }
}

.imageTextHighlight {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.imageTextHighlight a {
  display: block;
}
.imageTextHighlight .image, .imageTextHighlight .text {
  display: table-cell;
  vertical-align: bottom;
}
.imageTextHighlight .image img {
  display: block;
  width: 100%;
  height: auto;
}
.imageTextHighlight .text {
  width: 40%;
  padding: 25px;
  background-color: #360500;
  color: #fff;
  text-align: center;
}
.imageTextHighlight .text a, .imageTextHighlight .text h1, .imageTextHighlight .text h2, .imageTextHighlight .text h3 {
  color: #fff;
}
.imageTextHighlight .buttonList {
  display: block;
  width: 100%;
  text-align: center;
}
.imageTextHighlight .buttonList .button {
  display: inline-block;
}
.imageTextHighlight .button {
  font-size: 17px;
}
.imageTextHighlight .detailLink {
  padding: 15px 0 25px;
  font-weight: 700;
}
.imageTextHighlight .detailLink:before {
  content: "\f101";
  font-family: Flaticon;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  height: 13px;
  width: 13px;
  font-size: 13px;
  line-height: 13px;
}
.imageTextHighlight .spacer {
  display: block;
  width: 70px;
  height: 1px;
  margin: 15px auto 0;
  background-color: rgba(255, 255, 255, 0.2);
}
.imageTextHighlight .headline {
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}
.imageTextHighlight + .imageTextHighlight {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .imageTextHighlight {
    display: block;
  }
  .imageTextHighlight .image, .imageTextHighlight .text {
    display: block;
    width: 100%;
  }
}

.imageHoverOverlay {
  position: relative;
  overflow: hidden;
  position: relative;
}
.imageHoverOverlay > a, .imageHoverOverlay > div {
  display: block;
  position: relative;
}
.imageHoverOverlay .image {
  display: block;
}
.imageHoverOverlay .image img {
  display: block;
  width: 100%;
  height: auto;
}
.imageHoverOverlay .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  overflow: hidden;
  background-color: rgba(68, 68, 68, 0.5);
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.imageHoverOverlay .overlay.visible {
  opacity: 1;
  background-color: rgba(68, 68, 68, 0.8);
}
.imageHoverOverlay .overlay .badge {
  position: absolute;
  bottom: -40px;
  opacity: 0;
  width: 100%;
  padding: 25px 30px;
  background-color: rgba(235, 104, 14, 0.8);
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.imageHoverOverlay .overlay .badge.secondary {
  background-color: rgba(141, 137, 127, 0.8);
}
.imageHoverOverlay .overlay .badge .name {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 768px) {
  .imageHoverOverlay .overlay .badge {
    padding: 10px 15px;
    font-size: 16px;
  }
}
.imageHoverOverlay .overlay .links {
  position: absolute;
  top: 25px;
  left: 25px;
}
.imageHoverOverlay .overlay .links a {
  display: block;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.imageHoverOverlay .overlay .links a + a {
  margin-top: 10px;
}
.imageHoverOverlay .overlay .links a:hover {
  color: #ddd;
}
.imageHoverOverlay .overlay .links span {
  display: inline-block;
  vertical-align: middle;
}
.imageHoverOverlay .overlay .link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.imageHoverOverlay .overlay .highlight {
  display: table;
  width: 100%;
  height: 100%;
}
.imageHoverOverlay .overlay .highlight > span {
  display: table-cell;
  vertical-align: middle;
}
.imageHoverOverlay .overlay .highlight .name {
  display: block;
  text-align: center;
}
.imageHoverOverlay .overlay .highlight .name span {
  display: inline-block;
  line-height: 70px;
  padding: 15px 20px;
  font-weight: 700;
  font-size: 80px;
  color: #fff;
  text-transform: uppercase;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.imageHoverOverlay .overlay .highlight .description {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: 20px 50px;
  font-size: 23px;
  text-transform: uppercase;
  line-height: 28px;
}
.imageHoverOverlay .overlay .highlight .description span {
  display: block;
}
.imageHoverOverlay .overlay .highlight .description small {
  font-weight: 300;
}
.imageHoverOverlay .overlay .highlight.small .name span {
  border: none;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
}
.imageHoverOverlay .overlay .highlight.small .description {
  font-weight: 500;
  font-size: 22px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 1024px) {
  .imageHoverOverlay .overlay .highlight .name span {
    font-size: 60px;
    line-height: 50px;
  }
  .imageHoverOverlay .overlay .highlight .description {
    padding: 20px 15px;
  }
}
.imageHoverOverlay > a:hover .overlay, .imageHoverOverlay > div:hover .overlay {
  opacity: 1;
}
.imageHoverOverlay > a:hover .overlay .badge, .imageHoverOverlay > div:hover .overlay .badge {
  opacity: 1;
  bottom: 0;
}

.imageTextDetail {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.imageTextDetail > * {
  display: table-cell;
  vertical-align: top;
}
.imageTextDetail > .image {
  width: 460px;
}
.imageTextDetail > .image img {
  display: block;
  width: 100%;
  height: auto;
}
.imageTextDetail > .image a + a:not(.slick-slide) {
  display: none;
}
.imageTextDetail > .image .slick-dots {
  display: block;
  list-style: none;
  padding: 0;
  margin: 14px 0 0 0;
}
.imageTextDetail > .image .slick-dots > li {
  display: inline-block;
}
.imageTextDetail > .image .slick-dots > li button {
  display: block;
  border: none;
  background: #e4e2da;
  text-indent: -99999px;
  width: 16px;
  height: 16px;
  outline: none;
  padding: 0;
  margin: 0;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.imageTextDetail > .image .slick-dots > li.slick-active button {
  background-color: #8d897f;
}
.imageTextDetail > .image .slick-dots > li + li button {
  margin-left: 7px;
}
.imageTextDetail > .image .slider {
  margin-bottom: 15px;
}
.imageTextDetail > .text {
  padding-left: 70px;
  font-size: 16px;
}
.imageTextDetail > .text .link-back {
  display: block;
  text-align: right;
  text-transform: uppercase;
  color: #f9f6ec;
}
.imageTextDetail > .text .link-back:hover {
  color: #444;
}
@media (max-width: 1024px) {
  .imageTextDetail {
    display: block;
  }
  .imageTextDetail > .image, .imageTextDetail > .text {
    width: auto;
    display: block;
    text-align: center;
  }
  .imageTextDetail > .text {
    padding-left: 0;
  }
  .imageTextDetail > .image {
    max-width: 460px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

.imageItemSlider {
  padding-top: 1px;
  padding-bottom: 80px;
}
.imageItemSlider .hgroup {
  position: relative;
}
.imageItemSlider .hgroup .h1 {
  font-size: 30px;
  padding: 0 60px;
  color: #8d897f;
}
.imageItemSlider .slick-track {
  margin-left: auto;
  margin-right: auto;
}
.imageItemSlider .prev, .imageItemSlider .next {
  position: absolute;
  top: -7px;
}
.imageItemSlider .prev:before, .imageItemSlider .next:before {
  font-family: Flaticon;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  height: 55px;
  width: 55px;
  font-size: 55px;
  line-height: 55px;
  color: #8d897f;
}

::-webkit-input-placeholder {
  color: #bdbbb5;
}

:-moz-placeholder {
  color: #bdbbb5;
}

::-moz-placeholder {
  color: #bdbbb5;
}

:-ms-input-placeholder {
  color: #bdbbb5;
}

::selection {
  background: #fff2a8;
  color: #444;
}

::-moz-selection {
  background: #fff2a8;
  color: #444;
}

#aspnetForm {
  overflow: hidden;
}

.containerLarge {
  max-width: 1784px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1799px) {
  .containerLarge {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1357px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.containerSmall {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.clearFix {
  display: block;
}
.clearFix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/*
Flaticon icon font: Flaticon
Creation date: 16/08/2016 12:31
*/
@font-face {
  font-family: "Flaticon";
  src: url("../media/fonts/Flaticon.eot");
  src: url("../media/fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../media/fonts/Flaticon.woff") format("woff"), url("../media/fonts/Flaticon.ttf") format("truetype"), url("../media/fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../media/fonts/Flaticon.svg#Flaticon") format("svg");
  }
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.flaticon-add:before {
  content: "\f100";
}

.flaticon-adobe-reader-symbol:before {
  content: "\f101";
}

.flaticon-arrows:before {
  content: "\f102";
}

.flaticon-arrows-1:before {
  content: "\f103";
}

.flaticon-arrows-2:before {
  content: "\f104";
}

.flaticon-arrows-3:before {
  content: "\f105";
}

.flaticon-arrows-4:before {
  content: "\f106";
}

.flaticon-arrows-5:before {
  content: "\f107";
}

.flaticon-arrows-6:before {
  content: "\f108";
}

.flaticon-arrows-7:before {
  content: "\f109";
}

.flaticon-arrows-8:before {
  content: "\f10a";
}

.flaticon-arrows-9:before {
  content: "\f10b";
}

.flaticon-attachment:before {
  content: "\f10c";
}

.flaticon-attachment-1:before {
  content: "\f10d";
}

.flaticon-bag:before {
  content: "\f10e";
}

.flaticon-book:before {
  content: "\f10f";
}

.flaticon-bullet-list:before {
  content: "\f110";
}

.flaticon-calendar:before {
  content: "\f111";
}

.flaticon-camera:before {
  content: "\f112";
}

.flaticon-check:before {
  content: "\f113";
}

.flaticon-checked:before {
  content: "\f114";
}

.flaticon-circular-arrow:before {
  content: "\f115";
}

.flaticon-coins:before {
  content: "\f116";
}

.flaticon-computer:before {
  content: "\f117";
}

.flaticon-construction:before {
  content: "\f118";
}

.flaticon-correct:before {
  content: "\f119";
}

.flaticon-credit-card:before {
  content: "\f11a";
}

.flaticon-cross-out:before {
  content: "\f11b";
}

.flaticon-down:before {
  content: "\f11c";
}

.flaticon-facebook-logo:before {
  content: "\f11d";
}

.flaticon-favorite:before {
  content: "\f11e";
}

.flaticon-gift:before {
  content: "\f11f";
}

.flaticon-globe-grid:before {
  content: "\f120";
}

.flaticon-google-plus-logo:before {
  content: "\f121";
}

.flaticon-heart:before {
  content: "\f122";
}

.flaticon-heat:before {
  content: "\f123";
}

.flaticon-instagram-social-network-logo-of-photo-camera:before {
  content: "\f124";
}

.flaticon-interface:before {
  content: "\f125";
}

.flaticon-interface-1:before {
  content: "\f126";
}

.flaticon-interface-2:before {
  content: "\f127";
}

.flaticon-interface-3:before {
  content: "\f128";
}

.flaticon-interface-4:before {
  content: "\f129";
}

.flaticon-interface-5:before {
  content: "\f12a";
}

.flaticon-interface-6:before {
  content: "\f12b";
}

.flaticon-interface-7:before {
  content: "\f12c";
}

.flaticon-internet:before {
  content: "\f12d";
}

.flaticon-layers:before {
  content: "\f12e";
}

.flaticon-left-arrow:before {
  content: "\f12f";
}

.flaticon-line:before {
  content: "\f130";
}

.flaticon-list:before {
  content: "\f131";
}

.flaticon-magnifier-tool:before {
  content: "\f132";
}

.flaticon-mail:before {
  content: "\f133";
}

.flaticon-map-pin-silhouette:before {
  content: "\f134";
}

.flaticon-menu:before {
  content: "\f135";
}

.flaticon-music:before {
  content: "\f136";
}

.flaticon-musical:before {
  content: "\f137";
}

.flaticon-mute:before {
  content: "\f138";
}

.flaticon-next:before {
  content: "\f139";
}

.flaticon-notebook:before {
  content: "\f13a";
}

.flaticon-offer-label:before {
  content: "\f13b";
}

.flaticon-outcoming:before {
  content: "\f13c";
}

.flaticon-pdf:before {
  content: "\f13d";
}

.flaticon-pdf-1:before {
  content: "\f13e";
}

.flaticon-pdf-document:before {
  content: "\f13f";
}

.flaticon-phone:before {
  content: "\f140";
}

.flaticon-phone-call:before {
  content: "\f141";
}

.flaticon-photo:before {
  content: "\f142";
}

.flaticon-pin:before {
  content: "\f143";
}

.flaticon-play-arrow:before {
  content: "\f144";
}

.flaticon-play-button:before {
  content: "\f145";
}

.flaticon-printer:before {
  content: "\f146";
}

.flaticon-right-arrow:before {
  content: "\f147";
}

.flaticon-round-clock:before {
  content: "\f148";
}

.flaticon-rss-feed-outlined-sign:before {
  content: "\f149";
}

.flaticon-ruler-and-pencil:before {
  content: "\f14a";
}

.flaticon-settings:before {
  content: "\f14b";
}

.flaticon-shopping:before {
  content: "\f14c";
}

.flaticon-shopping-1:before {
  content: "\f14d";
}

.flaticon-signs:before {
  content: "\f14e";
}

.flaticon-skype:before {
  content: "\f14f";
}

.flaticon-skype-logo:before {
  content: "\f150";
}

.flaticon-smartphone:before {
  content: "\f151";
}

.flaticon-social-rss:before {
  content: "\f152";
}

.flaticon-speech-ballon:before {
  content: "\f153";
}

.flaticon-squares:before {
  content: "\f154";
}

.flaticon-star:before {
  content: "\f155";
}

.flaticon-technology:before {
  content: "\f156";
}

.flaticon-technology-1:before {
  content: "\f157";
}

.flaticon-telephone:before {
  content: "\f158";
}

.flaticon-time:before {
  content: "\f159";
}

.flaticon-tool:before {
  content: "\f15a";
}

.flaticon-tool-1:before {
  content: "\f15b";
}

.flaticon-twitter-logo-silhouette:before {
  content: "\f15c";
}

.flaticon-up-arrow:before {
  content: "\f15d";
}

.flaticon-waste-disposal:before {
  content: "\f15e";
}

.flaticon-web:before {
  content: "\f15f";
}

.flaticon-wrench:before {
  content: "\f160";
}

.flaticon-wrong-sign:before {
  content: "\f161";
}

.flaticon-youtube-logo:before {
  content: "\f162";
}

.flaticon-youtube-play-button:before {
  content: "\f163";
}

.imageTextItem {
  margin-top: 30px;
}

.mainHeader {
  background-color: #fff;
  position: fixed;
  z-index: 60;
  top: 0;
  left: 0;
  right: 0;
}
.mainHeader > div {
  position: relative;
  padding-top: 60px;
  padding-bottom: 40px;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
@media (max-width: 414px) {
  .mainHeader > div {
    padding-bottom: 20px;
  }
}
.mainHeader .logo {
  float: left;
  text-indent: -99999px;
  display: block;
  width: 482px;
  height: 66px;
  background: url("/media/sprite.png") no-repeat;
  background-position: -1px -1px;
  background-size: 484px 68px;
}
@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) {
  .mainHeader .logo {
    background-image: url("/media/sprite@2.png");
  }
}
@media (max-width: 667px) {
  .mainHeader .logo {
    float: none;
    margin: 0 auto;
    display: block;
    width: 385px;
    height: 52px;
    background: url("/media/sprite.png") no-repeat;
    background-position: -1px -1px;
    background-size: 387px 54px;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
}
@media only screen and (max-width: 667px) and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 667px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (max-width: 667px) and (-o-min-device-pixel-ratio: 3/2), only screen and (max-width: 667px) and (min-device-pixel-ratio: 1.5) {
  .mainHeader .logo {
    background-image: url("/media/sprite@2.png");
  }
}
@media (max-width: 414px) {
  .mainHeader .logo {
    display: block;
    width: 186px;
    height: 39px;
    background: url("/media/sprite.png") no-repeat;
    background-position: -1px -1px;
    background-size: 290px 40px;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
}
@media only screen and (max-width: 414px) and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 414px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (max-width: 414px) and (-o-min-device-pixel-ratio: 3/2), only screen and (max-width: 414px) and (min-device-pixel-ratio: 1.5) {
  .mainHeader .logo {
    background-image: url("/media/sprite@2.png");
  }
}
.mainHeader .mainMenu {
  float: right;
  text-align: right;
  padding-left: 20px;
}
.mainHeader .actionFields {
  position: absolute;
  top: 13px;
  right: 0;
}
@media (max-width: 1799px) {
  .mainHeader .actionFields {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.mainHeader .actionFields .phoneIcon {
  display: none;
  position: absolute;
  right: 115px;
  top: 3px;
}
.mainHeader .actionFields .phoneIcon:before {
  content: "\f141";
  font-family: Flaticon;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  height: 28px;
  width: 28px;
  font-size: 28px;
  line-height: 28px;
}
@media (max-width: 667px) {
  .mainHeader .actionFields .phoneIcon {
    display: block;
  }
}
.mainHeader .actionFields .whatsapp {
  display: none;
  position: absolute;
  right: 165px;
  top: 2px;
  margin: 0;
  padding: 0;
}
.mainHeader .actionFields .whatsapp img {
  margin: 0;
}
@media (max-width: 667px) {
  .mainHeader .actionFields .whatsapp {
    display: block;
  }
}
.mainHeader.fixed {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15);
}
.mainHeader.fixed > div {
  padding-top: 10px;
  padding-bottom: 10px;
}
.mainHeader.fixed .logo {
  display: block;
  width: 337px;
  height: 46px;
  background: url("/media/sprite.png") no-repeat;
  background-position: -1px -1px;
  background-size: 338px 47px;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  margin-top: 10px;
}
@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) {
  .mainHeader.fixed .logo {
    background-image: url("/media/sprite@2.png");
  }
}
@media (max-width: 768px) {
  .mainHeader.fixed .logo {
    margin-left: 50px;
  }
}
@media (max-width: 414px) {
  .mainHeader.fixed .logo {
    margin-top: 5px;
    display: block;
    width: 186px;
    height: 39px;
    background: url("/media/sprite.png") no-repeat;
    background-position: -1px -1px;
    background-size: 290px 40px;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
}
@media only screen and (max-width: 414px) and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 414px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (max-width: 414px) and (-o-min-device-pixel-ratio: 3/2), only screen and (max-width: 414px) and (min-device-pixel-ratio: 1.5) {
  .mainHeader.fixed .logo {
    background-image: url("/media/sprite@2.png");
  }
}
.mainHeader.fixed .actionFields .phoneIcon, .mainHeader.fixed .actionFields .languages, .mainHeader.fixed .actionFields .searchBox {
  display: none;
}
.mainHeader.fixed .actionFields .whatsapp {
  right: 20px;
}

@media (max-width: 600px) {
  h1, .h1, .title-big, .title-medium {
    font-size: 24px;
    line-height: 28px;
    word-break: break-word;
  }
  h2, .h2, .title-small {
    font-size: 20px;
    line-height: 23px;
    word-break: break-word;
  }
}
#aspnetForm {
  margin-top: 165px;
}

@media (max-width: 1024px) and (max-width: 414px) {
  #aspnetForm {
    margin-top: 120px;
  }
}
.languages {
  display: inline-block;
  margin-right: 20px;
}
.languages .link {
  display: inline-block;
  padding: 5px 10px;
  color: #bdbbb5;
  font-weight: 300;
  text-transform: uppercase;
}

.searchBox {
  display: inline-block;
  position: relative;
}
.searchBox .form-control {
  width: 220px;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 34px;
  height: auto;
  padding-right: 35px;
  -moz-transition: box-shadow 0.2s ease 0s;
  -o-transition: box-shadow 0.2s ease 0s;
  -webkit-transition: box-shadow 0.2s ease 0s;
  transition: box-shadow 0.2s ease 0s;
}
.searchBox .hidden {
  display: none;
}
.searchBox:after {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  color: #eb680e;
  right: 10px;
  pointer-events: none;
  content: "\f132";
  font-family: Flaticon;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  height: 20px;
  width: 20px;
  font-size: 20px;
  line-height: 20px;
}
.searchBox label.error {
  position: absolute;
}

@media (max-width: 667px) {
  .languages {
    position: absolute;
    right: 50px;
  }
  .searchBox .form-control {
    width: 0;
    padding-right: 25px;
  }
  .searchBox .form-control:focus {
    width: 100%;
    padding-right: 35px;
  }
  .searchBox {
    position: absolute;
    right: 0;
    margin: 0 15px;
  }
  .actionFields {
    left: 0;
  }
}
#search .item .image {
  width: 300px;
}

.main-content, .module-container {
  font-size: 16px;
}

.main-content + .module-container {
  margin-top: 40px;
}

.nav-main .open-mobile {
  display: none;
}
.nav-main > ul {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
.nav-main > ul > li {
  display: inline-block;
  position: relative;
}
.nav-main > ul > li > a {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  color: #444;
  display: block;
  padding: 20px 12px;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .nav-main > ul > li > a {
    padding: 20px 7px;
    text-transform: none;
  }
}
.nav-main > ul > li > a:hover {
  color: #d2cec2;
}
.nav-main > ul > li:last-child > a {
  padding-right: 0;
}
.nav-main > ul > li:first-child > a {
  padding-left: 0;
}
.nav-main > ul > li.nav-main__active-0 > a {
  color: #d2cec2;
}
.nav-main .nav-main__flyout-0 {
  display: none;
  position: absolute;
  z-index: 15;
  min-width: 300px;
  left: 0;
  text-align: left;
}
.nav-main .nav-main__flyout-0 > ul {
  list-style: none;
  padding: 10px 0;
  margin: 0;
  position: relative;
  background-color: #58585a;
}
@media (max-width: 768px) {
  .nav-main .nav-main__flyout-0 > ul {
    background-color: #d2cec2;
  }
}
.nav-main .nav-main__flyout-0 .nav-main__active-1 > a {
  color: #fff;
}
.nav-main .nav-main__flyout-0 a {
  color: #d2cec2;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  padding: 2px 20px;
}
.nav-main .nav-main__flyout-0 a:hover {
  color: #e8e6df;
}
.nav-main .nav-main__flyout-0 a:before {
  content: "\f139";
  font-family: Flaticon;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  height: 12px;
  width: 12px;
  font-size: 12px;
  line-height: 12px;
  margin-right: 8px;
}
.nav-main .js-open .nav-main__flyout-0 {
  display: block;
}

@media (max-width: 768px) {
  .mainHeader .mainMenu {
    position: absolute;
    top: 13px;
    left: 15px;
    padding: 0;
    float: none;
  }
  .mainHeader .logo {
    float: none;
  }
  .nav-main .open-mobile {
    display: block;
  }
  .nav-main .open-mobile:before {
    font-weight: 700;
    color: #444;
    content: "\f131";
    font-family: Flaticon;
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    font-weight: normal;
    height: 30px;
    width: 30px;
    font-size: 30px;
    line-height: 30px;
  }
  .nav-main.js-nav-open {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 101;
    padding: 13px 15px;
    background-color: #fff;
    overflow-y: auto;
  }
  .nav-main.js-nav-open .nav-main__dropdown {
    display: block;
  }
  .nav-main.js-nav-open .open-mobile:before {
    content: "\f11b";
    font-family: Flaticon;
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    font-weight: normal;
    height: 30px;
    width: 30px;
    font-size: 30px;
    line-height: 30px;
  }
  .nav-main .nav-main__dropdown {
    display: none;
  }
  .nav-main .nav-main__dropdown .nav-main__level-0 {
    display: block;
    text-align: center;
  }
  .nav-main .nav-main__dropdown .nav-main__menu-0 {
    padding: 10px 0;
  }
  .nav-main .nav-main__dropdown .nav-main__flyout-0 {
    position: static;
    background: none;
    padding: 0;
    min-width: initial;
  }
  .nav-main .nav-main__dropdown .nav-main__flyout-0 .nav-main__menu-1 {
    color: #444;
  }
  .nav-main .nav-main__dropdown .nav-main__flyout-0 .nav-main__active-1 .nav-main__menu-1 {
    text-decoration: underline;
  }
  .nav-main .nav-main__dropdown .nav-main__flyout-0 a {
    padding: 4px 20px;
  }
  .nav-main .nav-main__dropdown .nav-main__active-0 .nav-main__flyout-0 {
    display: block;
  }
}
.banner {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.banner a:not([href]) {
  cursor: default;
}
.banner img {
  display: block;
  width: 100%;
  height: auto;
}
.banner .overlay {
  position: absolute;
  bottom: 15%;
  left: 0;
}
.banner .overlay .title {
  display: block;
  margin: 0;
}
.banner .overlay .title > span {
  display: block;
}
.banner .overlay .title > span > span {
  display: inline-block;
  background-color: rgba(88, 88, 88, 0.8);
  font-size: 77px;
  line-height: 80px;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 40px 10px 60px;
}
.banner .overlay .subtitle {
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  padding: 20px 60px;
}
.banner .item {
  position: relative;
  max-height: 90vh;
  max-height: calc(90vh - 166px);
}
.banner .item + .item:not(.slick-slide) {
  display: none;
}
.banner .next, .banner .prev {
  position: absolute;
  bottom: 15%;
  margin-bottom: 310px;
  display: block;
  z-index: 9;
}
.banner .next:before, .banner .prev:before {
  color: #fff;
  font-family: Flaticon;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  height: 50px;
  width: 50px;
  font-size: 50px;
  line-height: 50px;
}
.banner .next {
  left: 130px;
}
.banner .next:before {
  content: "\f139";
}
.banner .prev {
  left: 60px;
}
.banner .prev:before {
  content: "\f12f";
}
@media (max-width: 1357px), (max-height: 750px) {
  .banner .overlay .title > span > span {
    font-size: 50px;
    line-height: 50px;
  }
  .banner .prev, .banner .next {
    margin-bottom: 250px;
  }
}
@media (max-width: 1024px), (max-height: 750px) {
  .banner .overlay {
    top: 20%;
  }
  .banner .prev {
    top: 20px;
    right: 75px;
    left: initial;
    margin-bottom: 0;
    bottom: auto;
  }
  .banner .next {
    top: 20px;
    right: 10px;
    left: initial;
    margin-bottom: 0;
    bottom: auto;
  }
}
@media (max-width: 667px) {
  .banner .overlay .title > span > span {
    font-size: 30px;
    line-height: 28px;
    padding-left: 30px;
  }
  .banner .overlay .subtitle {
    font-size: 18px;
    padding: 0 30px;
  }
}
@media (max-width: 414px) {
  .banner .overlay {
    top: 10px;
  }
  .banner .next, .banner .prev {
    display: none !important;
  }
}

.hgroup {
  text-align: center;
  margin-bottom: 50px;
}

.content {
  padding: 1px 0 80px;
  background-color: #d2cec2;
}
.content:not(.noBorder) .hgroup + * {
  border-top: 1px solid #8d897f;
  padding-top: 20px;
}

.productBox {
  padding-bottom: 55px;
}
.productBox .item {
  margin-bottom: 30px;
}
.productBox .item.additional .overlay.visible {
  background-color: #d2cec2;
}
.productBox .loadMoreLink {
  padding: 0;
}
.productBox .loadMoreLink a {
  padding: 0 15px;
}
.productBox .loadMoreLink a > span {
  display: block;
  border-top: 1px solid #8d897f;
  text-align: center;
  padding: 10px 0;
  color: #444;
  text-transform: uppercase;
  font-weight: 300;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.productBox .loadMoreLink a:hover > span {
  background-color: rgba(0, 0, 0, 0.05);
}
.productBox .loadMoreLink.loading a > span {
  background-color: rgba(0, 0, 0, 0.05);
}
.productBox .loadMoreLink.loading a > span:after {
  content: "\f115";
  font-family: Flaticon;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  height: 20px;
  width: 20px;
  font-size: 20px;
  line-height: 20px;
  animation: spin 1s linear infinite;
}

#references .categories .category {
  color: #444;
  text-transform: uppercase;
  font-size: 18px;
  padding: 5px 10px;
  margin: 0 10px 15px;
  display: block;
}
#references .categories .category.active {
  color: #444;
  border-bottom: 1px solid #8d897f;
}
#references .categories .category:hover, #references .categories .category.loading {
  color: #eb680e;
}

.brandBox {
  background: #969181 url("/media/brandBG.jpg");
  background-size: cover;
  padding: 30px 0 100px;
}
.brandBox .h2 {
  color: #cecabc;
}
.brandBox .hgroup {
  margin-bottom: 100px;
}
.brandBox .slider {
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}
.brandBox .item {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin: 0 40px;
}
@media (max-width: 667px) {
  .brandBox .item {
    margin: 0 10px;
  }
}

.openingHoursSlide {
  background-color: #f1eee5;
}
.openingHoursSlide .contact {
  padding: 50px 0;
}
.openingHoursSlide .contact h3 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
  color: #8d897f;
}
.openingHoursSlide .contact .address {
  font-size: 16px;
  line-height: 20px;
}
.openingHoursSlide .contact .address span {
  white-space: nowrap;
}
.openingHoursSlide .contact .address span + span:before {
  content: "|";
  display: inline-block;
  padding: 0 6px 0 2px;
}
.openingHoursSlide .contact small {
  font-size: 14px;
  font-style: italic;
  color: #8d897f;
}
@media (max-width: 414px) {
  .openingHoursSlide .contact small {
    display: inline-block;
    margin-left: 75px;
    position: relative;
    top: -10px;
  }
}
.openingHoursSlide .contact strong {
  min-width: 70px;
  display: inline-block;
}
.openingHoursSlide .contact .addressContact {
  padding-top: 25px;
}
.openingHoursSlide .contact .addressContact .phone {
  font-weight: 700;
  float: left;
  padding-right: 5px;
}
.openingHoursSlide .contact .addressContact .phone span {
  display: inline-block;
  vertical-align: middle;
}
.openingHoursSlide .contact .addressContact .phone:before {
  content: "\f157";
  font-family: Flaticon;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  height: 35px;
  width: 35px;
  font-size: 35px;
  line-height: 35px;
  color: #444;
  margin-right: 5px;
}
.openingHoursSlide .contact .addressContact .mail {
  color: #444;
  float: right;
  font-weight: 700;
  padding-left: 5px;
}
.openingHoursSlide .contact .addressContact .mail span {
  display: inline-block;
  vertical-align: middle;
}
.openingHoursSlide .contact .addressContact .mail:hover {
  color: #bb530b;
}
@media (max-width: 600px) {
  .openingHoursSlide .contact .addressContact .phone {
    float: none;
    display: block;
  }
  .openingHoursSlide .contact .addressContact .mail {
    float: none;
    display: block;
  }
  .openingHoursSlide .contact .addressContact .whatsapp {
    float: none;
    display: block;
  }
}

.whatsapp {
  font-weight: 700;
  padding-right: 5px;
  display: block;
  clear: both;
  position: relative;
  top: 6px;
}
.whatsapp span {
  display: inline-block;
  vertical-align: middle;
}
.whatsapp img {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.1));
}

.cont-whatsapp {
  padding-right: 5px;
  display: block;
  margin: 8px 0;
}
.cont-whatsapp span {
  display: inline-block;
  vertical-align: middle;
  color: #444;
}
.cont-whatsapp img {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.mainFooter {
  background-color: #e4e2da;
}
.mainFooter .bottom {
  padding: 35px 0 35px;
}
.mainFooter .menuBottom {
  font-size: 11px;
  text-transform: uppercase;
  padding: 7px 0;
}
.mainFooter .menuBottom .item:after {
  content: "|";
  display: inline-block;
  padding: 0 3px;
}
.mainFooter .menuBottom a {
  color: #444;
}
.mainFooter .menuBottom a:hover {
  color: #bb530b;
}
.mainFooter .menuBottom .logo-consisto {
  margin-left: 20px;
}
.mainFooter .menuBottom .item, .mainFooter .menuBottom .uid, .mainFooter .menuBottom .logo-consisto {
  display: inline-block;
  vertical-align: bottom;
}
.mainFooter .socialAdvice {
  text-align: right;
}
.mainFooter .socialAdvice .text {
  margin-right: 15px;
  font-size: 18px;
  text-transform: uppercase;
}
.mainFooter .socialAdvice .socialIcons > a {
  display: inline-block;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 3px;
  margin-left: 5px;
  background-color: #eb680e;
}
.mainFooter .socialAdvice .socialIcons > a:before {
  color: #e4e2da;
  font-family: Flaticon;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  height: 20px;
  width: 20px;
  font-size: 20px;
  line-height: 20px;
}
.mainFooter .socialAdvice .socialIcons .facebook:before {
  content: "\f11d";
}
.mainFooter .socialAdvice .socialIcons .googleplus:before {
  content: "\f121";
}
@media (max-width: 768px) {
  .mainFooter .contact {
    text-align: center;
  }
  .mainFooter .contact > .col-4 {
    margin-top: 15px;
  }
  .mainFooter .contact .addressContact a {
    display: inline-block;
    float: none !important;
  }
  .mainFooter .bottom {
    text-align: center;
  }
  .mainFooter .bottom .socialAdvice {
    text-align: center;
    margin-top: 15px;
  }
}

@media (max-width: 1280px) {
  #contact .form {
    margin-top: 40px;
  }
}

.types {
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.types a {
  color: #8d897f;
  text-transform: uppercase;
  font-size: 14px;
  padding: 5px 10px;
  display: inline-block;
}
.types a.active {
  color: #444;
  border-bottom: 1px solid #8d897f;
}
.types a:hover, .types a.loading {
  color: #eb680e;
}

.products .item {
  margin-bottom: 30px;
}
.products .item .overlay .links .memProduct {
  margin-left: -20px;
  opacity: 0;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.products .item .overlay .links .memProduct:hover:before {
  border-color: #ddd;
}
.products .item .overlay .links .toProduct {
  margin-left: -20px;
  opacity: 0;
  -moz-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  -webkit-transition: all 0.5s ease 0.1s;
  transition: all 0.5s ease 0.1s;
}
.products .item .overlay .links .toProduct:before {
  content: "\f14e";
  font-family: Flaticon;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  height: 22px;
  width: 22px;
  font-size: 22px;
  line-height: 22px;
  margin-right: 15px;
  height: 39px;
  width: 39px;
  border: 3px solid #fff;
  text-align: center;
  line-height: 37px;
  border-radius: 2px;
  margin-left: -1px;
  -moz-transition: border 0.2s ease 0s;
  -o-transition: border 0.2s ease 0s;
  -webkit-transition: border 0.2s ease 0s;
  transition: border 0.2s ease 0s;
}
.products .item .overlay .links .toProduct:hover:before {
  border-color: #ddd;
}
.products .item > div:hover .overlay .links .memProduct {
  margin-left: 0;
  opacity: 1;
}
.products .item > div:hover .overlay .links .toProduct {
  margin-left: 0;
  opacity: 1;
}
.products .detail .memProduct.button {
  padding: 15px 15px 15px 60px;
  display: block;
  position: relative;
  font-size: 16px;
  white-space: normal;
}
.products .detail .memProduct:before {
  position: absolute;
  left: 16px;
  top: 11px;
}
.products .detail .brands {
  margin-top: 30px;
}
.products .cetegoryDescription {
  margin-top: 50px;
  text-align: center;
}

.memProduct:before {
  content: "";
  font-family: Flaticon;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  height: 42px;
  width: 42px;
  font-size: 42px;
  line-height: 42px;
  margin: 2px 18px 1px -1px;
  height: 39px;
  width: 39px;
  border: 3px solid #fff;
  border-radius: 2px;
  -moz-transition-property: border, opacity;
  -o-transition-property: border, opacity;
  -webkit-transition-property: border, opacity;
  transition-property: border, opacity;
  -moz-transition-duration: .2s, .2s;
  -o-transition-duration: .2s, .2s;
  -webkit-transition-duration: .2s, .2s;
  transition-duration: .2s, .2s;
  -moz-transition-timing-function: ease, ease;
  -o-transition-timing-function: ease, ease;
  -webkit-transition-timing-function: ease, ease;
  transition-timing-function: ease, ease;
  -moz-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  -webkit-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
.memProduct.saved:before {
  content: "\f113";
  font-family: Flaticon;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  height: 42px;
  width: 42px;
  font-size: 42px;
  line-height: 42px;
  border: none;
  border-radius: 0;
  margin-left: 0;
  margin: 0 14px 0 0;
}
.memProduct.loading:before {
  content: "\f115";
  font-family: Flaticon;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  height: 42px;
  width: 42px;
  font-size: 42px;
  line-height: 42px;
  border: none;
  border-radius: 0;
  margin-left: 0;
  margin: 0 15px 0 0;
  animation: spin 1s linear infinite;
  height: 42px;
  width: 36px;
  font-size: 37px;
  margin-right: 20px;
}
.memProduct.fadeOut:before {
  opacity: 0;
}

.productSimilarBox .items .item:nth-child(n+4):not(.slick-slide) {
  display: none;
}
.productSimilarBox .items .item {
  padding-left: 15px;
  padding-right: 15px;
}
.productSimilarBox .items .item .memProduct {
  margin-left: -20px;
  opacity: 0;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.productSimilarBox .items .item .memProduct:hover:before {
  border-color: #ddd;
}
.productSimilarBox .items .item .toProduct {
  margin-left: -20px;
  opacity: 0;
  -moz-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  -webkit-transition: all 0.5s ease 0.1s;
  transition: all 0.5s ease 0.1s;
}
.productSimilarBox .items .item .toProduct:before {
  content: "\f14e";
  font-family: Flaticon;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  height: 22px;
  width: 22px;
  font-size: 22px;
  line-height: 22px;
  margin-right: 15px;
  height: 39px;
  width: 39px;
  border: 3px solid #fff;
  text-align: center;
  line-height: 37px;
  border-radius: 2px;
  margin-left: -1px;
  -moz-transition: border 0.2s ease 0s;
  -o-transition: border 0.2s ease 0s;
  -webkit-transition: border 0.2s ease 0s;
  transition: border 0.2s ease 0s;
}
.productSimilarBox .items .item .toProduct:hover:before {
  border-color: #ddd;
}
.productSimilarBox .items .item:hover .memProduct {
  margin-left: 0;
  opacity: 1;
}
.productSimilarBox .items .item:hover .toProduct {
  margin-left: 0;
  opacity: 1;
}

.brandProducts .items .item {
  padding-left: 15px;
  padding-right: 15px;
}
.brandProducts .items .item .memProduct {
  margin-left: -20px;
  opacity: 0;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.brandProducts .items .item .memProduct:hover:before {
  border-color: #ddd;
}
.brandProducts .items .item .toProduct {
  margin-left: -20px;
  opacity: 0;
  -moz-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  -webkit-transition: all 0.5s ease 0.1s;
  transition: all 0.5s ease 0.1s;
}
.brandProducts .items .item .toProduct:before {
  content: "\f14e";
  font-family: Flaticon;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  height: 22px;
  width: 22px;
  font-size: 22px;
  line-height: 22px;
  margin-right: 15px;
  height: 39px;
  width: 39px;
  border: 3px solid #fff;
  text-align: center;
  line-height: 37px;
  border-radius: 2px;
  margin-left: -1px;
  -moz-transition: border 0.2s ease 0s;
  -o-transition: border 0.2s ease 0s;
  -webkit-transition: border 0.2s ease 0s;
  transition: border 0.2s ease 0s;
}
.brandProducts .items .item .toProduct:hover:before {
  border-color: #ddd;
}

.offersBox .items .item:nth-child(n+4):not(.slick-slide) {
  display: none;
}
.offersBox .items .item {
  padding-left: 15px;
  padding-right: 15px;
}

.imageItemSlider .prev {
  left: 0;
}
.imageItemSlider .prev:before {
  content: "\f12f";
}
.imageItemSlider .next {
  right: 0;
}
.imageItemSlider .next:before {
  content: "\f139";
}

.teamBox .item {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.teamBox .item:nth-child(n+4):not(.slick-slide) {
  display: none;
}
.teamBox .item .description {
  margin-top: 30px;
}
.teamBox .item .description strong, .teamBox .item .description span, .teamBox .item .description small {
  display: block;
}
.teamBox .item .description small {
  color: #8d897f;
}
.teamBox .item .description small a {
  color: #8d897f;
}

.button-row > * {
  display: inline-block;
  vertical-align: middle;
}

#downloads .button-row {
  margin-top: 15px;
}
#downloads .issuu {
  width: 250px;
}
#downloads .item .size {
  margin-left: 15px;
}
#downloads .item .size .type {
  margin-right: 5px;
}
#downloads .item .size > * {
  display: inline-block;
  vertical-align: middle;
}

.pager {
  text-align: center;
  margin-top: 30px;
}
.pager .first, .pager .previous, .pager .next, .pager .last {
  display: none;
}
.pager .pager__link {
  background: none;
  color: #444;
  font-size: 18px;
}
.pager .pager__link.active {
  color: #fff;
}

.ajax-loading {
  background-color: rgba(210, 206, 194, 0.6);
}
.ajax-loading .loading {
  background: none;
  border: none;
  padding: 0;
  height: auto;
  width: auto;
}
.ajax-loading .loading:after {
  content: "\f115";
  font-family: Flaticon;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  height: 40px;
  width: 40px;
  font-size: 40px;
  line-height: 40px;
  animation: spin 1s linear infinite;
  height: 42px;
  width: 39px;
}
.ajax-loading .loading img {
  display: none;
}

#brands .letters {
  text-align: center;
}
#brands .letters .letter {
  display: inline-block;
  font-size: 20px;
  padding: 0 2px;
  min-width: 18px;
  text-align: center;
  font-weight: 600;
  color: #444;
}
#brands .category {
  border-bottom: 1px solid #8d897f;
  margin: 20px 0 10px;
  padding: 2px 5px;
  position: relative;
}
#brands .category a {
  font-size: 20px;
  font-weight: 600;
  outline: none;
  color: #444;
}
#brands .category .anchor {
  position: absolute;
  top: -130px;
}
#brands .item {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
}
#brands .item .image img {
  display: block;
}
#brands .item .image.bg {
  background-color: #fff;
  border: 4px solid #fff;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -moz-transition: filter 0.3s ease 0s;
  -o-transition: filter 0.3s ease 0s;
  -webkit-transition: filter 0.3s ease 0s;
  transition: filter 0.3s ease 0s;
}
#brands .item:hover .image.bg {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
#brands .detail .logo {
  display: inline-block;
  margin: 0 auto 30px;
}
#brands .detail .logo img {
  display: block;
}
#brands .detail .logo.bg {
  background-color: #fff;
  border: 4px solid #fff;
}
#brands .detail .containerSmall {
  text-align: center;
}

#offers .detail .button--secondary {
  display: block;
  font-size: 16px;
}
#offers .detail .price {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
#offers .detail .price .number {
  font-weight: 700;
}
#offers .detail .price .number small {
  font-size: 20px;
  font-weight: 500;
}
#offers .detail .price .additional {
  display: block;
}

#map, #map-box {
  height: 450px;
}

#routeplanner .form {
  margin-top: 20px;
}
#routeplanner .form .row {
  margin: 10px 0;
}

#street-view {
  height: 800px;
}

#galleries .item {
  margin-bottom: 30px;
}

#videos .item {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}
#videos .item .name {
  font-size: 30px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 10px;
}
#videos .item .description {
  margin-bottom: 20px;
}

#contact .form label, #contact .form .label {
  padding: 0 0 5px 0;
}
#contact .form-control {
  line-height: 20px;
  border: none;
  border: none;
  padding: 1px 10px;
  height: auto;
  background-color: #f6f5f3;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
#contact textarea.form-control {
  min-height: 222px;
  padding: 10px 15px;
}
#contact .form-block {
  border-bottom: 0;
}
#contact .button-row {
  text-align: center;
  margin-top: 30px;
}
#contact .button-row .button {
  display: block;
}
#contact .button-row .button.sending {
  display: none;
}
#contact label.error {
  padding: 2px 8px;
  line-height: 20px;
}
#contact .memorizedProducts .items {
  display: table;
  width: 500px;
  max-width: 100%;
}
#contact .memorizedProducts .items .item {
  display: table-row;
}
#contact .memorizedProducts .items .item > * {
  display: table-cell;
  vertical-align: middle;
  padding-top: 3px;
  padding-bottom: 3px;
}
#contact .memorizedProducts .badge {
  margin-bottom: 15px;
}
#contact .memorizedProducts .badge:after {
  content: ":";
  position: relative;
  left: -4px;
}
#contact .memorizedProducts .removeButton {
  color: #444;
  padding: 0 5px;
  text-align: center;
  width: 1px;
}
#contact .memorizedProducts .removeButton:before {
  content: "\f11b";
  font-family: Flaticon;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  height: 20px;
  width: 20px;
  font-size: 20px;
  line-height: 20px;
}
#contact .memorizedProducts .removeButton:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
#contact .memorizedProducts .image {
  width: 1px;
}
#contact .memorizedProducts .image img {
  display: block;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
#contact .memorizedProducts .text {
  padding: 0 10px;
}
#contact .memorizedProducts .name {
  display: block;
  color: #444;
}
#contact .memorizedProducts .type {
  display: block;
  color: #444;
}
#contact .memorizedProducts .button {
  display: none;
}
#contact .memorizedProducts .item:hover .image img {
  opacity: 0.8;
}

.form-control.error, .form-control.error:focus {
  box-shadow: 0 0 0 2px rgba(218, 68, 83, 0.5);
}

.form-control:focus {
  box-shadow: 0 0 0 2px rgba(59, 175, 218, 0.5);
}

.form-control.valid, .form-control.valid:focus {
  box-shadow: 0 0 0 2px rgba(140, 193, 82, 0.5);
}

.googleMapSlide #map-box, .googleMapSlide #map {
  height: 200px;
}

@-webkit-keyframes plusOne {
  0% {
    left: 5px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    left: 30px;
    opacity: 0;
  }
}
#memorizedProducts {
  position: fixed;
  right: -110px;
  top: 230px;
  height: 0;
  z-index: 20;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#memorizedProducts.open {
  right: 0;
}
#memorizedProducts.open .badge {
  padding-right: 60px;
}
#memorizedProducts.open .items {
  opacity: 1;
  visibility: visible;
}
#memorizedProducts.open .button {
  opacity: 1;
  visibility: visible;
}
#memorizedProducts.hidden {
  right: -350px;
}
@media (max-width: 768px) {
  #memorizedProducts {
    top: 0;
  }
}
#memorizedProducts .badge {
  background-color: #eb680e;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 13px 30px 13px 80px;
  position: relative;
  right: 0;
  letter-spacing: 1px;
  cursor: pointer;
}
#memorizedProducts .badge .badgeLink {
  color: #fff;
}
#memorizedProducts .badge strong {
  display: block;
}
#memorizedProducts .badge:before {
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -20px;
  content: "\f113";
  font-family: Flaticon;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  height: 40px;
  width: 40px;
  font-size: 40px;
  line-height: 40px;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
#memorizedProducts .badge:after {
  content: "+1";
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -15px;
  opacity: 0;
}
#memorizedProducts .badge.added:before {
  opacity: 0;
}
#memorizedProducts .badge.added:after {
  animation: plusOne 1.5s ease;
}
#memorizedProducts .badge .close {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -17px;
}
#memorizedProducts .badge .close:before {
  color: #fff;
  content: "\f139";
  font-family: Flaticon;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  height: 34px;
  width: 34px;
  font-size: 34px;
  line-height: 34px;
}
#memorizedProducts .items {
  max-height: 300px;
  overflow-y: auto;
  max-width: 320px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#memorizedProducts .items .item {
  display: table;
  width: 100%;
  table-layout: fixed;
  width: 100%;
  padding: 5px;
}
#memorizedProducts .items .item > * {
  display: table-cell;
  vertical-align: middle;
}
#memorizedProducts .items .item .image {
  width: 50px;
  background-color: #444444;
}
#memorizedProducts .items .item .image img {
  display: block;
  -moz-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
}
#memorizedProducts .items .item:hover .image img {
  opacity: 0.5;
}
#memorizedProducts .items .item .text {
  padding: 0 10px;
}
#memorizedProducts .items .item .text .name {
  display: block;
  font-size: 20px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #444;
}
#memorizedProducts .items .item .text .type {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #444;
}
#memorizedProducts .items .item .removeButton {
  width: 27px;
  padding: 0 5px;
}
#memorizedProducts .items .item .removeButton:before {
  color: #444;
  content: "\f11b";
  font-family: Flaticon;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  height: 16px;
  width: 16px;
  font-size: 16px;
  line-height: 16px;
}
#memorizedProducts .items .item .removeButton:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
#memorizedProducts .items .item + .item {
  padding-top: 0;
}
#memorizedProducts .button {
  display: block;
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
}

.announcement {
  text-align: center;
  display: block;
  color: #444;
}

.downloads .form {
  margin: 0 auto;
  max-width: 600px;
}
.downloads .form .button-row {
  text-align: center;
}

.sitepath {
  font-size: 14px;
  text-align: center;
  margin-top: 40px;
}
.sitepath .item {
  color: #8d897f;
}
.sitepath .item + .item:before {
  content: "•";
  margin: 0 4px 0 2px;
  font-size: 10px;
}

#mainContent .hgroup h1 {
  margin-top: 25px;
}

@media (pointer: coarse) and (max-width: 768px) {
  .imageHoverOverlay > a .overlay, .imageHoverOverlay > div .overlay {
    opacity: 1;
  }
  .imageHoverOverlay > a .overlay .badge, .imageHoverOverlay > div .overlay .badge {
    opacity: 1;
    bottom: 0;
  }
  .products .item > div .overlay .links .memProduct {
    margin-left: 0;
    opacity: 1;
  }
  .products .item > div .overlay .links .toProduct {
    margin-left: 0;
    opacity: 1;
  }
  .brandProducts .item > div .overlay .links .memProduct {
    margin-left: 0;
    opacity: 1;
  }
  .brandProducts .item > div .overlay .links .toProduct {
    margin-left: 0;
    opacity: 1;
  }
}
