@charset "UTF-8";
/*
    Import order:
        - Compass stuff
        - Utils
            - Mixins
            - Variables
        - Base
        - Vendors
        - Components
            - UI
            - Components
        - Layout
        - Pages
*/
/*
    Add here the different variables you will be using in the project.
*/
/* Large */
/* Medium */
/* Tablet Landscape */
/* Tablet */
/* Mobile & Phablet */
/* Large & Medium */
/* Large & Medium & Tablet */
/* Medium & Tablet & mobile */
/* Tablet & mobile */
@font-face {
  font-family: 'Oswald';
  src: url("../fonts/oswald-bold-webfont.woff2") format("woff2"), url("../fonts/oswald-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Oswald';
  src: url("../fonts/oswald-light-webfont.woff2") format("woff2"), url("../fonts/oswald-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Oswald';
  src: url("../fonts/oswald-regular-webfont.woff2") format("woff2"), url("../fonts/oswald-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Oswald';
  src: url("../fonts/oswald-medium-webfont.woff2") format("woff2"), url("../fonts/oswald-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Oswald';
  src: url("../fonts/oswald-mediumitalic-webfont.woff2") format("woff2"), url("../fonts/oswald-mediumitalic-webfont.woff") format("woff");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?8dlixr");
  src: url("../fonts/icomoon.eot?8dlixr#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?8dlixr") format("truetype"), url("../fonts/icomoon.woff?8dlixr") format("woff"), url("../fonts/icomoon.svg?nx52ge#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-pdf:before {
  content: "\e90b"; }

.icon-arrow-bottom:before {
  content: "\e905"; }

.icon-arrow-left:before {
  content: "\e906"; }

.icon-arrow-right:before {
  content: "\e907"; }

.icon-arrow-top:before {
  content: "\e908"; }

.icon-pin:before {
  content: "\e909"; }

.icon-star:before {
  content: "\e90a"; }

.icon-google:before {
  content: "\e900"; }

.icon-youtube:before {
  content: "\e901"; }

.icon-twitter:before {
  content: "\e902"; }

.icon-facebook:before {
  content: "\e903"; }

.icon-search:before {
  content: "\e904"; }

.icon-check:before {
  content: "\e90c"; }

.icon-profil:before {
  content: "\e90d"; }

.icon-tel:before {
  content: "\e90e"; }

.icon-cross:before {
  content: "\e90f"; }

.icon-pinterest:before {
  content: "\e910"; }

.icon-mail:before {
  content: "\e911"; }

.icon-heart:before {
  content: "\e912"; }

.icon-calendar-o:before {
  content: "\e913";}

.icon-warning:before {
  content: "\e915";}

.icon-instagram:before {
  content: "\e914";}
  
 .icon-light-bulb:before {
  content: "\e916";}
  
.icon-globe:before {
  content: "\e917";}
  
.icon-euro_symbol:before {
  content: "\e919";}

/*
Add here extra resets you may need (example: box-sizing).
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-font-smoothing: antialiased; }

body {
  line-height: 1;
  overflow-x: hidden; }

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

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;  }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

input {
  -webkit-appearance: none; }

html {
  box-sizing: border-box; }

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

[type="button"],
.button-reset {
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer; }
  [type="button"]:focus,
  .button-reset:focus {
    outline: none; }

[name="google_conversion_frame"] {
  display: none; }

button .icon,
button svg,
button path {
  pointer-events: none; }

.background-white {
  background-color: #ffffff; }

.background-grey {
  background: #F7F4F2; }

html.js .js-images-load,
html.js .fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0s ease 0.4s;
          transition: opacity 0.4s ease-in-out, visibility 0s ease 0.4s; }
  html.js .js-images-load.in,
  html.js .fade.in {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.4s ease-in-out, visibility 0s;
            transition: opacity 0.4s ease-in-out, visibility 0s; }
html.js .js-images-load {
  -webkit-transition: none;
          transition: none; }

@media (max-width: 766px) {
  .col-xs-marbot {
    margin-bottom: 20px; } }
@media (min-width: 768px) and (max-width: 1019px) {
  .col-sm-marbot {
    margin-bottom: 20px; } }
.subcats-list .flickity-page-dots {
  position: relative; }

/*
    Import what you need from bootstrap, do not import what you will not use.
        - Use 'bootstrap-overides' if you need to overide some default bootstrap variables (example: MD container width).
        - Use 'bootstrap-extras' if you need to add extra bootstrap styles (example: Extra "LG" breakpoint).

    If bootstrap needs to be updated, update the src folder. 'bootstrap-overides' & 'bootstrap-extras' are custom files.
*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 728px; } }
  @media (min-width: 1020px) {
    .container {
      width: 960px; } }
  @media (min-width: 1360px) {
    .container {
      width: 1240px; } }

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

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

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1020px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1360px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%; } }
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

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

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

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

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

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

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 766px) {
  .visible-xs-block {
    display: block !important; } }

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

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

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

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

  tr.visible-sm {
    display: table-row !important; }

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

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

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

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

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

  tr.visible-md {
    display: table-row !important; }

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

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

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

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

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

  tr.visible-lg {
    display: table-row !important; }

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

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

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

@media (max-width: 766px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 1019px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 1020px) and (max-width: 1359px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1360px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

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

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

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

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

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

@media print {
  .hidden-print {
    display: none !important; } }
.text-left {
  text-align: left; }

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

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

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

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

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

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

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

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

/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-stage-outer,
.owl-stage {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%; }

.owl-item {
  display: inline-block;
  vertical-align: top;
  height: 100%; }

/* display none until init */
.owl-carousel {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  -ms-touch-action: pan-y;
  overflow: hidden; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  -webkit-perspective: 1200px;
          perspective: 1200px; }

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease; }

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 10s both ease;
  animation: backSlideIn 10s both ease; }

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  animation: goDown .6s ease both; }

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both; }

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1; } }
@keyframes empty {
  0% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }
@keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
            transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
            transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
            transform: translateZ(-500px) translateX(-200%); } }
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }
@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
            transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
            transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
            transform: translateZ(0) translateX(0); } }
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }
@keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); } }
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }
@keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5); } }
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }
@keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5); } }
@media (max-width: 1019px) {
  .flickity-prev-next-button {
    display: none; } }
.btn-main {
  display: inline-block;
  vertical-align: top;
  height: 40px;
  line-height: 40px;
  background: #FF5B4A;
  padding: 0 40px;
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: .4px;
  border: 0px solid transparent;
  cursor: pointer;
  -webkit-transition: all 175ms ease;
          transition: all 175ms ease; }
  @media (max-width: 1019px) {
    .btn-main {
      height: 48px;
      line-height: 48px;
      font-size: 16px;
      font-size: 1rem; } }
  .btn-main:hover {
    background: #ff2d17; }
  .btn-main.full {
    width: 100%;
    text-align: center;
    padding: 0; }
  .btn-main.border-radius {
    border-radius: 2px; }
  .btn-main.small-pad {
    padding: 0 20px; }
  .btn-main.white {
    background: #ffffff;
    color: #000000; }
    .btn-main.white:hover {
      background: #f2f2f2; }
  .btn-main.dark {
    background: #505050;
    color: #ffffff; }
    .btn-main.dark:hover {
      background: #434343; }
  .btn-main:focus {
    outline: none !important;
    box-shadow: 0 0 10px rgba(255, 91, 74, 0.8); }
  .btn-main.previous {
    height: 40px; }

.btn-section {
  display: inline-block;
  vertical-align: top;
  height: 35px;
  line-height: 35px;
  background: transparent;
  padding: 0 30px;
  border: 1px solid #DCDCDC;
  border-radius: 2px;
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  color: #000000;
  letter-spacing: .4px;
  -webkit-transition: all 175ms ease;
          transition: all 175ms ease; }
  .btn-section:hover {
    color: #ffffff;
    background: #FF5B4A;
    border-color: #FF5B4A; }
  .btn-section.full {
    width: 100%;
    text-align: center;
    padding: 0; }
  .btn-section.small-pad {
    padding: 0 20px; }
  .btn-section:focus {
    outline: none !important;
    border-color: rgba(255, 91, 74, 0.8);
    box-shadow: 0 0 4px rgba(255, 91, 74, 0.6); }
  @media (max-width: 766px) {
    .btn-section {
      font-size: 16px;
      font-size: 1rem;
      height: 48px;
      line-height: 48px; } }
  .btn-section.previous {
    height: 40px; }
  .btn-section.white {
    margin-top: 5px;
    background-color: #fff; }
    .btn-section.white:hover {
      color: #ffffff;
      background: #ff2d17;
      border-color: #ff2d17; }

.btn-icon {
  display: inline-block;
  vertical-align: top;
  height: 20px;
  line-height: 20px;
  color: #505050;
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal; }
  .btn-icon i,
  .btn-icon span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1em; }
  .btn-icon i {
    color: #FF5B4A;
    margin: 0 10px 0 0; }
  .btn-icon span + i {
    margin: 0 0 0 10px; }
  .btn-icon:focus {
    outline: none !important;
    box-shadow: 0 0 4px rgba(255, 91, 74, 0.6); }

.btn-link {
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
  color: #FF5B4A;
  text-decoration: underline; }
  .btn-link:focus {
    outline: none !important;
    box-shadow: 0 0 4px rgba(255, 91, 74, 0.6); }

.btn-underline {
  position: relative;
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
  color: #505050; }
  .btn-underline:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background-color: #DCDCDC; }

.control-wrapper {
  font-size: 0; }

.service-content + .more-trigger {
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 13px;
  color: #383838;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #d8d8d8;
  letter-spacing: .5px; }

.slider-button {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  width: 30px;
  line-height: 28px;
  text-align: center;
  color: #383838;
  border: 2px solid #EBEBEB;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 30px; }
  .slider-button:first-child {
    margin: 0 20px 0 0; }

@media (max-width: 766px) {
  .btn-section {
    font-size: 12px;
    font-size: 0.75rem;
    height: auto;
    line-height: 20px;
    padding: 5px 35px; } }
.loadmore {
  -webkit-transition: all 75ms linear;
          transition: all 75ms linear; }
  .loadmore:focus, .loadmore:active, .loadmore:hover  {
    -webkit-transition: all 75ms linear;
            transition: all 75ms linear; }

.loading-btn {
  height: 20px;
  width: 20px;
  line-height: 20px;
  padding: 0;
  margin: 0px auto;
  position: relative;
  -webkit-animation: rotation 1s infinite linear;
  animation: rotation 1s infinite linear;
  border-left: 2px solid #ffe6e3;
  border-right: 2px solid #ffe6e3;
  border-bottom: 2px solid #ffe6e3;
  border-top: 2px solid #FF5B4A;
  border-radius: 100%; }
  .loading-btn:focus, .loading-btn:active, .loading-btn:hover  {
    border-left: 2px solid #ffe6e3;
    border-right: 2px solid #ffe6e3;
    border-bottom: 2px solid #ffe6e3;
    border-top: 2px solid #FF5B4A;
    background: transparent; }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }
.title-main {
  font-family: "Oswald", Arial, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: normal;
  line-height: 1em;
  color: #505050; }
  .title-main.big {
    font-size: 40px;
    font-size: 2.5rem; }
  .title-main.bigger {
    font-size: 58px;
    font-size: 3.625rem; }
    @media (max-width: 766px) {
      .title-main.bigger {
        font-size: 38px;
        font-size: 2.375rem; } }
  .title-main.white {
    color: #ffffff; }

.title-section {
  font-family: "Oswald", Arial, sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 1em; }

.title-red {
  font-family: "Oswald", Arial, sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1em;
  color: #FF5B4A;
  letter-spacing: 0.5px; }

.title-footer {
  font-family: "Oswald", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1em;
  letter-spacing: .2px; }

.title-card {
  font-family: "Oswald", Arial, sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: normal;
  line-height: 1.4em;
  color: #505050; }

.subtitle-card {
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #383838;
  letter-spacing: .2px;
  line-height: 1.4em; }

.text-card {
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
  color: #383838;
  line-height: 1.4em; }

.lmdv-text {
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
  color: #383838;
  line-height: 1.4em; }
  .lmdv-text .title-label {
    font-weight: 500; }
  .lmdv-text .lmdv-item {
    margin-bottom: 15px; }

.lmdv-form {
  display: inline-block;
  vertical-align: top;
  width: 100%; }
  .lmdv-form .form-el-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 100%; }
  .lmdv-form label,
  .lmdv-form input,
  .lmdv-form .select-wrapper,
  .lmdv-form select,
  .lmdv-form textarea {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 100%; }
  .lmdv-form label {
    height: 30px;
    line-height: 30px;
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    color: #505050;
    letter-spacing: .4px;
    margin-bottom: 0px; }
.lmdv-form label span {
	font-size:12px;
	}
  .lmdv-form .filter-dropdown dt,
  .lmdv-form .tab-label-xs,
  .lmdv-form .dropdown dt,
  .lmdv-form .ui-datepicker-trigger,
  .lmdv-form .text-input,
  .lmdv-form .select-wrapper,
  .lmdv-form .textarea-input {
    height: 40px;
    line-height: 40px;
    padding: 0 13px;
    border: 1px solid #b7b7b7;
    background-color: #ffffff;
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: normal;
    color: #383838;
    -webkit-transition: all 225ms ease;
            transition: all 225ms ease; }
	.lmdv-form .textarea-input::-moz-placeholder{
		color:#999;
		opacity:  1;
	}
    .lmdv-form .textarea-input::-ms-input-placeholder,
	.lmdv-form .text-input::-ms-input-placeholder	{
        color: #999; }
    .lmdv-form .textarea-input::-webkit-input-placeholder,
	.lmdv-form .text-input::-webkit-input-placeholder 	{
        color: #999; }
    .lmdv-form .textarea-input:placeholder,
	.lmdv-form .text-input:placeholder	{
		color: #999;
	}
    @media (max-width: 1019px) {
      .lmdv-form .filter-dropdown dt,
      .lmdv-form .tab-label-xs,
      .lmdv-form .dropdown dt,
      .lmdv-form .ui-datepicker-trigger,
      .lmdv-form .text-input,
      .lmdv-form .select-wrapper,
      .lmdv-form .textarea-input {
        height: 48px;
        line-height: 48px;
        font-size: 18px; } }
    .lmdv-form .filter-dropdown dt:focus,
    .lmdv-form .tab-label-xs:focus,
    .lmdv-form .dropdown dt:focus,
    .lmdv-form .ui-datepicker-trigger:focus,
    .lmdv-form .text-input:focus,
    .lmdv-form .select-wrapper:focus,
    .lmdv-form .textarea-input:focus {
      outline: none !important;
      border-color: rgba(255, 91, 74, 0.8);
      box-shadow: 0 0 4px rgba(255, 91, 74, 0.6); }
  @media (max-width: 1019px) {
    .lmdv-form .textarea-input {
      font-size: 14px; } }
  .lmdv-form .text-input {
    height: 38px;
    line-height: 38px; }
  .lmdv-form .select-wrapper {
    position: relative;
    padding: 0; }
    .lmdv-form .select-wrapper .select-input,
    .lmdv-form .select-wrapper select {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      height: 100%;
      padding: 0 13px;
      border: 0px solid transparent;
      background: transparent;
      font-family: "proxima-nova", Arial, sans-serif;
      font-size: 13px;
      font-size: 0.8125rem;
      font-weight: normal;
      color: #383838;
      -webkit-appearance: none;
      -moz-appearance: none;
      text-indent: 1px;
      text-overflow: ''; }
      .lmdv-form .select-wrapper .select-input:focus,
      .lmdv-form .select-wrapper select:focus {
        outline: none !important;
        border-color: rgba(255, 91, 74, 0.8);
        box-shadow: 0 0 4px rgba(255, 91, 74, 0.6); }
      @media (max-width: 1019px) {
        .lmdv-form .select-wrapper .select-input,
        .lmdv-form .select-wrapper select {
          font-size: 18px; } }
  .lmdv-form .filter-dropdown dt::after,
  .lmdv-form .trigger-collapse::after,
  .lmdv-form .tab-label-xs::after,
  .lmdv-form .dropdown dt::after,
  .lmdv-form .select-wrapper .icon-arrow-bottom  {
    position: absolute;
    top: 50%;
    margin-top: -3.5px;
    right: 10px;
    font-size: 7px;
    font-size: 0.4375rem;
    pointer-events: none; }
  .lmdv-form .input-box .icon-calendar-o   {
    position: absolute;
    top: 50%;
    margin-top: 2px;
    right: 20px;
    pointer-events: none; }
	.lmdv-form .input-box .icon-euro_symbol {
    position: absolute;
    top: 50%;
    margin-top: 2px;
    right: 20px;
    pointer-events: none;
    color:#666;}
  .lmdv-form .filter-dropdown dt,
  .lmdv-form .trigger-collapse,
  .lmdv-form .tab-label-xs,
  .lmdv-form .dropdown dt,
  .lmdv-form .ui-datepicker-trigger {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: transparent; }
  .lmdv-form .dropdown dt {
    padding: 0;
    overflow: hidden; }
  .lmdv-form .dropdown dt a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    font-size: 16px;
    padding-right: 15px; }
  .lmdv-form .ui-datepicker-trigger::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    width: 17px;
    height: 17px;
    margin-right: 12px;
    background: url("../images/clrz/svg/calendar.svg") no-repeat;
    opacity: 0.5; }
  .lmdv-form .dropdown span {
    font-size: 13px;
    font-size: 0.8125rem; }
  .lmdv-form .dropdown > dt a span + strong {
    margin: 0 0 0 15px; }
  .lmdv-form .filter-dropdown dt::after,
  .lmdv-form .trigger-collapse::after,
  .lmdv-form .tab-label-xs::after,
  .lmdv-form .dropdown dt::after {
    content: "\e905";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .lmdv-form .trigger-collapse.in::after {
    -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
            transform: scaleY(-1); }
  .lmdv-form .collapse {
    display: none; }
    .lmdv-form .collapse.in {
      display: block; }
  .lmdv-form .dropdown dd {
    position: relative;
    z-index: 1; }
  .lmdv-form .dropdown dd ul {
    display: none;
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #b7b7b7;
    color: #000;
    left: 0px;
    padding: 20px 0 20px 0;
    position: absolute;
    top: -1px;
    width: 100%;
    list-style: none;
    text-align: left;
    font-size: 14px; }
    @media (max-width: 766px) {
      .lmdv-form .dropdown dd ul {
        width: 100%; } }
    .lmdv-form .dropdown dd ul strong {
      font-family: "Oswald", Arial, sans-serif;
      font-weight: regular;
      color: #FF5B4A; }
  .lmdv-form .dropdown span.value {
    display: none; }
  .lmdv-form .dropdown dd ul li a {
    padding: 5px 15px;
    display: block;
    position: relative;
    cursor: pointer; }
    .lmdv-form .dropdown dd ul li a .tooltip {
      position: relative;
	  float: right;
      padding: 0 2px;
      right: 1px;
      top: 3px; }
.lmdv-form .dropdown dd ul li a .tooltip:hover:after{
    background: rgba(255,91,74,.95);
    border-radius: 2px;
    bottom: 1.5em;
    color: #fff;
    content: attr(alt);
    display: block;
    left: -5.5em;
    padding: .3em 1em;
    position: absolute;
    white-space: nowrap;
    z-index: 98;
}
  .lmdv-form .dropdown dd ul li a:hover {
    background-color: #d5efed; }
  .lmdv-form .dropdown .book_journey_entry:before, .lmdv-form .dropdown .book_journey_entry:after {
    content: " ";
    display: table; }
  .lmdv-form .dropdown .book_journey_entry:after {
    clear: both; }
  .lmdv-form .dropdown .book_journey_entry strong:last-child {
    float: right; }
  .lmdv-form .dropdown .book_journey_entry_disable {
    color: #a8a8a8 !important;
    padding: 5px;
    display: block; }
  .lmdv-form .textarea-input {
    min-height: 120px;
    line-height: 1.4em;
    padding: 10px;
    overflow: hidden; }
  .lmdv-form .checkbox-input {
    display: none; }
  .lmdv-form .checkbox-input-visual,
  .lmdv-form .checkbox-input-label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer; }
  .lmdv-form .checkbox-input-visual {
    position: relative;
    height: 20px;
    width: 20px;
    border: 1px solid #DCDCDC;
    margin: 0 10px 0 0; }
    .lmdv-form .checkbox-input-visual:before {
      content: '';
      display: none;
      position: absolute;
      height: 14px;
      width: 14px;
      top: 2px;
      left: 2px;
      background: #aaa; }
  .lmdv-form .checkbox-input-label {
    width: calc(100% - 35px);
    line-height: 1.2em; }
  .lmdv-form .checkbox-input:checked + .checkbox-input-visual:before {
    display: block; }
  .lmdv-form .filter-dropdown {
    position: relative; }
    .lmdv-form .filter-dropdown dt {
      cursor: pointer; }
    .lmdv-form .filter-dropdown dd {
      position: absolute;
      z-index: 80;
      top: 100%;
      right: 0;
      left: 0;
      display: none; }
      .lmdv-form .filter-dropdown dd ol {
        list-style: none;
        line-height: 40px;
        padding: 0 13px;
        border: 1px solid #DCDCDC;
        background-color: #ffffff; }
  .lmdv-form select::-ms-expand {
    display: none; }
  .lmdv-form em {
	color: #FF5B4A;
    font-weight: bold;
  }
  .lmdv-form .register-list{
	  display:none;
  }
.form-title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border: 1px solid #F7F4F2;
  background: #F7F4F2;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
  color: #B3B3B3;
  -webkit-transition: all 175ms ease;
          transition: all 175ms ease; }
  .form-title h2 {
    font-weight: 400; }
  .form-title .inner {
    display: inline-block;
    vertical-align: middle; }
    .form-title .inner h2 {
      display: inline-block; }
  .form-title .icon-check {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -10px;
    font-size: 18px;
    font-size: 1.125rem;
    opacity: 0;
    -webkit-transition: all 145ms ease;
            transition: all 145ms ease; }
  .form-title.valid {
    border-color: #FF5B4A;
    background: #FF5B4A;
    color: #ffffff; }
    .form-title.valid .icon-check {
      opacity: 1; }
  .form-title.active {
    border-color: #DCDCDC;
    background: #ffffff;
    color: #FF5B4A; }
  .form-title.inner {
    color: #000000;
    border-color: transparent;
    border-bottom: 1px solid #000000;
    background: transparent; }

@media (max-width: 1019px) {
  .lmdv-form label {
    height: auto;
    min-height: 30px;
    line-height: 1.2em;
    padding: 5px 0; }

  .lmdv-form #telephone {
    margin-bottom: 20px; } }
.lmdv-card {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background: #ffffff;
  font-size: 0; }
  .lmdv-card .title-card,
  .lmdv-card .subtitle-card,
  .lmdv-card .price-wrapper,
  .lmdv-card .text-card {
    display: inline-block;
    vertical-align: top;
    width: 100%; }
  .lmdv-card .title-card {
    margin: 0 0 15px 0;
    color: #000000; }
    .lmdv-card .title-card a {
      color: #000000; }
  .lmdv-card .subtitle-card {
    margin: 0 0 5px 0; }
  .lmdv-card .price-wrapper {
    height: auto;
    margin: 0 0 22px 0; }
  .lmdv-card .text-card + .btn-section {
    margin: 15px 0 0 0; }
    @media (max-width: 766px) {
      .lmdv-card .text-card + .btn-section {
        margin-top: 25px;
        width: 100%;
        line-height: 25px; } }
  .lmdv-card .price-text,
  .lmdv-card .price-tag {
    display: inline-block;
    vertical-align: bottom; }
  .lmdv-card .price-text {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #000000;
    margin: 0 4px 0 0; }
  .lmdv-card .price-tag {
    font-family: "Oswald", Arial, sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: normal;
    color: #FF5B4A;
    letter-spacing: .5px; }
  .lmdv-card .type-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 5px 0 30px 0; }
    .lmdv-card .type-wrapper .type-title,
    .lmdv-card .type-wrapper .type-subtitle {
      display: inline-block;
      vertical-align: top;
      width: 100%; }
    .lmdv-card .type-wrapper .type-title {
      font-family: "proxima-nova", Arial, sans-serif;
      font-size: 16px;
      font-size: 1rem;
      font-weight: 400;
      color: #FF5B4A;
      margin: 0 0 10px 0; }
    .lmdv-card .type-wrapper .type-subtitle {
      font-family: "proxima-nova", Arial, sans-serif;
      font-size: 16px;
      font-size: 1rem;
      font-weight: 400; }
    .lmdv-card .type-wrapper:before {
      content: '';
      display: block;
      height: 2px;
      width: 110px;
      background: #FF5B4A;
      margin: 0 0 20px 0; }
  .lmdv-card .date-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    height: 95px;
    line-height: 95px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 50%;
    margin-top: -47.5px;
    left: 50%;
    margin-left: -25%; }
    @media (max-width: 1019px) {
      .lmdv-card .date-wrapper {
        left: 25px;
        right: 25px;
        margin-left: 0;
        width: auto; } }
    .lmdv-card .date-wrapper .inner-date {
      display: inline-block;
      vertical-align: middle;
      width: 100%;
      line-height: 1rem;
      color: #ffffff; }
      @media (max-width: 1019px) {
        .lmdv-card .date-wrapper .inner-date {
          line-height: 1.1; } }
    .lmdv-card .date-wrapper .main-date,
    .lmdv-card .date-wrapper .sub-date {
      display: inline-block;
      vertical-align: top;
      width: 100%; }
    .lmdv-card .date-wrapper .main-date + .sub-date {
      margin: 10px 0 0 0; }
    .lmdv-card .date-wrapper .main-date {
      font-family: "proxima-nova", Arial, sans-serif;
      font-size: 22px;
      font-size: 1.375rem;
      font-weight: normal; }
    .lmdv-card .date-wrapper .sub-date {
      font-family: "proxima-nova", Arial, sans-serif;
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 300; }

.same-height-card .align-content {
  min-height: 261px; }
.same-height-card .title-card {
  min-height: 60px;
  max-height: 90px;
  overflow: hidden; }
/* .same-height-card .travel-duration, */
/* .same-height-card .travel-type { */
  /* max-height: 22px; } */
.same-height-card .travel-duration {
text-transform: lowercase; }
.same-height-card .related_other_stepcities {
  font-weight: 100;
  font-size: 13px;
  line-height: 1.5; }
  .same-height-card .related_other_stepcities .cities-list-mask {
    min-height: 38px;
    max-height: 38px;
    overflow: hidden; }

.main-card {
  height: 365px;
  min-height: 365px;
  max-height: 365px;
  overflow: hidden; }
  @media (max-width: 766px) {
    .main-card {
      height: auto !important;
      min-height: 0 !important;
      max-height: none !important; } }
  .main-card .inner-content,
  .main-card .inner-image {
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    height: 100%; }
  .main-card .inner-content {
    position: relative;
    width: 310px;
    padding: 30px;
    border-top: 1px solid #F4F4F4;
    border-bottom: 1px solid #F4F4F4;
    border-left: 1px solid #F4F4F4; }
    .main-card .inner-content .btn-section {
      margin-top: 25px; }
      @media (max-width: 766px) {
        .main-card .inner-content .btn-section {
          width: 100%;
          text-align: center; } }
  .main-card .inner-image {
    width: calc(100% - 310px);
    background-color: #F7F4F2;
    overflow: hidden; }
    @media (max-width: 766px) {
      .main-card .inner-image {
        position: relative;
        overflow: hidden; }
        .main-card .inner-image:before {
          content: '';
          display: block;
          padding-top: 75%; }
        .main-card .inner-image .ratio-content {
          position: absolute;
          top: 0;
          left: 0; }
        .main-card .inner-image img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%; } }
  .main-card:nth-child(odd) .inner-image {
    float: right; }
  .main-card:nth-child(even) .inner-content {
    float: right;
    border-right: 1px solid #F4F4F4;
    border-left: 0px solid transparent; }
  .main-card:nth-child(even) .inner-image {
    float: left; }
  .main-card .title-card {
    margin-bottom: 15px; }
  .main-card .mdv-general-duration {
    margin-bottom: 6px;
    font-weight: 500; }
  .main-card .short-description {
    line-height: 1.35;
    overflow: hidden; }
  @media (max-width: 766px) {
    .main-card .inner-content.inner-content {
      width: auto;
      height: auto;
      border: 1px solid #F4F4F4;
      border-top: 0; }
    .main-card .inner-image.inner-image {
      display: block;
      float: none;
      width: 100%; } }

@media (min-width: 1020px) {
  .big-card {
    height: 680px;
    min-height: 680px;
    max-height: 680px; }
    .big-card .inner-content,
    .big-card .inner-image {
      display: inline-block;
      vertical-align: top;
      font-size: 1rem;
      height: 100%; }
    .big-card .inner-content .align-content {
      position: absolute;
      bottom: 30px;
      left: 30px;
      width: calc(100% - 60px); }
    .big-card .inner-content .btn-section {
      position: relative;
      bottom: auto;
      left: auto;
      margin-top: 45px; }
    .big-card .inner-image {
      width: calc(100% - 310px); } }
.news-card {
  height: 365px;
  min-height: 365px;
  max-height: 365px; }
  @media (max-width: 766px) {
    .news-card {
      height: auto;
      min-height: 0;
      max-height: none; } }
  .news-card .inner-content,
  .news-card .inner-image {
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    height: 100%; }
  .news-card .inner-content {
    position: relative;
    width: 310px;
    padding: 30px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4; }
    .news-card .inner-content .btn-section {
      position: absolute;
      bottom: 30px;
      left: 30px;
      width: 170px;
      text-align: center;
      height: 35px; }
      @media (max-width: 766px) {
        .news-card .inner-content .btn-section {
          position: relative;
          bottom: auto;
          left: auto; } }
  .news-card .inner-image {
    position: relative;
    width: calc(100% - 310px);
    background-color: #EBEBEB; }
    @media (max-width: 766px) {
      .news-card .inner-image {
        position: relative;
        overflow: hidden; }
        .news-card .inner-image:before {
          content: '';
          display: block;
          padding-top: 75%; }
        .news-card .inner-image .ratio-content {
          position: absolute;
          top: 0;
          left: 0; }
        .news-card .inner-image img {
          position: absolute;
          top: 0;
          left: 0;
          height: 250px;
          width: auto; } }
    .news-card .inner-image .image-background {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      overflow: hidden; }
      @media (min-width: 768px) and (max-width: 1019px) {
        .news-card .inner-image .image-background img {
          width: auto; } }
  .news-card:nth-child(odd) .inner-image {
    float: right; }
  .news-card:nth-child(even) .inner-content {
    float: right;
    border-right: 1px solid #e4e4e4;
    border-left: 0px solid transparent; }
  .news-card:nth-child(even) .inner-image {
    float: left; }
  @media (max-width: 766px) {
    .news-card .inner-content.inner-content {
      width: auto;
      height: auto;
      border: 1px solid #e4e4e4;
      border-top: 0; }
    .news-card .inner-image.inner-image {
      display: block;
      float: none;
      width: 100%; } }

.mini-card {
  position: relative;
  background: #ffffff; }
  .mini-card .inner-image {
    height: 220px;
    width: 100%;
    overflow: hidden; }
    .mini-card .inner-image .image-background {
      height: 100%;
      width: 100%;
      background-size: cover;
      background-repeat: none;
      background-position: center center; }
    .mini-card .inner-image img {
      width: 100%; }
  .mini-card .inner-content {
    padding: 30px 20px 20px 20px; }
  .mini-card.border .inner-content {
    border-right: 1px solid #F4F4F4;
    border-bottom: 1px solid #F4F4F4;
    border-left: 1px solid #F4F4F4; }
  .mini-card .tooltipanniversary {
    position: absolute;
    top: 10px;
    right: 10px; }

.footer-card .inner-image {
  height: 220px;
  width: 100%; }
  .footer-card .inner-image .image-background {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: none;
    background-position: center center; }
.footer-card .inner-content {
  padding: 45px 0 0 0; }
  .footer-card .inner-content .align-content {
    text-align: center; }
  .footer-card .inner-content .title-card {
    margin: 0 0 30px 0; }
  .footer-card .inner-content .text-card {
    text-align: left;
    min-height: 190px;
    max-height: 190px; }
    @media (min-width: 768px) and (max-width: 1019px) {
      .footer-card .inner-content .text-card {
        min-height: 70px; } }
  .footer-card .inner-content .text-card + .btn-section {
    margin: 40px 0 0 0; }
    @media (max-width: 766px) {
      .footer-card .inner-content .text-card + .btn-section {
        margin: 0;
        width: calc(100% - 40px); } }

.micro-card {
  height: 200px;
  min-height: 200px;
  max-height: 200px; }
  .micro-card .inner-content,
  .micro-card .inner-image {
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    height: 100%; }
  .micro-card .inner-content {
    position: relative;
    width: calc(100% - 270px);
    padding: 20px;
    border-top: 1px solid #F4F4F4;
    border-bottom: 1px solid #F4F4F4;
    border-right: 1px solid #F4F4F4;
    float: right; }
    .micro-card .inner-content .btn-wrapper {
      position: absolute;
      bottom: 20px;
      left: 20px; }
    .micro-card .inner-content .btn-main {
      height: 35px;
      line-height: 35px; }
  .micro-card .inner-image {
    float: left;
    width: 270px; }
    .micro-card .inner-image .image-background {
      height: 100%;
      width: 100%;
      background-size: cover;
      background-repeat: none;
      background-position: center center; }

.lmdv-slider-style,
.lmdv-slider .slider-wrapper {
  overflow: hidden; }
  .lmdv-slider-style .owl-dots,
  .lmdv-slider .slider-wrapper .owl-dots {
    font-size: 0;
    text-align: center; }
  .lmdv-slider-style .owl-dot,
  .lmdv-slider .slider-wrapper .owl-dot {
    display: inline-block; }
    .lmdv-slider-style .owl-dot span,
    .lmdv-slider .slider-wrapper .owl-dot span {
      display: block;
      width: 8px;
      height: 8px;
      margin: 5px 5px;
      border: 1px solid #d0d0d0;
      background-color: transparent;
      -webkit-transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
              transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
      border-radius: 50%; }
    .lmdv-slider-style .owl-dot:hover span,
    .lmdv-slider .slider-wrapper .owl-dot:hover span {
      border-color: #FF5B4A; }
    .lmdv-slider-style .owl-dot.active span,
    .lmdv-slider .slider-wrapper .owl-dot.active span {
      border-color: #FF5B4A;
      background-color: #FF5B4A; }

.flickity-page-dots {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 26px;
  margin-top: 20px;
  font-size: 0;
  text-align: center; }
  .flickity-page-dots .dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 5px 5px;
    border: 1px solid #d0d0d0;
    background-color: transparent;
    -webkit-transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
            transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
    border-radius: 50%; }
    .flickity-page-dots .dot:hover {
      border-color: #FF5B4A; }
    .flickity-page-dots .dot.is-selected {
      border-color: #FF5B4A;
      background-color: #FF5B4A; }
 @media (max-width: 766px) {
	[data-type="client-review"]  .control-wrapper {
  display: none; }
}
[data-type="client-review"] .owl-dots {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 26px;
  margin-top: 20px;
  font-size: 0;
  text-align: center; }
  [data-type="client-review"] .owl-dots .owl-dot {
    display: inline-block;
    background-color: transparent;
    -webkit-transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
            transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
    border-radius: 50%; }
    [data-type="client-review"] .owl-dots .owl-dot:hover {
      border-color: #FF5B4A; }
    [data-type="client-review"] .owl-dots .owl-dot.active {
      border-color: #FF5B4A; }

.product-slider-card {
  position: relative;
  height: 600px;
  overflow: hidden; }
  @media (max-width: 1019px) {
    .product-slider-card {
      height: auto; } }
  .product-slider-card .control-wrapper {
    position: absolute;
    z-index: 10;
    top: 40px;
    right: 305px; }
    @media (max-width: 1019px) {
      .product-slider-card .control-wrapper {
        display: none; } }
  .product-slider-card .slider-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .product-slider-card .slider-item {
    width: 100%; }
    @media (max-width: 1019px) and (min-width: 768px) {
      .product-slider-card .slider-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .product-slider-card .slider-item .inner-image {
          -webkit-box-flex: 1;
          -webkit-flex: 1;
              -ms-flex: 1;
                  flex: 1; }
        .product-slider-card .slider-item .inner-content {
          -webkit-box-flex: 1.5;
          -webkit-flex: 1.5;
              -ms-flex: 1.5;
                  flex: 1.5; } }
  .product-slider-card .inner-content,
  .product-slider-card .inner-image {
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    height: 600px; }
    @media (max-width: 1019px) {
      .product-slider-card .inner-content,
      .product-slider-card .inner-image {
        height: auto; } }
  .product-slider-card .inner-content {
    float: right; }
    @media (max-width: 766px) {
      .product-slider-card .inner-content {
        float: none; } }
  .product-slider-card .inner-image {
    float: left;
    background-color: #F7F4F2;
    overflow: hidden; }
    .product-slider-card .inner-image picture,
    .product-slider-card .inner-image img {
      width: 100%;
      height: auto;
      min-height: 100%; }
    @media (max-width: 766px) {
      .product-slider-card .inner-image {
        display: block;
        float: none;
        position: relative;
        overflow: hidden; }
        .product-slider-card .inner-image:before {
          content: '';
          display: block;
          padding-top: 75%; }
        .product-slider-card .inner-image .ratio-content {
          position: absolute;
          top: 0;
          left: 0; }
        .product-slider-card .inner-image .owl-stage-outer,
        .product-slider-card .inner-image .image-background,
        .product-slider-card .inner-image img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; } }
  .product-slider-card .inner-content {
    position: relative;
    width: 420px;
    border-top: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 105px 30px 30px 30px; }
    @media (max-width: 766px) {
      .product-slider-card .inner-content {
        display: block;
        width: 100%;
        padding-top: 45px;
        border-left: 1px solid #e4e4e4; } }
  .product-slider-card .inner-image {
    width: calc(100% - 420px); }
    @media (max-width: 1019px) {
      .product-slider-card .inner-image {
        height: 508px;
        position: relative; }
        .product-slider-card .inner-image picture {
          height: auto; }
          .product-slider-card .inner-image picture img {
            position: absolute;
            right: -40px;
            width: auto; } }
    @media (max-width: 766px) {
      .product-slider-card .inner-image {
        width: 100%;
        height: auto; }
        .product-slider-card .inner-image picture {
          height: auto; }
          .product-slider-card .inner-image picture img {
            height: auto;
            position: absolute;
            right: 0;
            width: 100%; } }
    .product-slider-card .inner-image .image-background {
      height: 100%;
      width: 100%;
      position: relative;
      display: block;
      background-size: cover;
      background-repeat: none;
      background-position: center center; }
      @media (max-width: 766px) {
        .product-slider-card .inner-image .image-background {
          position: absolute; } }
  .product-slider-card .title-card {
    max-width: 220px; }
    @media (max-width: 766px) {
      .product-slider-card .title-card {
        max-width: 100%; } }
  @media (min-width: 768px) and (max-width: 1019px) {
    .product-slider-card .flickity-page-dots {
      width: 64%;
      right: 0;
      left: initial; } }
  @media (max-width: 766px) {
    .product-slider-card .flickity-page-dots {
      top: 240px;
      margin-top: 0; } }

.image-slider {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 260px;
  height: auto; }
  .image-slider .slider-wrapper {
    position: relative;
    z-index: 10; }
  .image-slider li > a,
  .image-slider .link-wrapper {
    display: block;
    height: 100%;
    width: 100%;
    text-align: center; }
  .image-slider li img,
  .image-slider .image-slider-image {
    width: 100%;
    max-height: 215px;
    margin: 0 0 20px 0; }
  .image-slider li span,
  .image-slider .image-slider-title {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
    color: #383838; }
  .image-slider .control-wrapper {
    position: absolute;
    top: 40%;
    margin-top: -15px;
    left: -40px;
    height: 30px;
    z-index: 5;
    width: calc(100% + 80px); }
    @media (max-device-width: 1024px) {
      .image-slider .control-wrapper {
        display: none; } }
    @media (max-width: 1019px) {
      .image-slider .control-wrapper {
        display: none; } }
  .image-slider .slider-btn {
    display: inline-block;
    vertical-align: top;
    height: 30px;
    width: 30px;
    line-height: 28px;
    border-radius: 30px;
    text-align: center;
    border: 2px solid #DCDCDC;
    margin: 0;
    -webkit-transition: border 0.2s ease-in-out;
            transition: border 0.2s ease-in-out;
    font-size: 12px;
    font-size: 0.75rem;
    color: #383838; }
    .image-slider .slider-btn.next {
      float: right; }
    .image-slider .slider-btn:hover {
      border-color: #FF5B4A; }

.product-page-slider {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 550px; }
  .product-page-slider .map-image-background {
    position: absolute;
    bottom: 0;
    right: -40px; }
  .product-page-slider .content-zone {
    text-align: center; }
  @media (max-width: 766px) {
    .product-page-slider .owl-item img {
      width: 100%; } }
  .product-page-slider .title-main {
    margin: 0 0 15px 0; }
  .product-page-slider .subtitle-main {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal; }
  .product-page-slider .lmdv-card {
    position: relative;
    height: 450px;
    max-height: 450px; }
    .product-page-slider .lmdv-card .inner-content {
      position: absolute;
      top: 0;
      right: 0;
      border-left: 0px solid transparent;
      border-right: 1px solid #F8F6F4;
      background: #ffffff;
      text-align: left; }
    .product-page-slider .lmdv-card .inner-image {
      position: absolute;
      top: 0;
      left: 0; }
  .product-page-slider .control-wrapper {
    position: absolute;
    right: 15px;
    top: 50px;
    z-index: 1; }
  .product-page-slider.extensions-slider {
    position: relative; }
    .product-page-slider.extensions-slider .map-image-background {
      position: absolute;
      z-index: 1;
      top: 0;
      right: 0;
      left: 0;
      bottom: 30px;
      background: url("../images/clrz/background-map.png") bottom right no-repeat;
      pointer-events: none; }
    .product-page-slider.extensions-slider .content-zone {
      position: relative;
      z-index: 2; }
    .product-page-slider.extensions-slider .title-main {
      margin-bottom: 10px; }
    .product-page-slider.extensions-slider .subtitle-main {
      letter-spacing: 0.5px; }
    .product-page-slider.extensions-slider .product-slider {
      position: relative;
      z-index: 2;
      margin-top: 35px; }
    .product-page-slider.extensions-slider .its-a-journey-card .inner-image img {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      max-width: none; }
  .product-page-slider.true-slider {
    height: auto; }
    .product-page-slider.true-slider .product-slider {
      position: relative; }
    .product-page-slider.true-slider .control-wrapper {
      right: 0;
      top: auto;
      left: auto;
      bottom: 100%; }
      .product-page-slider.true-slider .control-wrapper.type-2 {
        min-width: 0;
        padding: 20px 0; }
    .product-page-slider.true-slider .slide-el {
      width: 100%; }
    @media (max-width: 766px) {
      .product-page-slider.true-slider .inner-image {
        position: relative;
        top: auto;
        left: auto;
        height: auto;
        position: relative;
        overflow: hidden; }
        .product-page-slider.true-slider .inner-image:before {
          content: '';
          display: block;
          padding-top: 75%; }
        .product-page-slider.true-slider .inner-image .ratio-content {
          position: absolute;
          top: 0;
          left: 0; }
        .product-page-slider.true-slider .inner-image img {
          position: absolute;
          top: 0;
          left: 0; }
      .product-page-slider.true-slider .inner-content {
        position: relative;
        top: auto;
        right: auto;
        border: 0; }
      .product-page-slider.true-slider .control-wrapper {
        display: none; }
      .product-page-slider.true-slider .flickity-page-dots {
        top: 220px;
        bottom: auto;
        margin-top: 0; } }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

@media (max-width: 1019px) {
  .product-page-slider .lmdv-card .inner-content {
    padding-top: 100px; }

  .product-page-slider.true-slider .control-wrapper.type-2 {
    right: 200px;
    top: 20px; } }
@media (min-width: 768px) and (max-width: 1019px) {
  .product-page-slider.true-slider .flickity-page-dots {
    display: none !important; } }
@media (max-width: 766px) {
  .product-page-slider .lmdv-card .inner-content {
    padding-top: 50px; } }
.image-seperator {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 600px;
  line-height: 600px; }
  @media (min-width: 768px) and (max-width: 1019px) {
    .image-seperator {
      height: 400px;
      line-height: 400px; } }
  @media (max-width: 766px) {
    .image-seperator {
      height: 320px;
      line-height: 320px; }
      .image-seperator button {
        width: calc(100% - 80px); } }
  .image-seperator .bg {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #F7F4F2; }
    .image-seperator .bg img {
      width: 100%;
      height: auto; }
  .image-seperator .inner-content {
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    line-height: 1em;
    text-align: center; }
  .image-seperator .title-main {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    line-height: 47px;
    color: #ffffff; }
  .image-seperator .title-main + .btn-main {
    margin: 20px 0 0 0;
    font-weight: 500;
    letter-spacing: 1px; }

.discover-block {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 755px;
  line-height: 755px;
  padding: 0 50px;
  overflow: hidden; }
  @media (min-width: 768px) and (max-width: 1019px) {
    .discover-block {
      height: 387px;
      line-height: 387px;
      width: calc(100% + 60px);
      margin-left: -30px;
      margin-right: -30px;
      margin-bottom: 30px; } }
  @media (max-width: 766px) {
    .discover-block {
      height: 460px;
      line-height: 460px;
      width: calc(100% + 40px);
      margin-left: -20px;
      margin-right: -20px;
      margin-top: 10px;
      margin-bottom: 20px;
      padding: 0 20px; } }
  .discover-block .bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #F7F4F2; }
    .discover-block .bg img {
      width: 100%;
      height: auto; }
  .discover-block .inner-content {
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    line-height: 1em;
    text-align: center; }
  .discover-block .border-wrapper {
    padding: 30px 40px;
    border: 1px solid #DCDCDC; }
  .discover-block .title-main {
    color: #ffffff;
    line-height: 1.1em; }
  .discover-block .sup-head {
    font-size: 26px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.2em;
    font-family: "Oswald", Arial, sans-serif;
    letter-spacing: 1px;
    margin-bottom: 10px; }
  .discover-block .tel {
    font-size: 32px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.2em;
    font-family: "Oswald", Arial, sans-serif;
    letter-spacing: 1px;
    margin-top: 25px; }
  .discover-block .border-wrapper + .btn-main {
    margin-top: 40px; }
    @media (max-device-width: 1024px) {
      .discover-block .border-wrapper + .btn-main {
        font-size: 12px;
        font-size: 0.75rem; } }

.container-push-home {
  overflow: hidden; }

.reasons-block {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 500px;
  background: #ffffff; }
  @media (min-width: 768px) and (max-width: 1019px) {
    .reasons-block {
      height: 570px;
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (max-width: 766px) {
    .reasons-block {
      height: 550px;
      padding-top: 50px;
      padding-bottom: 0px;
      width: calc(100% + 40px);
      margin-left: -20px;
      margin-right: -20px; } }
  .reasons-block .map-image-background {
    position: absolute;
    z-index: 0;
    top: 0;
    left: -150px;
    height: 100%; }
    @media (min-width: 768px) and (max-width: 1019px) {
      .reasons-block .map-image-background {
        left: -100px; } }
    .reasons-block .map-image-background img {
      width: auto;
      height: 100%; }
    @media (max-width: 766px) {
      .reasons-block .map-image-background {
        left: 0;
        width: 100%;
        height: auto; }
        .reasons-block .map-image-background img {
          height: auto; } }
  .reasons-block .inner-content {
    position: relative;
    z-index: 0;
    line-height: 500px;
    font-size: 0; }
  .reasons-block .title-wrapper,
  .reasons-block .blocks-wrapper {
    display: inline-block;
    vertical-align: middle;
    line-height: 1em;
    font-size: 1rem; }
  .reasons-block .title-wrapper {
    position: relative;
    top: -20px;
    width: 440px;
    text-align: right;
    padding: 0 50px 0 0; }
    @media (max-width: 1019px) {
      .reasons-block .title-wrapper {
        display: block;
        top: auto;
        width: 100%;
        text-align: center;
        padding: 0 0 50px 0; } }
  .reasons-block .title-main {
    margin: 15px 0 0 0; }
    @media (max-width: 766px) {
      .reasons-block .title-main {
        font-size: 31px;
        font-size: 1.9375rem; } }
  .reasons-block .blocks-wrapper {
    position: relative;
    top: 10px;
    width: calc(100% - 440px);
    font-size: 0; }
    @media (max-width: 1019px) {
      .reasons-block .blocks-wrapper {
        display: block;
        top: auto;
        width: 100%;
        text-align: center; } }
    @media (max-width: 766px) {
      .reasons-block .blocks-wrapper {
        padding-bottom: 30px; } }
  .reasons-block .block-line {
    position: absolute;
    top: 50%;
    margin-top: -46px;
    right: 20px;
    left: 20px;
    height: 2px;
    background: #FF5B4A; }
    @media (max-width: 766px) {
      .reasons-block .block-line {
        right: 0;
        left: 50%; } }
  .reasons-block .block-el-wrapper {
    display: inline-block;
    vertical-align: top;
    width: calc(33% - 30px); }
    .reasons-block .block-el-wrapper:last-child {
      margin: 0; }
    @media (max-width: 766px) {
      .reasons-block .block-el-wrapper {
        display: block;
        width: 100%; } }
  .reasons-block .block-el-wrapper + .block-el-wrapper {
    margin-left: 45px; }
  .reasons-block .block-el {
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    width: 100%;
    font-size: 1rem;
    background: url("../images/clrz/background-reasons.png");
    background-size: 100% 100%;
    background-repeat: no-repeat; }
    .reasons-block .block-el:before {
      content: '';
      display: block;
      padding-top: 106.60793%; }
    .reasons-block .block-el .ratio-content {
      position: absolute;
      top: 0;
      left: 0; }
    @media (max-width: 766px) {
      .reasons-block .block-el {
        max-width: 230px; } }
    .reasons-block .block-el .ratio-content {
      top: 20px;
      right: 15px;
      bottom: 20px;
      left: 20px;
      text-align: center;
      overflow: hidden; }
      .reasons-block .block-el .ratio-content img {
        width: 100%;
        height: auto; }
  .reasons-block .block-text {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 50px;
    margin: 35px 0 0 0;
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: lighter;
    line-height: 1.4em;
    text-align: center; }
    @media (max-width: 766px) {
      .reasons-block .block-text {
        max-width: 230px; } }
  .reasons-block .reason-img {
    width: calc(100% - 20px);
    height: 100%; }

.images-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  vertical-align: top;
  width: 100%;
  font-size: 0;
  text-align: center; }
  .images-more .images-more-el {
    flex-width: 30%;
    width: 30%;
    font-size: 1rem; }
    .images-more .images-more-el:last-child {
      margin: 0; }

.images-more-el {
  position: relative;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: none;
  background-position: center center; }
  .images-more-el:before {
    content: '';
    display: block;
    padding-top: 76.31579%; }
  .images-more-el .ratio-content {
    position: absolute;
    top: 0;
    left: 0; }
  .images-more-el .image-background {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .images-more-el .image-background img {
      min-width: 100%;
      height: 100%; }
  .images-more-el .ratio-content {
    height: 100%;
    width: 100%;
    padding: 10%; }
  .images-more-el .inner-wrapper {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    vertical-align: top;
    height: 100%;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    text-align: center;
    font-family: "Oswald", Arial, sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: normal;
    color: #ffffff; }

.select-info {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-size: 0; }
  .select-info .left,
  .select-info .right {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 1rem; }
  .select-info .left {
    text-align: right;
    padding: 0 15px 0 0; }
  .select-info .right {
    padding: 0 0 0 15px; }
  .select-info .lmdv-form {
    width: 70%;
    margin: 0 0 25px 0; }
  .select-info .select-info-wrapper {
    display: none;
    max-width: 55%;
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 300;
    color: #383838;
    line-height: 1.5em; }
    .select-info .select-info-wrapper.active {
      display: block; }
  .select-info.title-block {
    height: 263px;
    line-height: 263px; }
    .select-info.title-block .left,
    .select-info.title-block .right {
      vertical-align: middle;
      line-height: 1em; }
    .select-info.title-block .title-card {
      margin: 0 0 15px 0; }

.intro-block {
  position: relative;
  top: -35px;
  margin: 0 auto -35px;
  max-width: 860px;
  text-align: left;
  background: #ffffff;
  padding: 50px 20px 0; }
  .intro-block .title-main {
    margin: 0 0 15px 0; }
  .intro-block button {
    text-decoration: underline;
    display: block;
    margin: 0 auto; }

@media (min-width: 1020px) {
  .product-list {
    padding-top: 55px; } }

.catalog-category-view .product-list-wrapper {
  background: #ffffff;
  padding: 40px; }
  .catalog-category-view .product-list-wrapper .product-list {
    padding-top: 0; }

.filter-wrapper {
  display: block;
  width: 100%;
  max-width: 550px;
  margin: 0 auto 55px; }
  @media (max-width: 1019px) {
    .filter-wrapper {
      margin-bottom: 20px; } }
  .filter-wrapper .clear-filter {
    height: 40px;
    line-height: 40px; }
    .filter-wrapper .clear-filter .icn-close {
      display: inline-block;
      width: 10px;
      height: 10px; }
  @media (max-width: 766px) {
    .filter-wrapper .col-xs-12 {
      margin: 10px 0; } }

.read-more .lmdv-text {
  height: auto;
  max-height: 80px;
  overflow: hidden;
  margin: 0 0 20px 0;
  -webkit-transition: all 275ms ease;
          transition: all 275ms ease; }
  .read-more .lmdv-text.more-height {
    max-height: 1200px; }

.tab-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 100%; }
  .tab-wrapper .tab-label-xs {
    display: none; }
  .tab-wrapper .tab-buttons,
  .tab-wrapper .tab-content {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #F7F4F2; }
  .tab-wrapper .tab-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .tab-wrapper .tab-btn {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-basis: 33.3333333333%;
        -ms-flex-preferred-size: 33.3333333333%;
            flex-basis: 33.3333333333%;
    text-align: center;
    height: 95px;
    line-height: 95px;
    background: transparent;
    cursor: pointer;
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: normal;
    color: #383838;
    -webkit-transition: all 175ms ease;
            transition: all 175ms ease; }
    .tab-wrapper .tab-btn i {
      display: none;
      float: right;
      line-height: 95px;
      margin-right: 20px;
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); }
      @media (max-width: 766px) {
        .tab-wrapper .tab-btn i {
          display: initial; } }
    .tab-wrapper .tab-btn.active {
      background: #ffffff; }
      .tab-wrapper .tab-btn.active:hover {
        background: #ffffff; }
      .tab-wrapper .tab-btn.active i {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }
    .tab-wrapper .tab-btn:hover {
      background: rgba(255, 255, 255, 0.4); }
  .tab-wrapper .tab-inner-content {
    display: none;
    background: #ffffff;
    padding: 60px 120px; }
    .tab-wrapper .tab-inner-content.active {
      display: block; }
  .tab-wrapper.profil .tab-btn {
    position: relative;
    background: #ffffff;
    border-bottom: 1px solid #DCDCDC; }
    .tab-wrapper.profil .tab-btn:after {
      content: '';
      position: absolute;
      bottom: -6px;
      left: 50%;
      margin-left: -5px;
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 7.5px 0 7.5px;
      border-color: #FF5B4A transparent transparent transparent;
      opacity: 0;
      -webkit-transition: all 175ms ease;
              transition: all 175ms ease; }
    .tab-wrapper.profil .tab-btn:hover {
      background: rgba(255, 91, 74, 0.4);
      border-bottom: 1px solid rgba(255, 91, 74, 0.4);
      color: #ffffff; }
    .tab-wrapper.profil .tab-btn.active {
      background: #FF5B4A;
      border-bottom: 1px solid #FF5B4A;
      color: #ffffff; }
      .tab-wrapper.profil .tab-btn.active:after {
        opacity: 1; }
  .tab-wrapper .sub-nav {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 175ms ease;
            transition: all 175ms ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    body.customer-account-edit .tab-wrapper .sub-nav, body.customer-account-personalinfos .tab-wrapper .sub-nav, body.customer-account-documents .tab-wrapper .sub-nav {
      max-height: 80px; }
    .tab-wrapper .sub-nav .sub-button-wrapper {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-flex-basis: 33.3333333333%;
          -ms-flex-preferred-size: 33.3333333333%;
              flex-basis: 33.3333333333%;
      font-size: 14px;
      font-size: 0.875rem;
      text-align: center;
      height: 80px;
      line-height: 80px;
      text-transform: uppercase; }
      .tab-wrapper .sub-nav .sub-button-wrapper a {
        color: #383838;
        -webkit-transition: all 125ms ease;
                transition: all 125ms ease; }
      .tab-wrapper .sub-nav .sub-button-wrapper a.active {
        color: #FF5B4A;
        text-decoration: underline; }
      .tab-wrapper .sub-nav .sub-button-wrapper a:hover {
        color: #FF5B4A;
        text-decoration: underline; }

body.customer-account-edit .customer-account-edit-link,
body.customer-account-personalinfos .customer-account-personalinfos-link,
body.customer-account-documents .customer-account-documents-link {
  color: #FF5B4A !important;
  text-decoration: underline !important; }

body.customer-account-index .customer-account-index-link,
body.customer-account-edit .customer-account-edit-main-link,
body.customer-account-personalinfos .customer-account-edit-main-link,
body.customer-account-documents .customer-account-edit-main-link,
body.wishlist-index-index .wishlist-index-index-link {
  background: #FF5B4A !important;
  border-bottom: 1px solid #FF5B4A !important;
  color: #ffffff !important; }
  body.customer-account-index .customer-account-index-link:after,
  body.customer-account-edit .customer-account-edit-main-link:after,
  body.customer-account-personalinfos .customer-account-edit-main-link:after,
  body.customer-account-documents .customer-account-edit-main-link:after,
  body.wishlist-index-index .wishlist-index-index-link:after {
    opacity: 1 !important; }

.tabs-content .tab-content {
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0s linear 0.2s;
          transition: opacity 0.2s ease-in-out, visibility 0s linear 0.2s; }
	.tabs-content .tab-content strong {
		font-weight:600;
	}
  .tabs-content .tab-content.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0s linear;
            transition: opacity 0.2s ease-in-out, visibility 0s linear; }

@media (max-width: 766px) {
  .tab-wrapper .tab-tabs {
    position: relative;
    height: 50px;
    line-height: 50px; }
  .tab-wrapper .tab-label-xs {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 50px;
    line-height: 50px; }
    .tab-wrapper .tab-label-xs.js-open::after {
      -webkit-transform: scaleY(-1);
          -ms-transform: scaleY(-1);
              transform: scaleY(-1); }
  .tab-wrapper .tab-buttons {
    display: none;
    position: absolute;
    top: 100%;
    left: 0; }
  .tab-wrapper .tab-label-xs.js-open + .tab-buttons {
    display: block; }
  .tab-wrapper .tab-btn {
    display: block;
    height: 50px;
    line-height: 50px;
    background-color: #ffffff;
    border: 1px solid #DCDCDC;
    border-top: 0; }

  .tab-wrapper.profil .tab-buttons {
    display: block;
    position: relative;
    top: auto;
    left: auto; }
  .tab-wrapper.profil .tab-btn {
    height: 95px;
    line-height: 95px;
    text-align: left;
    padding-left: 20px; } }
@media (max-width: 766px) {
  .tab-wrapper .sub-nav.show-sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 250px;
    width: 90%;
    margin: 20px auto 0 auto; }

  .tab-wrapper .sub-nav .sub-button-wrapper {
    margin: 0 0 10px 0;
    border: 1px solid #DCDCDC;
    height: 50px;
    line-height: 50px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    font-size: 0.875rem;
    overflow: hidden; } }
.client-reviews-bg {
  background: url("../images/clrz/bg-reviews.jpg") 100% 100% repeat;
  padding-bottom: 50px; }
  @media (max-width: 766px) {
    .client-reviews-bg {
      padding-bottom: 30px; } }
  .client-reviews-bg .client-reviews {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    min-height: 320px; }
    @media (max-width: 766px) {
      .client-reviews-bg .client-reviews {
        height: auto;
        width: calc( 100% + 20px );
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 0; } }
    .client-reviews-bg .client-reviews .image-background {
      position: absolute;
      top: -20px;
      left: 50%;
      margin-left: -41px;
      background: url("../images/clrz/background-reviews.png") no-repeat;
      width: 82px;
      height: 60px; }
    .client-reviews-bg .client-reviews .review-content {
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: 100%;
      padding-top: 80px;
      text-align: center; }
      .client-reviews-bg .client-reviews .review-content .owl-item {
        height: 160px;
        line-height: 160px; }
        .client-reviews-bg .client-reviews .review-content .owl-item .slider-el.review {
          display: inline-block;
          vertical-align: middle;
          width: 100%;
          line-height: 1em; }
          @media (max-width: 766px) {
            .client-reviews-bg .client-reviews .review-content .owl-item .slider-el.review {
              width: 80%; } }
    .client-reviews-bg .client-reviews .title-red {
      margin: 0 0 25px 0; }
    .client-reviews-bg .client-reviews .slider-wrapper {
      position: relative;
      z-index: 1;
      height: 150px;
      max-width: 600px;
      margin: 0 auto; }
    .client-reviews-bg .client-reviews .control-wrapper {
      position: absolute;
      z-index: 2;
      top: 50%;
      margin-top: 25px;
      left: 50%;
      z-index: 0;
      max-width: 800px;
      width: calc(100% - 25px);
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      .client-reviews-bg .client-reviews .control-wrapper .prev {
        float: left; }
      .client-reviews-bg .client-reviews .control-wrapper .next {
        float: right; }
    @media (max-width: 766px) {
      .client-reviews-bg .client-reviews .slider-el {
        padding: 0 20px;
        width: 80%;
        margin: auto; } }
    .client-reviews-bg .client-reviews .review-text {
      margin: 0 0 10px;
      text-align: center; }
    .client-reviews-bg .client-reviews .review-name {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      font-family: "proxima-nova", Arial, sans-serif;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: bold;
      margin: 0 0 15px 0; }
    .client-reviews-bg .client-reviews .review-note {
      display: inline-block;
      vertical-align: top;
      max-width: 140px;
      font-size: 0; }
      @media (min-width: 768px) and (max-width: 1019px) {
        .client-reviews-bg .client-reviews .review-note {
          width: 190px; } }
      .client-reviews-bg .client-reviews .review-note .title,
      .client-reviews-bg .client-reviews .review-note .review-note-elements {
        display: inline-block;
        vertical-align: middle; }
      .client-reviews-bg .client-reviews .review-note .title {
        font-family: "proxima-nova", Arial, sans-serif;
        font-size: 16px;
        font-size: 1rem;
        font-weight: normal;
        color: #DCDCDC;
        width: 40px; }
      .client-reviews-bg .client-reviews .review-note .review-note-elements {
        width: calc(100% - 40px);
        font-size: 12px;
        font-size: 0.75rem;
        color: #505050; }
        .client-reviews-bg .client-reviews .review-note .review-note-elements .active {
          color: #FF5B4A; }
        @media (max-width: 766px) {
          .client-reviews-bg .client-reviews .review-note .review-note-elements {
            width: calc(100% - 20px); } }
    .client-reviews-bg .client-reviews .review-add {
      padding: 0 20px;
      margin: 10px auto; }
    .client-reviews-bg .client-reviews .verified-by {
      padding: 0 20px;
      margin: 10px auto; }

.popin-background {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 10000; }
  .popin-background.active {
    display: block;
    -webkit-animation: showPopin 125ms ease-in forwards;
            animation: showPopin 125ms ease-in forwards; }

.popin-content {
  position: absolute;
  z-index: 6100;
  top: -50%;
  left: 50%;
  min-height: 200px;
  width: 770px;
  margin-left: -335px;
  background: #ffffff;
  display: none;
  opacity: 0;
  z-index: 10001;
  text-align: center;
  padding: 40px 100px; }
  .popin-content.active {
    display: block;
    top: 375px;
    -webkit-animation: showPopinInner 245ms ease-in forwards;
            animation: showPopinInner 245ms ease-in forwards;
    -webkit-animation-delay: 85ms;
            animation-delay: 85ms; }

.close-popin-trigger {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 16px;
  width: 16px;
  font-size: 16px;
  font-size: 1rem;
  color: #383838; }

.popin-title,
.popin-text,
.popin-button-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 100%; }

.popin-title {
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.4em;
  color: #383838;
  margin: 0 0 20px 0; }
  .popin-title strong {
    font-weight: bold; }

.popin-text {
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4em;
  color: #383838;
  margin: 0 0 35px 0; }

.bottom-wrapper {
  position: absolute;
  bottom: 20px;
  left: 20px; }
  .bottom-wrapper .btn-wrapper,
  .bottom-wrapper .social-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 100%; }
  .bottom-wrapper .btn-wrapper {
    margin: 0 0 30px 0; }
  .bottom-wrapper .social-btn {
    display: inline-block;
    vertical-align: top;
    height: 40px;
    width: 40px;
    border-radius: 40px;
    line-height: 42px;
    text-align: center;
    color: #FF5B4A;
    background: #F7F4F2;
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-transition: all 125ms ease;
            transition: all 125ms ease; }
    .bottom-wrapper .social-btn + .social-btn {
      margin: 0 0 0 10px; }
    .bottom-wrapper .social-btn:hover {
      background: #FF5B4A;
      color: #ffffff; }

@-webkit-keyframes showPopin {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block; }
  100% {
    display: block;
    opacity: 1; } }

@keyframes showPopin {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block; }
  100% {
    display: block;
    opacity: 1; } }
@-webkit-keyframes showPopinInner {
  0% {
    display: none;
    opacity: 0;
    top: 200px; }
  1% {
    display: block; }
  90% {
    top: 375px; }
  100% {
    display: block;
    opacity: 1; } }
@keyframes showPopinInner {
  0% {
    display: none;
    opacity: 0;
    top: 200px; }
  1% {
    display: block; }
  90% {
    top: 375px; }
  100% {
    display: block;
    opacity: 1; } }
@media (max-width: 992px) {
  .popin-content {
    width: 90%;
    margin-left: 5%;
    left: 0; } }
.event-main {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
  top: -255px;
  margin-bottom: -255px; }
  .event-main .product-slider-card .inner-content {
    padding-top: 80px;
    border: 1px solid #DCDCDC;
    background: #ffffff; }
  .event-main .product-slider-card .event-title-red {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    color: #FF5B4A;
    margin: 0 0 10px 0; }
  .event-main .product-slider-card .event-subtitle {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 30px 0; }
  .event-main .product-slider-card .text-card {
    line-height: 1.6em; }
  .event-main .control-wrapper {
    top: 30px; }

.category-evenements-culturels .view_event .title-card {
  text-align: center;
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 60px; }
.category-evenements-culturels .view_event .type-wrapper:before {
  display: none; }
.category-evenements-culturels .view_event .bottom-wrapper .list-share {
  margin-top: 30px; }
.category-evenements-culturels .view_event .bottom-wrapper .btn-section {
  padding: 0 45px; }
@media (max-width: 1019px) {
  .category-evenements-culturels .view_event .product-slider-card .slider-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; } }
.category-evenements-culturels .view_event .product-slider-card .inner-content {
  padding: 105px 40px 40px 40px; }
  @media (max-width: 1019px) {
    .category-evenements-culturels .view_event .product-slider-card .inner-content {
      width: 100%;
      float: none; } }
  @media (max-width: 766px) {
    .category-evenements-culturels .view_event .product-slider-card .inner-content {
      padding-top: 40px; } }
@media (max-width: 1019px) {
  .category-evenements-culturels .view_event .product-slider-card .inner-image {
    width: 100%;
    float: none; } }
@media (min-width: 768px) and (max-width: 1019px) {
  .category-evenements-culturels .view_event .product-slider-card .control-wrapper {
    display: block;
    top: 550px;
    right: auto;
    left: 40px; } }
.category-evenements-culturels .view_event .product-slider-card .bottom-wrapper {
  bottom: 40px;
  left: 40px; }
  @media (max-width: 1019px) {
    .category-evenements-culturels .view_event .product-slider-card .bottom-wrapper {
      position: relative;
      bottom: auto;
      left: auto; } }

.event-details {
  margin: 40px 0;
  background: #ffffff;
  padding: 40px 80px;
  line-height: 21px; }
  .event-details .title-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
    margin: 0 0 40px 0; }
  .event-details .event-details-text {
    line-height: 1.4em; }

.event-related {
  margin: 80px 0 100px 0; }
  .event-related .title-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
    margin: 0 0 40px 0; }

.event-information {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background: #ffffff;
  font-size: 0;
  padding: 40px 70px;
  text-align: center; }
  .event-information .title-card {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 0 0 50px 0; }
  .event-information .list-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    list-style: none;
    font-size: 1rem;
    text-align: left; }
    .event-information .list-wrapper > li {
      display: inline-block;
      vertical-align: top;
      width: 70%;
      max-width: 70%;
      font-family: "proxima-nova", Arial, sans-serif;
      font-size: 15px;
      font-size: 0.9375rem;
      font-weight: 300;
      color: #383838;
      line-height: 1.4em; }
      .event-information .list-wrapper > li + li {
        margin: 10px 0 0 0; }
      .event-information .list-wrapper > li.title {
        font-weight: normal; }
      .event-information .list-wrapper > li a {
        color: #383838; }

.main-sidebar {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  /*     .container-product-page.product-type-circuit & .btn-devis {
          color: $orange;
          background-color: $white;
  
          &:focus,
          &:hover {
              color: $white;
              background-color: $orange;
          }
      } */ }
  .main-sidebar .offer-form,
  .main-sidebar .ask-quote,
  .main-sidebar .description-zone {
    display: inline-block;
    vertical-align: top;
    width: 100%; }
    .main-sidebar .offer-form .service-content.close,
    .main-sidebar .ask-quote .service-content.close,
    .main-sidebar .description-zone .service-content.close {
      overflow: hidden;
      position: relative;
      max-height: 150px;
      text-align: justify;
      margin-right: -1em;
      padding-right: 1em; }
      .main-sidebar .offer-form .service-content.close:before,
      .main-sidebar .ask-quote .service-content.close:before,
      .main-sidebar .description-zone .service-content.close:before {
        content: '...';
        position: absolute;
        right: 6px;
        bottom: 3px; }
      .main-sidebar .offer-form .service-content.close:after,
      .main-sidebar .ask-quote .service-content.close:after,
      .main-sidebar .description-zone .service-content.close:after {
        content: '';
        position: absolute;
        right: 0;
        width: 1em;
        height: 1em;
        margin-top: 0.2em;
        background: white; }
  .main-sidebar #ouropinion {
    padding: 20px;
    line-height: 1.4em; }
    .main-sidebar #ouropinion .title {
      text-align: center;
      font-size: 24px;
      font-family: "Oswald", Arial, sans-serif;
      margin-bottom: 10px; }
  .main-sidebar .offer-from {
    background: #383838;
    padding: 15px 50px;
    text-align: center;
    color: #ffffff;
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 300;
    letter-spacing: .4px; }
    .main-sidebar .offer-from .top,
    .main-sidebar .offer-from p {
      display: inline-block;
      vertical-align: top;
      width: 100%; }
    .main-sidebar .offer-from .top {
      letter-spacing: 1.5px; }
      .main-sidebar .offer-from .top span {
        display: inline-block;
        vertical-align: bottom; }
    .main-sidebar .offer-from .top + p {
      margin-top: 10px; }
    .main-sidebar .offer-from .price {
      margin: 0 0 0 6px;
      font-family: "Oswald", Arial, sans-serif;
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: normal;
      letter-spacing: 1px; }
      .main-sidebar .offer-from .price .asterisk {
        font-family: "Oswald", Arial, sans-serif;
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: 300;
        position: relative;
        top: -7px; }
    .main-sidebar .offer-from p {
      margin: 0; }
    .main-sidebar .offer-from .beforeprice:first-letter {
      text-transform: capitalize; }
    .main-sidebar .offer-from .afterprice {
      margin-top: 14px; }
  .main-sidebar .ask-quote {
    background: #EBEBEB;
    padding: 20px;
    text-align: center; }
    .main-sidebar .ask-quote .button-wrapper  {
      display: inline-block;
      vertical-align: top;
      width: 100%; }
    .main-sidebar .ask-quote .tel-link {
      font-family: "proxima-nova", Arial, sans-serif;
      font-size: 20px;
      font-size: 1.25rem;
      font-weight: bold;
      color: #FF5B4A;
      letter-spacing: 0.5px; }
  .main-sidebar .journey-dates + div > .ask-quote {
    padding-top: 10px; }
  .main-sidebar .description-zone {
    background: #ffffff;
    padding: 20px; }
    .main-sidebar .description-zone .description-title,
    .main-sidebar .description-zone .seperator,
    .main-sidebar .description-zone .lmdv-text {
      display: inline-block;
      vertical-align: top;
      width: 100%; }
    .main-sidebar .description-zone .seperator {
      margin: 7px 0;
      text-align: center; }
      .main-sidebar .description-zone .seperator:after {
        content: '';
        display: inline-block;
        vertical-align: top;
        height: 2px;
        width: 15px;
        background: #FF5B4A; }
    .main-sidebar .description-zone li::before {
      content: '';
      display: block;
      height: 1px;
      width: 15px;
      margin: 13px auto 13px;
      background: #FF5B4A; }
    .main-sidebar .description-zone .lmdv-text {
      margin: 0; }
  .main-sidebar .share-zone {
    background: #EBEBEB;
    padding: 20px; }
    .main-sidebar .share-zone .social-wrapper {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      text-align: center;
      margin: 0 0 20px 0; }
    .main-sidebar .share-zone .social-btn {
      display: inline-block;
      vertical-align: top;
      height: 40px;
      width: 40px;
      line-height: 42px;
      border-radius: 40px;
      text-align: center;
      color: #FF5B4A;
      background: #ffffff;
      -webkit-transition: all 175ms ease;
              transition: all 175ms ease; }
      .main-sidebar .share-zone .social-btn + .social-btn {
        margin: 0 0 0 10px; }
        @media (max-width: 766px) {
          .main-sidebar .share-zone .social-btn + .social-btn {
            margin-left: 20px; } }
      .main-sidebar .share-zone .social-btn:hover {
        background: #FF5B4A;
        color: #ffffff; }
    .main-sidebar .share-zone .button-wrapper {
      display: inline-block;
      vertical-align: top;
      width: 100%; }
      .main-sidebar .share-zone .button-wrapper .btn-icon {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin: 0 0 10px 0; }
        @media (min-width: 768px) and (max-width: 1019px) {
          .main-sidebar .share-zone .button-wrapper .btn-icon {
            text-align: center; } }
        .main-sidebar .share-zone .button-wrapper .btn-icon i {
          font-size: 14px;
          font-size: 0.875rem; }
    @media (max-width: 766px) {
      .main-sidebar .share-zone .wishlist-wrapper {
        text-align: center; } }
    @media (min-width: 768px) and (max-width: 1019px) {
      .main-sidebar .share-zone .wishlist-wrapper {
        margin: 33.5px 0px; } }
  .main-sidebar .sidebar-title {
    text-align: center;
    font-family: "Oswald", Arial, sans-serif;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: normal;
    color: #383838;
    margin: 0 0 15px 0; }
  .main-sidebar .sidebar-title-section {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: normal;
    color: #0e151d;
    text-transform: uppercase;
    line-height: 1.1;
    font-weight: bold;
    margin-bottom: 12px; }
    .main-sidebar .sidebar-title-section.small {
      text-transform: none;
      font-weight: 500; }
  .main-sidebar .extra {
    background: #EBEBEB;
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: normal;
    padding: 15px 0 10px 0; }
  .main-sidebar .journey-dates:not(:empty) {
    background: #EBEBEB;
    padding: 20px;
    text-align: center; }
  .main-sidebar .btn-devis,
  .main-sidebar .btn-book {
    height: 44px; }
  .main-sidebar .note.extra {
    background: #F7F4F2; }
  .main-sidebar .datepicker-wrapper {
    position: relative;
    height: 38px; }
    .main-sidebar .datepicker-wrapper .datepicker-input {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 38px;
      opacity: 0;
      padding: 0;
      border: 0; }
    .main-sidebar .datepicker-wrapper .ui-datepicker-trigger {
      position: relative;
      z-index: 20;
      height: 38px;
      line-height: 37px;
      font-size: 14px; }
  .main-sidebar .notes {
    padding: 10px 20px;
    opacity: .75; }
  .main-sidebar #book_journey_promotion,
  .main-sidebar #book_journey_legend {
    margin-bottom: 10px; }
  .main-sidebar #departure-date {
    margin-bottom: 10px;
    background-color: #ffffff; }
    .main-sidebar #departure-date strong {
      color: #FF5B4A; }
  .main-sidebar #book_journey_submit {
    cursor: pointer; }
  .main-sidebar hr {
    display: none; }
  .main-sidebar #price_details {
    padding: 20px; }
    .main-sidebar #price_details strong {
      display: block;
      margin-bottom: 10px; }
  .main-sidebar .wisiwig-price-details {
    background-color: #ebebeb;
    text-align: center;
    font-size: 13px;
    font-weight: bold; }
    .main-sidebar .wisiwig-price-details .lmdv-text {
      font-size: 13px;
      font-weight: bold; }
    .main-sidebar .wisiwig-price-details strong {
      font-weight: bold;
      font-size: 15px;
      text-transform: uppercase; }
    .main-sidebar .wisiwig-price-details table {
      width: 100%;
      margin: 10px; }
      .main-sidebar .wisiwig-price-details table td {
        font-size: 13px;
        text-align: left;
        font-weight: 400; }
      .main-sidebar .wisiwig-price-details table td:nth-child(1) {
        padding-left: 10px; }
      .main-sidebar .wisiwig-price-details table td:nth-child(2) {
        padding-left: 15x;
        padding-right: 20px; }
      .main-sidebar .wisiwig-price-details table td:nth-child(2) strong,
      .main-sidebar .wisiwig-price-details table td:nth-child(2) {
        font-family: "Oswald", Arial, sans-serif;
        color: #FF5B4A;
        font-style: normal;
        font-weight: 300; }
      .main-sidebar .wisiwig-price-details table td:nth-child(3) {
        padding-right: 10px;
        text-align: right;
        color: #FF5B4A; }
      .main-sidebar .wisiwig-price-details table td:nth-child(3) a {
        color: #FF5B4A;
        text-decoration: underline;
        cursor: pointer; }
        .main-sidebar .wisiwig-price-details table td:nth-child(3) a:focus, .main-sidebar .wisiwig-price-details table td:nth-child(3) a:hover {
          text-decoration: none; }
    .main-sidebar .wisiwig-price-details .seperator {
      margin: 35px 0 0 0;
      text-align: center;
      height: 1px; }
      .main-sidebar .wisiwig-price-details .seperator:after {
        content: '';
        display: inline-block;
        vertical-align: top;
        height: 1px;
        width: 70px;
        background: #FF5B4A; }

.ui-datepicker.ui-datepicker {
  position: relative;
  width: 270px;
  background: #ffffff;
  border: 1px solid #DCDCDC;
  padding: 20px 30px 50px;
  border-radius: 0; }
  .catalog-product-view .ui-datepicker.ui-datepicker::before {
    content: '';
    display: block;
    background-color: #aeded2;
	border-radius:50%;
    width: 12px;
    height: 12px;
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 93px; }
  .catalog-product-view .ui-datepicker.ui-datepicker::after {
    content: 'Dates disponibles';
    display: block;
    color: #000000;
    text-align: left;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 115px; }
  .ui-datepicker.ui-datepicker .ui-widget-header {
    background: transparent;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: bold;
    color: #000;
    border: 0;
    margin-bottom: 15px; }
  .ui-datepicker.ui-datepicker .ui-datepicker-month {
    text-transform: capitalize; }
  .ui-datepicker.ui-datepicker .ui-datepicker-prev-hover,
  .ui-datepicker.ui-datepicker .ui-datepicker-prev {
    left: 2px;
    cursor: pointer; }
  .ui-datepicker.ui-datepicker .ui-datepicker-prev .ui-icon {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 7px 6.5px 0;
    border-color: transparent #c1c1c1 transparent transparent;
    background: none; }
    .ui-datepicker.ui-datepicker .ui-datepicker-prev .ui-icon:focus, .ui-datepicker.ui-datepicker .ui-datepicker-prev .ui-icon:hover {
      border-color: transparent #FF5B4A transparent transparent; }
  .ui-datepicker.ui-datepicker .ui-datepicker-next-hover,
  .ui-datepicker.ui-datepicker .ui-datepicker-next {
    right: 2px;
    cursor: pointer; }
  .ui-datepicker.ui-datepicker .ui-datepicker-next .ui-icon {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 0 6.5px 7px;
    border-color: transparent transparent transparent #c1c1c1;
    background: none; }
    .ui-datepicker.ui-datepicker .ui-datepicker-next .ui-icon:focus, .ui-datepicker.ui-datepicker .ui-datepicker-next .ui-icon:hover {
      border-color: transparent transparent transparent #FF5B4A; }
    .ui-datepicker.ui-datepicker .ui-datepicker-next .ui-icon span {
      margin-left: -3px;
      margin-top: -7px; }
  .ui-datepicker.ui-datepicker .ui-state-hover,
  .ui-datepicker.ui-datepicker .ui-widget-content .ui-state-hover,
  .ui-datepicker.ui-datepicker .ui-widget-header .ui-state-hover,
  .ui-datepicker.ui-datepicker .ui-state-focus, .ui-datepicker.ui-datepicker .ui-widget-content .ui-state-focus,
  .ui-datepicker.ui-datepicker .ui-widget-header .ui-state-focus {
    border: 0;
    background: inherit;
    font-weight: inherit;
    color: inherit; }
  .ui-datepicker.ui-datepicker th {
    padding: 0;
    text-align: center;
    border: 0;
    font-size: 14px; }
  .ui-datepicker.ui-datepicker td {
    text-align: center;
    padding: 2px;
    font-size: 14px; }
  .ui-datepicker.ui-datepicker td:not(.ui-state-disabled):not(.ui-datepicker-unselectable):not(.ui-state-disabled) {
    position: relative;}
   .catalog-product-view .ui-datepicker.ui-datepicker td:not(.ui-state-disabled):not(.ui-datepicker-unselectable):not(.ui-state-disabled) {
    position: relative;
	background:#aeded2;
	border-radius:50%;}
    .catalog-product-view .ui-datepicker.ui-datepicker td:not(.ui-state-disabled):not(.ui-datepicker-unselectable):not(.ui-state-disabled)::before {
      content: attr(title);
      display: block;
      text-align: center;
      font-size: 14px;
      font-weight: bold;
      color: #FF5B4A;
      padding: 0 9px;
      line-height: 23px;
      border: 1px solid #d0d0d0;
      background-color: #ffffff;
      position: absolute;
      bottom: 100%;
      left: 50%;
      margin-bottom: 6px;
      opacity: 0;
      border-radius: 2px;
      -webkit-transform: translate(-50%, 2px);
          -ms-transform: translate(-50%, 2px);
              transform: translate(-50%, 2px);
      -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
              transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out; }
    .catalog-product-view .ui-datepicker.ui-datepicker td:not(.ui-state-disabled):not(.ui-datepicker-unselectable):not(.ui-state-disabled)::after {
      content: '';
      position: absolute;
      left: 14px;
      -webkit-transform: translate(-50%, 2px) rotate(45deg);
          -ms-transform: translate(-50%, 2px) rotate(45deg);
              transform: translate(-50%, 2px) rotate(45deg);
      width: 7px;
      height: 7px;
      background-color: #ffffff;
      border: 1px solid #d0d0d0;
      top: -10px;
      opacity: 0;
      border-top: none;
      border-left: none;
      -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
              transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out; }
    .catalog-product-view .ui-datepicker.ui-datepicker td:not(.ui-state-disabled):not(.ui-datepicker-unselectable):not(.ui-state-disabled):hover::before, .catalog-product-view .ui-datepicker.ui-datepicker td:not(.ui-state-disabled):not(.ui-datepicker-unselectable):not(.ui-state-disabled):hover::after {
      opacity: 1;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
              transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out; }
    .catalog-product-view .ui-datepicker.ui-datepicker td:not(.ui-state-disabled):not(.ui-datepicker-unselectable):not(.ui-state-disabled):hover::after {
      -webkit-transform: translate(-50%, 0) rotate(45deg);
          -ms-transform: translate(-50%, 0) rotate(45deg);
              transform: translate(-50%, 0) rotate(45deg); }
  .ui-datepicker.ui-datepicker th,
  .ui-datepicker.ui-datepicker td a,
  .ui-datepicker.ui-datepicker td span {
    line-height: 26px;
    text-align: center;
    padding: 0; }
  .ui-datepicker.ui-datepicker .ui-state-default {
    color: #565a5c;
    border: 0;
	border-radius:50%;
    background: transparent;
    font-weight: normal; }
  .ui-datepicker.ui-datepicker td a.ui-state-default {
    -webkit-transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
            transition: color 0.1s ease-in-out, background 0.1s ease-in-out; }
    .ui-datepicker.ui-datepicker td a.ui-state-default:focus, .ui-datepicker.ui-datepicker td a.ui-state-default:hover {
       color: #fff;
      background-color: #6fb8a4;
	  border-radius:50%; }
	.catalog-product-view .ui-datepicker.ui-datepicker td a.ui-state-default:hover {
      color: #505050;
      background-color: #6fb8a4;
	  border-radius:50%;}
  .ui-datepicker.ui-datepicker .ui-state-disabled .ui-state-default,
  .ui-datepicker.ui-datepicker .ui-state-disabled {
    color: #545454;
    opacity: 1; }

#map-canvas {
  height: 275px;
  background: #eee; }

.product-family-fit .main-sidebar .sidebar-title-section {
  display: none; }
.product-family-fit .main-sidebar .journey-dates #province,
.product-family-fit .main-sidebar .journey-dates #book_journey_legend {
  display: none; }
.product-family-fit .main-sidebar .content_phone {
  margin-bottom: 2px; }
.product-family-fit .main-sidebar #devis {
  padding-bottom: 0; }
  .product-family-fit .main-sidebar #devis::after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #FF5B4A; }
.product-family-fit .main-sidebar .journey-dates + #devis,
.product-family-fit .main-sidebar #devis + .journey-dates {
  padding-top: 0; }
.product-family-fit .main-sidebar .btn-devis {
  margin-bottom: 5px; }
.product-family-fit .main-sidebar #book_journey_promotion {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 16px; }
.product-family-fit .main-sidebar #book_journey_entries {
  margin-bottom: 15px; }
.product-family-fit .main-sidebar #book_journey_submit {
  border: 0;
  border-radius: 2px; }

.product-family-itineraire .main-sidebar #devis .btn-devis {
  background: #fff;
  color: #FF5B4A; }
  .product-family-itineraire .main-sidebar #devis .btn-devis:focus, .product-family-itineraire .main-sidebar #devis .btn-devis:hover {
    color: #fff;
    background: #ff2d17; }

.product-family-itineraire .main-sidebar #province,
.product-family-itineraire .main-sidebar #book_journey_legend,
.product-family-itineraire .main-sidebar #price_details {
  display: none; }
.product-family-itineraire .main-sidebar #getproducttitle {
  margin-bottom: 20px; }
.product-family-itineraire .main-sidebar .lmdv-form .dropdown dt {
  background-color: transparent; }
  @media (min-width: 1020px) {
    .product-family-itineraire .main-sidebar .lmdv-form .dropdown dt {
      height: 38px;
      line-height: 38px; } }
.product-family-itineraire .main-sidebar #departure-date {
  background-color: #fff; }
.product-family-itineraire .main-sidebar .journey-dates + #devis,
.product-family-itineraire .main-sidebar #devis + .journey-dates {
  padding-top: 10px;
  padding-bottom: 30px; }
.product-family-itineraire .main-sidebar #get_quote_form {
  margin-bottom: 5px; }

#newsletter-popin {
  display: none; }

.picturefill-background {
  width: 100%;
  height: 100%; }

body {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #383838; }

.wrapper {
  position: relative;
  z-index: 1; }

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

a {
  color: #383838;
  -webkit-transition: color 0.2s ease-in-out;
          transition: color 0.2s ease-in-out; }
a#ctl00_Contenu_hypLienPdf  {
	  color: #ff5b4a;
}
@media (min-width: 1020px) {
  .col-main,
  .catalog-category-view, .page {
    position: relative; }
    .col-main .breadcrumbs,
    .catalog-category-view .breadcrumbs, .page .breadcrumbs {
      position: absolute;
      top: -284px;
      left: 50px;
      max-width: none;
      line-height: 14px; } }
    @media (max-width: 1020px) {
      .col-main .breadcrumbs,
      .catalog-category-view .breadcrumbs, .page .breadcrumbs {
        display: none; } }
@media (min-width: 1020px) {
      .col-main .breadcrumbs ol:hover li,
      .catalog-category-view .breadcrumbs ol:hover li, .page .breadcrumbs ol:hover li {
        color: rgba(255, 255, 255, 0.6); }
        .col-main .breadcrumbs ol:hover li a,
        .catalog-category-view .breadcrumbs ol:hover li a, .page .breadcrumbs ol:hover li a {
          color: rgba(255, 255, 255, 0.6); }
      .col-main .breadcrumbs ol li,
      .catalog-category-view .breadcrumbs ol li, .page .breadcrumbs ol li {
        display: inline-block;
        float: left;
        color: rgba(255, 255, 255, 0.4);
        padding-left: 4px;
        font-size: 13px; }
        .col-main .breadcrumbs ol li a,
        .catalog-category-view .breadcrumbs ol li a, .page .breadcrumbs ol li a {
          color: rgba(255, 255, 255, 0.4); }
          .col-main .breadcrumbs ol li a:hover,
          .catalog-category-view .breadcrumbs ol li a:hover, .page .breadcrumbs ol li a:hover {
            color: rgba(255, 255, 255, 0.8); }
        .col-main .breadcrumbs ol li span,
        .catalog-category-view .breadcrumbs ol li span, .page .breadcrumbs ol li span {
          color: rgba(255, 255, 255, 0.9);
          webkit-transition: color 0.2s linear;
          -moz-transition: color 0.2s linear;
          -o-transition: color 0.2s linear;
          -ms-transition: color 0.2s linear;
          transition: color 0.2s linear; }
		.col-main .breadcrumbs ol li a span:hover,
		.catalog-category-view .breadcrumbs ol li a span:hover,
		.page .breadcrumbs ol li a span:hover {
          color: rgba(134, 192, 177, 1) !important; }

  .catalog-category-view .breadcrumbs, .page .breadcrumbs {
    position: absolute;
    top: 55px;
    left: 30px;
    z-index: 10; } }


@media (max-width: 1019px) {
  .page {
    overflow-x: hidden; } }

.vertical_social {
  display: none; }

.main {
  position: relative;
  z-index: 5; }

body.catalog-product-view .header-background-image .picturefill-background {
  -webkit-filter: blur(4px) brightness(60%);
          filter:  blur(4px) brightness(60%);
  position: relative; }
  body.catalog-product-view .header-background-image .picturefill-background:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25); }

.header-background-image,
.overlay-no-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 720px;
  overflow: hidden;}
  @media (max-width: 1019px) {
    .header-background-image,
	.overlay-no-bg	{
      height: 568px; } }
  @media (max-width: 766px) {
    .header-background-image,
	.overlay-no-bg	{
      height: 620px; } }
 .header-background-image {
  z-index: 1; }
  .header-background-image .picturefill-background {
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    display: block;
    width: calc( 100% + 10px );
    height: calc( 100% + 10px );
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #292929; }
    body:not(.devis-index-index) .header-background-image .picturefill-background:not(.cms-index-defaultindex) .header-background-image .picturefill-background:not(.catalog-category-view) {
      -webkit-filter: blur(5px);
              filter: blur(5px); }		  
	  .overlay-no-bg.overlay-visible {
		display: block;
		background: rgba(9, 4, 0, 0.8);
		-webkit-transition: background 0.5s ease-in-out;
		transition: background 0.5s ease-in-out;
		z-index: 6;}
.header-container {
  position: relative;
  z-index: 50;
  height: 350px;
  color: #ffffff;
  pointer-events: none; }
  @media (max-width: 1019px) {
    .header-container {
      height: 220px; } }
  @media (max-width: 766px) {
    .header-container {
      height: 235px; } }
  .header-container::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background-image: -webkit-linear-gradient(top, rgba(20, 23, 24, 0.6), rgba(20, 23, 24, 0));
    background-image: linear-gradient(to bottom, rgba(20, 23, 24, 0.6), rgba(20, 23, 24, 0)); }
  .header-container .header-right,
  .header-container .lmdv_brands_div,
  .header-container .header-placeholder .header,
  .header-container .header-placeholder {
    height: 88px; }
    @media (max-width: 1019px) {
      .header-container .header-right,
      .header-container .lmdv_brands_div,
      .header-container .header-placeholder .header,
      .header-container .header-placeholder {
        height: 65px; } }
  @media (max-width: 766px) {
    .header-container .header-placeholder {
      z-index: 22; } }
  .header-container .header-placeholder .header {
    position: absolute;
    z-index: 23;
    top: 0;
    right: 0;
    left: 0;
    color: #ffffff;
    pointer-events: none; }
    .header-container .header-placeholder .header a {
      color: inherit; }
    @media (max-width: 1019px) {
      .header-container .header-placeholder .header {
        height: 65px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
        .js-sticky-in .header-container .header-placeholder .header {
          background-color: rgba(3, 17, 24, 0.75); } }
    .header-container .header-placeholder .header::after, .header-container .header-placeholder .header::before {
      content: '';
      position: absolute;
      bottom: 0;
      height: 0px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.25);
      width: calc( 50% - 105px);
      -webkit-transition: background 0.2s ease-in-out;
              transition: background 0.2s ease-in-out; }
      @media (max-width: 1019px) {
        .header-container .header-placeholder .header::after, .header-container .header-placeholder .header::before {
          display: none; } }
    .header-container .header-placeholder .header::before {
      left: 0; }
    .header-container .header-placeholder .header::after {
      right: 0; }
    .js-burger-in .header-container .header-placeholder .header, .js-brands-in .header-container .header-placeholder .header, .js-megamenu-in .header-container .header-placeholder .header::before, .js-megamenu-in .header-container .header-placeholder .header::after, .js-brands-in .header-container .header-placeholder .header::before, .js-brands-in .header-container .header-placeholder .header::after {
      border-color: #FF5B4A; }
  .header-container .lmdv_brands_div {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 50px;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    cursor: pointer;
    -webkit-transition: background 0.2s ease-in-out;
            transition: background 0.2s ease-in-out;
    pointer-events: auto;
    overflow: hidden; }
    .js-brands-in .header-container .lmdv_brands_div {
      background-color: #FF5B4A; }
    @media (max-width: 1019px) {
      .header-container .lmdv_brands_div {
        padding: 0 50px;
        line-height: 65px; } }
    @media (max-width: 766px) {
      .header-container .lmdv_brands_div {
        width: calc( 100% - 65px );
        padding: 0 20px;
        border-right: 0; } }
    @media (max-width: 340px) {
      .header-container .lmdv_brands_div {
        padding: 0 10px 0 20px; } }
    .header-container .lmdv_brands_div .label {
      font-family: "Oswald", Arial, sans-serif;
      font-size: 20px;
      text-transform: uppercase;
      color: #ffffff;
      line-height: 1;
      margin-bottom: 10px;
      white-space: nowrap; }
      @media (max-width: 1019px) {
        .header-container .lmdv_brands_div .label {
          line-height: inherit; } }
      @media (max-width: 340px) {
        .header-container .lmdv_brands_div .label {
          font-size: 18px; } }
    .header-container .lmdv_brands_div .icon {
      display: inline-block;
      vertical-align: middle;
      font-size: 8px;
      margin-left: 40px; }
      @media (max-width: 1019px) {
        .header-container .lmdv_brands_div .icon {
          margin-left: 15px; } }
    .header-container .lmdv_brands_div .info {
      font-size: 13px;
      line-height: 1;
      opacity: .5;
      letter-spacing: 1.5px; }
      @media (max-width: 1019px) {
        .header-container .lmdv_brands_div .info {
          display: none; } }
  .header-container .lmdv_brands_links {
    position: absolute;
    z-index: 11;
    top: 88px;
    right: 0;
    left: 0;
    height: calc( 720px - 88px );
    background-color: rgba(3, 17, 24, 0.75);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0s linear 0.2s;
            transition: opacity 0.2s ease-in-out, visibility 0s linear 0.2s; }
    @media (min-width: 1020px) {
      .header-container .lmdv_brands_links {
        pointer-events: auto; } }
    @media (max-width: 1019px) {
      .header-container .lmdv_brands_links {
        z-index: 21;
        top: 65px; } }
    @media (max-width: 1019px) {
      .header-container .lmdv_brands_links {
        position: fixed;
        top: 65px;
        pointer-events: auto;
        overflow: auto;
        height: calc(100vh - 65px); } }
    .js-brands-in .header-container .lmdv_brands_links {
      opacity: 1;
      visibility: visible;
      -webkit-transition: opacity 0.2s ease-in-out, visibility 0s linear;
              transition: opacity 0.2s ease-in-out, visibility 0s linear; }
    .header-container .lmdv_brands_links .baseline {
      margin-top: 116px;
      margin-bottom: 50px;
      text-align: center;
      text-transform: uppercase;
      color: #ffffff;
      font-weight: bold;
      font-size: 17px; }
      @media (max-width: 766px) {
        .header-container .lmdv_brands_links .baseline {
          display: none; } }
    .header-container .lmdv_brands_links .lists {
      font-size: 0;
      text-align: center; }
    .header-container .lmdv_brands_links .list {
      display: inline-block;
      vertical-align: top;
      width: auto;
      width: 350px;
      margin: 0 auto;
      text-align: left; }
      @media (max-width: 766px) {
        .header-container .lmdv_brands_links .list {
          width: 100%;
          padding-top: 30px;
          padding-bottom: 30px; }
          .header-container .lmdv_brands_links .list a {
            padding-left: 20px;
            padding-right: 20px; } }
    .header-container .lmdv_brands_links .logos-list {
      display: inline-block;
      vertical-align: top;
      font-size: 0;
      width: 324px;
      margin: 0 -30px -30px 0;
      overflow: hidden;
      text-align: left; }
      @media (max-width: 766px) {
        .header-container .lmdv_brands_links .logos-list {
          display: none; } }
      .header-container .lmdv_brands_links .logos-list li {
        display: inline-block;
        width: 78px;
        height: 78px;
        margin: 0 30px 30px 0; }
      .header-container .lmdv_brands_links .logos-list a {
        display: block; }
  .header-container .header-right {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: auto; }
  .header-container .header-right-item {
    font-family: "Oswald", Arial, sans-serif;
    float: left;
    height: 88px;
    line-height: 88px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.25); }
    @media (max-width: 1019px) {
      .header-container .header-right-item {
        height: 65px;
        line-height: 65px; } }
    @media (max-width: 766px) {
      .header-container .header-right-item {
        height: 65px;
        line-height: 65px; } }
  .header-container .block_phone {
    padding: 0 40px;
    font-family: "Oswald", Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase; }
    @media screen and (max-width: 1360px) {
      .header-container .block_phone {
        padding: 0 15px; } }
    .header-container .block_phone .icon {
      display: inline-block;
      vertical-align: middle;
      font-size: 28px;
      padding-right: 6px; }
    .header-container .block_phone .phone {
      display: inline-block;
      vertical-align: middle;
      line-height: 1;
      letter-spacing: 1px; }
    @media (max-width: 1280px) {
      .header-container .block_phone {
        display: none; } }
  .header-container .with-submenu {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
    .header-container .with-submenu:hover {
      background-color: rgba(3, 17, 24, 0.75); }
    .header-container .with-submenu .submenu {
      position: absolute;
      z-index: 10;
      top: 100%;
      left: -1px;
      right: -1px;
      padding-top: 10px;
      padding-bottom: 10px;
      border-left: 1px solid rgba(255, 255, 255, 0.25);
      border-right: 1px solid rgba(255, 255, 255, 0.25);
      border-bottom: 1px solid rgba(255, 255, 255, 0.25);
      visibility: hidden;
      opacity: 0;
      background-color: rgba(3, 17, 24, 0.75);
      -webkit-transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
              transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s; }
      /* .js-sticky-in .header-container .with-submenu .submenu { */
        /* margin-top: 4px; */
        /* background-color: #fff; */
        /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); } */
      .header-container .with-submenu .submenu li,
      .header-container .with-submenu .submenu .link {
        line-height: 40px; }
      .header-container .with-submenu .submenu .link {
        display: block;
		font-family: "proxima-nova", Arial, sans-serif;
        padding: 0 5px; }
        .header-container .with-submenu .submenu .link:focus, .header-container .with-submenu .submenu .link:hover {
          color: #FF5B4A; }
    .header-container .with-submenu .submenu-trigger {
      display: block;
      width: 100%;
      height: 100%; }
    .header-container .with-submenu .submenu:hover,
    .header-container .with-submenu .submenu-trigger:focus + .submenu,
    .header-container .with-submenu .submenu-trigger:hover + .submenu {
      visibility: visible;
      opacity: 1;
      -webkit-transition: opacity 0.3s ease-in-out, visibility 0s linear 0s;
              transition: opacity 0.3s ease-in-out, visibility 0s linear 0s; }
  .header-container .lmdv-devis {
    letter-spacing: 1px;
    font-size: 16px; }
    .header-container .lmdv-devis .link {
      padding: 0 40px;
      letter-spacing: 1px;
      font-size: 16px; }
    .header-container .lmdv-devis .icon {
      display: inline-block;
      vertical-align: middle;
      font-size: 8px;
      margin-left: 10px; }
    @media (max-width: 1019px) {
      .header-container .lmdv-devis {
        display: none; } }
  .header-container .login-link {
    width: 80px;
    overflow: hidden; }
    .header-container .login-link .icon {
      display: inline-block;
      vertical-align: middle;
      font-size: 40px; }
    @media (min-width: 768px) {
      .header-container .login-link .label {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0; } }
    @media (max-width: 1019px) {
      .header-container .login-link {
        width: 65px; } }
    @media (max-width: 766px) {
      .header-container .login-link {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 0 20px;
        background-color: rgba(3, 17, 24, 0.75);
        text-align: left;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
        border-top: 1px solid rgba(255, 255, 255, 0.25);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.2s ease-in-out, visibility 0s linear 0.2s;
                transition: opacity 0.2s ease-in-out, visibility 0s linear 0.2s; }
        .js-burger-in .header-container .login-link {
          opacity: 1;
          visibility: visible;
          -webkit-transition: opacity 0.2s ease-in-out, visibility 0s linear;
                  transition: opacity 0.2s ease-in-out, visibility 0s linear; }
        .header-container .login-link .label {
          font-size: 18px;
          color: #ffffff;
          margin-left: 10px; } }
  .header-container .recherche_interne {
    position: relative;
    width: 80px;
    overflow: hidden;
    cursor: pointer; }
    .header-container .recherche_interne .icon {
      display: inline-block;
      vertical-align: middle;
      font-size: 32px; }
    @media (max-width: 1019px) {
      .header-container .recherche_interne {
        width: 65px; } }
    @media (max-width: 766px) {
      .header-container .recherche_interne {
        display: none;
        position: fixed;
        top: 66px;
        right: 0;
        left: 0;
        background-color: rgba(3, 17, 24, 0.75);
        border-left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
        border-top: 1px solid rgba(255, 255, 255, 0.25);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.2s ease-in-out, visibility 0s linear 0.2s;
                transition: opacity 0.2s ease-in-out, visibility 0s linear 0.2s; }
        .js-burger-in .header-container .recherche_interne {
          opacity: 1;
          visibility: visible;
          -webkit-transition: opacity 0.2s ease-in-out, visibility 0s linear;
                  transition: opacity 0.2s ease-in-out, visibility 0s linear; } }
  .header-container .burger {
    display: none;
    font-size: 24px; }
    @media (max-width: 1019px) {
      .header-container .burger {
        display: block;
        width: 65px; } }
  .header-container .lmdv-logo {
    width: 130px;
    height: 130px;
    position: absolute;
    z-index: 22;
    top: 23px;
    right: 0;
    left: 0;
    margin: 0 auto;
    pointer-events: auto; }
    @media (max-width: 1019px) {
      .header-container .lmdv-logo {
        position: absolute;
        width: 110px;
        height: 110px;
        top: 90px; }
        .js-burger-in .header-container .lmdv-logo, .js-brands-in .header-container .lmdv-logo {
          opacity: 0; } }
    @media (max-width: 766px) {
      .header-container .lmdv-logo {
        width: 93px;
        height: 93px; } }
    .header-container .lmdv-logo a {
      display: block; }
    .header-container .lmdv-logo img {
      max-width: 100%; }
  .header-container .main-menu .burger-menu {
    position: absolute;
    z-index: 20;
    top: 88px;
    right: 0;
    left: 0;
    -webkit-transition: background 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0s linear;
            transition: background 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0s linear; }
    .js-brands-in .header-container .main-menu .burger-menu {
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity 0.2s ease-in-out, visibility 0s linear 0.2s;
              transition: opacity 0.2s ease-in-out, visibility 0s linear 0.2s; }
    @media (max-width: 1019px) {
      .header-container .main-menu .burger-menu {
        height: calc( 568px - 65px ); } }
    .header-container .main-menu .burger-menu::before {
      content: '';
      position: absolute;
      z-index: 1;
      pointer-events: none;
      top: 0;
      right: 0;
      left: 0;
      width: 100%;
      height: calc( 720px - 88px );
      background-color: rgba(3, 17, 24, 0);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: background 0.4s ease-in-out, opacity 0.4s ease-in-out, visibility 0s linear 0.4s;
              transition: background 0.4s ease-in-out, opacity 0.4s ease-in-out, visibility 0s linear 0.4s; }
      .js-megamenu-in .header-container .main-menu .burger-menu::before {
        opacity: 1;
        visibility: visible;
        background-color: rgba(3, 17, 24, 0.75);
        -webkit-transition: background 0.4s ease-in-out, opacity 0.4s ease-in-out, visibility 0s linear;
                transition: background 0.4s ease-in-out, opacity 0.4s ease-in-out, visibility 0s linear; }
      .js-brands-in .header-container .main-menu .burger-menu::before {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.2s ease-in-out, visibility 0s linear 0.2s;
                transition: opacity 0.2s ease-in-out, visibility 0s linear 0.2s; }
      @media (max-width: 1019px) {
        .header-container .main-menu .burger-menu::before {
          height: calc( 568px - 65px ); } }
      @media (max-width: 766px) {
        .header-container .main-menu .burger-menu::before {
          display: none; } }
    @media (min-width: 768px) and (max-width: 1019px) {
      .header-container .main-menu .burger-menu {
        position: fixed;
        top: 64px; } }
    .header-container .main-menu .burger-menu #nav {
      position: relative;
      z-index: 2;
      width: auto;
      max-width: 885px;
      margin: 125px auto 0;
      text-align: center; }
      .header-container .main-menu .burger-menu #nav:before, .header-container .main-menu .burger-menu #nav:after {
        content: " ";
        display: table; }
      .header-container .main-menu .burger-menu #nav:after {
        clear: both; }
      @media (max-width: 1019px) {
        .header-container .main-menu .burger-menu #nav {
          margin-top: 75px; } }
      @media (max-width: 766px) {
        .header-container .main-menu .burger-menu #nav {
          margin-top: 0; } }
      .header-container .main-menu .burger-menu #nav > li {
        display: inline-block;
        pointer-events: auto; }
        @media (min-width: 1020px) {
          .header-container .main-menu .burger-menu #nav > li {
            position: relative; } }
        .header-container .main-menu .burger-menu #nav > li > span {
          padding: 0 40px;
          font-family: "Oswald", Arial, sans-serif;
          font-size: 19px;
          letter-spacing: 3px;
          text-transform: uppercase;
          color: #ffffff; }
          @media (max-width: 1019px) {
            .header-container .main-menu .burger-menu #nav > li > span {
              padding: 0 20px; } }
          .header-container .main-menu .burger-menu #nav > li > span + div {
            width: auto;
            max-width: 885px;
            margin: 0 auto 0;
            position: absolute;
            top: 100%;
            right: 0;
            left: 0;
            padding-top: 25px;
            text-align: left;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: opacity 0.4s ease-in-out, visibility 0s linear 0.4s;
                    transition: opacity 0.4s ease-in-out, visibility 0s linear 0.4s; }
            @media (min-width: 1020px) {
              .header-container .main-menu .burger-menu #nav > li > span + div {
                min-width: 885px; } }
        .header-container .main-menu .burger-menu #nav > li.js-open > span {
          color: #FF5B4A; }
          .header-container .main-menu .burger-menu #nav > li.js-open > span + div {
            opacity: 1;
            visibility: visible;
            -webkit-transition: opacity 0.3s ease-in-out, visibility 0s linear;
                    transition: opacity 0.3s ease-in-out, visibility 0s linear; }
        @media (min-width: 1020px) {
          .header-container .main-menu .burger-menu #nav > li .destinations::after {
            content: '';
            display: block;
            width: 401px;
            height: 192px;
            position: absolute;
            top: 55px;
            left: 340px;
            background: url("../images/clrz/world-white.png") center center no-repeat; }
          .header-container .main-menu .burger-menu #nav > li .destinations.list-2-cols {
            min-height: 270px; }
            .header-container .main-menu .burger-menu #nav > li .destinations.list-2-cols::after {
              top: 35px;
              left: auto;
              right: 0;
              height: 177px;
              background-size: contain; } }
        @media (min-width: 768px) and (max-width: 1019px) {
          .header-container .main-menu .burger-menu #nav > li .destinations {
            padding-bottom: 100px; } }
        .header-container .main-menu .burger-menu #nav > li .destinations #mapsearchlink {
          display: none; }
        .header-container .main-menu .burger-menu #nav > li .destinations #bestof {
          width: 600px;
          height: 34px;
          position: absolute;
          right: 0;
          bottom: 0;
          text-align: center; }
          @media (min-width: 768px) and (max-width: 1019px) {
            .header-container .main-menu .burger-menu #nav > li .destinations #bestof {
              width: 100%;
              left: 0; } }
          @media (max-width: 766px) {
            .header-container .main-menu .burger-menu #nav > li .destinations #bestof {
              display: none; } }
          .header-container .main-menu .burger-menu #nav > li .destinations #bestof a {
            display: inline-block;
            height: 34px;
            line-height: 34px;
            padding: 0 18px;
            border: 1px solid #ffffff;
            border-radius: 2px;
            font-weight: bold;
            font-size: 13px;
            text-align: center;
            color: #ffffff; }
            .header-container .main-menu .burger-menu #nav > li .destinations #bestof a:focus, .header-container .main-menu .burger-menu #nav > li .destinations #bestof a:hover {
              color: #FF5B4A;
              border-color: #FF5B4A; }
    @media (max-width: 1019px) {
      .header-container .main-menu .burger-menu {
        z-index: 22;
        top: 65px;
        background-color: rgba(3, 17, 24, 0.75);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.2s ease-in-out, visibility 0s linear 0.2s;
                transition: opacity 0.2s ease-in-out, visibility 0s linear 0.2s; } }
  @media (max-width: 1019px) and (max-width: 766px) {
    .header-container .main-menu .burger-menu {
      background-color: rgba(3, 17, 24, 0.9); } }
    @media (max-width: 1019px) {
        .js-burger-in .header-container .main-menu .burger-menu {
          opacity: 1;
          visibility: visible;
          -webkit-transition: opacity 0.2s ease-in-out, visibility 0s linear;
                  transition: opacity 0.2s ease-in-out, visibility 0s linear; } }
    @media (max-width: 766px) {
      .header-container .main-menu .burger-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        padding-top: calc( 65px + 65px );
        height: auto;
        overflow-x: hidden;
        overflow-y: auto;
        pointer-events: auto; }
        .header-container .main-menu .burger-menu #nav {
          margin-top: 15px;
          margin-bottom: 65px;
          text-align: left; }
          .header-container .main-menu .burger-menu #nav > li {
            display: block;
            padding: 15px 0; }
            .header-container .main-menu .burger-menu #nav > li > span {
              position: relative;
              display: block;
              width: 100%;
              padding: 0 20px;
              font-size: 22px;
              font-weight: bold;
              letter-spacing: 2.5px; }
              .header-container .main-menu .burger-menu #nav > li > span::after {
                content: "\e905";
                display: inline-block;
                vertical-align: middle;
                position: absolute;
                top: 50%;
                right: 20px;
                -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                        transform: translateY(-50%);
                font-size: 8px;
                margin-left: 10px;
                -webkit-transition: -webkit-transform 0.2s ease-in-out;
                        transition: transform 0.2s ease-in-out;
                font-family: 'icomoon' !important;
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale; }
              .header-container .main-menu .burger-menu #nav > li > span + div {
                margin: 0 auto 0;
                position: relative;
                top: auto;
                right: auto;
                left: auto;
                display: none;
                padding-top: 20px; }
                .header-container .main-menu .burger-menu #nav > li > span + div a {
                  padding-left: 20px;
                  padding-right: 20px; }
            .header-container .main-menu .burger-menu #nav > li.js-open > span::after {
              -webkit-transform: scaleY(-100%);
                  -ms-transform: scaleY(-100%);
                      transform: scaleY(-100%); }
            .header-container .main-menu .burger-menu #nav > li.js-open > span + div {
              display: block; } }
  .header-container .header-right-item {
    opacity: 1;
    -webkit-transition: all 75ms ease;
            transition: all 75ms ease; }
    .header-container .header-right-item.inactive {
      opacity: 0; }
  .header-container .search-form {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -100%;
    opacity: 0;
    visibility: hidden;
    z-index: 500;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    -webkit-transition: right 175ms ease, opacity 175ms ease, visibility 0s ease 175ms;
            transition: right 175ms ease, opacity 175ms ease, visibility 0s ease 175ms; }
    @media screen and (max-width: 1500px) {
      .header-container .search-form {
        max-width: 500px; } }
    @media screen and (max-width: 1360px) {
      .header-container .search-form {
        max-width: 450px; } }
    @media screen and (max-width: 768px) {
      .header-container .search-form {
        max-width: initial; } }
    @media (min-width: 768px) and (max-width: 1019px) {
      .header-container .search-form {
        width: 100vw;
        background: #031118;
        padding-left: 60px; } }
    @media (max-width: 766px) {
      .header-container .search-form {
        width: 100vw;
        background-color: rgba(3, 17, 24, 0.75);
        height: 65px;
        position: absolute;
        bottom: auto;
        right: 0;
        top: 100%;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
        opacity: 0;
        visibility: hidden;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
        .js-burger-in .header-container .search-form {
          opacity: 1;
          visibility: visible;
          -webkit-transition: right 175ms ease, opacity 175ms ease, visibility 0s ease 0s;
                  transition: right 175ms ease, opacity 175ms ease, visibility 0s ease 0s; } }
    .header-container .search-form .icon-cross {
      font-size: 32px;
      font-size: 2rem;
      position: absolute;
      top: 16px;
      left: 0;
      margin-top: -16px;
      opacity: 0;
      -webkit-filter: blur(8px);
              filter: blur(8px);
      width: 42px;
      height: 65px;
      height: 87px;
      text-align: center;
      -webkit-transition: all 125ms ease;
              transition: all 125ms ease;
      -webkit-transition-delay: 175ms;
              transition-delay: 175ms; }
      @media (min-width: 768px) and (max-width: 1019px) {
        .header-container .search-form .icon-cross {
          height: 65px; } }
      @media (max-width: 766px) {
        .header-container .search-form .icon-cross {
          height: 65px;
          background-color: rgba(3, 17, 24, 0.75); } }
      .header-container .search-form .icon-cross::before {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
    .header-container .search-form .search-text {
      height: 100%;
      width: 100%;
      border: 0px solid transparent;
      background: transparent;
      color: #ffffff;
      padding: 0 48px 0 20px;
      font-size: 16px;
      font-size: 1rem;
      font-family: "Oswald", Arial, sans-serif;
      text-transform: uppercase;
      letter-spacing: 3px; }
      @media (max-width: 766px) {
        .header-container .search-form .search-text {
          padding: 0 40px 0 20px;
          font-size: 14px;
          font-size: 0.875rem; } }
      .header-container .search-form .search-text:focus {
        outline: 0px solid transparent; }
      .js-sticky-in .header-container .search-form .search-text {
        color: inherit; }
    .header-container .search-form .icon-search {
      font-size: 32px;
      font-size: 2rem;
      position: absolute;
      right: 24px;
      top: 50%;
      margin-top: -16px;
      color: #ffffff !important;
      opacity: 0;
      -webkit-transition: all 125ms ease;
              transition: all 125ms ease;
      -webkit-transition-delay: 175ms;
              transition-delay: 175ms; }
      @media (max-width: 766px) {
        .header-container .search-form .icon-search {
          right: 15px;
          opacity: 1; } }
      .js-sticky-in .header-container .search-form .icon-search {
        color: inherit !important; }
    .header-container .search-form.active {
      right: 0;
      opacity: 1;
      visibility: visible;
      -webkit-transition: right 175ms ease, opacity 175ms ease, visibility 0s ease 0s;
              transition: right 175ms ease, opacity 175ms ease, visibility 0s ease 0s; }
      @media (max-width: 766px) {
        .header-container .search-form.active {
          -webkit-transform: translateX(0);
              -ms-transform: translateX(0);
                  transform: translateX(0); } }
      .header-container .search-form.active .icon-cross {
        left: -45px;
        opacity: 1;
        -webkit-filter: blur(0px);
                filter: blur(0px);
        -webkit-transition-delay: 0;
                transition-delay: 0; }
        @media (min-width: 768px) and (max-width: 1019px) {
          .header-container .search-form.active .icon-cross {
            left: 10px; } }
        @media (max-width: 766px) {
          .header-container .search-form.active .icon-cross {
            left: -43px; } }
      .header-container .search-form.active .icon-search {
        opacity: 1; }

.js-sticky-in .header-container .search-form .icon-cross {
  height: 70px; }
  @media (max-width: 766px) {
    .js-sticky-in .header-container .search-form .icon-cross {
      height: 65px; } }
.js-sticky-in .header-container .with-submenu:hover {
  background: #fff; }

.mega-top-search,
.mega-top-search-placeholder {
  margin-top: -7px;
  padding-bottom: 40px; }
  @media (max-width: 766px) {
    .mega-top-search,
    .mega-top-search-placeholder {
      padding-bottom: 38px;
      margin-bottom: 40px; } }
  .cms-index-defaultindex .mega-top-search, .cms-index-defaultindex
  .mega-top-search-placeholder {
    margin-top: 160px;
    margin-bottom: 55px; }
    @media (max-width: 766px) {
      .cms-index-defaultindex .mega-top-search, .cms-index-defaultindex
      .mega-top-search-placeholder {
        margin-top: 90px;
        margin-bottom: 40px; } }
  .catalog-category-view .mega-top-search, .catalog-category-view
  .mega-top-search-placeholder {
    padding-bottom: 93px; }

.mega-top-search-placeholder {
  box-sizing: content-box;
  height: 104px; }

.mega-top-search {
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0s linear;
          transition: opacity 0.2s ease-in-out, visibility 0s linear; }
  @media (max-width: 766px) {
    .mega-top-search {
      margin-top: 90px; } }
  .js-megamenu-in .mega-top-search, .js-burger-in .mega-top-search, .js-brands-in .mega-top-search {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0s linear 0.2s;
            transition: opacity 0.2s ease-in-out, visibility 0s linear 0.2s; }

.mega-top-search-form {
  display: block;
  width: auto;
  max-width: 1220px;
  padding: 32px 17px;
  margin: 0 auto;
  background-color: rgba(35, 35, 35, 0.6); }
  .mega-top-search-form.mega-top-search-2-cols {
    max-width: 1220px; }
    .mega-top-search-form.mega-top-search-2-cols .col-sm-6 {
      padding-top: 5px;
      padding-bottom: 5px; }
  @media (max-width: 1019px) {
    .mega-top-search-form {
      padding: 22px 15px;
      margin-left: 30px;
      margin-right: 30px; }
      .mega-top-search-form .col-sm-4 {
        padding-left: 5px;
        padding-right: 5px; } }
  @media (max-width: 766px) {
    .mega-top-search-form {
      padding: 15px 15px;
      margin-left: 0px;
      margin-right: 0px; }
      .mega-top-search-form .col-sm-4 {
        padding-top: 5px;
        padding-bottom: 5px; } }
  .mega-top-search-form .select-wrapper {
    border: 0; }
  .mega-top-search-form select {
    border-radius: 0; }
  .mega-top-search-form .separator {
    float: left;
    width: 35px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 13px;
    text-transform: left; }
  .mega-top-search-form .separator + .btn-main {
    float: left;
    width: calc( 100% - 35px ); }
    @media screen and (max-width: 480px) {
      .mega-top-search-form .separator + .btn-main {
        width: 100%; } }

.container-header.sticky-container { 
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0s linear 0.2s;
          transition: opacity 0.2s ease-in-out, visibility 0s linear 0.2s;
  z-index: 99; }
    .container-header.sticky-container .sticky-logo img { 
    display: block;
    float: left;
    width: 45px;
    height: 45px;
    margin: 12.5px 30px 0 0;
    pointer-events: auto; }
    .container-header.sticky-container .sticky-logo img { 
      max-width: 100%; }
	  .header-sticky { 
	  display:none;} 

@media (min-width: 1020px) {
   .js-sticky-in .header-sticky { 
   display:inline-block;
    height: 73px;
    color: #505050;
    background-color: #ffffff;
    border-bottom: 1px solid #d7d7d7;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	position:fixed;
	z-index:99; 
	width:100%;}
  .js-sticky-in .header-sticky .sticky-container {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0s linear;
    transition: opacity 0.2s ease-in-out, visibility 0s linear;
	pointer-events: auto;} 
  .js-sticky-in .header-sticky .sticky-container  .product-sticky{ 
	  padding:15px 10px;}
	.product-sticky-info{
	  float:left;
	  padding: 0 5px;} 
	.product-sticky-name{
		font-family: "Oswald", Arial, sans-serif;
		font-size: 1.3em;
		font-weight: normal;
		color: #505050;}
		.product-sticky-name span{
			font-family: "proxima-nova", Arial, sans-serif;
			font-size: 12px;
			color:#fff;
			background:#86c0b1;
			padding: 2px 5px;
			vertical-align:middle;
			border-radius: 2px;
			margin:0 5px;
		}
	.product-sticky-details{
		float:left;
		padding:5px 0;}
	.product-sticky-price {
		padding: 0 7px;
		margin: 0 7px;
		border-left: solid 1px #DCDCDC;}	
	.product-sticky-price span{
		font-family: "Oswald", Arial, sans-serif;
		font-size: 16px;}
	.product-sticky-cta {
		float:right;}
	.product-sticky-cta  .icon-tel {
		float:left;
		font-size:28px;
		font-weight:bold;
		padding:10px 0;
		color:#FF5B4A;}
	.product-sticky-phone {
		float:left;
		font-family: "Oswald", Arial, sans-serif;
		font-size: 16px;	
		color: #FF5B4A;
		letter-spacing: 0.5px;
		padding:15px 45px 0 10px;}
	.js-sticky-in .header-sticky .sticky-container  .product-sticky-button { 
		width:270px;
		margin-right:20px;
		float:right;}
}
	
	
.big-page-title {
  margin-bottom: 125px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 1em; }
  @media (min-width: 768px) and (max-width: 1019px) {
    .big-page-title {
      margin-top: 40px; } }
  .big-page-title h1 {
    font-weight: normal;
    line-height: 1.2em;
    letter-spacing: 1.5px; }
  .big-page-title .text-card {
    width: auto;
    max-width: 700px;
    margin: 20px auto 0;
    text-transform: none;
    color: #ffffff; }

@media (max-width: 766px) {
  .catalog-category-view .header-container .lmdv-logo {
    top: 100px; }
  .catalog-category-view .big-page-title {
    margin-bottom: 20px; }
  .catalog-category-view .mega-top-search {
    margin-top: 20px; } }

@media (max-width: 1019px) {
  .js-sticky-in .header {
    opacity: 0; } }
@media (min-width: 768px) and (max-width: 1019px) {
  .js-burger-in {
    overflow: hidden; } }
@media (max-width: 766px) {
  .js-burger-in {
    position: fixed;
    top: 0;
    overflow: hidden; } }
.product-layout-wrapper {
  position: relative;
  font-size: 0; }
  .product-layout-wrapper .sidebar-wrapper {
    position: absolute;
    right: 15px;
    top: 55px; }
  .product-layout-wrapper .image-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 100%; }
  .product-layout-wrapper .slider-wrapper,
  .product-layout-wrapper .control-wrapper {
    display: inline-block;
    vertical-align: top;
    font-size: 1rem; }
  .product-layout-wrapper .control-wrapper {
    width: 210px; }
  .product-layout-wrapper .slider-wrapper {
    width: calc(100% - 210px); }

.sticky-footer-xs {
  display: none; }
  @media (max-width: 1019px) {
    .sticky-footer-xs {
      position: relative;
      display: block;
      position: fixed;
      z-index: 100;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 40px;
      line-height: 47px;
      font-size: 16px;
      color: #fff;
      font-weight: 500;
      background-color: #FF5B4A;
      -webkit-transform: translateY(100%);
          -ms-transform: translateY(100%);
              transform: translateY(100%);
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
              transition: transform 0.3s ease-in-out; }
      .js-sticky-in .sticky-footer-xs {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); }
      .sticky-footer-xs .block_phone {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 80px;
        height: 40px;
        text-align: center;
        background-color: #090400;
        color: #fff;
        font-size: 31px; }
        .sticky-footer-xs .block_phone .phone {
          display: none; }
      .sticky-footer-xs .book-button {
        position: absolute;
        z-index: 1;
        top: 0;
        right: 80px;
        left: 0;
        bottom: 0;
        width: calc( 100% - 80px );
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        color: #fff;
        font-weight: 700;
        letter-spacing: .5px; }
        .sticky-footer-xs .book-button .icon-arrow-right {
          margin-left: 20px;
          font-size: 10px;
          display: inline-block;
          -webkit-transform: scaleX(0.8);
              -ms-transform: scaleX(0.8);
                  transform: scaleX(0.8); }
      .sticky-footer-xs.with-calendar .book-button {
        left: 80px;
        width: calc( 100% - 160px ); }
      .sticky-footer-xs .devis-link {
        padding-left: 35px; }
      .sticky-footer-xs .calendar-button {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        bottom: 0;
        width: 80px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        color: #fff;
        font-weight: 500;
        text-align: center;
        border-right: 1px solid #fd7365; }
        .sticky-footer-xs .calendar-button .icon {
          display: inline-block;
          color: #fff;
          fill: #fff;
          vertical-align: middle;
          width: 17px;
          height: 17px; }
          .sticky-footer-xs .calendar-button .icon svg {
            vertical-align: top; } }

.devis-index-index .sticky-footer-xs,
.devisgroupe-index-index .sticky-footer-xs,
.askcatalog-index-index .sticky-footer-xs,
.contacts-index-index .sticky-footer-xs,
.customer-account-login .sticky-footer-xs,
.customer-account-index .sticky-footer-xs,
.customer-account-edit .sticky-footer-xs,
.wishlist-index-index .sticky-footer-xs {
  display: none; }

@media (min-width: 768px) and (max-width: 1024px) {
  .col-sml-12 {
    width: 100%; } }

.devisgroupe-index-success,
.devisgroupe-index-index,
.contacts-index-form,
.devis-index-index {
  background: #F7F4F2; }
  .devisgroupe-index-success .container-push-home,
  .devisgroupe-index-index .container-push-home,
  .contacts-index-form .container-push-home,
  .devis-index-index .container-push-home {
    display: none; }
  .devisgroupe-index-success .footer-container,
  .devisgroupe-index-index .footer-container,
  .contacts-index-form .footer-container,
  .devis-index-index .footer-container {
    background: #ffffff; }
  .devisgroupe-index-success .ui-datepicker,
  .devisgroupe-index-index .ui-datepicker,
  .contacts-index-form .ui-datepicker,
  .devis-index-index .ui-datepicker {
    padding: 20px 35px 20px 35px; }

.devis-main-container {
  position: relative;
  width: 100%; }

.devis-container {
  position: relative;
  z-index: 20;
  color: #505050; }
  .devis-container .title-card {
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 60px; }
  .devis-container .form-container,
  .devis-container .devis-top {
    background: #ffffff;
    padding: 0 20% 0 10%; }
  .devis-container .form-container {
    padding-bottom: 65px;
    margin-bottom: 120px; }
  .devis-container .devis-intro-block {
    width: 100%;
    max-width: 604px;
    margin: 0 auto; }
  .devis-container .devis-top {
    padding-top: 80px;
    padding-bottom: 30px; }
  .devis-container .devis-margin-top {
    padding-top: 80px; }
  .devis-container .devis-form {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 604px;
    margin: 0 auto;
    display: block; }
  .devis-container .form-title {
    margin: 0 0 10px 0; }
  .devis-container .form-title.inner {
    margin: 0 0 30px 0; }
  .devis-container .form-el-wrapper {
    margin: 0 0 10px 0; }
    .devis-container .form-el-wrapper.option_international {
      margin-top: 35px; }
	  	.devis-container .form-el-wrapper.project_custom {
		 margin-top: 4px; }
	 @media (max-width: 766px) {
	.devis-container .form-el-wrapper.project_custom {
		display:none;
	}}
	@media (max-width: 766px) {
	.devis-container .devis_recall_date  {
		display:none;
	}}
  .devis-container .action-button {
    display: block;
    float: right;
    margin: 20px 0;
    height: 35px;
    line-height: 35px;
    margin-right: 20px;
    -webkit-appearance: none; }
  .devis-container .btn-main + .btn-main {
    margin-right: 10px; }
  .devis-container .traveler-title {
    font-family: "Oswald", Arial, sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    margin: 35px 0;
    font-weight: normal; }
  .devis-container .traveler-link {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    text-decoration: underline;
    color: #383838;
    cursor: pointer;
    width: auto; }
  .devis-container .delete-traveler {
    display: inline-block;
    vertical-align: top;
    background: #F7F4F2;
    padding: 0 5px;
    margin: 0 10px 0 0;
    color: #ffffff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    text-align: center;
    font-size: 10px;
    font-weight: normal;
    cursor: pointer;
    color: #FF5B4A; }
  .devis-container .validation-advice {
    margin-top: 5px;
    color: #e15345; }
  .devis-container .devis-m-top {
    margin-top: 30px; }
  .devis-container .inner-form {
    max-height: 1500px;
    -webkit-transition: all 325ms ease;
            transition: all 325ms ease;
    overflow-y: auto;
    overflow-x: hidden; }
    .devis-container .inner-form.hide-form {
      max-height: 0px; }
  .devis-container .notes {
    font-size: 11px;
    color: #a0a0a0;
    margin-top: 15px; }

.devis-sidebar {
  position: absolute;
  z-index: 21;
  top: 173px;
  right: 0;
  background: #FF5B4A;
  padding: 0; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .devis-sidebar.hidden-sm-landscape {
      display: none; } }
  .devis-sidebar .sidebar-first-image {
    display: inline-block;
    vertical-align: top;
    width: 100%; }
  .devis-sidebar .background-image-sidebar {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 210px;
    line-height: 210px;
    background-size: cover;
    background-position: center center; }
    .devis-sidebar .background-image-sidebar .inner-background-sidebar {
      display: inline-block;
      vertical-align: middle;
      width: 100%;
      line-height: 1em; }
    .devis-sidebar .background-image-sidebar .reassurance {
      color: #ffffff;
      text-align: center; }
      .devis-sidebar .background-image-sidebar .reassurance .title,
      .devis-sidebar .background-image-sidebar .reassurance .main,
      .devis-sidebar .background-image-sidebar .reassurance strong {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        line-height: 1em; }
      .devis-sidebar .background-image-sidebar .reassurance .title {
        font-family: "proxima-nova", Arial, sans-serif;
        font-size: 14px;
        font-size: 0.875rem;
        margin: 0 0 20px 0;
        font-weight: light; }
      .devis-sidebar .background-image-sidebar .reassurance .main,
      .devis-sidebar .background-image-sidebar .reassurance strong {
        font-family: "Oswald", Arial, sans-serif;
        letter-spacing: .4px; }
      .devis-sidebar .background-image-sidebar .reassurance .main {
        font-size: 20px;
        font-size: 1.25rem;
        margin: 0 0 15px 0; }
      .devis-sidebar .background-image-sidebar .reassurance strong {
        font-size: 26px;
        font-size: 1.625rem;
        font-weight: normal; }
  .devis-sidebar .sidebar-login-wrapper {
    padding: 40px 20px;
    color: #ffffff; }
    .devis-sidebar .sidebar-login-wrapper .page-title {
      display: inline-block;
      vertical-align: top;
      width: 100%; }
      .devis-sidebar .sidebar-login-wrapper .page-title .main-title,
      .devis-sidebar .sidebar-login-wrapper .page-title .main-text {
        display: inline-block;
        vertical-align: top;
        width: 100%; }
      .devis-sidebar .sidebar-login-wrapper .page-title .main-title {
        font-size: 36px;
        font-size: 2.25rem;
        font-family: "Oswald", Arial, sans-serif;
        font-weight: normal;
        margin: 0 0 15px 0;
        text-align: center; }
      .devis-sidebar .sidebar-login-wrapper .page-title .main-text {
        font-size: 15px;
        font-size: 0.9375rem;
        font-family: "proxima-nova", Arial, sans-serif;
        font-weight: 100;
        line-height: 1.4em;
        margin: 0 0 20px 0;
        padding: 0 15px; }
    .devis-sidebar .sidebar-login-wrapper .form-list,
    .devis-sidebar .sidebar-login-wrapper .form-list li,
    .devis-sidebar .sidebar-login-wrapper .form-list input {
      display: inline-block;
      vertical-align: top;
      width: 100%; }
    .devis-sidebar .sidebar-login-wrapper .text-input {
      height: 40px;
      line-height: 40px;
      background: transparent;
      border: 1px solid #ffffff;
      border-radius: 2px;
      text-align: center;
      font-size: 13px;
      font-size: 0.8125rem;
      font-family: "proxima-nova", Arial, sans-serif;
      font-weight: normal;
      margin: 0 0 10px 0;
      color: #ffffff; }
      .devis-sidebar .sidebar-login-wrapper .text-input::-moz-placeholder {
        color: #ffffff;
        opacity: 1; }
      .devis-sidebar .sidebar-login-wrapper .text-input:-ms-input-placeholder {
        color: #ffffff; }
      .devis-sidebar .sidebar-login-wrapper .text-input::-webkit-input-placeholder {
        color: #ffffff; }
      .devis-sidebar .sidebar-login-wrapper .text-input:placeholder {
        color: #ffffff; }
      .devis-sidebar .sidebar-login-wrapper .text-input:focus {
        outline: none !important;
        border-color: rgba(255, 255, 255, 0.8);
        box-shadow: 0 0 6px rgba(255, 255, 255, 0.6); }
    .devis-sidebar .sidebar-login-wrapper .white-button {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      height: 40px;
      line-height: 38px;
      text-align: center;
      border-radius: 2px;
      background: #ffffff;
      color: #000000;
      font-size: 13px;
      font-size: 0.8125rem;
      font-family: "proxima-nova", Arial, sans-serif;
      font-weight: normal;
      margin: 0 0 10px 0;
      border: 1px solid transparent;
      cursor: pointer;
      -webkit-transition: all 175ms ease;
              transition: all 175ms ease; }
      .devis-sidebar .sidebar-login-wrapper .white-button:hover {
        opacity: .9; }
      .devis-sidebar .sidebar-login-wrapper .white-button:focus {
        outline: none !important;
        border-color: rgba(255, 255, 255, 0.8);
        box-shadow: 0 0 6px rgba(255, 255, 255, 0.6); }
    .devis-sidebar .sidebar-login-wrapper .forgotten {
      font-size: 13px;
      font-size: 0.8125rem;
      font-family: "proxima-nova", Arial, sans-serif;
      font-weight: light;
      color: #ffffff; }

.success_devis .title-main {
  text-align: center;
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 60px; }
.success_devis .form-title {
  text-align: left;
  padding-left: 20px;
  margin: 20px 0; }
  .success_devis .form-title .title {
    font-weight: 400;
    text-align: center; }
  .success_devis .form-title.valid {
    color: #FF5B4A;
    background-color: #ffffff;
    border-color: #F7F4F2; }
.success_devis .bold {
  font-weight: bold; }
@media (max-width: 766px) {
  .success_devis .event-details {
    padding: 40px 30px; } }

@media (max-width: 1019px) {
  .devis-container .form-container,
  .devis-container .devis-top {
    padding: 5%; }

  .devis-container .devis-top {
    padding-bottom: 0; }

  .devis-container .devis-margin-top {
    padding-top: 0; }

  .devis-container .form-container {
    top: -1px; }

  .devis-sidebar {
    position: relative;
    top: auto;
    right: auto;
    font-size: 0; }
    .devis-sidebar .sidebar-left,
    .devis-sidebar .sidebar-right {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      font-size: 1rem;
      height: 520px;
      line-height: 520px; }
    .devis-sidebar .sidebar-left-inner {
      line-height: 1em; }
    .devis-sidebar .sidebar-login-wrapper {
      display: inline-block;
      vertical-align: middle;
      width: 100%;
      line-height: 1em;
      padding: 40px; } }
@media (max-width: 766px) {
  .devis-container .btn-main {
    width: 100%; }

  .devis-sidebar .sidebar-left,
  .devis-sidebar .sidebar-right {
    width: 100%; }

  .devis-sidebar .sidebar-right {
    height: auto;
    line-height: 1em; }

  .devis-container .btn-main + .btn-main {
    margin-right: 0; }

  .devis-container .action-button {
    margin: 20px 0; }

  .devis-container .action-button + .action-button {
    margin: 0 0 20px 0; } }
.devisgroupe-index-index .devis-sidebar {
  top: 0; }
  .devisgroupe-index-index .devis-sidebar img {
    width: 100%; }
.devisgroupe-index-index .btn-less-then {
  display: inline-block;
  margin: 15px 0; }

div#h_p {
  display: none; }

.success-devis .page-title {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  color: #ffffff;
  text-align: center;
  margin: 0 0 55px 0; }
  .success-devis .page-title .title-section {
    font-weight: normal;
    text-transform: uppercase; }
.success-devis .success-zone-wrapper {
  position: relative;
  display: block;
  width: 100%;
  max-width: 550px;
  background: #ffffff;
  margin: 0 auto 50px auto;
  padding: 30px 60px 50px; }
  .success-devis .success-zone-wrapper .form-title {
    margin: 0 0 30px 0; }
  .success-devis .success-zone-wrapper p + p {
    margin-top: 20px; }
  .success-devis .success-zone-wrapper a {
    color: #FF5B4A; }
  .success-devis .success-zone-wrapper .buttons-set {
    margin-top: 40px; }

.devis-container .lmdv-form .select-wrapper .validation-advice {
  display: none !important; }
.devis-container .lmdv-form .select-wrapper .validation-failed {
  border: 1px solid #FF5B4A;
  border-radius: 0; }

#cookieChoiceInfo {
  position: fixed;
  top: auto !important;
  bottom: 0;
  z-index: 1000000000 !important; }
  @media (max-width: 1019px) {
    #cookieChoiceInfo a {
      text-decoration: underline; }
    #cookieChoiceInfo a:last-of-type {
      display: inline-block;
      vertical-align: top;
      width: 60%;
      height: 40px;
      line-height: 40px;
      text-align: center;
      margin: 10px 0 0 0 !important;
      background: #FF5B4A;
      color: #ffffff;
      font-weight: bold;
      text-decoration: none; } }
  @media (max-width: 766px) {
    #cookieChoiceInfo a:last-of-type {
      width: 80%; } }

.home-agenda {
  padding: 70px 0;
  background-color: #F7F4F2; }
  @media (max-width: 766px) {
    .home-agenda {
      padding: 30px 0 40px; } }
  .home-agenda .home-middle-column-title-container {
    text-align: center;
    margin: 0 0 30px 0; }
  .home-agenda .btn-section {
    height: 35px;
    line-height: 35px;
    width: 170px;
    text-align: center; }

.catalog-product-view .home-agenda {
  background-color: #ffffff;
  padding-bottom: 140px;
  margin-bottom: 0; }
  @media (max-width: 766px) {
    .catalog-product-view .home-agenda {
      padding-bottom: 40px; } }

.footer-title-wrapper,
.footer-house-wrapper,
.footer-extra-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 100%; }

.pre_footer {
  background: #ffffff; }

.footer-title-wrapper {
  text-align: center;
  color: #383838;
  margin-top: 100px; }
  @media (min-width: 768px) and (max-width: 1019px) {
    .footer-title-wrapper {
      margin-top: 37px; } }
  @media (max-width: 766px) {
    .footer-title-wrapper {
      margin-top: 30px; } }
  .footer-title-wrapper .footer-title {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 25px 0; }
  .footer-title-wrapper .footer-subtitle {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 300;
    color: #383838;
    margin: 0 0 20px 0; }
    @media (max-width: 766px) {
      .footer-title-wrapper .footer-subtitle {
        margin: 0 0 30px 0;
        font-family: "proxima-nova", Arial, sans-serif;
        font-size: 16px;
        font-size: 1rem;
        font-weight: 300; } }

.footer-house-wrapper {
  background: #EBEBEB;
  margin: 0 0 25px 0;
  padding: 20px 30px; }
  @media (min-width: 768px) and (max-width: 1019px) {
    .footer-house-wrapper {
      width: calc( 100% + 60px );
      margin-left: -30px;
      margin-right: -30px; } }
  @media (max-width: 766px) {
    .footer-house-wrapper {
      height: 240px;
      width: calc( 100% + 40px );
      margin-left: -20px;
      margin-right: -20px;
      padding: 25px 0;
      margin-bottom: 20px; } }
  @media (min-width: 768px) {
    .footer-house-wrapper .footer-house-list {
      width: auto;
      height: 101px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (max-width: 766px) {
    .footer-house-wrapper .footer-house-list {
      position: relative;
      height: 200px; } }
  .footer-house-wrapper .house-el {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 78px;
    height: 78px;
    margin: 0 5px; }
	@media (min-width: 1020px)  and (max-width: 1359px) {
      .footer-house-wrapper .house-el {
        width: 65px;
        height: 65px;
        margin: 0 2px; } }
    @media (min-width: 768px) and (max-width: 1019px) {
      .footer-house-wrapper .house-el {
        width: 50px;
        height: 50px;
        margin: 0 2px; } }
    @media (max-width: 766px) {
      .footer-house-wrapper .house-el {
        width: 150px;
        margin: 0 10px;
        height: 150px;
        text-align: center;
        opacity: .3;
        -webkit-transition: opacity 0.2s ease-in-out;
                transition: opacity 0.2s ease-in-out; }
        .footer-house-wrapper .house-el.is-selected {
          opacity: 1; } }
    .footer-house-wrapper .house-el.main {
      width: 100px;
      height: 100px; }
	 @media (min-width: 1020px)  and (max-width: 1359px) {
    .footer-house-wrapper .house-el.main {
		width: 80px;
		height: 80px; }}
      @media (max-width: 1019px) {
        .footer-house-wrapper .house-el.main {
          width: 64px;
          height: 64px; } }
    .footer-house-wrapper .house-el .house-link {
      display: block;
      width: 100%;
      height: 100%;
      fill: #b6b4b3; }
      .footer-house-wrapper .house-el .house-link rect,
      .footer-house-wrapper .house-el .house-link polygon,
      .footer-house-wrapper .house-el .house-link polyline,
      .footer-house-wrapper .house-el .house-link path {
        fill: inherit !important;
        -webkit-transition: fill 0.2s ease;
                transition: fill 0.2s ease; }
      .footer-house-wrapper .house-el .house-link.mdv {
        fill: #000000; }
      .footer-house-wrapper .house-el .house-link:focus.mdc, .footer-house-wrapper .house-el .house-link:hover.mdc {
        fill: #c7003f; }
      .footer-house-wrapper .house-el .house-link:focus.mdi, .footer-house-wrapper .house-el .house-link:hover.mdi {
        fill: #71aa44; }
      .footer-house-wrapper .house-el .house-link:focus.ddj, .footer-house-wrapper .house-el .house-link:hover.ddj {
        fill: #e83729; }
      .footer-house-wrapper .house-el .house-link:focus.ddi, .footer-house-wrapper .house-el .house-link:hover.ddi {
        fill: #8d8d8d; }
      .footer-house-wrapper .house-el .house-link:focus.mda, .footer-house-wrapper .house-el .house-link:hover.mda {
        fill: #2d98cf; }
      .footer-house-wrapper .house-el .house-link:focus.mdp, .footer-house-wrapper .house-el .house-link:hover.mdp {
        fill: #ea846c; }
      .footer-house-wrapper .house-el .house-link:focus.mdv, .footer-house-wrapper .house-el .house-link:hover.mdv {
        fill: #000000; }
      .footer-house-wrapper .house-el .house-link:focus.mde, .footer-house-wrapper .house-el .house-link:hover.mde {
        fill: #d80040; }
      .footer-house-wrapper .house-el .house-link:focus.mdf, .footer-house-wrapper .house-el .house-link:hover.mdf {
        fill: #e69f2d; }
      .footer-house-wrapper .house-el .house-link:focus.mdn, .footer-house-wrapper .house-el .house-link:hover.mdn {
        fill: #e65837; }
      .footer-house-wrapper .house-el .house-link:focus.mdo, .footer-house-wrapper .house-el .house-link:hover.mdo {
        fill: #25836c; }
      .footer-house-wrapper .house-el .house-link:focus.ddca, .footer-house-wrapper .house-el .house-link:hover.ddca {
        fill: #e83535; }
      .footer-house-wrapper .house-el .house-link:focus.mfv, .footer-house-wrapper .house-el .house-link:hover.mfv {
        fill: #a5233b; }
    .footer-house-wrapper .house-el img {
      height: 100%; }
  @media (max-width: 766px) {
    .footer-house-wrapper .flickity-page-dots {
      position: absolute;
      bottom: 20px;
      right: 0;
      left: 0;
      height: 2px;
      margin: 0;
      font-size: 0;
      text-align: center; }
      .footer-house-wrapper .flickity-page-dots .dot {
        display: inline-block;
        width: 10px;
        height: 2px;
        margin-left: 0;
        margin-right: 0;
        border: 0;
        background-color: #e3e1df;
        -webkit-transition: background 0.2s ease-in-out;
                transition: background 0.2s ease-in-out;
        border-radius: 0; }
        .footer-house-wrapper .flickity-page-dots .dot.is-selected {
          background-color: #FF5B4A; } }

.footer-extra-wrapper {
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  color: #c4c2c1;
  margin: 0 0 90px 0;
  text-align: center; }
  @media (min-width: 768px) and (max-width: 1019px) {
    .footer-extra-wrapper {
      margin-bottom: 110px; } }
  @media (max-width: 766px) {
    .footer-extra-wrapper {
      font-size: 14px;
      letter-spacing: 0.5px;
      line-height: 1.3;
      margin-bottom: 50px; } }
  .footer-extra-wrapper a {
    color: #505050;
    text-decoration: none; }

.footer-container {
  background-color: #F7F4F2; }
  @media (min-width: 768px) and (max-width: 1019px) {
    .footer-container {
      background: #ffffff;
      position: relative; }
      .footer-container:before {
        content: '';
        width: 100vw;
        height: 160px;
        position: absolute;
        bottom: 10px;
        right: 0;
        z-index: 0;
        background-color: #F7F4F2; } }
  .footer-container .footer-top {
    background: #ffffff; }
    @media (min-width: 1020px) {
      .footer-container .footer-top {
        position: relative;
        top: -55px;
        margin-bottom: -25px;
        padding: 40px; } }
    @media (max-width: 766px) {
      .footer-container .footer-top {
        padding: 0 20px;
        margin-left: -20px;
        margin-right: -20px;
        width: calc( 100% + 40px ); } }
  .footer-container .footer-mdv-cms-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 100%; }
    .footer-container .footer-mdv-cms-wrapper strong,
    .footer-container .footer-mdv-cms-wrapper li {
      display: inline-block;
      vertical-align: top;
      width: 100%; }
    .footer-container .footer-mdv-cms-wrapper strong {
      font-family: "Oswald", Arial, sans-serif;
      font-size: 16px;
      font-size: 1rem;
      font-weight: normal;
      color: #000000;
      margin: 0 0 20px 0; }
      @media (min-width: 768px) and (max-width: 1019px) {
        .footer-container .footer-mdv-cms-wrapper strong {
          font-size: 20px;
          margin-bottom: 15px; } }
      @media (max-width: 766px) {
        .footer-container .footer-mdv-cms-wrapper strong {
          font-size: 22px;
          margin-bottom: 27px; } }
    .footer-container .footer-mdv-cms-wrapper li {
      margin: 0 0 12px;
      font-family: "proxima-nova", Arial, sans-serif;
      font-size: 15px;
      font-size: 0.9375rem;
      font-weight: 300;
      color: #383838; }
      @media (min-width: 768px) and (max-width: 1019px) {
        .footer-container .footer-mdv-cms-wrapper li {
          margin-bottom: 17px; } }
      .footer-container .footer-mdv-cms-wrapper li a {
        color: #505050; }
      .footer-container .footer-mdv-cms-wrapper li.special-item {
        line-height: 16px;
        padding-left: 25px;
        position: relative; }
        .footer-container .footer-mdv-cms-wrapper li.special-item span {
          vertical-align: middle; }
        .footer-container .footer-mdv-cms-wrapper li.special-item .icon-pin {
          font-size: 25px;
          font-size: 1.5625rem;
          color: #FF5B4A;
          position: absolute;
          left: 0px; }
          @media (min-width: 768px) and (max-width: 1019px) {
            .footer-container .footer-mdv-cms-wrapper li.special-item .icon-pin {
              top: 1px; } }
  .footer-container .newsletter-form-footer,
  .footer-container .form-subscribe-header,
  .footer-container .form-subscribe-input-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 100%; }
	.footer-container .newsletter-form-footer input {
		display:none;
	}
  @media (min-width: 768px) and (max-width: 1019px) {
    .footer-container .newsletter-form-footer {
      margin-top: 30px;
      text-align: center; } }
  .footer-container .sub-text {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 0 20px 0; }
  .footer-container .form-subscribe-input-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 400px;
    font-size: 0;
    margin: 0 0 40px 0; }
    @media (min-width: 768px) and (max-width: 1019px) {
      .footer-container .form-subscribe-input-wrapper {
        max-width: 100%;
        margin-bottom: 60px; } }
    .footer-container .form-subscribe-input-wrapper input,
    .footer-container .form-subscribe-input-wrapper button {
      display: inline-block;
      vertical-align: top;
      font-family: "proxima-nova", Arial, sans-serif;
      font-size: 13px;
      font-size: 0.8125rem;
      font-weight: bold; }
    .footer-container .form-subscribe-input-wrapper input {
      width: 75%;
      height: 40px;
      line-height: 40px;
      border-top: 1px solid #DCDCDC;
      border-bottom: 1px solid #DCDCDC;
      border-left: 1px solid #DCDCDC;
      color: #000000;
      padding: 0 15px; }
      @media (min-width: 768px) and (max-width: 1019px) {
        .footer-container .form-subscribe-input-wrapper input {
          height: 48px;
          line-height: 48px; } }
    .footer-container .form-subscribe-input-wrapper input[type="submit"] {
      width: 25%;
      height: 40px;
      border-top-right-radius: 2px;
      border-bottom-right-radius: 2px;
      border: 0px solid transparent;
      background: #FF5B4A;
      color: #ffffff;
      text-align: center;
      cursor: pointer;
      -webkit-transition: all 125ms ease;
              transition: all 125ms ease; }
      .footer-container .form-subscribe-input-wrapper input[type="submit"]:hover {
        background: #ff4431; }
      @media (min-width: 768px) and (max-width: 1019px) {
        .footer-container .form-subscribe-input-wrapper input[type="submit"] {
          height: 48px; } }
  .footer-container .row-social-footer {
    overflow: hidden; }
    @media (min-width: 768px) and (max-width: 1019px) {
      .footer-container .row-social-footer {
        margin-bottom: 50px; } }
    @media (max-width: 766px) {
      .footer-container .row-social-footer {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 60px; } }
  .footer-container .social-footer {
    display: inline-block;
    vertical-align: top;
    width: 100%; }
    @media (max-width: 766px) {
      .footer-container .social-footer {
        text-align: center;
        margin-bottom: 60px; } }
    .footer-container .social-footer .social-btn {
      display: inline-block;
      vertical-align: top;
      height: 40px;
      width: 40px;
      border-radius: 40px;
      line-height: 42px;
      text-align: center;
      background: #F7F4F2;
      color: #FF5B4A;
      -webkit-transition: all 125ms ease;
              transition: all 125ms ease; }
      .footer-container .social-footer .social-btn + .social-btn {
        margin: 0 0 0 20px; }
      @media (max-width: 1019px) {
        .footer-container .social-footer .social-btn {
          height: 50px;
          width: 50px;
          border-radius: 50px;
          line-height: 55px;
          font-size: 20px; } }
      .footer-container .social-footer .social-btn:hover {
        background: #FF5B4A;
        color: #ffffff; }
  @media (max-width: 766px) {
    .footer-container .col-ekomi-footer {
      text-align: center; } }
  .footer-container .ekomi-footer {
    display: inline-block;
    min-height: 40px;
    line-height: 40px;
    padding-left: 60px;
    background: url("../images/clrz/ekomi.png") left center no-repeat; }
    @media (max-width: 766px) {
      .footer-container .ekomi-footer {
        padding-left: 0;
        padding-top: 55px;
        background-position: center top; } }
  .footer-container .bottom-footer {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 30px;
    color: #383838;
    background-color: #F7F4F2; }
    @media (max-width: 1019px) {
      .footer-container .bottom-footer {
        height: auto;
        padding-top: 35px;
        margin-bottom: 10px;
        text-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        .footer-container .bottom-footer .col-center {
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
              -ms-flex-order: 1;
                  order: 1;
          margin-bottom: 25px; }
        .footer-container .bottom-footer .col-left {
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
              -ms-flex-order: 2;
                  order: 2;
          line-height: 23px; }
        .footer-container .bottom-footer .col-right {
          -webkit-box-ordinal-group: 4;
          -webkit-order: 3;
              -ms-flex-order: 3;
                  order: 3;
          line-height: 23px; } }
    .footer-container .bottom-footer a {
      color: inherit; }
    .footer-container .bottom-footer .copyright-text {
      font-family: "proxima-nova", Arial, sans-serif;
      font-size: 12px;
      font-size: 0.75rem;
      font-weight: normal;
      letter-spacing: 1px; }
    .footer-container .bottom-footer .col-md-6 {
      text-align: center; }
      .footer-container .bottom-footer .col-md-6 img {
        max-height: 40px; }
      .footer-container .bottom-footer .col-md-6 a {
        margin: 0 25px; }
        @media (min-width: 1020px) and (max-width: 1360px) {
          .footer-container .bottom-footer .col-md-6 a {
            margin: 0 8px; } }
    .footer-container .bottom-footer .extra-links-wrapper {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      text-align: right;
      font-family: "proxima-nova", Arial, sans-serif;
      font-size: 12px;
      font-size: 0.75rem;
      font-weight: normal;
      letter-spacing: .3px; }
      @media (max-width: 1019px) {
        .footer-container .bottom-footer .extra-links-wrapper {
          text-align: center; } }

.notesdebasdepage {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px; }

.seo-block {
  margin-top: 70px; }
  @media (min-width: 768px) and (max-width: 1019px) {
    .seo-block {
      margin-bottom: 70px; } }
  @media (max-width: 766px) {
    .seo-block {
      margin-top: 40px; } }
  .seo-block .col-logo {
    text-align: right; }
    @media (max-width: 766px) {
      .seo-block .col-logo {
        text-align: center;
        margin-bottom: 40px; } }
  .seo-block .seo-logo {
    display: inline-block;
    width: 260px; }
    @media (max-width: 766px) {
      .seo-block .seo-logo {
        width: 180px; }
        .seo-block .seo-logo img {
          width: 100%; } }
    .seo-block .seo-logo svg {
      max-width: 100%;
      fill: #e5e5e5 !important; }
      .seo-block .seo-logo svg path {
        fill: #e5e5e5 !important; }
  @media (max-width: 766px) {
    .seo-block .seo-texts {
      text-align: center; } }
  .seo-block .select-wrapper {
    max-width: 400px; }
  .seo-block .seo-list {
    position: relative;
    max-width: 400px;
    margin-top: 26px;
    line-height: normal; }
    @media (min-width: 768px) {
      .seo-block .seo-list .seo-list-item {
        position: absolute;
        top: 0;
        left: 0; } }
    @media (max-width: 766px) {
      .seo-block .seo-list .fade {
        display: none; }
        .seo-block .seo-list .fade.in {
          display: block; } }

#home_top_slides {
  margin-bottom: 80px;
  margin-top: 65px; }
  @media (max-width: 766px) {
    #home_top_slides {
      margin-top: 65px;
      margin-bottom: 45px; } }
  #home_top_slides .title-main {
    margin-bottom: 22px; }

.home-top-products .main-card {
  margin-bottom: 20px; }
.home-top-products > .row {
  margin-bottom: 10px; }
@media (min-width: 768px) and (max-width: 1019px) {
  .home-top-products > .row:nth-child(even) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }
@media (max-width: 766px) {
  .home-top-products .second_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .home-top-products .second_row .one_column {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; } }

.home-wrapper .push-edito-wrapper {
  margin-top: 100px; }
  @media (min-width: 768px) and (max-width: 1019px) {
    .home-wrapper .push-edito-wrapper .flickity-page-dots {
      bottom: -50px; } }
  @media (max-width: 766px) {
    .home-wrapper .push-edito-wrapper {
      margin-top: 20px;
      margin-bottom: 10px; }
      .home-wrapper .push-edito-wrapper .flickity-viewport {
        height: 625px !important; } }
.home-wrapper .inspi-container {
  margin-top: 40px; }

.home-middle-column {
  margin-bottom: 75px; }
  @media (max-width: 766px) {
    .home-middle-column {
      margin-bottom: 5px; } }
  .home-middle-column .news-card {
    margin-bottom: 20px; }
    @media (min-width: 768px) and (max-width: 1019px) {
      .home-middle-column .news-card {
        margin-bottom: 30px; } }

@media (max-width: 766px) {
  .lmdv-home-slider-cards {
    padding-bottom: 20px; } }

.destinations-intro {
  background-color: #ffffff;
  text-align: left;
  line-height: 1.4; }
  .destinations-intro.intro-block-listing {
    padding-bottom: 0; }
  .destinations-intro .tabbedbox_text {
    max-width: 860px;
    margin: 0 auto; }
    .destinations-intro .tabbedbox_text p {
      text-align: center; }
  .destinations-intro .more-trigger {
    margin: 0 auto;
    margin-top: 10px;
    text-decoration: underline;
    display: block; }
  .destinations-intro .pushs {
    text-align: center; }
    .destinations-intro .pushs .push {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      margin: 0 10px;
      width: 290px;
      height: 210px;
      overflow: hidden; }
      @media (min-width: 768px) and (max-width: 1019px) {
        .destinations-intro .pushs .push {
          margin: 0;
          width: 210px; } }
      @media (max-width: 766px) {
        .destinations-intro .pushs .push {
          width: 100%;
          margin: 0; } }
      .destinations-intro .pushs .push p:first-child {
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        .destinations-intro .pushs .push p:first-child a {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
        .destinations-intro .pushs .push p:first-child img {
          min-width: 100%;
          height: 100%; }
      .destinations-intro .pushs .push p + p {
        position: absolute;
        z-index: 2;
        top: 25px;
        right: 25px;
        bottom: 25px;
        left: 25px;
        border: 1px solid rgba(255, 255, 255, 0.4);
        padding: 10px 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-family: "Oswald", Arial, sans-serif;
        color: #fff;
        font-size: 30px;
        line-height: 1.2;
        letter-spacing: 1px; }
        .destinations-intro .pushs .push p + p a {
          color: inherit; }

@media (max-width: 766px) {
  .destinations-intro {
    padding: 0 15px; } }
.first-price {
  position: relative;
  padding-top: 40px;
  padding-bottom: 60px;
  margin-top: 35px;
  background-color: #F7F4F2; }
  .first-price::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: url("../images/clrz/first-price-bg.png") no-repeat #FF5B4A; }
  .first-price .first-price-title {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
    color: #fff; }
  .first-price .first-price-list {
    position: relative;
    z-index: 2; }
  .first-price .flickity-page-dots {
    bottom: -45px; }

.subcats {
  padding-top: 30px;
  padding-bottom: 35px;
  margin-top:35px;  }
  .subcats:nth-child(even) {
    background-color: #F7F4F2; }
  .subcats .subcats-header {
    margin-bottom: 30px; }
    .subcats .subcats-header p {
      max-width: 580px;
      margin-bottom: 20px;
      margin-left: auto;
      margin-right: auto;
      font-size: 15px;
      line-height: 1.4em;
      color: #383838;
      font-weight: 300; }
      .subcats .subcats-header p a {
        color: #FF5B4A; }
        .subcats .subcats-header p a:focus, .subcats .subcats-header p a:hover {
          color: #383838; }
  .subcats .subcats-title {
    margin-bottom: 20px; }
    @media (max-width: 766px) {
      .subcats .subcats-title {
        line-height: 48px; } }
  .subcats .more_travel {
    margin-top: 40px; }

@media (max-width: 766px) {
  .more-informations {
    padding-top: 50px; } }
.more-informations .title-main {
  color: #505050;
  margin-bottom: 35px; }
.more-informations .images-more-el {
  width: 100%; }
.more-informations .item-infos {
  margin-bottom: 15px; }
.more-informations .more-info-img-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 766px) {
    .more-informations .more-info-img-container {
      display: inherit; } }

@media (max-width: 766px) {
  .product-item {
    margin-top: 10px;
    margin-bottom: 10px; } }

.catalog-product-view {
  background-color: #F7F4F2; }
  @media (max-width: 766px) {
    .catalog-product-view {
      background-color: #ffffff; } }

@media (max-width: 766px) {
  .container-product-page {
    margin-left: -10px;
    margin-right: -10px; } }
@media (min-width: 1020px) {
  .container-product-page .col-rightcolumn {
    position: relative;
    margin-top: 56px; } }
@media (max-width: 766px) {
  .container-product-page .col-rightcolumn {
    margin-left: -20px;
    margin-right: -20px;
    width: calc( 100% + 40px ); } }
.container-product-page .rightcolumn {
  background-color: #ffffff; }
  @media (min-width: 1020px) {
    .container-product-page .rightcolumn {
      margin-left: -20px; } }
@media (min-width: 768px) and (max-width: 1019px) {
  .container-product-page .sidebar-col-sm-6 {
    float: left;
    width: 50%; }
  .container-product-page .sidebar-col-sm-6-right {
    float: right; }
  .container-product-page .sidebar-col-sm-12 {
    float: left;
    width: 100%; } }
.container-product-page .product-header {
  color: #ffffff;
  margin-bottom: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .container-product-page .product-header:before, .container-product-page .product-header:after {
    content: " ";
    display: table; }
  .container-product-page .product-header:after {
    clear: both; }
  @media (max-width: 766px) {
    .container-product-page .product-header {
      padding-bottom: 75px;
      position: relative; } }
  @media (min-width: 768px) {
    .container-product-page .product-header .texts {
      display: inline-block;
      vertical-align: bottom;
      -webkit-box-flex: 2;
      -webkit-flex-grow: 2;
          -ms-flex-positive: 2;
              flex-grow: 2; } }
  .container-product-page .product-header .product-name {
    margin-bottom: 8px; 
	display:inline-block;}
   .container-product-page .product-header .texts .avis{
    font-size: 14px;
    color: #fff;
    background: #86c0b1;
    padding: 3px 7px;
    vertical-align: super;
    border-radius: 2px;
    margin: 0 15px; }
  .container-product-page .product-header .product-infos-duration {
    font-size: 18px;
    letter-spacing: 0.5px; }
    .container-product-page .product-header .product-infos-duration p {
      display: inline-block; }
  @media (min-width: 768px) {
    .container-product-page .product-header .stars-opinions {
      display: inline-block;
      vertical-align: bottom; } }

  @media (max-width: 766px) {
    .container-product-page .product-header .stars-opinions {
      position: absolute;
      bottom: 0;
      left: 0; } }
  .container-product-page .product-header .stars-opinions a {
    color: #ffffff; }
  @media (min-width: 768px) {
  .container-product-page .product-header .partnership {
      max-width: 200px;
	  margin-right: 15px;
    } }
  @media (max-width: 766px) {
  .container-product-page .product-header .partnership {
      max-width:  200px;
	  position: absolute;
	  bottom: 0;
      left: 0; 
    } }
	
.container-product-page .tab-content {
  padding: 70px 0 90px;
  background-color: #ffffff; }
  @media (max-width: 766px) {
    .container-product-page .tab-content {
      padding: 15px 0 40px; } }
.container-product-page .tab-content-inner {
  max-width: 610px;
  margin: 0 auto;
  font-weight: 300;
  color: #383838;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.5px; }
  .container-product-page .tab-content-inner p {
    margin-bottom: 22px; }
  .container-product-page .tab-content-inner .text-offer{
	color: #FF5B4A;
	font-weight:bold;	
	text-align:center; }
  .container-product-page .tab-content-inner h4 {
    font-size: 20px;
    color: #FF5B4A;
    line-height: 1.1;
    margin-bottom: 12px; }
  @media (min-width: 1360px) {
    .container-product-page .tab-content-inner.related_hotel {
      max-width: 800px; } }
  .container-product-page .tab-content-inner .title-label {
    font-weight: bold; }
  .container-product-page .tab-content-inner .related_hotel {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px; }
    .container-product-page .tab-content-inner .related_hotel:last-of-type {
      margin-bottom: 0; }
    .container-product-page .tab-content-inner .related_hotel:first-of-type {
      margin-top: 20px; }
    .container-product-page .tab-content-inner .related_hotel .related_hotel_img,
    .container-product-page .tab-content-inner .related_hotel .related_hotel_infos {
      display: inline-block;
      width: 50%;
      float: left;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      overflow: hidden;
      min-height: 250px;
      max-height: 250px; }
      .container-product-page .tab-content-inner .related_hotel .related_hotel_img #get_quote_form_hotel,
      .container-product-page .tab-content-inner .related_hotel .related_hotel_infos #get_quote_form_hotel {
        display: inline-block; }
    .container-product-page .tab-content-inner .related_hotel .related_hotel_img img {
      height: 100%; }
    .container-product-page .tab-content-inner .related_hotel .related_hotel_infos {
      border-top: 1px solid #e4e4e4;
      border-right: 1px solid #e4e4e4;
      border-bottom: 1px solid #e4e4e4;
      padding: 30px;
      max-width: 400px;
      box-sizing: border-box;
      position: relative; }
      @media (max-width: 766px) {
        .container-product-page .tab-content-inner .related_hotel .related_hotel_infos {
          padding: 20px; } }
      .container-product-page .tab-content-inner .related_hotel .related_hotel_infos .related_hotel_desc {
        display: block;
        margin-bottom: 20px; }
        @media (max-width: 766px) {
          .container-product-page .tab-content-inner .related_hotel .related_hotel_infos .related_hotel_desc {
            font-size: 13px; } }
      .container-product-page .tab-content-inner .related_hotel .related_hotel_infos .btn-wrapper {
        position: absolute;
        width: 100%;
        bottom: 20px; }
        @media (max-width: 766px) {
          .container-product-page .tab-content-inner .related_hotel .related_hotel_infos .btn-wrapper {
            position: relative; } }
        .container-product-page .tab-content-inner .related_hotel .related_hotel_infos .btn-wrapper .btn-main {
          height: 35px;
          line-height: 35px;
          padding: 0 30px; }
        @media (max-width: 766px) {
          .container-product-page .tab-content-inner .related_hotel .related_hotel_infos .btn-wrapper .btn-section {
            padding: 2px 10px;
            margin-top: 2px;
            width: 100%;
            text-align: center; } }
    .container-product-page .tab-content-inner .related_hotel .related_hotel_city {
      font-size: 0.875rem;
      font-weight: 500;
      color: #000000;
      margin-bottom: 10px;
      display: block; }
	  .container-product-page .tab-journey .version {
		 background:#f7f4f2;
		 margin-bottom: 30px;
		 padding:15px 20px;
		 border: solid 1px #DCDCDC; }
		.container-product-page .tab-journey .version p{
		  display:inline;}
	 .container-product-page .tab-journey .version  .icon-warning{
			font-size:28px;
			float:left;
			padding: 10px 20px 0 0;
			color:#FF5B4A;
			opacity:.8; }
	  .container-product-page .tab-journey .version a{
		color:#FF5B4A;
		font-weight:bold; }
	 
.container-product-page .tab-journey h4 {
  font-size: 15px;
  color: inherit;
  line-height: 1.4;
  margin-bottom: 0;
  font-weight: bold; }
@media screen and (max-width: 1360px) {
  .container-product-page .tab-prices-details {
    padding-left: 43px; } }
@media screen and (max-width: 768px) {
  .container-product-page .tab-prices-details {
    padding-left: 64px; } }
.container-product-page .tab-prices-details li {
  padding-bottom: 22px; }
.container-product-page .tab-prices-details h4 {
  position: relative; }
  .container-product-page .tab-prices-details h4::before {
    content: '';
    position: absolute;
    top: -7px;
    left: -58px;
    display: block;
    width: 35px;
    height: 35px;
    background-position: center center;
    background-repeat: no-repeat; }
.container-product-page .tab-prices-details .prices-includes h4::before {
  background-image: url("../images/clrz/svg/check.svg"); }
.container-product-page .tab-prices-details .prices-includesnot h4::before {
  background-image: url("../images/clrz/svg/cross.svg"); }
.container-product-page .tab-prices-details .prices-specialcond h4::before {
  background-image: url("../images/clrz/svg/exclamation.svg"); }

.product-page-slider.product-page-slider {
  height: auto; }
  @media (min-width: 1360px) {
    .product-page-slider.product-page-slider {
      height: 600px; } }
  @media (min-width: 1020px) and (max-width: 1359px) {
    .product-page-slider.product-page-slider {
      height: 533px; } }

.product-page-slider.product-page-slider.count-images-1 {
  height: auto; }

.container-hotel-page #gmaps-destination-canvas {
  height: 240px; }
.container-hotel-page .product-name .stars {
  position: relative;
  top: -7px;
  font-size: 8px;
  line-height: 1;
  display: inline-block;
  vertical-align: super; }
  .container-hotel-page .product-name .stars .icon-star {
    margin: 0 2px; }
.container-hotel-page .product-infos-duration {
  color: #FF5B4A;
  font-weight: bold; }

.category-products {
  margin-bottom: 30px; }
  .category-products .products-list {
    background: #ffffff; }
    .category-products .products-list .product-item {
      margin-bottom: 20px; }
      .category-products .products-list .product-item .learnmore {
        margin-top: 10px;
        display: block; }

.subcats-item .related_other_description,
.subcats-item .related_other_links,
.first-price-item .related_other_description,
.first-price-item .related_other_links {
  margin-top: 10px;
  display: block; }

.flickity-slider .left {
  position: relative; }
  .flickity-slider .left .first-price-item {
    position: absolute;
    right: 0; }

.product-page-slider {
  position: relative; }
  @media (max-width: 766px) {
    .product-page-slider {
      display: block;
      height: auto;
      margin-bottom: 20px; } }
  .product-page-slider:not(.count-images-1) .slider-wrapper {
    height: 100%;
    overflow: hidden; }
    @media (max-width: 1019px) {
      .product-page-slider:not(.count-images-1) .slider-wrapper {
        height: auto;
        position: relative;
        overflow: hidden; }
        .product-page-slider:not(.count-images-1) .slider-wrapper:before {
          content: '';
          display: block;
          padding-top: 75.21127%; }
        .product-page-slider:not(.count-images-1) .slider-wrapper .ratio-content {
          position: absolute;
          top: 0;
          left: 0; }
        .product-page-slider:not(.count-images-1) .slider-wrapper > .slide-el.slide-el, .product-page-slider:not(.count-images-1) .slider-wrapper.owl-carousel .owl-stage-outer {
          position: absolute;
          top: 0;
          left: 0; } }
  .product-page-slider .slider-wrapper .slide-el {
    position: relative; }
    .product-page-slider .slider-wrapper .slide-el:hover .copyright {
      opacity: 0.7;
      -webkit-transition: opacity 0.2s ease-in-out;
              transition: opacity 0.2s ease-in-out; }
    .product-page-slider .slider-wrapper .slide-el .copyright {
      position: absolute;
      top: 575px;
      left: 10px;
      color: white;
      opacity: 0;
      -webkit-transition: opacity 0.2s ease-in-out;
              transition: opacity 0.2s ease-in-out; }
      @media (min-width: 1020px) and (max-width: 1359px) {
        .product-page-slider .slider-wrapper .slide-el .copyright {
          top: 508px; } }
      @media (max-width: 1019px) {
        .product-page-slider .slider-wrapper .slide-el .copyright {
          top: calc( 100% - 30px ); } }
      .product-page-slider .slider-wrapper .slide-el .copyright div {
        display: inline-block; }
  .product-page-slider .slider-wrapper img {
    min-width: 100%;
    max-width: 100%; }
  .product-page-slider .control-wrapper:not(.type-2) {
    position: absolute;
    z-index: 2;
    padding: 13px 24px;
    color: #ffffff;
    min-width: 120px; }
    @media (min-width: 768px) {
      .product-page-slider .control-wrapper:not(.type-2) {
        top: 0;
        left: 100%; } }
    @media (max-width: 766px) {
      .product-page-slider .control-wrapper:not(.type-2) {
        top: 0;
        right: 0;
        padding: 0 0 20px 0;
        min-width: 0;
        -webkit-transform: translate(0, -100%);
            -ms-transform: translate(0, -100%);
                transform: translate(0, -100%); } }
    .product-page-slider .control-wrapper:not(.type-2) .slider-button:first-child {
      margin: 0 7px 0 0; }
    .product-page-slider .control-wrapper:not(.type-2) .slider-button {
      color: #ffffff;
      border: 1px solid rgba(221, 221, 221, 0.2);
      background-color: rgba(129, 129, 129, 0.2);
      line-height: 32px; }

.related-bloc {
  margin-top: 85px;
  margin-bottom: 50px; }
  @media (min-width: 768px) and (max-width: 1019px) {
    .related-bloc {
      margin-top: 65px;
      margin-bottom: 40px; } }
  @media (max-width: 766px) {
    .related-bloc {
      margin-top: 40px;
      margin-bottom: 20px; } }
  .related-bloc .title-main {
    margin-bottom: 20px;
    text-align: center;
    color: #505050; }
  .related-bloc .price_otherinfo {
    display: none; }
  .related-bloc .related_other_links {
    display: block;
    margin-top: 10px; }

@media (max-width: 766px) {
  #related_others {
    display: none; } }

@media (min-width: 1020px) {
  .col-leftcolumn .gallery {
    margin-right: -100px; } }

.customer-account-login {
  background: #F7F4F2; }

.success-msg li > span, .error-msg li > span{
  display: inline-block;
  vertical-align: top;
  background: #FF5B4A;
  padding: 5px;
  color: #ffffff;
  margin-top: 15px; }

.login-page .page-title {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  color: #ffffff;
  text-align: center;
  margin: 0 0 55px 0; }
  .login-page .page-title .title-section {
    font-weight: normal;
    text-transform: uppercase; }
.login-page .login-zone-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 445px;
  background: #ffffff;
  margin: 0 0 50px 0;
  padding: 30px 60px; }
.login-page .form-title,
.login-page .text-card,
.login-page .form-el-wrapper {
  margin: 0 0 15px 0; }
.login-page .text-card {
  color: #505050; }
.login-page .text-card ul {
  margin: 30px 0;
  padding: 0 0 0 20px;
  list-style: disc; }
  .login-page .text-card ul li + li {
    margin: 5px 0 0 0; }
.login-page .button-wrapper {
  position: absolute;
  left: 60px;
  bottom: 30px;
  width: calc(100% - 120px); }
  .login-page .button-wrapper .forgotten,
  .login-page .button-wrapper .data_protection {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 10px 0 0 0; }
.login-page a.forgotten,
.login-page a.data_protection {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #a0a0a0; }
.login-page .validation-advice {
  margin-top: 5px;
  color: #e15345; }

@media (max-width: 1019px) {
  .login-page .page-title {
    margin-top: 40px; }

  .login-page .login-zone-wrapper {
    padding: 5%; }

  .login-page .button-wrapper {
    width: 90%;
    left: 5%;
    bottom: 5%; } }
@media (max-width: 766px) {
  .login-page .form-title {
    font-size: 17px;
    font-size: 1.0625rem; } }
.customer-account-create {
  background: #F7F4F2; }

.create-account-page .page-title {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  color: #ffffff;
  text-align: center;
  margin: 0 0 55px 0; }
  .create-account-page .page-title .title-section {
    font-weight: normal;
    text-transform: uppercase; }
.create-account-page .col-wrapper {
  background: #ffffff;
  padding: 70px 145px;
  margin-bottom: 50px; }
.create-account-page .inner-form {
  max-height: 1500px;
  -webkit-transition: all 325ms ease;
          transition: all 325ms ease;
  overflow-y: auto;
  overflow-x: hidden; }
  .create-account-page .inner-form.hide-form {
    max-height: 0px; }
.create-account-page .form-title {
  margin: 0 0 30px 0; }
.create-account-page .form-el-wrapper,
.create-account-page .form-list {
  margin: 0 0 20px 0; }
.create-account-page .next.action-button.btn-main,
.create-account-page .previous.action-button.btn-main,
.create-account-page .send.action-button.btn-main {
  width: auto;
  float: right;
  margin: 0 0 20px 0; }
.create-account-page .previous.action-button.btn-main {
  margin: 0 10px 0; }

@media (max-width: 1019px) {
  .create-account-page .col-wrapper {
    padding: 5%; } }
@media (max-width: 766px) {
  .create-account-page .form-title {
    font-size: 16px;
    font-size: 1rem; }

  .create-account-page .next.action-button.btn-main, .create-account-page .previous.action-button.btn-main, .create-account-page .send.action-button.btn-main {
    width: 100%;
    margin-right: 0px; } }
.customer-account-index,
.customer-account-edit,
.customer-account-personalinfos,
.customer-account-documents,
.wishlist-index-index {
  background: #F7F4F2; }
  .customer-account-index .footer-wrap,
  .customer-account-edit .footer-wrap,
  .customer-account-personalinfos .footer-wrap,
  .customer-account-documents .footer-wrap,
  .wishlist-index-index .footer-wrap {
    background: #ffffff; }

@media (max-width: 766px) {
  .customer-account-index .main .dashboard-content-container,
  .customer-account-edit .main .dashboard-content-container,
  .customer-account-personalinfos .main .dashboard-content-container,
  .customer-account-documents .main .dashboard-content-container,
  .wishlist-index-index .main .dashboard-content-container {
    padding: 0; }
    .customer-account-index .main .dashboard-content-container .dahboard-inner,
    .customer-account-edit .main .dashboard-content-container .dahboard-inner,
    .customer-account-personalinfos .main .dashboard-content-container .dahboard-inner,
    .customer-account-documents .main .dashboard-content-container .dahboard-inner,
    .wishlist-index-index .main .dashboard-content-container .dahboard-inner {
      padding: 20px; } }

.header-dashboard {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  color: #ffffff;
  text-align: center; }
  .header-dashboard .title-section {
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 30px 0; }
  .header-dashboard .intro-text {
    max-width: 50%;
    margin: 0 auto 30px auto;
    line-height: 1.4em; }
    .header-dashboard .intro-text .logout-link {
      display: inline-block;
      margin-top: 28px;
      color: #fff;
      text-decoration: underline; }

.dashboard-content {
  background: #ffffff; }

.dahboard-inner {
  padding: 40px; }
  .dahboard-inner .btn-main {
    width: 175px; }
    @media (max-width: 766px) {
      .dahboard-inner .btn-main {
        width: 100%; } }

.greyroundbox {
  display: inline-block;
  vertical-align: top;
  width: 100%; }
  .greyroundbox .title-wrapper {
    margin: 0 auto;
    width: 50%;
    text-align: center; }
  .greyroundbox .greyroundbox_title {
    font-size: 22px;
    font-size: 1.375rem;
    font-family: "Oswald", Arial, sans-serif;
    color: #000000;
    margin: 0 0 20px 0;
    font-weight: 300;
    text-align: center; }
  .greyroundbox .infonote {
    padding: 0 65px;
    line-height: 1.3em;
    margin: 0 0 50px 0;
    font-weight: lighter; }
  .greyroundbox .inner-title {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 22px;
    font-size: 1.375rem;
    color: #383838;
    font-family: "Oswald", Arial, sans-serif;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #dcdcdc;
    margin: 0 0 20px 0;
    font-weight: 400; }
  .greyroundbox .triplisting {
    margin: 0 0 40px 0;
    font-size: 0; }
    .greyroundbox .triplisting:last-child {
      margin: 0; }
  .greyroundbox .greybox-image {
    display: inline-block;
    vertical-align: top;
    width: 270px;
    height: 200px; }
    .greyroundbox .greybox-image img {
      height: 100%;
      width: 100%; }
  .greyroundbox .greybox-extras {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 270px);
    height: 200px;
    padding: 0 0 0 20px;
    font-size: 1rem;
    border-top: 1px solid #F8F6F4;
    border-right: 1px solid #F8F6F4;
    border-bottom: 1px solid #F8F6F4; }
  .greyroundbox .trip_name {
    font-family: "Oswald", Arial, sans-serif;
    font-size: 22px;
    font-size: 1.375rem;
    margin: 20px 0 15px 0;
    font-weight: 400;
    color: #000000; }
  .greyroundbox .trip_dates {
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 15px 0;
    font-weight: normal;
    color: #383838; }
  .greyroundbox .trip_advisor {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 200;
    color: #383838; }
  .greyroundbox .bottom-els {
    left: 20px;
    margin-top: 20px; }
  .greyroundbox .form-el-wrapper {
    margin: 0 0 20px 0; }
  .greyroundbox .buttons-set {
    text-align: right; }
  .greyroundbox .form-custom-title {
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
    margin: 0 0 20px 0;
    font-weight: lighter; }
  .greyroundbox .documents_note {
    max-width: 80%;
    text-align: center;
    font-weight: 200;
    color: #383838;
    line-height: 1.4em;
    margin: 0 auto 30px auto; }
  .greyroundbox .upload-title {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 30px 0;
    text-align: center; }
  .greyroundbox .show-files,
  .greyroundbox .upload_form {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    min-height: 230px;
    border: 1px solid #DCDCDC;
    padding: 20px; }
  .greyroundbox .upload_form {
    padding: 20px 80px; }
    @media (max-width: 766px) {
      .greyroundbox .upload_form {
        padding: 20px; } }
  .greyroundbox #uploaded_files {
    display: inline-block;
    vertical-align: top;
    width: 100%; }
    .greyroundbox #uploaded_files > li {
      padding: 0 0 30px 0;
      border-bottom: 1px solid #DCDCDC;
      margin: 0 0 30px 0; }
      .greyroundbox #uploaded_files > li:last-of-type {
        padding: 0;
        border-bottom: 1px solid transparent;
        margin: 0; }
  .greyroundbox .file-name-wrapper,
  .greyroundbox .file-buttons-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 100%; }
  .greyroundbox .file-name-wrapper {
    color: #383838;
    margin: 0 0 15px 0; }
  .greyroundbox .file-name-wrapper .filename {
    font-weight: 600; }
  .greyroundbox .file-name-wrapper .date {
    float: right; }
  .greyroundbox .file-buttons-wrapper {
    font-size: 13px;
    font-size: 0.8125rem; }
    .greyroundbox .file-buttons-wrapper a {
      text-decoration: underline;
      font-weight: lighter; }
      .greyroundbox .file-buttons-wrapper a:first-of-type {
        margin: 0 30px 0 0; }
  .greyroundbox .upload_form {
    text-align: center; }
    .greyroundbox .upload_form .inner-wrap {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      text-align: center; }
      .greyroundbox .upload_form .inner-wrap.left-align {
        margin: 30px 0;
        text-align: left; }
  .greyroundbox .browsefile {
    display: inline-block;
    vertical-align: top;
    height: 40px;
    line-height: 40px;
    width: 190px;
    text-align: center;
    color: #000000;
    font-weight: bold;
    font-size: 13px;
    font-size: 0.8125rem;
    border: 1px solid #DCDCDC; }
  .greyroundbox .wishlist_item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 0; }
  .greyroundbox .wishlist-left,
  .greyroundbox .wishlist-right {
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    height: 200px; }
  .greyroundbox .wishlist-left {
    width: 270px; }
  .greyroundbox .wishlist-right {
    width: calc(100% - 270px);
    border-top: 1px solid #DCDCDC;
    border-right: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    padding: 20px; }
  .greyroundbox .wishlist-name {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 22px;
    font-size: 1.375rem;
    font-family: "Oswald", Arial, sans-serif;
    font-weight: normal;
    color: #000000;
    text-transform: uppercase;
    margin: 0 0 15px 0; }
  .greyroundbox .wishlist-dates {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
    color: #383838;
    margin: 0 0 10px 0; }
  .greyroundbox .wishlist-content {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-weight: 200;
    color: #383838; }
  .greyroundbox .wishlist-actions {
    margin: 40px auto 0 auto;
    width: 70%;
    font-size: 1rem; }
  .greyroundbox .button-wrapper {
    margin: 20px 0 0 0;
    height: 40px;
    line-height: 40px; }
  .greyroundbox .delete_item {
    font-size: 13px;
    font-size: 0.8125rem;
    color: #383838;
    display: inline-block;
    vertical-align: middle;
    text-decoration: underline;
    cursor: pointer; }
  .greyroundbox .right-els {
    float: right;
    height: 40px;
    line-height: 40px; }
  .greyroundbox .notrips {
    text-align: center; }

@media (min-width: 1019px) {
  .greyroundbox .complete-form {
    padding-top: 30px;
    text-align: right; } }
@media (max-width: 766px) {
  .greyroundbox .greybox-image,
  .greyroundbox .wishlist-left {
    width: 100%;
    height: auto; }
    .greyroundbox .greybox-image a,
    .greyroundbox .greybox-image img,
    .greyroundbox .wishlist-left a,
    .greyroundbox .wishlist-left img {
      width: 100%;
      height: auto; }

  .greyroundbox .greybox-extras,
  .greyroundbox .wishlist-right {
    width: 100%;
    height: auto;
    border-top: 0 solid transparent;
    border-left: 1px solid #DCDCDC;
    padding-bottom: 20px; }

  .greyroundbox .title-wrapper {
    width: 100%; }

  .greyroundbox .bottom-els {
    left: auto;
    right: 20px;
    bottom: auto;
    top: -60px;
    width: calc(100% - 40px); }
    .greyroundbox .bottom-els .btn-main {
      width: 100%;
      text-align: center; }

  .greyroundbox .upload-title {
    margin-top: 30px; }

  .dahboard-inner,
  .greyroundbox .wishlist-actions {
    padding: 10px;
    width: 100%; }

  .header-dashboard .intro-text {
    max-width: 70%; }

  .greyroundbox .infonote {
    padding: 0; }

  .greyroundbox .greyroundbox_title {
    margin: 20px 0; }

  .greyroundbox .right-els {
    height: auto; }
    .greyroundbox .right-els .button {
      width: 100%;
      margin: 0 0 10px 0; }
      .greyroundbox .right-els .button:last-of-type {
        margin: 0; } }
.triplisting_item .greybox-image {
  width: auto;
  height: auto; }

.catalogsearch-result-index {
  background: #F7F4F2; }
  .catalogsearch-result-index .container_product_list {
    margin-left: 80px;
    margin-right: 80px; }
    @media (max-width: 766px) {
      .catalogsearch-result-index .container_product_list {
        margin-left: 0px;
        margin-right: 0px; } }
  .catalogsearch-result-index .search-wrapper,
  .catalogsearch-result-index .noresult-inner-wrapper {
    background: #ffffff;
    padding: 40px; }
  .catalogsearch-result-index .page-title {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    color: #ffffff;
    text-align: center;
    margin: 0 0 55px 0; }
    .catalogsearch-result-index .page-title .title-section {
      font-weight: normal;
      text-transform: uppercase; }
  .catalogsearch-result-index .noresult-inner-wrapper {
    text-align: center;
    margin: 0 0 40px 0; }
    .catalogsearch-result-index .noresult-inner-wrapper .btn-main {
      margin: 30px 0 0 0; }
  .catalogsearch-result-index .noresult-inner-wrapper {
    min-height: 250px; }
    .catalogsearch-result-index .noresult-inner-wrapper .btn-main {
      margin: 30px 0; }
    .catalogsearch-result-index .noresult-inner-wrapper .small {
      font-size: 13px;
      font-size: 0.8125rem;
      margin: 0 0 15px 0; }
    .catalogsearch-result-index .noresult-inner-wrapper .phone-number {
      font-size: 20px;
      font-size: 1.25rem;
      font-weight: bold;
      color: #FF5B4A; }

.cms-index-noroute .header-background-image {
  height: 500px; }

.title-wrapper-404 {
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 28px;
  font-size: 1.75rem; }
  .title-wrapper-404 h2 {
    font-weight: normal; }

.error-404 {
  background: #ffffff;
  height: 325px;
  margin-top: 90px;
  text-align: center;
  padding: 0 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-size: 1rem; }
  .error-404 p {
    margin: 0 0 25px 0; }
  .error-404 a {
    text-decoration: underline; }
  .error-404 .btn-main {
    margin: 25px 0 0 0;
    text-decoration: none; }

.cms-page-view .header-background-image {
  height: 590px; }
.cms-page-view .cms-inner-wrapper {
  background: #ffffff;
  margin-top: 170px;
  padding-top: 70px;
  padding-left: 212px;
  padding-right: 212px;
  margin-bottom: 20px;
  width: auto;
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) and (max-width: 1019px) {
    .cms-page-view .cms-inner-wrapper {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 766px) {
    .cms-page-view .cms-inner-wrapper {
      padding-left: 20px;
      padding-right: 20px; } }
  .cms-page-view .cms-inner-wrapper h1, .cms-page-view .cms-inner-wrapper h2, .cms-page-view .cms-inner-wrapper h3, .cms-page-view .cms-inner-wrapper h4, .cms-page-view .cms-inner-wrapper h5, .cms-page-view .cms-inner-wrapper h6 {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 8px;
    letter-spacing: .5px; }
  .cms-page-view .cms-inner-wrapper p {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 300;
    color: #383838;
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 21px;
    margin-bottom: 25px; }
    .cms-page-view .cms-inner-wrapper p:last-child {
      margin-bottom: 50px; }
  .cms-page-view .cms-inner-wrapper ul > li {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 300;
    color: #383838;
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 21px;
    list-style-type: none; }
  .cms-page-view .cms-inner-wrapper .std h1 {
    position: absolute;
    top: -170px;
    left: 0;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-size: 28px;
    font-size: 1.75rem;
    color: #ffffff;
    font-family: "Oswald", Arial, sans-serif;
    font-weight: normal; }
  .cms-page-view .cms-inner-wrapper img {
    max-width: 100%;
    height: auto; }

.onepagecheckout-index-index .page {
  background: #F7F4F2; }
  .onepagecheckout-index-index .error {
  border-color: #ff5b4a !important;
  border-width: 1px !important;
  border-radius: 0 !important; }
.onepagecheckout-index-index .error_span {
  color: #ff5b4a;
  margin-top: 5px;
  display: inline-block;
  font-size: 0.85rem; }
.onepagecheckout-index-index .page-title {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  color: #ffffff;
  text-align: center; }
  .onepagecheckout-index-index .page-title h1 {
    font-size: 36px;
    font-size: 2.25rem;
    font-family: "Oswald", Arial, sans-serif;
    font-weight: normal;
    margin: 0 0 90px 0;
    text-align: center;
    text-transform: uppercase; }
.onepagecheckout-index-index .checkout-main,
.onepagecheckout-index-index .checkout-left,
.onepagecheckout-index-index .checkout-right {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  min-height: 697px; }
.onepagecheckout-index-index .checkout-main .checkout-left,
.onepagecheckout-index-index .checkout-main .checkout-right {
  background: #ffffff; }
.onepagecheckout-index-index .checkout-inner-title {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 90px;
  line-height: 90px;
  text-align: center;
  margin: 0 0 30px 0;
  font-weight: normal;
  border-bottom: 1px solid #DCDCDC; }
  .onepagecheckout-index-index .checkout-inner-title svg,
  .onepagecheckout-index-index .checkout-inner-title span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1em; }
  .onepagecheckout-index-index .checkout-inner-title svg {
    margin: 0 15px 0 0;
    opacity: .5; }
  .onepagecheckout-index-index .checkout-inner-title span {
    font-size: 22px;
    font-size: 1.375rem;
    font-family: "Oswald", Arial, sans-serif;
    color: #383838; }
.onepagecheckout-index-index .total-order {
  padding: 0 30px 30px 30px;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #DCDCDC; }
.onepagecheckout-index-index .total-order-item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: lighter;
  color: #383838; }
  .onepagecheckout-index-index .total-order-item + .total-order-item {
    margin: 25px 0 0 0; }
  .onepagecheckout-index-index .total-order-item span {
    font-weight: normal; }
    .onepagecheckout-index-index .total-order-item span.orange {
      color: #FF5B4A;
      font-weight: bold; }
.onepagecheckout-index-index .total-order-details {
  padding: 0 30px 60px 30px;
  line-height: 1.4em; }
  .onepagecheckout-index-index .total-order-details .card-text + .card-text {
    margin: 20px 0 0 0; }
.onepagecheckout-index-index .payement-wrapper {
  padding: 0 30px 30px 30px; }
.onepagecheckout-index-index .card-radio {
  display: inline-block;
  vertical-align: top;
  width: 100%; }
  .onepagecheckout-index-index .card-radio .card-radio-wrap {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
    position: relative; }
  .onepagecheckout-index-index .card-radio .checkbox-input-visual {
    margin: -50px 0 0 0;
    cursor: default;
    display: none; }
    .onepagecheckout-index-index .card-radio .checkbox-input-visual:before {
      border-radius: 50%; }
.onepagecheckout-index-index .lmdv-form .form-el-wrapper {
  margin: 0 0 10px 0; }
.onepagecheckout-index-index .lmdv-form label {
  cursor: pointer;
  margin: 0 0 5px 0;
  z-index: 50;
  position: relative;
  transition: 0.2s all ease-in-out; }
   .onepagecheckout-index-index .lmdv-form label .security-note {
    font-size: 0.9rem; }
    @media (min-width: 1020px) and (max-width: 1359px) {
      .onepagecheckout-index-index .lmdv-form label .security-note {
        display: block;
        font-size: 11px; } }
  @media (min-width: 1020px) and (max-width: 1359px) {
    .onepagecheckout-index-index .lmdv-form label[for="wssystempay_0_systempay_cid"] .security-note {
      margin-top: -12px; } }
@media (min-width: 1020px) and (max-width: 1359px) {
  .onepagecheckout-index-index .lmdv-form #wssystempay_0_systempay_cid {
    margin-top: 12px; } }
.onepagecheckout-index-index .lmdv-form .select-zone {
  font-size: 0; }
.onepagecheckout-index-index .lmdv-form .select-zone .select-wrapper {
  width: calc(50% - 20px); }
  .onepagecheckout-index-index .lmdv-form .select-zone .select-wrapper:first-of-type {
    margin-right: 40px; }
.onepagecheckout-index-index .lmdv-form .btn-section.full {
  cursor: hand;
  margin: 0 0 10px 0; }
.onepagecheckout-index-index .lmdv-form .currency {
  position: relative; }
  .onepagecheckout-index-index .lmdv-form .currency .currency-symbol {
    position: absolute;
    right: 20px;
    top: calc(50% + 10px); }
.onepagecheckout-index-index .lmdv-form .submit-button {
  margin: 15px 0 0 0; }
.onepagecheckout-index-index .lmdv-form .note-required {
  text-align: center;
  color: #DCDCDC;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 15px; }
.onepagecheckout-index-index .checkout-left .checkout-inner-title {
  margin: 0 0 50px 0; }
.onepagecheckout-index-index .checkout-left .total-order {
  padding: 0px 50px 65px 50px; }
.onepagecheckout-index-index .checkout-left .total-order-details {
  padding: 30px 50px 60px 50px; }
  .onepagecheckout-index-index .checkout-left .total-order-details p {
    font-weight: lighter; }
.onepagecheckout-index-index .checkout-right {
  margin: 0 0 30px 0; }
  .onepagecheckout-index-index .checkout-right .payement-wrapper {
    padding: 0 60px 30px 60px; }

.checkout-onepage-success {
  background: #F7F4F2; }

.checkout-success .page-title {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  color: #ffffff;
  text-align: center;
  margin: 0 0 55px 0; }
  .checkout-success .page-title .title-section {
    font-weight: normal;
    text-transform: uppercase; }
.checkout-success .success-zone-wrapper {
  position: relative;
  display: block;
  width: 100%;
  max-width: 550px;
  background: #ffffff;
  margin: 0 auto 50px auto;
  padding: 30px 60px 50px; }
  .checkout-success .success-zone-wrapper .form-title {
    margin: 0 0 30px 0; }
  .checkout-success .success-zone-wrapper p + p {
    margin-top: 20px; }
  .checkout-success .success-zone-wrapper a {
    color: #FF5B4A; }
  .checkout-success .success-zone-wrapper .buttons-set {
    margin-top: 40px; }

.askcatalog-container {
  font-family: "proxima-nova", Arial, sans-serif;
  line-height: 20px; }
  .askcatalog-container .form-container {
    background: #ffffff;
    padding: 50px 100px; }
  .askcatalog-container .form-title.inner {
    margin: 0 0 30px 0; }
  .askcatalog-container .form-el-wrapper {
    margin-bottom: 10px; }
  .askcatalog-container .lmdv-form .newsletter-checkbox {
    margin: 10px 0; }
  .askcatalog-container .lmdv-form .input-box {
    margin-bottom: 10px; }
  .askcatalog-container .notes {
    font-size: 11px;
    color: #a0a0a0;
    margin-top: 15px; }

.devis-sidebar.askcatalog-sidebar {
  position: relative;
  top: 0; }
  .devis-sidebar.askcatalog-sidebar img {
    width: 100%; }

.icon { 
  display: inline-block; 
  vertical-align: middle; 
  line-height: 1; } 
 
.header-background-image.overlay-visible { 
  z-index: 6; } 
  .header-background-image.overlay-visible:before { 
    opacity: 1; } 
.header-background-image:before { 
  content: ''; 
  position: absolute; 
  top: 0px; 
  left: 0px; 
  width: 100%; 
  height: 100%; 
  background-color: rgba(9, 4, 0, 0.6); 
  z-index: 3; 
  opacity: 0; 
  transition: opacity 0.3s ease-in-out; } 
 
.container-header { 
  height: 350px; 
  position: relative; } 
  @media (max-width: 1020px) { 
    .container-header { 
      height: 220px; } } 
  .container-header.overlay-visible { 
    z-index: 7; } 
    .container-header.overlay-visible .main-menu-container { 
      z-index: 6; } 
.container-header-breadcrumbs { 
  position: relative; } 
  .container-header-breadcrumbs .breadcrumbs { 
    position: absolute; 
    top: 80px; 
    left: 30px; 
    z-index: 2; } 
    .container-header-breadcrumbs .breadcrumbs li { 
      display: inline-block; 
      vertical-align: middle; } 
      .container-header-breadcrumbs .breadcrumbs li span, 
      .container-header-breadcrumbs .breadcrumbs li a, 
      .container-header-breadcrumbs .breadcrumbs li strong { 
        color: #fff;} 
 
.breadcrumbs { 
  position: absolute; 
  top: 80px; 
  left: 30px; 
  z-index: 2; } 
  .breadcrumbs li { 
    display: inline-block; 
    vertical-align: middle; } 
    .breadcrumbs li span, 
    .breadcrumbs li a, 
    .breadcrumbs li strong { 
      color: #fff; 
      font-size: 15px; 
      font-weight: 300;
	  letter-spacing:0.2px;
	  font-family: "Oswald", Arial, sans-serif;	  } 
 
@media (max-width: 1020px) { 
  .mobile-header { 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    width: 100%; 
    z-index: 5; 
    padding: 20px; 
    text-align: center; } 
    .mobile-header .logo-main { 
      width: 116px; 
      height: 116px; 
      display: block; 
      margin-top: 62px; 
      margin-left: auto; 
      margin-right: auto; } 
      .mobile-header .logo-main .icon { 
        width: 100%; 
        height: 100%; } 
    .mobile-header .search-link { 
      float: left; } 
      .mobile-header .search-link .icon { 
        width: 24px; 
        height: 22px; 
        fill: #fff; } 
    .mobile-header .search-form { 
      background-color: #F7F4F2; 
      overflow: hidden; } 
      .mobile-header .search-form.active { 
        width: 100%; 
        z-index: 20; } 
      .mobile-header .search-form .icon-cross { 
        font-size: 14px; 
        height: 50px; 
        width: 50px; 
        text-align: center; 
        color: #505050; 
        line-height: 50px; 
        display: none; } 
      .mobile-header .search-form .search-text { 
        height: 50px; 
        background-color: transparent; 
        font-family: "Oswald", Arial, sans-serif; 
        text-transform: uppercase; 
        color: #fff; 
        font-size: 14px; 
        padding: 0 15px 0 28px; 
        border: none; 
        width: calc(100% - 50px); } 
        .mobile-header .search-form .search-text:focus, .mobile-header .search-form .search-text:active { 
          outline: none; } 
      .mobile-header .search-form .button-submit { 
        height: 50px; 
        width: 50px; 
        text-align: center; 
        line-height: 50px; 
        display: inline-block; 
        vertical-align: middle; 
        float: right; 
        padding-right: 17px; } 
        .mobile-header .search-form .button-submit .icon { 
          width: 17px; 
          height: 17px; 
          fill: #505050; } 
    .mobile-header .right-links { 
      float: right; 
      position: relative; 
      z-index: 11; } 
    .mobile-header .account-link .icon { 
      width: 24px; 
      height: 24px; 
      fill: #fff; } 
    .mobile-header .toggle-menu { 
      display: inline-block; 
      vertical-align: middle; 
      margin-left: 20px; 
      margin-top: 2px; } 
      .mobile-header .toggle-menu .bar { 
        width: 20px; 
        height: 1px; 
        background-color: #fff; 
        display: block; } 
      .mobile-header .toggle-menu .bar + .bar { 
        margin-top: 5px; } 
 
  .menu-mobile { 
    position: fixed; 
    top: 0; 
    right: -320px; 
    height: 100vh; 
    width: 320px; 
    z-index: 10; 
    opacity: 0; 
    background-color: #ececec; 
    transform: translateX(100%); 
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out; } 
    .menu-mobile .overlay-menu-mobile { 
      width: 100vw; 
      height: 100vh; 
      background-color: rgba(9, 4, 0, 0.5); 
      position: absolute; 
      top: 0px; 
      right: 100%; 
      opacity: 0; 
      visibility: hidden; 
      transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; } 
    .menu-mobile .menu-mobile-content { 
      padding-bottom: 50px; 
      width: 100%; 
      height: 100%; 
      overflow-y: auto; } 
    .menu-mobile .logo-container { 
      background-color: #090400; } 
      .menu-mobile .logo-container .logo { 
        width: 100%; 
        height: 98px; 
        line-height: 98px; 
        text-align: center; 
        display: inline-block; 
        vertical-align: middle; } 
        .menu-mobile .logo-container .logo .icon { 
          width: 72px; 
          height: 72px; } 
    .menu-mobile .main-menu-container { 
      background-color: #fff; 
      position: relative; } 
    .menu-mobile #nav { 
      position: relative; } 
      .menu-mobile #nav .cart-list { 
        display: none; } 
      .menu-mobile #nav.hidden-title-link .title-link { 
        display: none; } 
      .menu-mobile #nav li.level-top.hidden-link { 
        display: none; } 
      .menu-mobile #nav li.level-top.active-link .menu_cms_block, 
      .menu-mobile #nav li.level-top.active-link .wishes, 
      .menu-mobile #nav li.level-top.active-link .destinations, 
      .menu-mobile #nav li.level-top.active-link ul.level0 { 
        height: auto; } 
      .menu-mobile #nav li.level-top.active-link > span { 
        text-align: center; 
        color: #FF5B4A; } 
        .menu-mobile #nav li.level-top.active-link > span:after { 
          right: auto; 
          left: 30px; 
          background: url("../images/svg/arrow-menu-mobile-orange.svg") center no-repeat; 
          display: block !important; } 
      .menu-mobile #nav li.level-top li > a, .menu-mobile #nav li.level-top > span { 
        display: block; 
        padding: 20px 30px; 
        font-family: "Oswald", Arial, sans-serif; 
        text-transform: uppercase; 
        color: #090400; 
        font-size: 17px; 
        position: relative; 
        letter-spacing: 0.4px; 
        border-bottom: 1px solid rgba(9, 4, 0, 0.1); 
        text-align: left; } 
        .menu-mobile #nav li.level-top li > a.hidden-link, .menu-mobile #nav li.level-top > span.hidden-link { 
          display: none; } 
        .menu-mobile #nav li.level-top li > a:after, .menu-mobile #nav li.level-top > span:after { 
          content: ""; 
          position: absolute; 
          top: 20px; 
          right: 30px; 
          width: 7px; 
          height: 14px; 
          background: url("../images/svg/arrow-menu-mobile.svg") center no-repeat; } 
      .menu-mobile #nav li.level-top .menu_cms_block, 
      .menu-mobile #nav li.level-top .wishes, 
      .menu-mobile #nav li.level-top .destinations, 
      .menu-mobile #nav li.level-top ul.level0, 
      .menu-mobile #nav li.level-top ul.level1 { 
        height: 0; 
        overflow: hidden; } 
      .menu-mobile #nav li.level-top .menu_cms_block ul li a, 
      .menu-mobile #nav li.level-top .menu_cms_block ul li a span, 
      .menu-mobile #nav li.level-top .menu_cms_block ul li.level1 a, 
      .menu-mobile #nav li.level-top .menu_cms_block ul li.level1 a span, 
      .menu-mobile #nav li.level-top ul.level0 li a, 
      .menu-mobile #nav li.level-top ul.level0 li a span, 
      .menu-mobile #nav li.level-top ul.level0 li.level1 a, 
      .menu-mobile #nav li.level-top ul.level0 li.level1 a span { 
        text-transform: none; 
        font-size: 16px; } 
        .menu-mobile #nav li.level-top .menu_cms_block ul li a:after, 
        .menu-mobile #nav li.level-top .menu_cms_block ul li a span:after, 
        .menu-mobile #nav li.level-top .menu_cms_block ul li.level1 a:after, 
        .menu-mobile #nav li.level-top .menu_cms_block ul li.level1 a span:after, 
        .menu-mobile #nav li.level-top ul.level0 li a:after, 
        .menu-mobile #nav li.level-top ul.level0 li a span:after, 
        .menu-mobile #nav li.level-top ul.level0 li.level1 a:after, 
        .menu-mobile #nav li.level-top ul.level0 li.level1 a span:after { 
          display: none; } 
    .menu-mobile .ask-devis { 
      border-bottom: 1px solid rgba(9, 4, 0, 0.1); 
      text-align: left; } 
      .menu-mobile .ask-devis .title { 
        font-size: 16px; 
        color: #FF5B4A; 
        display: block; 
        font-family: "Oswald", Arial, sans-serif; } 
      .menu-mobile .ask-devis .link-devis { 
        padding: 20px 30px; 
        border-bottom: 1px solid rgba(9, 4, 0, 0.1); } 
      .menu-mobile .ask-devis .phone-link { 
        font-family: "Oswald", Arial, sans-serif; 
        color: #090400; 
        font-size: 16px; 
        font-weight: normal; 
        padding: 20px 30px; 
        display: block; } 
        .menu-mobile .ask-devis .phone-link .icon { 
          width: 13px; 
          height: 17px; 
          margin-right: 5px; 
          vertical-align: -2px; } 
    .menu-mobile .houses-list { 
      padding: 30px; 
      text-align: left; } 
      .menu-mobile .houses-list .link-home { 
        text-transform: uppercase; 
        font-size: 14px; 
        font-weight: normal; 
        color: #090400; 
        margin-bottom: 15px; 
        display: block; 
        letter-spacing: 0.4px; 
        font-family: "Oswald", Arial, sans-serif; } 
      .menu-mobile .houses-list .list-countries li a { 
        font-family: "Oswald", Arial, sans-serif; 
        font-weight: 300; 
        font-size: 18px; 
        letter-spacing: 0.4px; } 
      .menu-mobile .houses-list .list-countries li + li { 
        margin-top: 10px; } 
 
  .wrap-sm-xs { 
    transition: transform 0.3s ease-in-out; } 
 
  .menu-burger-open { 
    position: fixed; 
    overflow: hidden; 
    left: 0; 
    right: 0; } 
    .menu-burger-open .wrap-sm-xs { 
      transform: translateX(-320px); } 
    .menu-burger-open .menu-mobile {
      opacity: 1;
      -webkit-transform: translateX(0) translateZ(0);
      transform: translateX(0) translateZ(0);
      transition: -webkit-transform 0s ease-in-out;
      transition: transform 0s ease-in-out; }


      .menu-burger-open .menu-mobile .overlay-menu-mobile { 
        opacity: 1; 
        visibility: visible; } } 
@media (max-width: 767px) { 
  .mobile-header .logo-main { 
    width: 93px; 
    height: 93px; } 
 
  .menu-mobile { 
    right: -280px; 
    width: 280px; } 
 
  .menu-burger-open .wrap-sm-xs { 
    transform: translateX(-280px); } } 
.menu-desktop.main-menu-container { 
  position: relative; 
  z-index: 3; 
  text-align: center; 
  margin-top: 20px; } 
  .menu-desktop.main-menu-container .logo { 
    width: 116px; 
    height: 116px; 
    display: inline-block; 
    vertical-align: middle; 
    margin-bottom: 28px; } 
  .menu-desktop.main-menu-container .white-logo svg circle, 
  .menu-desktop.main-menu-container .white-logo svg polyline, 
    .menu-desktop.main-menu-container .white-logo svg rect, 
    .menu-desktop.main-menu-container .white-logo svg polygon, 
    .menu-desktop.main-menu-container .white-logo svg path, 
    .menu-desktop.main-menu-container .white-logo svg circle, 
    .menu-desktop.main-menu-container .white-logo svg rect, 
    .menu-desktop.main-menu-container .white-logo svg polygon, 
  .menu-desktop.main-menu-container .white-logo svg polyline, 
    .menu-desktop.main-menu-container .white-logo svg path { 
      fill: #fff !important; } 
    .menu-desktop.main-menu-container .logo .icon { 
      width: 100%; 
      height: 100%; } 
  .menu-desktop.main-menu-container #nav { 
    padding-bottom: 40px; 
    display: inline-block; 
    vertical-align: middle; } 
    .menu-desktop.main-menu-container #nav .no-link { 
      pointer-events: none; } 
    .menu-desktop.main-menu-container #nav li.level-top { 
      display: inline-block; 
      vertical-align: middle; 
      position: relative; } 
      .menu-desktop.main-menu-container #nav li.level-top:hover .wishes-lists, 
      .menu-desktop.main-menu-container #nav li.level-top:hover .destinations, 
      .menu-desktop.main-menu-container #nav li.level-top:hover .menu_cms_block { 
        opacity: 1; 
        visibility: visible; } 
      .menu-desktop.main-menu-container #nav li.level-top > span { 
        text-transform: uppercase; 
        color: #fff; 
        font-family: "Oswald", Arial, sans-serif; 
        font-size: 19px; 
        font-weight: normal; 
        letter-spacing: 2.3px; 
        padding-bottom: 40px; } 
      .menu-desktop.main-menu-container #nav li.level-top .destinations-lists { 
        width: 480px !important; 
        text-align: left; } 
        .menu-desktop.main-menu-container #nav li.level-top .destinations-lists ul { 
          /*-webkit-column-count: 2; 
          -moz-column-count: 2; 
          column-count: 2; 
          -webkit-column-gap: 100px; 
          -moz-column-gap: 100px; 
          column-gap: 100px;*/
		  float:left;
		  max-width: 200px;} 
		.menu-desktop.main-menu-container #nav li.level-top .destinations-lists ul.parentLevel {
			margin-left:80px;}
      .menu-desktop.main-menu-container #nav li.level-top .wishes-lists { 
        width: 480px !important; 
        text-align: left;} 
        .menu-desktop.main-menu-container #nav li.level-top .wishes-lists ul { 
          display: inline-block; 
          vertical-align: top;
		  max-width: 200px;} 
        .menu-desktop.main-menu-container #nav li.level-top .wishes-lists ul + ul { 
          margin-left: 80px; } 
      .menu-desktop.main-menu-container #nav li.level-top .wishes-lists, 
      .menu-desktop.main-menu-container #nav li.level-top .destinations, 
      .menu-desktop.main-menu-container #nav li.level-top .menu_cms_block { 
        position: absolute; 
        top: 47px; 
        left: 0px; 
        width: 250px; 
        opacity: 0; 
        visibility: hidden; 
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, border-color 0.3s ease-in-out; 
        padding-top: 17px; 
        border-right: 1px solid transparent; } 
        .menu-desktop.main-menu-container #nav li.level-top .wishes-lists.border-visible, 
        .menu-desktop.main-menu-container #nav li.level-top .destinations.border-visible, 
        .menu-desktop.main-menu-container #nav li.level-top .menu_cms_block.border-visible { 
          border-color: rgba(255, 255, 255, 0.15); } 
        .menu-desktop.main-menu-container #nav li.level-top .wishes-lists li, 
        .menu-desktop.main-menu-container #nav li.level-top .destinations li, 
        .menu-desktop.main-menu-container #nav li.level-top .menu_cms_block li { 
          text-align: left; } 
          .menu-desktop.main-menu-container #nav li.level-top .wishes-lists li:hover > a, 
          .menu-desktop.main-menu-container #nav li.level-top .destinations li:hover > a, 
          .menu-desktop.main-menu-container #nav li.level-top .menu_cms_block li:hover > a { 
            color: #FF5B4A; } 
          .menu-desktop.main-menu-container #nav li.level-top .wishes-lists li.parent > a, 
          .menu-desktop.main-menu-container #nav li.level-top .destinations li.parent > a, 
          .menu-desktop.main-menu-container #nav li.level-top .menu_cms_block li.parent > a { 
            position: relative; } 
          .menu-desktop.main-menu-container #nav li.level-top .wishes-lists li.parent:hover > a:after, 
          .menu-desktop.main-menu-container #nav li.level-top .destinations li.parent:hover > a:after, 
          .menu-desktop.main-menu-container #nav li.level-top .menu_cms_block li.parent:hover > a:after { 
            right: 17px; 
            opacity: 1; } 
          .menu-desktop.main-menu-container #nav li.level-top .wishes-lists li.parent:hover ul.level1, 
          .menu-desktop.main-menu-container #nav li.level-top .destinations li.parent:hover ul.level1, 
          .menu-desktop.main-menu-container #nav li.level-top .menu_cms_block li.parent:hover ul.level1 { 
            opacity: 1; 
            visibility: visible; } 
          .menu-desktop.main-menu-container #nav li.level-top .wishes-lists li.parent > a:after, 
          .menu-desktop.main-menu-container #nav li.level-top .destinations li.parent > a:after, 
          .menu-desktop.main-menu-container #nav li.level-top .menu_cms_block li.parent > a:after { 
            content: ""; 
            position: absolute; 
            top: 2px; 
            right: 10px; 
            width: 7px; 
            height: 14px; 
            background: url("../images/institutionnel/svg/arrow-menu.svg") center no-repeat; 
            opacity: 0; 
            transition: opacity 0.3s ease-in-out, right 0.3s ease-in-out; } 
          .menu-desktop.main-menu-container #nav li.level-top .wishes-lists li > a, 
          .menu-desktop.main-menu-container #nav li.level-top .destinations li > a, 
          .menu-desktop.main-menu-container #nav li.level-top .menu_cms_block li > a { 
            font-size: 16px; 
            color: #fff; 
            letter-spacing: 1px; 
            width: 100%; 
            display: block; } 
          .menu-desktop.main-menu-container #nav li.level-top .wishes-lists li ul.level1, 
          .menu-desktop.main-menu-container #nav li.level-top .destinations li ul.level1, 
          .menu-desktop.main-menu-container #nav li.level-top .menu_cms_block li ul.level1 { 
            position: absolute; 
            top: 16px; 
            left: 100%; 
            width: 445px; 
            height: 100%; 
            padding-left: 95px; 
            padding-top: 3px; 
            opacity: 0; 
            visibility: hidden; 
            transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; } 
            .menu-desktop.main-menu-container #nav li.level-top .wishes-lists li ul.level1.two-column, 
            .menu-desktop.main-menu-container #nav li.level-top .destinations li ul.level1.two-column, 
            .menu-desktop.main-menu-container #nav li.level-top .menu_cms_block li ul.level1.two-column { 
              -webkit-column-count: 2; 
                 -moz-column-count: 2; 
                      column-count: 2; 
              -webkit-column-gap: 105px; 
                 -moz-column-gap: 105px; 
                      column-gap: 105px; } 
            .menu-desktop.main-menu-container #nav li.level-top .wishes-lists li ul.level1 li.level2:hover > a:before, 
            .menu-desktop.main-menu-container #nav li.level-top .destinations li ul.level1 li.level2:hover > a:before, 
            .menu-desktop.main-menu-container #nav li.level-top .menu_cms_block li ul.level1 li.level2:hover > a:before { 
              width: 40px; } 
            .menu-desktop.main-menu-container #nav li.level-top .wishes-lists li ul.level1 li.level2 > a, 
            .menu-desktop.main-menu-container #nav li.level-top .destinations li ul.level1 li.level2 > a, 
            .menu-desktop.main-menu-container #nav li.level-top .menu_cms_block li ul.level1 li.level2 > a { 
              font-size: 16px; 
              color: #fff; 
              position: relative; } 
              .menu-desktop.main-menu-container #nav li.level-top .wishes-lists li ul.level1 li.level2 > a:before, 
              .menu-desktop.main-menu-container #nav li.level-top .destinations li ul.level1 li.level2 > a:before, 
              .menu-desktop.main-menu-container #nav li.level-top .menu_cms_block li ul.level1 li.level2 > a:before { 
                content: ""; 
                position: absolute; 
                top: 11px; 
                right: calc(100% + 15px); 
                width: 0px; 
                height: 1px; 
                background-color: #FF5B4A; 
                transition: width 0.3s ease-in-out; } 
            .menu-desktop.main-menu-container #nav li.level-top .wishes-lists li ul.level1 li.level2 + li.level2, 
            .menu-desktop.main-menu-container #nav li.level-top .destinations li ul.level1 li.level2 + li.level2, 
            .menu-desktop.main-menu-container #nav li.level-top .menu_cms_block li ul.level1 li.level2 + li.level2 { 
              margin-top: 10px; } 
        .menu-desktop.main-menu-container #nav li.level-top .wishes-lists ul li + li, 
        .menu-desktop.main-menu-container #nav li.level-top .destinations ul li + li, 
        .menu-desktop.main-menu-container #nav li.level-top .menu_cms_block ul li + li { 
          margin-top: 8px; } 
      .menu-desktop.main-menu-container #nav li.level-top .cart-list { 
        display: none; } 
    .menu-desktop.main-menu-container #nav li.level-top + li.level-top { 
      margin-left: 60px; } 
 
.top-header { 
  background-color: #151515; 
  color: #fff; 
  height: 38px; 
  line-height: 38px; 
  position: relative; 
  z-index: 4; } 
  .top-header .nav-countries { 
    padding-left: 30px; 
    font-size: 0; 
    float: left; } 
    .top-header .nav-countries .link-home { 
      font-family: "Oswald", Arial, sans-serif; 
      color: #fff; 
      font-size: 13px; 
      text-transform: uppercase; 
      display: inline-block; 
      vertical-align: middle; 
      letter-spacing: 0.5px; } 
    .top-header .nav-countries .list-countries { 
      display: inline-block; 
      vertical-align: middle; 
      font-size: 0; 
      position: relative; 
      padding-left: 20px; 
      margin-left: 20px; } 
      .top-header .nav-countries .list-countries:before { 
        content: ""; 
        position: absolute; 
        top: 50%; 
        left: 0px; 
        height: 12px; 
        width: 1px; 
        margin-top: -6px; 
        background-color: rgba(255, 255, 255, 0.25); } 
      .top-header .nav-countries .list-countries li { 
        display: inline-block; 
        vertical-align: middle; } 
        .top-header .nav-countries .list-countries li a { 
          color: #fff; 
          font-family: "Oswald", Arial, sans-serif; 
          font-weight: 300; 
          font-size: 15px; 
          display: block; 
          height: 20px; 
          line-height: 20px; 
          letter-spacing: 0.5px; } 
          .top-header .nav-countries .list-countries li a.current { 
            font-weight: 500;
			padding:2px 0;} 
            .top-header .nav-countries .list-countries li a.current.mdc { 
              color: #CC0A33; } 
            .top-header .nav-countries .list-countries li a.current.mdi { 
              color: #8CC35E; } 
            .top-header .nav-countries .list-countries li a.current.mdn { 
              color: #E65837; } 
            .top-header .nav-countries .list-countries li a.current.mdf { 
              color: #ECA101; } 
            .top-header .nav-countries .list-countries li a.current.mdp { 
              color: #EA846C; } 
            .top-header .nav-countries .list-countries li a.current.mda { 
              color: #0097D1; } 
            .top-header .nav-countries .list-countries li a.current.mde { 
              color: #DB0B31; } 
            .top-header .nav-countries .list-countries li a.current.mdo { 
              color: #027F67; } 
            .top-header .nav-countries .list-countries li a.current.ddj { 
              color: #E53212; } 
            .top-header .nav-countries .list-countries li a.current.ddc { 
              color: #E83535; } 
            .top-header .nav-countries .list-countries li a.current.ddk { 
              color: #14427C; } 
            .top-header .nav-countries .list-countries li a.current.ddi { 
              color: #8D8D8D; } 
      .top-header .nav-countries .list-countries .see-more { 
        position: relative; 
        margin-left: 10px; 
        text-align: center; } 
        .top-header .nav-countries .list-countries .see-more:hover .see-more-button { 
          background-color: #fff; } 
          .top-header .nav-countries .list-countries .see-more:hover .see-more-button .icon { 
            fill: #090400; } 
        .top-header .nav-countries .list-countries .see-more:hover .submenu { 
          opacity: 1; 
          visibility: visible; } 
        .top-header .nav-countries .list-countries .see-more .see-more-button { 
          display: inline-block; 
          vertical-align: middle; 
          width: 38px; 
          height: 38px; 
          line-height: 38px; 
          transition: background-color 0.3s ease-in-out; } 
        .top-header .nav-countries .list-countries .see-more .icon { 
          width: 9px; 
          height: 11px; 
          fill: #fff; } 
        .top-header .nav-countries .list-countries .see-more .submenu { 
          position: absolute; 
          top: 100%; 
          left: 0px; 
          z-index: 3; 
          background-color: #fff; 
          width: 140px; 
          padding: 20px 0; 
          opacity: 0; 
          visibility: hidden; 
          transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; } 
          .top-header .nav-countries .list-countries .see-more .submenu .list-submenu-countries li { 
            display: block; 
            text-align: left; } 
            .top-header .nav-countries .list-countries .see-more .submenu .list-submenu-countries li a { 
              color: #1b1919; 
              height: auto; 
              line-height: 26px; 
              padding-left: 15px; } 
          .top-header .nav-countries .list-countries .see-more .submenu .list-submenu-countries li + li { 
            margin-left: 0; } 
      .top-header .nav-countries .list-countries li + li { 
        margin-left: 19px; } 
  .top-header .top-links { 
    float: right; } 
    .top-header .top-links .list-links { 
      font-size: 0; } 
      .top-header .top-links .list-links li { 
        display: inline-block; 
        vertical-align: middle; } 
        .top-header .top-links .list-links li .border-link { 
          display: block; 
          height: 38px; 
          line-height: 38px; 
          border-left: 1px solid rgba(255, 255, 255, 0.25); } 
        .top-header .top-links .list-links li .phone-link { 
          padding: 0 17px; 
          font-size: 13px; 
          font-weight: normal; 
          font-family: "Oswald", Arial, sans-serif; 
          color: #fff; 
          letter-spacing: 1px; } 
          .top-header .top-links .list-links li .phone-link .icon { 
            width: 13px; 
            height: 17px; 
            fill: #fff; 
            margin-right: 10px; } 
        .top-header .top-links .list-links li .devis-link { 
          padding: 0 17px; 
          font-size: 14px; 
          font-weight: normal; 
          font-family: "Oswald", Arial, sans-serif; 
          color: #fff; 
          letter-spacing: 0.5px; } 
          .top-header .top-links .list-links li .devis-link .icon { 
            width: 12px; 
            height: 4px; 
            fill: #fff; 
            margin-left: 8px; } 
            .top-header .top-links .list-links li .devis-link .icon svg { 
              vertical-align: top; } 
        .top-header .top-links .list-links li .account-link { 
          width: 50px; 
          text-align: center; } 
          .top-header .top-links .list-links li .account-link .icon { 
            width: 17px; 
            height: 17px; 
            fill: #fff; } 
        .top-header .top-links .list-links li .search-link { 
          width: 50px; 
          text-align: center; } 
          .top-header .top-links .list-links li .search-link .icon { 
            width: 17px; 
            height: 17px; 
            fill: #fff; } 
      .top-header .top-links .list-links .container-search { 
        position: relative; } 
        .top-header .top-links .list-links .container-search .search-form { 
          position: absolute; 
          top: 0px; 
          right: 0px; 
          width: 0; 
          background-color: #151515; 
          overflow: hidden; } 
          .top-header .top-links .list-links .container-search .search-form.active { 
            width: 470px; } 
          .top-header .top-links .list-links .container-search .search-form .icon-cross { 
            font-size: 14px; 
            height: 38px; 
            width: 38px; 
            text-align: center; 
            color: #fff; 
            line-height: 38px; } 
          .top-header .top-links .list-links .container-search .search-form .search-text { 
            height: 38px; 
            background-color: #151515; 
            color: #fff; 
            font-size: 14px; 
            padding: 0 10px; 
            border: none; 
            width: calc(100% - 100px); } 
            .top-header .top-links .list-links .container-search .search-form .search-text:focus, .top-header .top-links .list-links .container-search .search-form .search-text:active { 
              outline: none; } 
          .top-header .top-links .list-links .container-search .search-form .button-submit { 
            height: 38px; 
            width: 38px; 
            text-align: center; 
            line-height: 38px; 
            display: inline-block; 
            vertical-align: middle; 
            float: right; } 
            .top-header .top-links .list-links .container-search .search-form .button-submit .icon { 
              width: 17px; 
              height: 17px; 
              fill: #fff; } 
      .top-header .top-links .list-links .devis-block { 
        position: relative; } 
        .top-header .top-links .list-links .devis-block:hover .submenu-devis { 
          opacity: 1; 
          visibility: visible; } 
        .top-header .top-links .list-links .devis-block .submenu-devis { 
          position: absolute; 
          top: 100%; 
          left: 0px; 
          width: 100%; 
          background-color: #090400; 
          opacity: 0; 
          visibility: hidden; 
          transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; } 
          .top-header .top-links .list-links .devis-block .submenu-devis ul { 
            padding: 15px; } 
          .top-header .top-links .list-links .devis-block .submenu-devis li { 
            height: auto; 
            line-height: 1; 
            display: block; } 
          .top-header .top-links .list-links .devis-block .submenu-devis li + li { 
            margin-top: 20px; } 
          .top-header .top-links .list-links .devis-block .submenu-devis a { 
            color: #fff; 
            font-size: 13px; 
            border: none; 
            height: auto; 
            line-height: 1; } 
            .top-header .top-links .list-links .devis-block .submenu-devis a:hover { 
              color: #FF5B4A; } 	
	
/* add Wechat */
	#wc-wrap {
		position: fixed;
		z-index: 9999;
		margin-top: 300px;
		right: 0;
		top:150px;
	}
	
	#wc-wrap #wc-box-closed {
		position: absolute;
		background: url("../images/home/wechat/wechat-small.jpg") 3px 3px no-repeat;
		width: 40px;
		height: 40px;
		display: none;
		margin: 5px;
		cursor: pointer;
		right: 0px;
	}
		
	#wc-wrap #wc-box {
		background: #fff;
		padding-bottom: 15px;
		border-top-left-radius: 10px;
		-webkit-border-top-left-radius: 10px;
		-moz-border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-moz-border-bottom-left-radius: 10px;
	}	

	#wc-wrap .wechat {
		padding: 15px 0px 5px 45px;
		margin: 0px 0px 0px 15px;
		background: url("../images/home/wechat/wechat-small.jpg") 0 62% no-repeat;
	}

	#wc-wrap button.close {
		padding: 0;
		cursor: pointer;
		background: transparent;
		border: 0;
		-webkit-appearance: none;
	}
	#wc-wrap .close {
		float: right;
		font-size: 20px;
		font-weight: bold;
		line-height: 20px;
		color: #000;
		opacity: .2;
		filter: alpha(opacity=20);
	}

	#wc-wrap .QR {
		padding: 5px 5px 0px 0px !important;
	}
@media (max-width: 1020px) {
	#wc-wrap {
		visibility:hidden;
	}
}

/** Page proposition **/


body.new-form-body {
  background: #f7f4f2 !important; }
  body.new-form-body .loading-div {
    margin-bottom: 300px; }
  body.new-form-body .prop-loaded {
    opacity: 0;
    visibility: none;
    display: none;
    transition: all 175ms ease; }
  body.new-form-body.js-sticky-in .header-container .header {
    background: transparent !important;
    border-color: transparent !important; }
  body.new-form-body.js-sticky-in.more-sticky .header-container .header {
    background: #fff !important;
    border-color: #FF5B4A !important; }
  body.new-form-body.more-sticky {
    padding-top: 230px; }
    body.new-form-body.more-sticky .header-background-image {
      top: -230px; }
  body.new-form-body .fa-phone {
    font-size: 17px; }
  body.new-form-body .fa-envelope-o {
    font-size: 15px; }
  body.new-form-body .header-background-image:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4); }
  body.new-form-body .footer-title-wrapper {
    margin-top: 80px; }
  body.new-form-body .pre_footer,
  body.new-form-body .footer-house-wrapper {
    background: #f7f4f2 !important; }
  body.new-form-body .header-container .header-placeholder .header,
  body.new-form-body .header-container .lmdv-logo {
    position: absolute; }
  body.new-form-body.js-sticky-in.more-sticky .header-container {
    pointer-events: auto; }
    body.new-form-body.js-sticky-in.more-sticky .header-container .header-placeholder {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 100; }
    body.new-form-body.js-sticky-in.more-sticky .header-container .header {
      z-index: 120;
      pointer-events: auto; }
  body.new-form-body .header-container {
    height: 230px; }
    body.new-form-body .header-container .block_phone {
      display: block !important;
      text-transform: none;
      font-size: 16px; }
      body.new-form-body .header-container .block_phone .icon {
        font-size: 20px; }
    body.new-form-body .header-container .lmdv_brands_div .label {
      margin: 0;
      line-height: 44px;
      text-transform: none;
      font-size: 16px; }
  body.new-form-body .product-slider-card {
    height: auto; }
  body.new-form-body .title-card {
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 1px; }
  body.new-form-body .subtitle-card {
    font-size: 16px;
    color: #fff;
    font-family: "proxima-nova", Arial, sans-serif;
    margin-bottom: 40px;
    text-align: center; }
  body.new-form-body .footer-container .bottom-footer .extra-links-wrapper {
    text-align: center;
    font-size: 15px;
    color: #505050;
    font-weight: lighter;
    letter-spacing: .3px; }
  body.new-form-body .footer-container .bottom-footer .copyright-text {
    text-align: center;
    margin-bottom: 30px; }
  body.new-form-body .footer-extra-wrapper {
    margin-bottom: 60px; }
  body.new-form-body .footer-extra-wrapper a {
    color: #b6b4b3;
    text-decoration: underline; }
  body.new-form-body .extra-links-wrapper a {
    color: #505050; }
  body.new-form-body .footer-extra-wrapper .copyright-text {
    color: #444; }
  body.new-form-body .extra-title + .extra-title {
    margin-top: 35px; }
  body.new-form-body .loading-page .header-background-image {
    height: 455px; }
  body.new-form-body .loading-page .subtitle-card {
    margin-bottom: 30px; }
  body.new-form-body .loading-page.fourofour .header-background-image {
    height: 370px; }
  body.new-form-body .sticky-content {
    vertical-align: top;
    width: 100%;
    height: 70px;
    display: none; }
    body.new-form-body .sticky-content .col-xs-12 {
      height: 70px; }
    body.new-form-body .sticky-content .sticky-logo {
      display: block;
      float: left;
      padding: 13px 20px 13px 0;
      height: 100%;
      width: 70px; }
      body.new-form-body .sticky-content .sticky-logo svg {
        height: 100%;
        width: 100%; }
        body.new-form-body .sticky-content .sticky-logo svg .st0 {
          fill: #cd002c; }
    body.new-form-body .sticky-content .sticky-menu {
      display: block;
      float: left;
      height: 100%; }
      body.new-form-body .sticky-content .sticky-menu .sticky-menu-link {
        height: 70px;
        display: inline-block;
        vertical-align: top;
        line-height: 70px;
        padding: 0 20px;
        font-family: "proxima-nova", Arial, sans-serif;
        color: #505050;
        font-size: 18px;
        transition: all 175ms ease; }
        body.new-form-body .sticky-content .sticky-menu .sticky-menu-link:hover {
          color: #ff5b4a; }
        body.new-form-body .sticky-content .sticky-menu .sticky-menu-link.active {
          background: #ff5b4a;
          color: #fff; }
          body.new-form-body .sticky-content .sticky-menu .sticky-menu-link.active:hover {
            color: #fff; }
    body.new-form-body .sticky-content .sticky-buttons {
      float: right;
      padding: 7px 0; }
      body.new-form-body .sticky-content .sticky-buttons a {
        color: #383838; }
        body.new-form-body .sticky-content .sticky-buttons a:hover {
          color: #fff; }
        body.new-form-body .sticky-content .sticky-buttons a.important {
          color: #fff; }
      @media (max-width: 1360px) {
        body.new-form-body .sticky-content .sticky-buttons a {
          width: auto;
          padding-left: 20px;
          padding-right: 20px; } }
  body.new-form-body.js-sticky-in.more-sticky .js-brands-toggle,
  body.new-form-body.js-sticky-in.more-sticky .hide-on-search {
    display: none !important; }
  body.new-form-body.js-sticky-in.more-sticky .sticky-content {
    display: inline-block; }
  body.new-form-body .new-form-content-price-title::first-letter {
    text-transform: capitalize; }
  body.new-form-body .new-form-content-trip-small-title {
    text-transform: capitalize; }
  body.new-form-body .new-form-content-trip-list-el-extra {
    padding: 10px 0 0; }
  body.new-form-body .new-form-content-trip-list-el + .new-form-content-trip-list-el {
    margin: 30px 0 0 0; }
  @media (max-width: 767px) {
    body.new-form-body .new-form-content-trip-map > img {
      max-width: 100%;
      max-height: auto; }
    body.new-form-body .new-form-content-trip-map {
      height: auto; }
    body.new-form-body .new-form-menu {
      border-bottom: none; }
    body.new-form-body .new-form-menu-mobile .icon-arrow-bottom {
      right: 30px; }
    body.new-form-body .new-form-menu-mobile {
      height: 80px; } }
  @media (max-width: 1024px) {
    body.new-form-body .new-form-links {
      display: none; }
    body.new-form-body .new-form-content {
      padding-top: 0; } }
  body.new-form-body .new-form-menu-mobile-select {
    margin: 15px;
    width: calc(100% - 30px); }
  @media (min-width: 1024px) {
    body.new-form-body.js-sticky-in.more-sticky .header-container {
      position: fixed; }
      body.new-form-body.js-sticky-in.more-sticky .header-container:before {
        opacity: 0; }
      body.new-form-body.js-sticky-in.more-sticky .header-container .header-placeholder .header {
        background: #fff; }
      body.new-form-body.js-sticky-in.more-sticky .header-container .header .lmdv_brands_div {
        opacity: 1;
        visibility: visible;
        padding: 15px; }
        body.new-form-body.js-sticky-in.more-sticky .header-container .header .lmdv_brands_div .label {
          color: #505050; }
    body.new-form-body.js-sticky-in .header-container {
      position: relative;
      top: 0;
      width: 100%; } }
  body.new-form-body .header-container .lmdv_brands_div {
    pointer-events: none; }
  body.new-form-body .stick-new-mobile {
    display: none; }
  @media (max-width: 1024px) {
    body.new-form-body .stick-new-mobile {
      display: block;
      position: fixed;
      z-index: 100;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 45px;
      background: #fff; }
      body.new-form-body .stick-new-mobile .new-form-links-button {
        width: 50%;
        height: 45px;
        line-height: 45px;
        padding: 0;
        float: left;
        margin: 0;
        border: 0px solid transparent;
        border-radius: 0; }
        body.new-form-body .stick-new-mobile .new-form-links-button.important {
          margin: 0 !important; } }
  @media (max-width: 1600px) {
    body.new-form-body .header-container .block_phone,
    body.new-form-body .header-container .lmdv_brands_div .label {
      font-size: 13px; } }
  @media (max-width: 1440px) {
    body.new-form-body .header-container .block_phone,
    body.new-form-body .header-container .lmdv_brands_div .label {
      font-size: 11px; } }
  @media (max-width: 1360px) {
    body.new-form-body .header-container .block_phone,
    body.new-form-body .header-container .lmdv_brands_div .label {
      font-size: 13px; }
    body.new-form-body .header-container .lmdv_brands_div .label {
      line-height: 64px; } }
  @media (max-width: 560px) {
    body.new-form-body .header-container .block_phone,
    body.new-form-body .header-container .lmdv_brands_div .label {
      font-size: 11px; }
    body.new-form-body .header-container .block_phone:first-child {
      display: none !important; }
    body.new-form-body .new-form-menu-link {
      font-size: 13px; }
    body.new-form-body .new-form-links-button {
      width: 80%; }
    body.new-form-body .new-form-links-button + .new-form-links-button {
      margin: 10px 0 0 0; }
    body.new-form-body .new-form-content-price-price,
    body.new-form-body .new-form-content-price-specific {
      float: left;
      clear: both; }
    body.new-form-body .new-form-content-price-price {
      float: right;
      margin-top: 15px; }
    body.new-form-body .new-form-content-list-el {
      width: 100%; }
    body.new-form-body .new-form-content-trip-inner-list-text {
      font-size: 11px; }
    body.new-form-body .new-form-content-list-el + .new-form-content-list-el {
      margin: 5px 0 0 0; }
    body.new-form-body .new-form-content-price-el {
      position: relative;
      min-height: 45px; }
      body.new-form-body .new-form-content-price-el .new-form-content-price-specific {
        position: absolute;
        top: -10px;
        right: 0; }
      body.new-form-body .new-form-content-price-el .new-form-content-price-subtitle {
        position: absolute;
        bottom: 0;
        left: 0;
        text-align: right; }
    body.new-form-body .new-form-menu {
      height: 75px;
      margin-bottom: 20px; }
      body.new-form-body .new-form-menu .new-form-menu-link {
        line-height: 75px; }
    body.new-form-body .new-form-content {
      padding: 20px; } }
  @media (max-width: 1024px) {
    body.new-form-body .new-form-content-price-el {
      font-size: 13px; } }

.new-form-menu-mobile {
  display: none; }
.new-form-container {
  max-width: 960px;
  width: 100%;
  margin: 0 auto; }
.new-form-menu {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 95px;
  border-bottom: 1px solid #dddddd;
  font-size: 0;
  margin-bottom: 50px; }
  .new-form-menu-link {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    font-size: 18px;
    font-family: "proxima-nova", Arial, sans-serif;
    color: #505050;
    line-height: 95px;
    text-align: center;
    letter-spacing: .2px;
    transition: all 175ms ease; }
    .new-form-menu-link:hover {
      color: #ff5b4a; }
    .new-form-menu-link.active {
      position: relative;
      background: #ff5b4a;
      color: #fff; }
      .new-form-menu-link.active:hover {
        color: #fff; }
      .new-form-menu-link.active:before {
        content: '';
        position: absolute;
        bottom: -7px;
        left: 50%;
        margin-left: -7.5px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7px 7.5px 0 7.5px;
        border-color: #ff5c4a transparent transparent transparent; }
.new-form-links {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center; }
  .new-form-links-button {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: bold;
    padding: 20px 0;
    width: 235px;
    text-align: center;
    border-radius: 4px;
    color: #383838;
    background: transparent;
    border: 1px solid #d5d5d4;
    transition: all 175ms ease; }
    .new-form-links-button:hover {
      color: #FFF;
      background: #ff2d17;
      border-color: #ff2d17; }
    .new-form-links-button.important {
      color: #FFF;
      background: #ff5b4a;
      border: 1px solid #ff5b4a; }
      .new-form-links-button.important:hover {
        background: #ff2d17; }
  .new-form-links-button + .new-form-links-button {
    margin: 0 0 0 10px; }
.new-form-content {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 50px; }
.new-form-content + .new-form-links {
  margin-bottom: 50px; }
.new-form-content-section {
  display: inline-block;
  vertical-align: top;
  width: 100%; }
  .new-form-content-section.extra-title .new-form-content-text {
    padding-left: 10px; }
.new-form-content-section + .new-form-content-section {
  margin: 60px 0 0 0; }
.new-form-content-text {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-size: 15px;
  color: #383838;
  line-height: 1.4em; }
.new-form-content-line + .new-form-content-line {
  position: relative;
  margin: 18px 0 0 0;
  padding: 18px 0 0 0; }
  .new-form-content-line + .new-form-content-line:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 15px;
    background: #ff5742; }
.new-form-content-title {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 22px;
  color: #505050;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 30px;
  font-weight: normal; }
.new-form-content-list {
  display: inline-block;
  vertical-align: top;
  width: 100%; }
  .new-form-content-list-el {
    display: inline-block;
    vertical-align: top;
    color: #383838;
    font-size: 15px;
    font-weight: bold; }
  .new-form-content-list-el + .new-form-content-list-el {
    margin: 0 0 0 40px; }
  .new-form-content-list-number {
    color: #ff5b4a; }
.new-form-content-trip-list {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-left: 30px; }
  .new-form-content-trip-list.bordered {
    position: relative;
    padding-top: 30px; }
    .new-form-content-trip-list.bordered:after {
      content: '';
      position: absolute;
      top: 0;
      left: -5px;
      height: 30px;
      width: 30px;
      background: #fff;
      z-index: 10; }
    .new-form-content-trip-list.bordered .new-form-content-trip-list-el {
      position: relative;
      top: -30px;
      border: 1px solid #eeeeee;
      padding: 30px; }
      .new-form-content-trip-list.bordered .new-form-content-trip-list-el.grey {
        padding: 0; }
      .new-form-content-trip-list.bordered .new-form-content-trip-list-el:before {
        top: 30px;
        z-index: 11; }
      .new-form-content-trip-list.bordered .new-form-content-trip-list-el:after {
        top: 33px;
        z-index: 11; }
  .new-form-content-trip-list:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    min-height: 100%;
    width: 1px;
    border-left: 1px dashed #d0d0d0; }
  .new-form-content-trip-list-el {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 16px; }
    .new-form-content-trip-list-el:before {
      content: '';
      position: absolute;
      top: 0;
      left: -35px;
      height: 11px;
      width: 11px;
      border: 1px solid #ff5f4e;
      border-radius: 50%; }
    .new-form-content-trip-list-el:after {
      content: '';
      position: absolute;
      top: 3px;
      left: -32px;
      height: 5px;
      width: 5px;
      background: #ff5f4e;
      border-radius: 50%; }
  .new-form-content-trip-list-el + .new-form-content-trip-list-el {
    margin: 50px 0 0 0; }
.new-form-content-trip-date {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 0 12px 0;
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 15px;
  color: #424242;
  font-weight: normal; }
.new-form-content-trip-title {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 0 20px 0;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 15px;
  color: #424242;
  text-transform: uppercase; }
.new-form-content-trip-inner-list-el {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-left: 20px; }
  @media (max-width: 667px) {
    .new-form-content-trip-inner-list-el {
      padding-left: 0; } }
.new-form-content-trip-inner-list-el + .new-form-content-trip-inner-list-el {
  margin: 20px 0 0 0; }
.new-form-content-trip-inner-list-icon, .new-form-content-trip-inner-list-text {
  display: inline-block;
  vertical-align: middle; }
.new-form-content-trip-inner-list-icon .fa {
  font-size: 14px;
  height: 14px;
  width: 16px;
  color: #ff5b4a;
  text-align: center; }
.new-form-content-trip-inner-list-text {
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: lighter;
  color: #383838;
  margin-left: 10px; }
  @media (max-width: 667px) {
    .new-form-content-trip-inner-list-text {
      max-width: calc(100% - 20px);
      margin-left: 0;
      font-size: 13px !important;
      line-height: 1.3em; } }
.new-form-content-trip-map {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 485px;
  margin: 0 0 20px 0; }
  .new-form-content-trip-map > img {
    max-height: 100%;
    display: block;
    margin: 0 auto; }
.new-form-content-trip-map-list {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 15px;
  color: #383838;
  text-align: center; }
  .new-form-content-trip-map-list span {
    display: inline-block;
    vertical-align: top; }
  .new-form-content-trip-map-list span + span {
    margin: 0 0 0 5px; }
.new-form-content-trip-small-title {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 0 10px 0;
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600; }
  .new-form-content-trip-small-title.bold {
    font-weight: bold; }
.new-form-content-trip-simple-text {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 15px;
  font-weight: lighter;
  line-height: 1.3em; }
.new-form-content-trip-simple-text + .new-form-content-trip-simple-text, .new-form-content-trip-image + .new-form-content-trip-simple-text, .new-form-content-trip-simple-text + .new-form-content-trip-important-text, .new-form-content-trip-image + .new-form-content-trip-simple-text, .new-form-content-trip-important-text + .new-form-content-trip-simple-text, p + .new-form-content-trip-important-text {
  margin: 20px 0 0 0; }
.new-form-content-trip-list-el-extra {
  padding: 30px; }
  .new-form-content-trip-list-el-extra.grey-el {
    background: #f8f8f8; }
.new-form-content-trip-simple-text + .new-form-content-trip-small-title , .new-form-content-trip-important-text + .new-form-content-trip-small-title{
  margin-top: 30px; }
.new-form-content-trip-list-el-extra + .new-form-content-trip-list-el-extra {
  border-top: 1px solid #eee; }
.new-form-content-trip-image {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  width: 100%;
  height: 516px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 1024px) {
    .new-form-content-trip-image {
      height: 350px; } }
  @media (max-width: 667px) {
    .new-form-content-trip-image {
      height: 107px; } }
  .new-form-content-trip-image > img {
    max-width: 100%; }
.new-form-content-trip-important-text {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.3em;
  color: #ff7B6d;
  font-weight: bold; }
.new-form-content-extra-title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-size: 15px;
  font-family: "Oswald", Arial, sans-serif;
  color: #424242;
  margin: 0 0 20px 0;
  padding-left: 10px;
  text-transform: uppercase;
  font-weight: 500; }
  .new-form-content-extra-title:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 5px;
    margin-top: -2.5px;
    width: 5px;
    background: #ff5b4a;
    border-radius: 50%; }
.new-form-content-price {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px; }
  .new-form-content-price.no-line {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0; }
  .new-form-content-price-el {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 15px;
    color: #383838;
    font: "proxima-nova", Arial, sans-serif; }
  .new-form-content-price-el + .new-form-content-price-el {
    margin-top: 15px; }
  .new-form-content-price-title {
    font-size: 22px;
    font-family: "Oswald", Arial, sans-serif;
    color: #505050;
    float: left;
    font-weight: 500; }
  .new-form-content-price-subtitle {
    float: left;
    font-weight: normal; }
  .new-form-content-price-price {
    font-size: 22px;
    font-family: "Oswald", Arial, sans-serif;
    color: #ff5b4a;
    float: right; }
  .new-form-content-price-specific {
    float: right; }
  .new-form-content-price-list {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 13px;
    color: #383838;
    font-family: "proxima-nova", Arial, sans-serif; }
    .new-form-content-price-list li {
      display: inline-block;
      vertical-align: top;
      width: 100%; }
    .new-form-content-price-list li + li {
      margin: 10px 0 0 0; }
    .new-form-content-price-list-left {
      float: left; }
    .new-form-content-price-list-right {
      float: right; }
.new-form-content-price-list-text + .new-form-content-price-list-text {
  margin-top: 60px; }
.new-form-content-price-list + .new-form-content-price {
  margin: 60px 0 20px 0; }
.new-form-content-price-list-text {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-left: 10px; }
  .new-form-content-price-list-text li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 15px;
    line-height: 1.4em; }
    .new-form-content-price-list-text li:before {
      content: '.';
      position: absolute;
      top: 0;
      left: -10px;
      color: #ff5b4a; }
  .new-form-content-price-list-text li + li {
    margin: 10px 0 0 0; }
.new-form-content-price-list-text-title {
  left: -10px;
  font-weight: bold; }
  .new-form-content-price-list-text-title:before {
    display: none; }
.new-form-loading {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 80px 0;
  text-align: center;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: bold;
  color: #383838;
  font-weight: bold;
  font-size: 15px; }
  .new-form-loading span {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-weight: normal;
    margin-top: 30px; }

@media (max-width: 690px) {
  .new-form-menu {
    max-height: 40px !important; }
    .new-form-menu-mobile {
      position: relative;
      display: inline-block;
      vertical-align: top;
      height: 50px;
      width: 100%; }
      .new-form-menu-mobile-select {
        display: inline-block;
        vertical-align: top;
        height: 50px;
        width: 100%;
        padding: 0 20px;
        border: 1px solid #bebebe;
        font-weight: 500;
        font-size: 16px;
        color: #383838;
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: ''; }
      .new-form-menu-mobile .icon-arrow-bottom {
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        font-size: 8px; }
    .new-form-menu-link {
      display: none; } }