/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

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

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

/*

COLORS:
******
Ok."white" F6F6F6
Ok.bt top bar: 4A4A4A
Ok.text color top bar: 9B9B9B
Ok.text color 1: 4A4A4A
Ok.text color 2: 000000 (used in bg for nav/popups)


Ok.bg yellow: EBE1D4 (several opacities: 0.5 / 0.8 / 1)
Ok.bg default: white

Ok.tour highlith sentence text: FFF9EF (used >1)
Ok.tour highlith sentence bg: DDCAAF

Ok.bg color light: F6F6F6 (used in newsletter)

*/
/*
font-family: 'Oswald', sans-serif;
400/700

font-family: 'Roboto', sans-serif;
300 light
300i light italic
400 regular
500 medium
700 bold

<link href="https://fonts.googleapis.com/css?family=Oswald:400,700|Roboto:300,300i,400,500,700" rel="stylesheet">
*/
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* BEGIN reset css */
/* remove and neutralize the inconsistent default styling of HTML elements */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

/* END reset css */
html, body {
  background-color: #FFF;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #4A4A4A;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: none;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0pt;
  visibility: hidden;
}

img, video {
  border: none;
}
img.responsive, video.responsive {
  max-width: 100%;
  height: auto;
}
img.responsive-full, video.responsive-full {
  max-width: none;
  width: 100%;
  height: auto;
}

::selection {
  background: #4A4A4A;
  color: #F6F6F6; /* Safari */
}

::-moz-selection {
  background: #4A4A4A;
  color: #F6F6F6; /* Firefox */
}

input, textarea, select {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  margin: 0;
  font-weight: 700;
}

p {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 20px;
  font-weight: 400;
}

strong, b {
  font-weight: 700;
}

a {
  color: #4A4A4A;
  text-decoration: underline;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
}
a:hover, a:focus {
  text-decoration: none;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.no-padding {
  padding: 0;
}

.hidden {
  display: none;
}

.hidden-xs {
  display: none;
}

@media (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .hidden-md {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1259px) {
  .hidden-lg {
    display: none;
  }
}
@media (min-width: 1260px) {
  .hidden-xl {
    display: none;
  }
}
.visible-xs {
  display: none;
}

.visible-sm {
  display: none;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block;
  }
}
body.in-popup, body.is-in-popup {
  overflow: hidden;
}

#mainWrapper, #main {
  min-width: 320px;
  padding-top: 135px;
}
#mainWrapper.is-transparent, #main.is-transparent {
  padding-top: 0 !important;
}
#mainWrapper.is-mobile-transparent, #main.is-mobile-transparent {
  padding-top: 0;
}
@media (min-width: 992px) {
  #mainWrapper, #main {
    padding-top: 160px;
  }
  #mainWrapper.is-mobile-transparent, #main.is-mobile-transparent {
    padding-top: 160px;
  }
}

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 25px;
}
@media (min-width: 992px) {
  .container {
    padding: 0 40px;
  }
}

a.btn-primary, a.btn-primary:visited, .button {
  display: inline-block;
  border: 1px solid #9B9B9B;
  color: #9B9B9B;
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 10px 15px;
  min-width: 95px;
}
@media (min-width: 992px) {
  a.btn-primary:hover, a.btn-primary:visited:hover, .button:hover {
    cursor: pointer;
    /*background-color: $theme-primary;
    color: $theme-light;*/
    background-color: #D8D8D8;
    color: #9B9B9B;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
}

a.btn-secondary, a.btn-secondary:visited {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url("../img/svg/btn-arrow.svg") center center no-repeat transparent;
  background-size: auto auto;
  border: 2px solid #4A4A4A;
  line-height: 500px;
  overflow: hidden;
}
@media (min-width: 992px) {
  a.btn-secondary:hover, a.btn-secondary:visited:hover {
    position: relative;
    margin-left: 25px;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
}

a.btn-link, a.btn-link:visited {
  position: relative;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
}
a.btn-link:before, a.btn-link:visited:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  background: url("../img/svg/btn-arrow.svg") center center no-repeat transparent;
  background-size: auto auto;
  border: 2px solid #4A4A4A;
  margin-right: 18px;
}
@media (min-width: 1024px) {
  a.btn-link, a.btn-link:visited {
    /*
    &:hover {
    	position: relative;
    	padding-left: 25px;
    	@include transition();
    }
    */
    transition: all 0.4s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.37, 0, 0.63, 1);
    position: relative;
  }
  a.btn-link:hover, a.btn-link:visited:hover {
    padding-left: 25px;
  }
}

input:focus::-webkit-input-placeholder {
  color: transparent !important;
}

input:focus:-moz-placeholder {
  color: transparent !important;
} /* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent !important;
} /* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent !important;
} /* IE 10+ */
textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}

textarea:focus:-moz-placeholder {
  color: transparent !important;
} /* FF 4-18 */
textarea:focus::-moz-placeholder {
  color: transparent !important;
} /* FF 19+ */
textarea:focus:-ms-input-placeholder {
  color: transparent !important;
} /* IE 10+ */
.section-content {
  /*
  	margin: 0 auto;
  	max-width: 1260px;
  	padding: 0 30px;
  	margin-bottom: 40px;
  	.section-title {}
  */
}

.breadcrumb {
  margin-bottom: 40px;
}
.breadcrumb p {
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 10px;
  line-height: 13px;
  margin-bottom: 0;
}
.breadcrumb p a, .breadcrumb p a:visited {
  text-decoration: underline;
}

.page-intro {
  text-align: center;
  margin-bottom: 75px;
  max-width: 850px;
}
.page-intro.in-blog-detail {
  margin-bottom: 90px;
}
.page-intro.in-hotel-detail {
  margin-bottom: 45px;
}
.page-intro.in-transport-detail {
  margin-bottom: 45px;
}
.page-intro.in-events-detail {
  margin-bottom: 45px;
}
.page-intro.in-tour-detail {
  margin-bottom: 30px;
}
.page-intro h2 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin-bottom: 10px;
}
.page-intro h3 {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.page-intro p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 30px;
}
.page-intro.in-page-text {
  margin-bottom: 30px;
  max-width: 1180px;
  text-align: left;
}
@media (min-width: 992px) {
  .page-intro {
    margin-bottom: 145px;
  }
  .page-intro.in-blog-detail {
    margin-bottom: 35px;
  }
  .page-intro.in-hotel-detail {
    margin-bottom: 50px;
  }
  .page-intro.in-transport-detail {
    margin-bottom: 50px;
  }
  .page-intro.in-events-detail {
    margin-bottom: 50px;
  }
  .page-intro.in-about-detail {
    margin-bottom: 75px;
  }
  .page-intro.in-tour-detail {
    margin-bottom: 30px;
  }
  .page-intro h2 {
    letter-spacing: 6px;
    margin-bottom: 20px;
  }
  .page-intro h3 {
    font-size: 44px;
    line-height: 58px;
  }
  .page-intro p {
    margin-bottom: 45px;
  }
  .page-intro.in-page-text {
    padding-top: 100px;
    margin-bottom: 50px;
  }
}

.page-intro-secondary {
  margin-bottom: 50px;
}
.page-intro-secondary .info {
  max-width: 850px;
}
.page-intro-secondary h2 {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.page-intro-secondary h3 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}
.page-intro-secondary p {
  margin-top: 15px;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
}
.page-intro-secondary .list-dropdown {
  padding-top: 25px;
}
.page-intro-secondary .list-dropdown ul {
  display: none;
}
.page-intro-secondary .list-dropdown ul li {
  padding-top: 10px;
}
.page-intro-secondary .list-dropdown ul li a, .page-intro-secondary .list-dropdown ul li a:visited {
  width: 120px;
}
.page-intro-secondary .list-dropdown ul li.selected a, .page-intro-secondary .list-dropdown ul li.selected a:visited {
  background-color: #D8D8D8;
  color: #9B9B9B;
}
.page-intro-secondary.blog-intro .list-dropdown ul li a, .page-intro-secondary.blog-intro .list-dropdown ul li a:visited {
  width: auto;
}
@media (min-width: 992px) {
  .page-intro-secondary {
    padding-top: 100px;
    margin-bottom: 75px;
  }
  .page-intro-secondary h2 {
    font-size: 74px;
    line-height: 76px;
    margin-bottom: 20px;
  }
  .page-intro-secondary p {
    margin-bottom: 25px;
  }
  .page-intro-secondary .list-dropdown {
    padding-top: 45px;
  }
  .page-intro-secondary .list-dropdown a.dropdown-toggle, .page-intro-secondary .list-dropdown a.dropdown-toggle:visited {
    display: none;
  }
  .page-intro-secondary .list-dropdown ul {
    display: block !important;
    font-size: 0;
    margin-left: -9px;
    margin-right: -9px;
  }
  .page-intro-secondary .list-dropdown ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 9px;
    margin-bottom: 9px;
  }
  .page-intro-secondary .list-dropdown ul li a, .page-intro-secondary .list-dropdown ul li a:visited {
    text-align: center;
  }
  .page-intro-secondary .list-dropdown.in-locations ul li a, .page-intro-secondary .list-dropdown.in-locations ul li a:visited {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-intro-secondary .tag-description p {
    margin-bottom: 0;
  }
}

.page-intro-terciary {
  margin-bottom: 60px;
}
.page-intro-terciary .info {
  max-width: 850px;
}
.page-intro-terciary h2 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-bottom: 10px;
}
.page-intro-terciary h3 {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.page-intro-terciary p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .page-intro-terciary {
    padding-top: 100px;
    margin-bottom: 80px;
  }
  .page-intro-terciary h2 {
    margin-bottom: 10px;
  }
  .page-intro-terciary h3 {
    font-size: 44px;
    line-height: 58px;
    margin-bottom: 15px;
  }
  .page-intro-terciary p {
    margin-bottom: 0;
  }
}
.page-intro-terciary ul.tabs {
  padding-top: 30px;
}
.page-intro-terciary ul.tabs li {
  margin-bottom: 15px;
}
.page-intro-terciary ul.tabs li:last-child {
  margin-bottom: 0;
}
.page-intro-terciary ul.tabs li a, .page-intro-terciary ul.tabs li a:visited {
  padding-left: 30px;
  padding-right: 30px;
}
.page-intro-terciary ul.tabs li.selected a, .page-intro-terciary ul.tabs li.selected a:visited {
  color: #F6F6F6;
  background-color: #4A4A4A;
  border-color: #4A4A4A;
}
@media (min-width: 992px) {
  .page-intro-terciary ul.tabs {
    padding-top: 55px;
  }
  .page-intro-terciary ul.tabs li {
    margin-bottom: 0;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
  }
}

.page-highlights-wrapper .highlights-list .item {
  background-color: rgba(235, 225, 212, 0.5);
  padding-top: 60px;
  padding-bottom: 50px;
}
.page-highlights-wrapper .highlights-list .item:nth-child(2) {
  background-color: rgba(235, 225, 212, 0.8);
}
.page-highlights-wrapper .highlights-list .item:nth-child(3) {
  background-color: #EBE1D4;
}
.page-highlights-wrapper .highlights-list .item:nth-child(4) {
  background-color: rgba(235, 225, 212, 0.5);
}
.page-highlights-wrapper .highlights-list .item:nth-child(5) {
  background-color: #FFF9EF;
}
.page-highlights-wrapper .highlights-list .item p {
  display: none;
}
.page-highlights-wrapper .highlights-list .item .image {
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: 45px;
}
.page-highlights-wrapper .highlights-list .item .info h2 {
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 8px;
}
.page-highlights-wrapper .highlights-list .item .info h3 {
  font-size: 34px;
  line-height: 42px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.page-highlights-wrapper .highlights-list .item .link {
  border-top: 1px solid #4A4A4A;
  padding-top: 35px;
}
.page-highlights-wrapper.in-blog-intro .highlights-list .item {
  background-color: rgba(235, 225, 212, 0.5) !important;
}
@media (min-width: 992px) {
  .page-highlights-wrapper .highlights-list .item {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .page-highlights-wrapper .highlights-list .item .container {
    position: relative;
  }
  .page-highlights-wrapper .highlights-list .item .image {
    margin: 0;
    float: left;
    width: 66%;
  }
  .page-highlights-wrapper .highlights-list .item .info {
    float: right;
    width: 29%;
  }
  .page-highlights-wrapper .highlights-list .item .info {
    padding-bottom: 90px;
    padding-top: 35px;
  }
  .page-highlights-wrapper .highlights-list .item .info p {
    display: block;
  }
  .page-highlights-wrapper .highlights-list .item .link {
    padding-top: 30px;
    position: absolute;
    bottom: 5px;
    right: 40px;
    width: calc(29% - 25px);
  }
  .page-highlights-wrapper .highlights-list .item.odd .image {
    float: right;
  }
  .page-highlights-wrapper .highlights-list .item.odd .info {
    float: left;
  }
  .page-highlights-wrapper .highlights-list .item.odd .link {
    right: 0;
    left: 40px;
  }
  .page-highlights-wrapper.in-blog-intro .highlights-list .item .info h3 {
    margin-bottom: 12px;
  }
}

.load-more-wrapper {
  padding: 0 25px;
  padding-bottom: 60px;
}
.load-more-wrapper.in-blog-intro {
  text-align: center;
  padding-top: 25px;
  background-color: rgba(235, 225, 212, 0.5);
}
@media (min-width: 992px) {
  .load-more-wrapper {
    padding-top: 40px;
    padding-bottom: 140px;
    text-align: center;
  }
  .load-more-wrapper.in-blog-intro {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.page-entry {
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  .page-entry {
    margin-bottom: 140px;
  }
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
  text-transform: uppercase;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 40px;
  margin-top: 60px;
}
.entry *:last-child {
  margin-bottom: 0;
}
.entry *:first-child {
  margin-top: 0;
}

.hp-slideshow.in-detail {
  margin-bottom: 70px;
}
@media (min-width: 992px) {
  .hp-slideshow.in-detail {
    margin-bottom: 80px;
  }
}
.hp-slideshow.in-detail.in-how-it-works .slide-item .info h2 {
  font-size: 45px;
  line-height: 55px;
  max-width: 100%;
}
.hp-slideshow.in-detail.in-how-it-works .slide-item .info p {
  color: #F6F6F6;
}
@media (min-width: 992px) {
  .hp-slideshow.in-detail.in-how-it-works .slide-item .info h2 {
    font-size: 74px;
    line-height: 88px;
  }
}

.page-featured-image {
  height: 100vh;
  margin-bottom: 70px;
}
.page-featured-image .aux-elem {
  height: 100%;
  width: 100%;
}
.page-featured-image .image {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-featured-image img {
  display: none;
}
.page-featured-image a, .page-featured-image a:visited {
  display: none;
}
.page-featured-image .featured-image-slider {
  display: none;
}
@media (min-width: 992px) {
  .page-featured-image {
    height: auto;
    margin-bottom: 80px;
    position: relative;
  }
  .page-featured-image.wow {
    visibility: hidden;
  }
  .page-featured-image.in-blog-detail {
    margin-bottom: 115px;
  }
  .page-featured-image.in-hotel-detail {
    margin-bottom: 115px;
  }
  .page-featured-image.in-transport-detail {
    margin-bottom: 115px;
  }
  .page-featured-image.in-events-detail {
    margin-bottom: 115px;
  }
  .page-featured-image a, .page-featured-image a:visited {
    display: none;
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -18px;
  }
  .page-featured-image .aux-elem {
    margin: 0 auto;
    height: auto;
    width: auto;
    padding: 0 40px;
    max-width: 1180px;
    position: relative;
  }
  .page-featured-image .image {
    height: auto;
    width: auto;
    background-image: none !important;
  }
  .page-featured-image img {
    display: block;
  }
  .page-featured-image .bg-layer {
    position: absolute;
    top: 290px;
    bottom: -70px;
    left: 0;
    width: 100%;
    background-color: rgba(235, 225, 212, 0.5);
  }
  .page-featured-image a.btn-secondary:hover, .page-featured-image a.btn-secondary:visited:hover {
    right: -35px;
    margin-left: 0;
    position: absolute;
  }
  .page-featured-image .image.has-swiper {
    display: none;
  }
  .page-featured-image .featured-image-slider {
    display: block;
    width: 100%;
    height: 800px;
  }
  .page-featured-image .featured-image-slider .swiper-container, .page-featured-image .featured-image-slider .swiper-wrapper, .page-featured-image .featured-image-slider .swiper-slide, .page-featured-image .featured-image-slider .image-item {
    width: 100%;
    height: 100%;
  }
  .page-featured-image .featured-image-slider .swiper-container img, .page-featured-image .featured-image-slider .swiper-wrapper img, .page-featured-image .featured-image-slider .swiper-slide img, .page-featured-image .featured-image-slider .image-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 1320px) {
  .page-featured-image a, .page-featured-image a:visited {
    display: block;
  }
}

.lets-start-top-bar {
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 20;
  padding: 15px 0;
  width: 100%;
  background-color: #4A4A4A;
  color: #9B9B9B;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
}
.lets-start-top-bar p {
  display: none;
}
.lets-start-top-bar .ls-actions {
  text-align: center;
}
.lets-start-top-bar .ls-actions a.return-top, .lets-start-top-bar .ls-actions a.return-top:visited {
  display: none;
}
.lets-start-top-bar.active {
  top: 0;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
}
@media (min-width: 768px) {
  .lets-start-top-bar {
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .lets-start-top-bar p {
    display: block;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 0;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .lets-start-top-bar .ls-actions {
    position: absolute;
    right: 30px;
    top: 25px;
    text-align: right;
  }
  .lets-start-top-bar .ls-actions a.return-top, .lets-start-top-bar .ls-actions a.return-top:visited {
    display: inline-block;
    color: #9B9B9B;
    line-height: 35px;
    margin-right: 15px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    text-decoration: none;
  }
}

.page-gallery-aux {
  display: none;
}

body .lg-backdrop {
  background-color: #000;
}
body .lg-outer .lg .lg-toolbar .lg-autoplay-button {
  display: none;
}
body .lg-outer .lg .lg-toolbar #lg-counter {
  display: none;
}
body .lg-outer .lg .lg-toolbar .lg-close {
  position: absolute;
  width: 15px;
  height: 15px;
  padding: 0;
  top: 40px;
  right: 35px;
  background: url("../img/svg/gallery-close-icon.svg") center center no-repeat transparent;
  background-size: contain;
}
body .lg-outer .lg .lg-toolbar .lg-close:after {
  content: "";
}
body .lg-outer .lg .lg-actions .lg-prev {
  bottom: 40px;
  top: auto;
  display: block;
  width: 37px;
  height: 37px;
  padding: 0;
  margin-top: -6px;
  background: url("../img/svg/arrow-square-left.svg") center center no-repeat transparent;
  background-size: contain;
  left: 50%;
  margin-left: -45px;
}
body .lg-outer .lg .lg-actions .lg-prev:after {
  content: "";
}
body .lg-outer .lg .lg-actions .lg-next {
  bottom: 40px;
  top: auto;
  display: block;
  width: 37px;
  height: 37px;
  padding: 0;
  margin-top: -6px;
  background: url("../img/svg/arrow-square-right.svg") center center no-repeat transparent;
  background-size: contain;
  right: 50%;
  margin-right: -45px;
}
body .lg-outer .lg .lg-actions .lg-next:before {
  content: "";
}
@media (min-width: 768px) {
  body .lg-outer .lg .lg-toolbar .lg-autoplay-button {
    display: none;
  }
  body .lg-outer .lg .lg-toolbar #lg-counter {
    display: none;
  }
  body .lg-outer .lg .lg-toolbar .lg-close {
    top: 40px;
    right: 65px;
  }
  body .lg-outer .lg .lg-actions .lg-prev {
    bottom: auto;
    top: 50%;
    margin-top: -19px;
    left: 125px;
    margin-left: 0;
  }
  body .lg-outer .lg .lg-actions .lg-next {
    bottom: auto;
    top: 50%;
    margin-top: -19px;
    right: 125px;
    margin-right: 0;
  }
}

.regions-btns-list {
  text-align: center;
  padding-bottom: 100px;
}
.regions-btns-list.in-header {
  text-align: left;
  margin-left: -10px;
  max-width: 800px;
}
.regions-btns-list h2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
@media (min-width: 992px) {
  .regions-btns-list h2 {
    letter-spacing: 7px;
    margin-bottom: 60px;
  }
}
.regions-btns-list .regions-btns-items {
  font-size: 0;
}
.regions-btns-list .regions-btns-items h3 {
  border: 1px solid #9B9B9B;
  display: inline-block;
  padding: 17px;
  margin: 0 10px;
  margin-bottom: 20px;
  text-align: left;
}
.regions-btns-list .regions-btns-items h3 a, .regions-btns-list .regions-btns-items h3 a:visited {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 34px;
  line-height: 42px;
  text-decoration: none;
  display: block;
}
.regions-btns-list .regions-btns-items h3 a span, .regions-btns-list .regions-btns-items h3 a:visited span {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
  display: block;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

body.homepage .header-home-top-bar {
  /*position: relative;*/
}

.header-home-top-bar {
  display: none;
  padding-top: 25px;
  padding-bottom: 20px;
  min-height: 37px;
  background-color: #4A4A4A;
  color: #9B9B9B;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -25px;
  margin-bottom: 45px;
}
.header-home-top-bar p {
  vertical-align: middle;
  display: inline-block;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.header-home-top-bar ul {
  display: inline-block;
  padding-left: 15px;
}
.header-home-top-bar ul li {
  display: inline-block;
  color: #9B9B9B;
  margin-right: 15px;
}
.header-home-top-bar ul li a, .header-home-top-bar ul li a:visited {
  width: 55px;
  text-align: center;
  min-width: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header-home-top-bar .ls-actions {
  position: absolute;
  right: 30px;
  top: 25px;
  text-align: right;
}
.header-home-top-bar .ls-actions p {
  display: none;
  margin-right: 15px;
}
.header-home-top-bar .ls-actions p.language-title {
  margin-right: 0;
}
@media (min-width: 992px) {
  .header-home-top-bar {
    /*position: fixed; top: 0; left: 0; z-index: 11; width: 100%;*/
    padding-top: 25px;
    padding-bottom: 20px;
    margin-top: -45px;
    /*display: block;*/
  }
  .header-home-top-bar .ls-actions p {
    display: inline-block;
  }
}

#headerWrapper {
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 20px;
  padding-left: 15px;
}
#headerWrapper > .header-wrapper > .show-top-bar {
  display: none;
}
#headerWrapper > .header-wrapper .show-top-bar-nav {
  display: none;
}
#headerWrapper a.nav-toggle, #headerWrapper a.nav-toggle:visited {
  position: fixed;
  z-index: 101;
  top: 40px;
  right: 15px;
  width: 40px;
  height: 40px;
  /*background: url($img-svg-url+'icon-plus-dark.svg') center center no-repeat transparent;
  background-size: auto auto;*/
  font-size: 0;
  /*
  &:before {
  	content: "";
  	position: absolute;
  	top: -17px; left: -17px;
  	width: 53px; height: 54px;
  	background: url($img-svg-url+'nav-menu-words.svg') center center no-repeat transparent;
  	background-size: auto auto;
  	animation: rotating 30s linear infinite;
  }
  */
  background-color: #000;
  border-radius: 50%;
}
#headerWrapper a.nav-toggle span, #headerWrapper a.nav-toggle:visited span {
  display: none;
}
#headerWrapper a.nav-toggle span.close-nav, #headerWrapper a.nav-toggle:visited span.close-nav {
  display: none;
}
#headerWrapper a.nav-toggle:after, #headerWrapper a.nav-toggle:visited:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 8px;
  /*background: url($img-svg-url+'icon-plus-light.svg') center center no-repeat transparent;*/
  background: url("../img/svg/nav-toggle.svg") center center no-repeat transparent;
  background-size: auto auto;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
}
#headerWrapper a.nav-wishlist, #headerWrapper a.nav-wishlist:visited {
  position: fixed;
  z-index: 101;
  top: 140px;
  right: 15px;
  width: 40px;
  height: 40px;
  background-color: #000;
  border-radius: 50%;
}
#headerWrapper a.nav-wishlist:after, #headerWrapper a.nav-wishlist:visited:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 19px;
  height: 16px;
  background: url("../img/svg/icon-wishlist-light.svg") center center no-repeat transparent;
  background-size: contain;
}
#headerWrapper a.nav-wishlist span.counter, #headerWrapper a.nav-wishlist:visited span.counter {
  position: absolute;
  right: -11px;
  bottom: -11px;
  z-index: 2;
  width: 24px;
  height: 24px;
  background-color: #4A4A4A;
  border-radius: 50%;
  color: #F6F6F6;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  box-sizing: border-box;
  padding-top: 5px;
}
#headerWrapper a.search-toggle, #headerWrapper a.search-toggle:visited {
  /*
  position: fixed;
  z-index: 101;
  top: 42px; right: 85px;
  width: 14px; height: 15px;
  background: url($img-svg-url+'icon-search-dark.svg') center center no-repeat transparent;
  background-size: auto auto;
  @include hide-text();
  */
  position: fixed;
  z-index: 101;
  top: 90px;
  right: 15px;
  width: 40px;
  height: 40px;
  background-color: #000;
  border-radius: 50%;
  line-height: 500px;
  overflow: hidden;
}
#headerWrapper a.search-toggle:after, #headerWrapper a.search-toggle:visited:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*width: 14px; height: 15px;*/
  width: 16px;
  height: 18px;
  background: url("../img/svg/icon-search-light.svg") center center no-repeat transparent;
  background-size: contain;
}
#headerWrapper h1 {
  z-index: 101;
  position: relative;
  width: 145px;
  height: 83px;
  background: url("../img/svg/logo-sv.dark.svg") center center no-repeat transparent;
  background-size: contain;
  line-height: 500px;
  overflow: hidden;
}
#headerWrapper h1 a, #headerWrapper h1 a:visited {
  display: block;
  width: 100%;
  height: 100%;
}
#headerWrapper .nav-wrapper {
  display: none;
}
#headerWrapper .nav-wrapper ul.main-nav {
  padding: 0 35px;
  margin-bottom: 25px;
  padding-bottom: 45px;
  position: relative;
  text-align: left;
}
#headerWrapper .nav-wrapper ul.main-nav:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 35px;
  width: 145px;
  background-color: #F6F6F6;
  height: 1px;
}
#headerWrapper .nav-wrapper ul.main-nav li {
  font-size: 30px;
  line-height: 58px;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
}
#headerWrapper .nav-wrapper ul.main-nav li a, #headerWrapper .nav-wrapper ul.main-nav li a:visited {
  text-decoration: none;
  color: #F6F6F6;
}
#headerWrapper .nav-wrapper ul.secondary-nav {
  padding: 0 35px;
  text-align: left;
}
#headerWrapper .nav-wrapper ul.secondary-nav li {
  font-size: 30px;
  line-height: 58px;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
}
#headerWrapper .nav-wrapper ul.secondary-nav li a, #headerWrapper .nav-wrapper ul.secondary-nav li a:visited {
  text-decoration: none;
  color: #F6F6F6;
}
#headerWrapper ul.secondary-nav li.is-dropdown.opened > a, #headerWrapper ul.secondary-nav li.is-dropdown.opened > a:visited {
  /*text-decoration: underline;*/
}
#headerWrapper ul.secondary-nav li.is-dropdown.opened > a:before, #headerWrapper ul.secondary-nav li.is-dropdown.opened > a:visited:before {
  width: 100%;
}
#headerWrapper ul.secondary-nav li.is-dropdown ul {
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}
#headerWrapper ul.secondary-nav li.is-dropdown ul li {
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 992px) {
  #headerWrapper {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  #headerWrapper > .header-wrapper > .show-top-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    display: block;
  }
  #headerWrapper > .header-wrapper > .show-top-bar a, #headerWrapper > .header-wrapper > .show-top-bar a:visited {
    display: block;
    width: 100%;
    height: 100%;
  }
  #headerWrapper > .header-wrapper > .show-top-bar span {
    position: absolute;
    top: 0;
    right: 30px;
    width: 160px;
    height: 10px;
    background-color: #4A4A4A;
  }
  #headerWrapper > .header-wrapper .show-top-bar-nav {
    display: inline-block;
  }
  #headerWrapper .header {
    position: static;
    max-width: 1180px;
    margin: 0 auto;
  }
  #headerWrapper .header a.nav-toggle, #headerWrapper .header a.nav-toggle:visited {
    /*position: absolute;*/
    top: 55px;
    right: 45px;
    /*
    &:hover:after { transform: rotate(180deg); }
    &:hover:before { animation-play-state: paused; }
    */
  }
  #headerWrapper .header a.nav-wishlist, #headerWrapper .header a.nav-wishlist:visited {
    /*position: absolute;*/
    top: 155px;
    right: 45px;
    /*width: 40px; height: 40px;*/
  }
  #headerWrapper .header a.nav-wishlist:after, #headerWrapper .header a.nav-wishlist:visited:after {
    width: 19px;
    height: 16px;
  }
  #headerWrapper .header a.search-toggle, #headerWrapper .header a.search-toggle:visited {
    /*position: absolute;*/
    /*
    top: 65px; right: 110px;
    &:hover { transform: rotate(90deg); }
    */
    top: 105px;
    right: 45px;
  }
  #headerWrapper .header h1 {
    float: left;
    width: 215px;
    height: 123px;
    background-image: url("../img/svg/logo-sv-dark.svg");
  }
  #headerWrapper .main-nav-wrapper {
    position: relative;
    top: 0;
    line-height: 55px;
    float: right;
    margin-right: 100px;
  }
  #headerWrapper .main-nav-wrapper ul {
    font-size: 0;
  }
  #headerWrapper .main-nav-wrapper ul li {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    font-weight: 500;
    margin-right: 25px;
    display: inline-block;
    vertical-align: middle;
  }
  #headerWrapper .main-nav-wrapper ul li a, #headerWrapper .main-nav-wrapper ul li a:visited {
    text-decoration: none;
    color: #9B9B9B;
    position: relative;
  }
  #headerWrapper .main-nav-wrapper ul li a:before, #headerWrapper .main-nav-wrapper ul li a:visited:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #9B9B9B;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
  #headerWrapper .main-nav-wrapper ul li a:hover:before, #headerWrapper .main-nav-wrapper ul li a:visited:hover:before {
    width: 100%;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
  #headerWrapper .main-nav-wrapper ul li.hide-desktop {
    display: none;
  }
  #headerWrapper .nav-wrapper ul.main-nav {
    display: none;
  }
  #headerWrapper .nav-wrapper ul.secondary-nav li a, #headerWrapper .nav-wrapper ul.secondary-nav li a:visited {
    position: relative;
  }
  #headerWrapper .nav-wrapper ul.secondary-nav li a:before, #headerWrapper .nav-wrapper ul.secondary-nav li a:visited:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #9B9B9B;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
  #headerWrapper .nav-wrapper ul.secondary-nav li a:hover:before, #headerWrapper .nav-wrapper ul.secondary-nav li a:visited:hover:before {
    width: 100%;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
  #headerWrapper .nav-wrapper ul.secondary-nav li.selected a:before, #headerWrapper .nav-wrapper ul.secondary-nav li.selected a:visited:before {
    width: 100%;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
  #headerWrapper .nav-wrapper .nav ul.secondary-nav {
    display: none;
  }
  #headerWrapper.has-top-bar a.nav-toggle, #headerWrapper.has-top-bar a.nav-toggle:visited {
    top: 137px;
  }
  #headerWrapper.has-top-bar a.nav-wishlist, #headerWrapper.has-top-bar a.nav-wishlist:visited {
    top: 237px;
  }
  #headerWrapper.has-top-bar a.search-toggle, #headerWrapper.has-top-bar a.search-toggle:visited {
    top: 187px;
  }
}
@media (min-width: 1024px) {
  #headerWrapper .main-nav-wrapper ul li {
    margin-right: 35px;
  }
}
@media (min-width: 1400px) {
  #headerWrapper .main-nav-wrapper ul li {
    margin-right: 45px;
  }
}
@media (min-width: 1400px) {
  #headerWrapper .header .main-nav-wrapper {
    margin-right: 0;
  }
}
#headerWrapper.is-transparent {
  /*
  a.nav-toggle,a.nav-toggle:visited {
  	&:after { background: url($img-svg-url+'icon-plus-light.svg') center center no-repeat transparent; }
  	&:before { background-image: url($img-svg-url+'nav-menu-words-light.svg'); }
  }
  */
  /*
  a.search-toggle,a.search-toggle:visited {
  	background: url($img-svg-url+'icon-search-light.svg') center center no-repeat transparent;
  }
  */
}
#headerWrapper.is-transparent h1 {
  background: url("../img/svg/logo-light.svg") center center no-repeat transparent;
  background-size: contain;
}
@media (min-width: 992px) {
  #headerWrapper.is-transparent .header h1 {
    background-image: url("../img/svg/logo-light.svg");
  }
  #headerWrapper.is-transparent .main-nav-wrapper ul li a, #headerWrapper.is-transparent .main-nav-wrapper ul li a:visited {
    color: #F6F6F6;
  }
  #headerWrapper.is-transparent .main-nav-wrapper ul li a:before, #headerWrapper.is-transparent .main-nav-wrapper ul li a:visited:before {
    background-color: #F6F6F6;
  }
}
#headerWrapper.is-transparent.scrolled-dark {
  /*
  a.nav-toggle,a.nav-toggle:visited {
  	&:after { background: url($img-svg-url+'icon-plus-dark.svg') center center no-repeat transparent; }
  	&:before { background-image: url($img-svg-url+'nav-menu-words.svg'); }
  }
  */
  /*
  a.search-toggle,a.search-toggle:visited {
  	background: url($img-svg-url+'icon-search-dark.svg') center center no-repeat transparent;
  }
  */
}

@media (max-width: 991px) {
  #headerWrapper.is-mobile-transparent {
    /*
    a.nav-toggle,a.nav-toggle:visited {
    	&:after { background: url($img-svg-url+'icon-plus-light.svg') center center no-repeat transparent; }
    	&:before { background-image: url($img-svg-url+'nav-menu-words-light.svg'); }
    }
    */
    /*
    a.search-toggle,a.search-toggle:visited {
    	background: url($img-svg-url+'icon-search-light.svg') center center no-repeat transparent;
    }
    */
  }
  #headerWrapper.is-mobile-transparent h1 {
    background: url("../img/svg/logo-light.svg") center center no-repeat transparent;
    background-size: contain;
  }
  #headerWrapper.is-mobile-transparent.scrolled-dark {
    /*
    a.nav-toggle,a.nav-toggle:visited {
    	&:after { background: url($img-svg-url+'icon-plus-dark.svg') center center no-repeat transparent; }
    	&:before { background-image: url($img-svg-url+'nav-menu-words.svg'); }
    }
    */
    /*
    a.search-toggle,a.search-toggle:visited {
    	background: url($img-svg-url+'icon-search-dark.svg') center center no-repeat transparent;
    }
    */
  }
}

#headerWrapper.opened h1 {
  background: url("../img/svg/logo-light.svg") center center no-repeat transparent;
  background-size: contain;
}
#headerWrapper.opened a.nav-toggle, #headerWrapper.opened a.nav-toggle:visited {
  margin-right: 15px;
  /*span.close-nav { display: block; }*/
}
#headerWrapper.opened a.nav-toggle:after, #headerWrapper.opened a.nav-toggle:visited:after {
  height: 20px;
  background: url("../img/svg/icon-close.svg") center center no-repeat transparent !important;
  background-size: auto auto;
}
#headerWrapper.opened a.nav-toggle:before, #headerWrapper.opened a.nav-toggle:visited:before {
  opacity: 0;
}
#headerWrapper.opened a.nav-toggle span, #headerWrapper.opened a.nav-toggle:visited span {
  display: none;
}
#headerWrapper.opened a.nav-wishlist, #headerWrapper.opened a.nav-wishlist:visited {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
}
#headerWrapper.opened a.search-toggle, #headerWrapper.opened a.search-toggle:visited {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
}
#headerWrapper.opened .nav-popup-wrapper {
  /*top: 0;*/
  right: 0;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  -webkit-transition: 1s ease;
}
@media (min-width: 992px) {
  #headerWrapper.opened h1 {
    background: url("../img/svg/logo-light.svg") center center no-repeat transparent;
    background-size: contain;
  }
}

.nav-popup-wrapper {
  display: block !important;
  position: fixed;
  top: 0;
  right: -100%; /*right: 0;*/
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  -webkit-transition: 1s ease;
  /*transition-delay: 0.5s;*/
  width: 100%;
  height: 100vh;
  overflow: auto;
  z-index: 100;
  background-color: #000;
  color: #4A4A4A;
}
.nav-popup-wrapper a, .nav-popup-wrapper a:visited {
  color: #4A4A4A;
}
.nav-popup-wrapper.opened {
  display: block !important;
}
.nav-popup-wrapper .popup-content {
  padding-top: 120px;
}
@media (min-width: 992px) {
  .nav-popup-wrapper .popup-content {
    height: 100vh;
    padding-top: 275px;
    position: relative;
    min-height: 640px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.header-footer .header-footer-top {
  padding: 0 35px;
  padding-top: 55px;
}
.header-footer .header-footer-navs {
  font-size: 0;
}
.header-footer .header-footer-navs ul {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  font-size: 13px;
  margin-bottom: 55px;
}
.header-footer .header-footer-navs ul.nav-1, .header-footer .header-footer-navs ul.nav-3 {
  width: 62%;
}
.header-footer .header-footer-navs ul.nav-2, .header-footer .header-footer-navs ul.nav-4 {
  width: 38%;
}
.header-footer .header-footer-navs ul li {
  margin-bottom: 12px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.header-footer .header-footer-navs ul li:last-child {
  margin-bottom: 0;
}
.header-footer .header-footer-navs ul li a, .header-footer .header-footer-navs ul li a:visited {
  text-decoration: none;
  color: #9B9B9B;
}
.header-footer .header-footer-navs ul li.title {
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
  letter-spacing: 2.5px;
  color: #4A4A4A;
}
.header-footer .header-footer-bottom {
  text-align: center;
  padding-bottom: 30px;
}
.header-footer .header-footer-bottom .social-links {
  margin-bottom: 30px;
}
.header-footer .header-footer-bottom .social-links ul {
  font-size: 0;
}
.header-footer .header-footer-bottom .social-links ul li {
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  margin-right: 18px;
  line-height: 28px;
}
.header-footer .header-footer-bottom .social-links ul li a, .header-footer .header-footer-bottom .social-links ul li a:visited {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #9B9B9B;
  border-radius: 50%;
  color: #9B9B9B;
}
.header-footer .header-footer-bottom .social-links ul li:last-child {
  margin-right: 0px;
}
.header-footer .header-footer-bottom p {
  padding: 0 25px;
  padding-top: 30px;
  font-size: 7.5px;
  line-height: 13px;
  letter-spacing: 2.65px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.header-footer .header-footer-bottom p .m-sep {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.header-footer ul.secondary-nav {
  display: none;
}
@media (min-width: 768px) {
  .header-footer .header-footer-navs {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }
  .header-footer .header-footer-navs ul.nav-1, .header-footer .header-footer-navs ul.nav-2, .header-footer .header-footer-navs ul.nav-3, .header-footer .header-footer-navs ul.nav-4 {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .header-footer {
    /*min-height: 640px;
    @include box-sizing();*/
  }
  .header-footer ul.secondary-nav {
    display: block;
    float: left;
  }
  .header-footer .header-footer-top {
    padding: 0;
    padding-top: 0;
    padding-bottom: 80px;
  }
  .header-footer .header-footer-top .header-footer-top-aux {
    max-width: 1180px;
    padding: 0 40px;
    margin: 0 auto;
  }
  .header-footer .header-footer-top .header-footer-navs {
    float: right;
    width: 72%;
    text-align: right;
  }
  .header-footer .header-footer-top .header-footer-navs ul {
    width: 22%;
    margin-bottom: 0;
    padding-top: 6px;
  }
  .header-footer .header-footer-top .header-footer-navs ul.nav-4 {
    width: auto;
  }
  .header-footer .header-footer-top .header-footer-navs ul li {
    text-align: left;
    margin-bottom: 17px;
  }
  .header-footer .header-footer-top .header-footer-navs ul li:last-child {
    margin-bottom: 0;
  }
  .header-footer .header-footer-top .header-footer-navs ul li.title {
    margin-bottom: 25px;
  }
  .header-footer .header-footer-top .header-footer-navs ul li a, .header-footer .header-footer-top .header-footer-navs ul li a:visited {
    position: relative;
  }
  .header-footer .header-footer-top .header-footer-navs ul li a:before, .header-footer .header-footer-top .header-footer-navs ul li a:visited:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #9B9B9B;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
  .header-footer .header-footer-top .header-footer-navs ul li a:hover:before, .header-footer .header-footer-top .header-footer-navs ul li a:visited:hover:before {
    width: 100%;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
  .header-footer .header-footer-bottom {
    padding: 0;
  }
  .header-footer .header-footer-bottom .header-footer-bottom-aux {
    max-width: 1180px;
    padding: 0 40px;
    margin: 0 auto;
  }
  .header-footer .header-footer-bottom .header-footer-aux {
    float: right;
    width: 50%;
  }
  .header-footer .header-footer-bottom .header-footer-aux .social-links {
    margin-left: 50px;
    float: left;
  }
  .header-footer .header-footer-bottom .header-footer-aux .social-links ul li a:hover, .header-footer .header-footer-bottom .header-footer-aux .social-links ul li a:visited:hover {
    background-color: #D8D8D8;
  }
  .header-footer .header-footer-bottom .header-footer-aux a.share-btn, .header-footer .header-footer-bottom .header-footer-aux a.share-btn:visited {
    float: right;
  }
  .header-footer .header-footer-bottom p {
    padding: 0;
    padding-top: 27px;
    float: left;
    width: 50%;
    text-align: left;
    font-size: 9px;
    line-height: 11px;
    letter-spacing: 1.35px;
  }
  .header-footer .header-footer-bottom p .m-sep {
    display: inline;
    width: auto;
    height: auto;
  }
  .header-footer .header-footer-bottom {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
  }
}
@media (min-width: 1260px) {
  .header-footer .header-footer-top .header-footer-navs {
    width: 75%;
  }
  .header-footer .header-footer-top .header-footer-navs ul {
    width: 28%;
  }
  .header-footer .header-footer-bottom .header-footer-aux .social-links li {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 20px;
    margin-right: 28px;
  }
  .header-footer .header-footer-bottom .header-footer-aux .social-links li:last-child {
    margin-right: 0;
  }
}

.search-form-wrapper {
  top: -100%;
  position: fixed;
  z-index: 10;
  background-color: #FFF;
  left: 0;
  width: 100%;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  -webkit-transition: 1s ease;
}
.search-form-wrapper.opened {
  top: 0;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  -webkit-transition: 1s ease;
}
.search-form-wrapper .search-form {
  padding: 30px 0;
}
.search-form-wrapper .search-form input#s {
  border: 0;
  border-bottom: 1px solid #4A4A4A;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  width: 100%;
  padding: 10px 0;
  font-size: 20px;
  line-height: 30px;
  color: #4A4A4A;
  font-weight: 400;
  letter-spacing: 1px;
}
.search-form-wrapper .search-form input#s::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #E6E6E6;
  font-weight: 700;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
}
.search-form-wrapper .search-form input#s::-moz-placeholder {
  text-transform: uppercase;
  color: #E6E6E6;
  font-weight: 700;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
}
.search-form-wrapper .search-form input#s:-ms-input-placeholder {
  text-transform: uppercase;
  color: #E6E6E6;
  font-weight: 700;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
}
.search-form-wrapper .search-form input#s:-moz-placeholder {
  text-transform: uppercase;
  color: #E6E6E6;
  font-weight: 700;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
}
.search-form-wrapper .search-form p {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 15px;
  margin-bottom: 30px;
}
.search-form-wrapper .search-form a, .search-form-wrapper .search-form a:visited {
  display: inline-block;
  border: 1px solid #4A4A4A;
  color: #4A4A4A;
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 10px 15px;
  min-width: 120px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search-form-wrapper a.close-search, .search-form-wrapper a.close-search:visited {
  position: absolute;
  z-index: 101;
  top: 40px;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url("../img/svg/icon-close.svg") center center no-repeat transparent !important;
  background-size: auto auto;
  line-height: 500px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .search-form-wrapper a.close-search, .search-form-wrapper a.close-search:visited {
    top: 62px;
    right: 30px;
  }
  .search-form-wrapper a.close-search:hover, .search-form-wrapper a.close-search:visited:hover {
    transform: rotate(180deg);
  }
  .search-form-wrapper.has-top-bar a.close-search, .search-form-wrapper.has-top-bar a.close-search:visited {
    top: 147px;
  }
  .search-form-wrapper .search-form {
    padding-top: 120px;
    padding-bottom: 45px;
  }
  .search-form-wrapper .search-form input#s {
    font-size: 30px;
    line-height: 50px;
  }
  .search-form-wrapper .search-form p {
    margin-bottom: 60px;
  }
  .search-form-wrapper .search-form a:hover, .search-form-wrapper .search-form a:visited:hover {
    cursor: pointer;
    background-color: #D8D8D8;
    color: #9B9B9B;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
}

.header-mega-nav {
  visibility: hidden;
  top: -100%;
  position: fixed;
  z-index: 10;
  background-color: #FFF;
  left: 0;
  width: 100%;
  padding-bottom: 75px;
  height: 100vh;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  -webkit-transition: 1s ease;
  /*display: none;*/
}
.header-mega-nav.opened {
  visibility: visible;
  /*position: absolute;*/
  overflow: auto;
  top: 0;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  -webkit-transition: 1s ease;
}
.header-mega-nav a.close-mega-nav, .header-mega-nav a.close-mega-nav:visited {
  position: absolute;
  z-index: 101;
  top: 40px;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url("../img/svg/icon-close.svg") center center no-repeat transparent !important;
  background-size: auto auto;
  line-height: 500px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .header-mega-nav {
    /*display: block;*/
  }
  .header-mega-nav .hmn-title {
    padding-top: 120px;
  }
  .header-mega-nav .hmn-title h2 {
    font-size: 31px;
    line-height: 58px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .header-mega-nav .hmn-title p {
    max-width: 630px;
    margin-bottom: 40px;
  }
  .header-mega-nav .item {
    margin-bottom: 30px !important;
  }
  .header-mega-nav a.close-mega-nav, .header-mega-nav a.close-mega-nav:visited {
    top: 62px;
    right: 30px;
  }
  .header-mega-nav a.close-mega-nav:hover, .header-mega-nav a.close-mega-nav:visited:hover {
    transform: rotate(180deg);
  }
  .header-mega-nav.has-top-bar a.close-mega-nav, .header-mega-nav.has-top-bar a.close-mega-nav:visited {
    top: 147px;
  }
}

.header-tags-list ul {
  padding-bottom: 100px;
  font-size: 0;
}
.header-tags-list ul li {
  font-size: 40px;
  line-height: 52px;
  display: inline-block;
  margin-right: 10px;
  text-transform: lowercase;
}
.header-tags-list ul li a, .header-tags-list ul li a:visited {
  text-decoration: none;
}
.header-tags-list ul li a:hover, .header-tags-list ul li a:visited:hover {
  color: #9B9B9B;
}

.header-map-wrapper {
  font-size: 0;
}
.header-map-wrapper .links-list {
  margin-top: 50px;
}
.header-map-wrapper .links-list .link {
  width: 360px !important;
}
.header-map-wrapper .header-map-nav {
  display: inline-block;
  vertical-align: middle;
  width: 235px;
}
.header-map-wrapper .header-map-nav ul li {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.header-map-wrapper .header-map-nav ul li a, .header-map-wrapper .header-map-nav ul li a:visited {
  text-decoration: none;
}
.header-map-wrapper .header-map-nav ul li a:hover, .header-map-wrapper .header-map-nav ul li a:visited:hover {
  text-decoration: underline;
}
.header-map-wrapper .header-map {
  display: inline-block;
  vertical-align: middle;
  width: 580px;
  padding-top: 0;
}
.header-map-wrapper .header-map .map-img {
  position: relative;
  /*margin-bottom: 50px;*/
}
.header-map-wrapper .header-map a.map-area, .header-map-wrapper .header-map a.map-area:visited {
  position: absolute;
  z-index: 2;
}
.header-map-wrapper .header-map a.map-area.area-1, .header-map-wrapper .header-map a.map-area:visited.area-1 {
  top: 105px;
  left: 150px;
  width: 190px;
  height: 190px;
}
.header-map-wrapper .header-map a.map-area.area-2, .header-map-wrapper .header-map a.map-area:visited.area-2 {
  top: 54px;
  right: 26px;
  width: 170px;
  height: 170px;
}
.header-map-wrapper .header-map a.map-area.area-3, .header-map-wrapper .header-map a.map-area:visited.area-3 {
  bottom: -37px;
  left: 0;
  width: 167px;
  height: 167px;
}
.header-map-wrapper .header-map a.map-area.area-4, .header-map-wrapper .header-map a.map-area:visited.area-4 {
  bottom: -37px;
  left: 150px;
  width: 167px;
  height: 167px;
}
.header-map-wrapper .header-map .map-circle {
  display: none;
  position: absolute;
  z-index: 1;
  background-color: rgba(245, 166, 35, 0.2);
  border-radius: 50%;
}
.header-map-wrapper .header-map .map-circle.circle-1 {
  top: 105px;
  left: 150px;
  width: 190px;
  height: 190px;
}
.header-map-wrapper .header-map .map-circle.circle-2 {
  top: 54px;
  right: 26px;
  width: 170px;
  height: 170px;
}
.header-map-wrapper .header-map .map-circle.circle-3 {
  bottom: -28px;
  left: 53px;
  width: 167px;
  height: 167px;
}
.header-map-wrapper .header-map .map-circle.circle-4 {
  bottom: -37px;
  left: 150px;
  width: 167px;
  height: 167px;
}
.header-map-wrapper .header-map-info {
  vertical-align: middle;
  display: inline-block;
  width: calc(95.59% - 235px - 0px - 580px);
  margin-left: 4.41%;
}
.header-map-wrapper .header-map-info > div {
  display: none;
  font-size: 15px;
  padding-top: 20px;
}
.header-map-wrapper .header-map-info > div h3 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 34px;
  line-height: 42px;
}
.header-map-wrapper .header-map-info > div h4 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 15px;
}
.header-map-wrapper .header-map-info > div p {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 0;
}
.header-map-wrapper .header-map-aux {
  min-height: 510px;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.header-map-wrapper .header-map-aux .map-list {
  width: 44.41%;
  margin-right: 6.27%;
}
.header-map-wrapper .header-map-aux .map-list ul li {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.header-map-wrapper .header-map-aux .map-list ul li a, .header-map-wrapper .header-map-aux .map-list ul li a:visited {
  text-decoration: none;
}
.header-map-wrapper .header-map-aux .map-list ul li a:hover, .header-map-wrapper .header-map-aux .map-list ul li a:visited:hover {
  text-decoration: underline;
}
.header-map-wrapper .header-map-aux .header-map-info {
  width: 49.15%;
  padding-left: 0;
}
@media (min-width: 1024px) {
  .header-map-wrapper .header-map-info {
    /*
    padding-left: 40px;
    width: 400px;
    */
  }
}
@media (min-width: 1260px) {
  .header-map-wrapper .header-map-info {
    /*
    padding-left: 85px;
    width: 500px;
    */
  }
}

#header-mega-nav-1 {
  /*
  min-height: 100vh;
  height: 1030px;
  */
  overflow-x: hidden;
}
#header-mega-nav-1 .container {
  max-width: 1520px;
  position: relative;
}
#header-mega-nav-1 .hmn-title {
  /* this is the real one */
  position: absolute;
  top: 130px;
  right: 0;
  max-width: 436px;
  padding-top: 0;
  text-align: left;
}
#header-mega-nav-1 .hmn-title h2 {
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
#header-mega-nav-1 .hmn-title p {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 0;
}

.header-map-wrapper {
  display: none;
  font-size: 0;
}
.header-map-wrapper .links-list {
  margin-top: 0;
  position: absolute;
  bottom: 0;
  right: 0px;
}
.header-map-wrapper .links-list .link {
  width: auto !important;
  margin-bottom: 10px;
}
.header-map-wrapper .links-list .link:last-child {
  margin-bottom: 0;
}
.header-map-wrapper .header-map-nav {
  display: inline-block;
  vertical-align: middle;
  width: 235px;
  margin-right: 20px;
}
.header-map-wrapper .header-map-nav ul li {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.header-map-wrapper .header-map-nav ul li a, .header-map-wrapper .header-map-nav ul li a:visited {
  text-decoration: none;
}
.header-map-wrapper .header-map-nav ul li a:hover, .header-map-wrapper .header-map-nav ul li a:visited:hover {
  text-decoration: underline;
}
.header-map-wrapper .header-map {
  position: relative;
  /*left: 40px;*/
  /*top: 93px;*/
  padding-top: 61px;
  width: 100%;
  height: 736px;
}
.header-map-wrapper .header-map .map-img {
  position: absolute;
  top: 61px;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  /*margin-bottom: 50px;*/
}
.header-map-wrapper .header-map .map-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 816px;
  height: 797px;
}
.header-map-wrapper .header-map a.map-area, .header-map-wrapper .header-map a.map-area:visited {
  position: absolute;
  z-index: 2;
  /* this is the real one with values for areas */
}
.header-map-wrapper .header-map a.map-area.area-1, .header-map-wrapper .header-map a.map-area:visited.area-1 {
  top: 385px;
  left: 395px;
  width: 100px;
  height: 40px;
}
.header-map-wrapper .header-map a.map-area.area-2, .header-map-wrapper .header-map a.map-area:visited.area-2 {
  top: 443px;
  left: 493px;
  width: 100px;
  height: 26px;
}
.header-map-wrapper .header-map a.map-area.area-3, .header-map-wrapper .header-map a.map-area:visited.area-3 {
  top: 524px;
  left: 316px;
  width: 100px;
  height: 40px;
}
.header-map-wrapper .header-map a.map-area.area-4, .header-map-wrapper .header-map a.map-area:visited.area-4 {
  top: 510px;
  left: 425px;
  width: 90px;
  height: 26px;
}
.header-map-wrapper .header-map a.map-area.area-5, .header-map-wrapper .header-map a.map-area:visited.area-5 {
  top: 615px;
  left: 705px;
  width: 70px;
  height: 40px;
}
.header-map-wrapper .header-map .map-circle {
  display: none;
  position: absolute;
  z-index: 1;
  background-color: rgba(245, 166, 35, 0.2);
  border-radius: 50%;
  width: 168px;
  height: 168px;
  /* this is the real one with values for circles */
}
.header-map-wrapper .header-map .map-circle.circle-1 {
  top: 340px;
  left: 378px;
  width: 130px;
  height: 130px;
}
.header-map-wrapper .header-map .map-circle.circle-2 {
  top: 390px;
  left: 475px;
  width: 138px;
  height: 138px;
}
.header-map-wrapper .header-map .map-circle.circle-3 {
  top: 475px;
  left: 300px;
  width: 130px;
  height: 130px;
}
.header-map-wrapper .header-map .map-circle.circle-4 {
  top: 455px;
  left: 405px;
  width: 130px;
  height: 130px;
}
.header-map-wrapper .header-map .map-circle.circle-5 {
  top: 575px;
  left: 680px;
  width: 118px;
  height: 118px;
}
.header-map-wrapper .header-map .link {
  position: absolute;
  top: 580px;
  left: 34px;
}
.header-map-wrapper .header-map-info {
  position: absolute;
  top: 380px;
  right: 0;
  width: 386px;
  height: auto;
  text-align: left;
  margin-left: 0;
}
.header-map-wrapper .header-map-info > div {
  display: none;
  font-size: 15px;
  padding-top: 20px;
}
.header-map-wrapper .header-map-info > div h3 {
  display: none;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 34px;
  line-height: 42px;
}
.header-map-wrapper .header-map-info > div h4 {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 42px;
}
.header-map-wrapper .header-map-info > div p {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .header-map-wrapper .header-map-info {
    /*
    padding-left: 40px;
    width: 400px;
    */
  }
  .header-map-wrapper .links-list {
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
  .header-map-wrapper .links-list:hover {
    right: 0;
  }
}
@media (min-width: 1260px) {
  .header-map-wrapper .header-map-info {
    /*
    padding-left: 85px;
    width: 500px;
    */
  }
}
@media (min-width: 1440px) {
  .header-map-wrapper {
    display: block;
  }
  .header-map-wrapper .header-map-nav {
    display: none;
  }
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#headerWrapper.in-hp-entry-v2 h1 {
  float: left;
}
#headerWrapper.in-hp-entry-v2 span.show-top-bar-nav {
  display: block;
  float: right;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 2px;
  font-weight: 500;
  margin-top: 14px;
}
#headerWrapper.in-hp-entry-v2 span.show-top-bar-nav a, #headerWrapper.in-hp-entry-v2 span.show-top-bar-nav a:visited {
  text-decoration: none;
}
@media (min-width: 992px) {
  #headerWrapper.in-hp-entry-v2 .header h1 {
    width: 250px;
    height: 87px;
    background-image: url("../img/svg/logo-entry-page-2.svg");
  }
}

.how-it-works-cta {
  text-align: center;
  padding: 40px 0;
  background-color: #4A4A4A;
}
.how-it-works-cta a, .how-it-works-cta a:visited {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #F6F6F6;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 1px;
}

#footer .footer-top {
  padding: 0 35px;
  padding-top: 75px;
}
#footer .logo {
  padding: 20px;
  text-align: center;
  margin-bottom: 85px;
}
#footer .footer-navs {
  font-size: 0;
}
#footer .footer-navs ul {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  font-size: 13px;
  margin-bottom: 55px;
}
#footer .footer-navs ul.nav-1, #footer .footer-navs ul.nav-3 {
  width: 62%;
}
#footer .footer-navs ul.nav-2, #footer .footer-navs ul.nav-4 {
  width: 38%;
}
#footer .footer-navs ul li {
  margin-bottom: 12px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#footer .footer-navs ul li:last-child {
  margin-bottom: 0;
}
#footer .footer-navs ul li a, #footer .footer-navs ul li a:visited {
  text-decoration: none;
  color: #9B9B9B;
}
#footer .footer-navs ul li.title {
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
  letter-spacing: 2.5px;
  color: #4A4A4A;
}
#footer .footer-middle {
  padding-top: 30px;
  padding-bottom: 30px;
}
#footer .footer-bottom {
  text-align: center;
  background-color: #F6F6F6;
  padding: 25px 0;
  padding-top: 40px;
}
#footer .footer-bottom .social-links {
  margin-bottom: 50px;
}
#footer .footer-bottom .social-links ul {
  font-size: 0;
}
#footer .footer-bottom .social-links ul li {
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  margin-right: 18px;
  line-height: 28px;
}
#footer .footer-bottom .social-links ul li a, #footer .footer-bottom .social-links ul li a:visited {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #9B9B9B;
  border-radius: 50%;
  color: #9B9B9B;
}
#footer .footer-bottom .social-links ul li:last-child {
  margin-right: 0px;
}
#footer .footer-bottom p {
  padding: 0 25px;
  padding-top: 60px;
  font-size: 7.5px;
  line-height: 13px;
  letter-spacing: 2.65px;
  text-transform: uppercase;
  margin-bottom: 0;
}
#footer .footer-bottom p .m-sep {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
@media (min-width: 768px) {
  #footer .footer-navs {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }
  #footer .footer-navs ul.nav-1, #footer .footer-navs ul.nav-2, #footer .footer-navs ul.nav-3, #footer .footer-navs ul.nav-4 {
    width: 25%;
  }
}
@media (min-width: 992px) {
  #footer .footer-top {
    padding: 0;
    padding-top: 95px;
    padding-bottom: 80px;
  }
  #footer .footer-top .footer-top-aux {
    max-width: 1180px;
    padding: 0 40px;
    margin: 0 auto;
  }
  #footer .footer-top h2.logo {
    float: left;
    margin: 0;
    padding: 0;
  }
  #footer .footer-top .footer-navs {
    float: right;
    width: 72%;
    text-align: right;
  }
  #footer .footer-top .footer-navs ul {
    width: 22%;
    margin-bottom: 0;
    padding-top: 6px;
  }
  #footer .footer-top .footer-navs ul.nav-4 {
    width: auto;
  }
  #footer .footer-top .footer-navs ul li {
    text-align: left;
    margin-bottom: 17px;
  }
  #footer .footer-top .footer-navs ul li:last-child {
    margin-bottom: 0;
  }
  #footer .footer-top .footer-navs ul li.title {
    margin-bottom: 25px;
  }
  #footer .footer-top .footer-navs ul li a, #footer .footer-top .footer-navs ul li a:visited {
    position: relative;
  }
  #footer .footer-top .footer-navs ul li a:before, #footer .footer-top .footer-navs ul li a:visited:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #9B9B9B;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
  #footer .footer-top .footer-navs ul li a:hover:before, #footer .footer-top .footer-navs ul li a:visited:hover:before {
    width: 100%;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
  #footer .footer-bottom {
    padding: 55px 0;
  }
  #footer .footer-bottom .footer-bottom-aux {
    max-width: 1180px;
    padding: 0 40px;
    margin: 0 auto;
  }
  #footer .footer-bottom .footer-aux {
    float: right;
    width: 50%;
  }
  #footer .footer-bottom .footer-aux .social-links {
    margin-left: 50px;
    float: left;
  }
  #footer .footer-bottom .footer-aux .social-links ul li a:hover, #footer .footer-bottom .footer-aux .social-links ul li a:visited:hover {
    background-color: #D8D8D8;
  }
  #footer .footer-bottom .footer-aux a.share-btn, #footer .footer-bottom .footer-aux a.share-btn:visited {
    float: right;
  }
  #footer .footer-bottom p {
    padding: 0;
    padding-top: 27px;
    float: left;
    width: 50%;
    text-align: left;
    font-size: 9px;
    line-height: 11px;
    letter-spacing: 1.35px;
  }
  #footer .footer-bottom p .m-sep {
    display: inline;
    width: auto;
    height: auto;
  }
}
@media (min-width: 1260px) {
  #footer .footer-top .footer-navs {
    width: 75%;
  }
  #footer .footer-top .footer-navs ul {
    width: 28%;
  }
  #footer .footer-bottom .footer-aux .social-links li {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 20px;
    margin-right: 28px;
  }
  #footer .footer-bottom .footer-aux .social-links li:last-child {
    margin-right: 0;
  }
}
#footer .footer-middle h3 {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 14px;
  line-height: 17px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
#footer .logos-list {
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 40px;
  font-size: 0;
}
#footer .logos-list .logo-item {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 0 8px;
  margin-bottom: 12px;
}
#footer .logos-list .logo-item .logo-item-aux {
  padding: 20px;
  border: 1px solid #9B9B9B;
  position: relative;
  padding-top: 79%;
}
#footer .logos-list .logo-item .logo-item-aux img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 87.5%;
}
#footer .logos-list .logo-item .logo-item-name {
  display: block;
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
  color: #000;
  letter-spacing: 1.2px;
}
@media (min-width: 768px) {
  #footer .logos-list .logo-item {
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  #footer .logos-list .logo-item {
    width: 25%;
  }
}
@media (min-width: 1024px) {
  #footer .logos-list .logo-item {
    width: 16.66%;
  }
  #footer .logos-list .logo-item .logo-item-name {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (min-width: 1260px) {
  #footer .logos-list .logo-item {
    width: 14.28%;
  }
}

.fixed-logos-2020 {
  background-color: #4A4A4A;
  position: fixed;
  z-index: 20;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.fixed-logos-2020 img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.footer-banners .image {
  width: 100%;
  padding-top: 32.35%;
}
.footer-banners .image a, .footer-banners .image a:visited {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer-banners .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.subscribe-newsletter-wrapper {
  padding: 45px 0;
  background-color: #F6F6F6;
  text-align: center;
}
.subscribe-newsletter-wrapper h2 {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.subscribe-newsletter-wrapper p {
  max-width: 540px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 22px;
}
@media (min-width: 992px) {
  .subscribe-newsletter-wrapper {
    padding-top: 85px;
    padding-bottom: 70px;
  }
  .subscribe-newsletter-wrapper h2 {
    font-size: 44px;
    line-height: 58px;
    margin-bottom: 25px;
  }
  .subscribe-newsletter-wrapper p {
    margin-bottom: 15px;
  }
}

body.page-template-page-hp-entry .grecaptcha-badge, body.page-template-page-hp-entry-v2 .grecaptcha-badge {
  opacity: 0;
  visibility: hidden;
}

#main.entry-page {
  padding-top: 0 !important;
}

.hp-entry-page-wrapper {
  font-size: 0;
  position: relative;
}
.hp-entry-page-wrapper .logo {
  position: absolute;
  top: 32px;
  left: 24px;
  z-index: 10;
  width: 75px;
  height: 45px;
  background: url("../img/svg/logo-mobile-light.svg") center center no-repeat transparent;
  background-size: contain;
}
.hp-entry-page-wrapper .item {
  position: relative;
  width: 100%;
  height: 50vh;
  min-height: 300px;
}
.hp-entry-page-wrapper .item .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hp-entry-page-wrapper .item .image img {
  display: none;
}
.hp-entry-page-wrapper .item .image:after {
  content: "";
  background-color: #C7BBAA;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hp-entry-page-wrapper .item .video-wrapper {
  display: none;
  opacity: 0;
}
.hp-entry-page-wrapper .item .info {
  position: absolute;
  bottom: 50px;
  left: 25px;
  right: 25px;
}
.hp-entry-page-wrapper .item .info h1 {
  color: #F6F6F6;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.hp-entry-page-wrapper .item .info .link a, .hp-entry-page-wrapper .item .info .link a:visited {
  color: #F6F6F6;
}
.hp-entry-page-wrapper .item .info .link a:before, .hp-entry-page-wrapper .item .info .link a:visited:before {
  background-image: url("../img/svg/btn-arrow-light.svg");
  border-color: #F6F6F6;
}
.hp-entry-page-wrapper .item a.full-link, .hp-entry-page-wrapper .item a.full-link:visited {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .hp-entry-page-wrapper .logo {
    position: absolute;
    top: 90px;
    left: 50%;
    z-index: 10;
    margin-left: -125px;
    width: 250px;
    height: 87px;
    background: url("../img/svg/logo-entry-page.svg") center center no-repeat transparent;
    background-size: contain;
  }
  .hp-entry-page-wrapper .item {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    height: 100vh;
  }
  .hp-entry-page-wrapper .item .info {
    position: absolute;
    bottom: 170px;
    left: 90px;
    right: 90px;
  }
  .hp-entry-page-wrapper .item .info h1 {
    margin-bottom: 15px;
    font-size: 44px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .hp-entry-page-wrapper .item {
    overflow: hidden;
  }
  .hp-entry-page-wrapper .item .video-wrapper {
    overflow: hidden;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
  .hp-entry-page-wrapper .item .video-wrapper video {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .hp-entry-page-wrapper .item .video-wrapper:after {
    content: "";
    background-color: #C7BBAA;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .hp-entry-page-wrapper .item.no-video .image {
    transform: scale(1.0001);
    transition: transform 1s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.37, 0, 0.63, 1);
  }
  .hp-entry-page-wrapper .item.no-video:hover .image {
    transform: scale(1.03);
  }
  .hp-entry-page-wrapper .item.with-video:hover .video-wrapper {
    opacity: 1;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
  .hp-entry-page-wrapper .item:hover .link a.btn-link, .hp-entry-page-wrapper .item:hover .link a.btn-link:visited {
    position: relative;
    padding-left: 25px;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
}

body.page-template-page-hp-entry-v2 {
  background-color: #F5F0EA;
  min-height: 100vh;
}
body.page-template-page-hp-entry-v2 .grecaptcha-badge {
  opacity: 0;
  visibility: hidden;
}

.hp-entry-page-v2-wrapper {
  font-size: 0;
  position: relative;
  padding: 160px 0;
  text-align: center;
}
.hp-entry-page-v2-wrapper .item {
  padding: 40px 0;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #707070;
}
.hp-entry-page-v2-wrapper .item a.full-link, .hp-entry-page-v2-wrapper .item a.full-link:visited {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.hp-entry-page-v2-wrapper .item .map-img {
  display: none;
}
.hp-entry-page-v2-wrapper .item h1 {
  text-transform: uppercase;
  margin-bottom: 18px;
  font-size: 32px;
  line-height: 46px;
  letter-spacing: 6px;
}
.hp-entry-page-v2-wrapper .item .link a, .hp-entry-page-v2-wrapper .item .link a:visited {
  font-size: 14px;
}
.hp-entry-page-v2-wrapper .item .link a:before, .hp-entry-page-v2-wrapper .item .link a:visited:before {
  margin-right: 10px;
}
.hp-entry-page-v2-wrapper .item:last-child {
  border-bottom: 0;
}
@media (min-width: 1440px) {
  .hp-entry-page-v2-wrapper {
    padding: 330px 0;
  }
  .hp-entry-page-v2-wrapper .container {
    max-width: 1386px;
  }
  .hp-entry-page-v2-wrapper .item {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    width: 33.33%;
    padding: 40px 0;
    border-bottom: 0;
    border-right: 1px solid #707070;
  }
  .hp-entry-page-v2-wrapper .item .map-img {
    display: block;
    width: 360px;
    height: 234px;
    margin: 0 auto;
    margin-bottom: 35px;
    position: relative;
  }
  .hp-entry-page-v2-wrapper .item .map-img .img-portugal {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 2;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
  .hp-entry-page-v2-wrapper .item .map-img .img-spain {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
  .hp-entry-page-v2-wrapper .item h1 {
    font-size: 60px;
    line-height: 90px;
  }
  .hp-entry-page-v2-wrapper .item:last-child {
    border-right: 0;
  }
  .hp-entry-page-v2-wrapper .item:nth-child(2) .map-img .img-spain {
    z-index: 2;
  }
  .hp-entry-page-v2-wrapper .item:nth-child(3) .map-img {
    width: 249px;
    height: 233px;
  }
  .hp-entry-page-v2-wrapper .item:nth-child(3) .map-img .img-morocco {
    position: absolute;
    top: 10px;
    left: 14px;
    z-index: 2;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
  .hp-entry-page-v2-wrapper .item:nth-child(3) .map-img .img-morocco-off {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
  .hp-entry-page-v2-wrapper .item:nth-child(3) .map-img .img-morocco {
    z-index: 2;
  }
}
@media (min-width: 1440px) {
  .hp-entry-page-v2-wrapper .item:hover .link a.btn-link, .hp-entry-page-v2-wrapper .item:hover .link a.btn-link:visited {
    position: relative;
    padding-left: 25px;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
  .hp-entry-page-v2-wrapper .item:first-child:hover .map-img .img-portugal {
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    scale: 1.2;
  }
  .hp-entry-page-v2-wrapper .item:nth-child(2):hover .map-img .img-spain {
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    scale: 1.2;
  }
  .hp-entry-page-v2-wrapper .item:nth-child(3):hover .map-img .img-morocco {
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    scale: 1.2;
  }
}

.hp-slideshow {
  position: relative;
  height: 100vh;
}
.hp-slideshow a.scroll-down, .hp-slideshow a.scroll-down:visited {
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: 50%;
  margin-left: -17px;
  width: 34px;
  height: 34px;
  background: url("../img/svg/arrow-square-down.svg") center center no-repeat transparent;
  background-size: contain;
}
.hp-slideshow .slides-list-info {
  display: none;
}
.hp-slideshow .slideshow-list {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.hp-slideshow .slide-item {
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*
  &.start-appear {
  	display: block;
  	@include transparent($op:0,$ieop:0);
  }
  &.start-disappear {
  	display: block;
  	@include transparent($op:1,$ieop:100);
  }
  &.make-appear {
  	@include transparent($op:1,$ieop:100);
  	@include transition($seconds:1s);
  }
  &.make-disappear {
  	@include transparent($op:0,$ieop:0);
  	@include transition($seconds:1s);
  }
  */
}
.hp-slideshow .slide-item.active {
  display: block;
}
.hp-slideshow .slide-item .image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hp-slideshow .slide-item .image .bg-layer {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
.hp-slideshow .slide-item .image.with-video {
  display: none;
}
.hp-slideshow .slide-item .video-wrapper {
  display: none;
}
.hp-slideshow .slide-item .video-wrapper .bg-layer {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
.hp-slideshow .slide-item .video-wrapper {
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*
  &:after {
  	content: "";
  	background-color: #C7BBAA;
  	mix-blend-mode: multiply;
  	position: absolute;
  	top: 0; left: 0; width: 100%; height: 100%;
  }
  */
}
.hp-slideshow .slide-item .video-wrapper video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hp-slideshow .slide-item .info {
  position: absolute;
  bottom: 115px;
  width: 100%;
}
.hp-slideshow .slide-item .info h2 {
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #F6F6F6;
  opacity: 0;
}
.hp-slideshow .slide-item .info h2 a, .hp-slideshow .slide-item .info h2 a:visited {
  text-decoration: none;
  color: #F6F6F6;
}
.hp-slideshow .slide-item .info .link a, .hp-slideshow .slide-item .info .link a:visited {
  opacity: 0;
  color: #F6F6F6;
}
.hp-slideshow .slide-item .info .link a:before, .hp-slideshow .slide-item .info .link a:visited:before {
  background-image: url("../img/svg/btn-arrow-light.svg");
  border-color: #F6F6F6;
}
.hp-slideshow .slide-item.to-appear {
  display: block;
  left: -10%;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
}
.hp-slideshow .slide-item.to-appear .info {
  left: -50px;
}
.hp-slideshow .slide-item.to-appear-left {
  left: 10%;
}
.hp-slideshow .slide-item.to-appear-left .info {
  left: 50px;
}
.hp-slideshow .slide-item.make-appear {
  left: 0;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
}
.hp-slideshow .slide-item.make-appear .info {
  left: 0;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
}
.hp-slideshow .slideshow-nav {
  font-size: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.hp-slideshow .slideshow-nav ul {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
}
.hp-slideshow .slideshow-nav ul li {
  background-color: #997A4E;
  width: 25%;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
}
.hp-slideshow .slideshow-nav ul li.selected {
  background-color: #E6CFAE;
}
.hp-slideshow .slideshow-nav ul li a, .hp-slideshow .slideshow-nav ul li a:visited {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .hp-slideshow a.scroll-down, .hp-slideshow a.scroll-down:visited {
    bottom: 85px;
    width: 56px;
    height: 56px;
    margin-left: -28px;
  }
  .hp-slideshow .slide-item .image {
    /*-webkit-animation: zoomin 60s 1;*/
    animation: rot 30s infinite linear;
  }
  .hp-slideshow .slide-item .image.with-video {
    display: none;
  }
  .hp-slideshow .slide-item .video-wrapper {
    overflow: hidden;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*
    &:after {
    	content: "";
    	background-color: #C7BBAA;
    	mix-blend-mode: multiply;
    	position: absolute;
    	top: 0; left: 0; width: 100%; height: 100%;
    }
    */
  }
  .hp-slideshow .slide-item .video-wrapper video {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .hp-slideshow .slide-item .info {
    bottom: 220px;
  }
  .hp-slideshow .slide-item .info h2 {
    max-width: 620px;
    margin-bottom: 20px;
    font-size: 44px;
    line-height: 58px;
    /*a,a:visited {
    	&:hover {
    		color: $theme-dark;
    	}
    }*/
  }
  .hp-slideshow .slideshow-nav ul {
    padding: 0;
  }
  .hp-slideshow .slideshow-nav ul li {
    max-width: 160px;
  }
}
@media (min-width: 1024px) {
  .hp-slideshow a.scroll-down, .hp-slideshow a.scroll-down:visited {
    transition: transform 0.8s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.37, 0, 0.63, 1);
  }
  .hp-slideshow a.scroll-down:hover, .hp-slideshow a.scroll-down:visited:hover {
    transform: translateY(10px);
  }
}

@-webkit-keyframes zoomin {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(2);
  }
}
@-webkit-keyframes rot {
  from {
    -webkit-transform: scale(1.3) rotate(0) translate3D(-1.5%, -1.5%, 0) rotate(0);
  }
  to {
    -webkit-transform: scale(1.2) rotate(-360deg) translate3D(-1.5%, -1.5%, 0) rotate(360deg);
  }
}
@-moz-keyframes rot {
  from {
    -moz-transform: scale(1.2) rotate(0) translate3D(-1.5%, -1.5%, 0) rotate(0);
  }
  to {
    -moz-transform: scale(1.2) rotate(-360deg) translate3D(-1.5%, -1.5%, 0) rotate(360deg);
  }
}
@-ms-keyframes rot {
  from {
    -ms-transform: scale(1.2) rotate(0) translate3D(-1.5%, -1.5%, 0) rotate(0);
  }
  to {
    -ms-transform: scale(1.2) rotate(-360deg) translate3D(-1.5%, -1.5%, 0) rotate(360deg);
  }
}
@-o-keyframes rot {
  from {
    -o-transform: scale(1.2) rotate(0) translate3D(-1.5%, -1.5%, 0) rotate(0);
  }
  to {
    -o-transform: scale(1.2) rotate(-360deg) translate3D(-1.5%, -1.5%, 0) rotate(360deg);
  }
}
@keyframes rot {
  from {
    transform: scale(1.2) rotate(0) translate3D(-1.5%, -1.5%, 0) rotate(0);
  }
  to {
    transform: scale(1.2) rotate(-360deg) translate3D(-1.5%, -1.5%, 0) rotate(360deg);
  }
}
.hp-headline {
  padding-top: 40px;
  margin-bottom: 20px;
}
.hp-headline h2 {
  text-align: center;
  font-size: 8px;
  line-height: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.hp-headline .social-links {
  display: none;
}
@media (min-width: 992px) {
  .hp-headline {
    padding-top: 60px;
    margin-bottom: 180px;
  }
  .hp-headline h2 {
    float: left;
    text-align: left;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 2.5px;
  }
  .hp-headline .social-links {
    float: right;
    text-align: right;
    display: block;
  }
  .hp-headline .social-links ul {
    font-size: 0;
  }
  .hp-headline .social-links ul li {
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-left: 18px;
    text-align: center;
  }
  .hp-headline .social-links ul li a, .hp-headline .social-links ul li a:visited {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #9B9B9B;
    border-radius: 50%;
    color: #9B9B9B;
  }
  .hp-headline .social-links ul li a:hover, .hp-headline .social-links ul li a:visited:hover {
    background-color: #D8D8D8;
  }
  .hp-headline .social-links ul li:last-child {
    margin-right: 0px;
  }
}

.featured-list-items h2, .discover-list-items h2 {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 28px;
}
.featured-list-items .links-list, .discover-list-items .links-list {
  padding-top: 45px;
  padding-bottom: 45px;
  border-top: 1px solid #4A4A4A;
}
.featured-list-items .links-list .link, .discover-list-items .links-list .link {
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .featured-list-items, .discover-list-items {
    padding-bottom: 165px;
    position: relative;
  }
  .featured-list-items .bg-layer, .discover-list-items .bg-layer {
    position: absolute;
    top: 165px;
    bottom: 640px;
    left: 0;
    width: 100%;
    background-color: rgba(235, 225, 212, 0.5);
  }
  .featured-list-items h2, .discover-list-items h2 {
    margin-bottom: 55px;
  }
  .featured-list-items .links-list, .discover-list-items .links-list {
    margin-left: -27px;
    margin-right: -27px;
    border-top: 0;
    font-size: 0;
    padding: 0;
  }
  .featured-list-items .links-list .link, .discover-list-items .links-list .link {
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding: 0 27px;
  }
  .featured-list-items .links-list .link a, .featured-list-items .links-list .link a:visited, .discover-list-items .links-list .link a, .discover-list-items .links-list .link a:visited {
    display: block;
    border-top: 1px solid #4A4A4A;
    padding-top: 30px;
  }
  .featured-list-items .links-list.in-homepage .link, .discover-list-items .links-list.in-homepage .link {
    width: 33.33%;
  }
}

.featured-list-items h2 {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .featured-list-items h2 {
    margin-bottom: 60px;
  }
  .featured-list-items .list-slider-items .swiper-buttons .swiper-button-prev-custom, .featured-list-items .list-slider-items .swiper-buttons .swiper-button-next-custom {
    top: 160px;
  }
  .featured-list-items .list-items .item {
    margin-bottom: 100px;
  }
}
@media (min-width: 1260px) {
  .featured-list-items .list-slider-items .swiper-buttons .swiper-button-prev-custom, .featured-list-items .list-slider-items .swiper-buttons .swiper-button-next-custom {
    top: 195px;
  }
}

.list-mobile-items h2 {
  margin-top: 10px;
}
.list-mobile-items h2:first-child {
  margin-top: 0;
}

.list-items {
  font-size: 0;
}
.list-items .item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}
.list-items .item .tagline {
  position: absolute;
  z-index: 1;
  top: -16px;
  left: 50%;
  background-color: #DDCAAF;
  text-align: center;
  padding: 7px 25px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 500;
  color: #F6F6F6;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  min-width: 125px;
}
.list-items .item .image {
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: 20px;
}
.list-items .item .info p.location, .list-items .item .info p.date {
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.list-items .item .info h3 {
  font-size: 34px;
  line-height: 42px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.list-items .item .info h3 a, .list-items .item .info h3 a:visited {
  text-decoration: none;
}
.list-items .item .info p.extra-info {
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.list-items .item .info ul.tags li {
  display: inline;
  font-weight: 300;
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.list-items .item .info ul.tags li:after {
  content: ", ";
}
.list-items .item .info ul.tags li:last-child:after {
  display: none;
}
@media (min-width: 768px) {
  .list-items {
    margin-left: -27px;
    margin-right: -27px;
  }
  .list-items .item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding: 0 27px;
  }
  .list-items .item .image {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .list-items .item {
    width: 33.33%;
    margin-bottom: 70px;
  }
  .list-items .item.wow {
    visibility: hidden;
  }
  .list-items .item .image {
    margin-left: 0;
    margin-right: 0;
  }
  .list-items .item .image a, .list-items .item .image a:visited {
    /*img {@include transition();}
    &:hover {
    	img {
    		@include transition();
    		@include transparent($op:0.8,$ieop:80);
    	}
    }*/
  }
  .list-items .item .info h3 a:hover, .list-items .item .info h3 a:visited:hover {
    color: #9B9B9B;
  }
  .list-items .item .info ul.tags li a:hover, .list-items .item .info ul.tags li a:visited:hover {
    color: #9B9B9B;
    text-decoration: underline;
  }
}

.list-slider-items {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .list-slider-items .item {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .list-slider-items {
    position: relative;
  }
  .list-slider-items .swiper-slide {
    padding-top: 14px;
  }
  .list-slider-items .item {
    width: 100%;
  }
  .list-slider-items .swiper-buttons {
    font-size: 20px;
  }
  .list-slider-items .swiper-buttons .swiper-button-prev-custom {
    position: absolute;
    z-index: 2;
    top: 110px;
    left: -15px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #F6F6F6;
    line-height: 500px;
    overflow: hidden;
  }
  .list-slider-items .swiper-buttons .swiper-button-prev-custom:after {
    content: "";
    position: absolute;
    width: 23px;
    height: 20px;
    background: url("../img/svg/arrow-left.svg") center center no-repeat transparent;
    background-size: auto auto;
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -12px;
  }
  .list-slider-items .swiper-buttons .swiper-button-prev-custom:hover {
    cursor: pointer;
  }
  .list-slider-items .swiper-buttons .swiper-button-next-custom {
    position: absolute;
    z-index: 2;
    top: 110px;
    right: -15px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #F6F6F6;
    line-height: 500px;
    overflow: hidden;
  }
  .list-slider-items .swiper-buttons .swiper-button-next-custom:after {
    content: "";
    position: absolute;
    width: 23px;
    height: 20px;
    background: url("../img/svg/arrow-right.svg") center center no-repeat transparent;
    background-size: auto auto;
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -12px;
  }
  .list-slider-items .swiper-buttons .swiper-button-next-custom:hover {
    cursor: pointer;
  }
}
@media (min-width: 1024px) {
  .list-slider-items .swiper-buttons .swiper-button-prev-custom:after {
    transition: transform 0.4s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.37, 0, 0.63, 1);
  }
  .list-slider-items .swiper-buttons .swiper-button-prev-custom:hover:after {
    transform: translateX(-5px);
  }
  .list-slider-items .swiper-buttons .swiper-button-next-custom:after {
    transition: transform 0.4s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.37, 0, 0.63, 1);
  }
  .list-slider-items .swiper-buttons .swiper-button-next-custom:hover:after {
    transform: translateX(5px);
  }
}

@media (min-width: 992px) {
  .featured-list-items.with-sliders, .discover-list-items.with-sliders {
    padding-bottom: 0;
  }
}

.list-items {
  font-size: 0;
}
.list-items .item .image, .list-items .item .list-video-wrapper, .list-items .item .list-images-sequence {
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.list-items .item .image a.full-link, .list-items .item .image a.full-link:visited, .list-items .item .list-video-wrapper a.full-link, .list-items .item .list-video-wrapper a.full-link:visited, .list-items .item .list-images-sequence a.full-link, .list-items .item .list-images-sequence a.full-link:visited {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.list-items .item .list-video-wrapper {
  width: calc(100% + 50px);
  padding-top: 91.85%;
}
.list-items .item .list-video-wrapper .video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.list-items .item .list-video-wrapper video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.list-items .item .list-images-sequence .sequence-images-wrapper {
  position: relative;
  width: 100%;
  padding-top: 77.78%;
}
.list-items .item .list-images-sequence .seq-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}
.list-items .item .list-images-sequence .seq-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.list-items .item .list-images-sequence .seq-image.active {
  display: block;
}
@media (min-width: 768px) {
  .list-items .item .image, .list-items .item .list-video-wrapper, .list-items .item .list-images-sequence {
    margin-left: 0;
    margin-right: 0;
  }
  .list-items .item .list-video-wrapper {
    width: 100%;
    padding-top: 77.78%;
  }
}
@media (min-width: 992px) {
  .list-items .item .image, .list-items .item .list-video-wrapper, .list-items .item .list-images-sequence {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .list-items .item .image > img, .list-items .item .image > a > img, .list-items .item .image .video-wrapper, .list-items .item .image .sequence-images-wrapper, .list-items .item .list-video-wrapper > img, .list-items .item .list-video-wrapper > a > img, .list-items .item .list-video-wrapper .video-wrapper, .list-items .item .list-video-wrapper .sequence-images-wrapper, .list-items .item .list-images-sequence > img, .list-items .item .list-images-sequence > a > img, .list-items .item .list-images-sequence .video-wrapper, .list-items .item .list-images-sequence .sequence-images-wrapper {
    transition: transform 1.5s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.37, 0, 0.63, 1);
    transform: scale(1.0001);
  }
  .list-items .item .image:hover > img, .list-items .item .image:hover > a > img, .list-items .item .image:hover .video-wrapper, .list-items .item .image:hover .sequence-images-wrapper, .list-items .item .list-video-wrapper:hover > img, .list-items .item .list-video-wrapper:hover > a > img, .list-items .item .list-video-wrapper:hover .video-wrapper, .list-items .item .list-video-wrapper:hover .sequence-images-wrapper, .list-items .item .list-images-sequence:hover > img, .list-items .item .list-images-sequence:hover > a > img, .list-items .item .list-images-sequence:hover .video-wrapper, .list-items .item .list-images-sequence:hover .sequence-images-wrapper {
    transform: scale(1.1);
  }
}

.blog-list-items .list-items .item .info h3, .hotels-list-items .list-items .item .info h3 {
  margin-bottom: 0;
}
.blog-list-items .list-items .item .info ul.tags, .hotels-list-items .list-items .item .info ul.tags {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .blog-list-items .list-items .item, .hotels-list-items .list-items .item {
    margin-bottom: 100px;
  }
}

.blog-related h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
@media (min-width: 992px) {
  .blog-related h2 {
    letter-spacing: 7px;
    margin-bottom: 55px;
  }
}

.discover-list-items .list-items .item .info h3 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .discover-list-items .list-items {
    padding-top: 50px;
  }
  .discover-list-items .list-items .item {
    margin-bottom: 135px;
  }
}

.city-map {
  margin-bottom: 65px;
  text-align: center;
}
@media (min-width: 992px) {
  .city-map {
    margin-bottom: 132px;
  }
}

.discover-list-items h2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
@media (min-width: 992px) {
  .discover-list-items h2 {
    letter-spacing: 7px;
    margin-bottom: 0;
  }
}

.lets-start-wrapper {
  text-align: center;
  margin-bottom: 75px;
}
@media (min-width: 992px) {
  .lets-start-wrapper {
    margin-bottom: 90px;
  }
}

.wishlist-detail-page {
  text-align: center;
  margin-bottom: 75px;
}
@media (min-width: 992px) {
  .wishlist-detail-page {
    margin-bottom: 90px;
  }
}
.wishlist-detail-page a.wishlist-detail-link, .wishlist-detail-page a.wishlist-detail-link:visited {
  line-height: 500px;
  overflow: hidden;
  display: inline-block;
  width: 41px;
  height: 41px;
  background-color: #DDCAAF;
  border-radius: 50%;
  position: relative;
}
.wishlist-detail-page a.wishlist-detail-link:after, .wishlist-detail-page a.wishlist-detail-link:visited:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 23px;
  height: 20px;
  background: url("../img/svg/icon-wishlist-dark.svg") center center no-repeat transparent;
  background-size: contain;
}
.wishlist-detail-page a.wishlist-detail-link.is-selected, .wishlist-detail-page a.wishlist-detail-link:visited.is-selected {
  background-color: #000;
}
.wishlist-detail-page a.wishlist-detail-link.is-selected:after, .wishlist-detail-page a.wishlist-detail-link:visited.is-selected:after {
  background: url("../img/svg/icon-wishlist-light.svg") center center no-repeat transparent;
  background-size: contain;
}
@media (min-width: 992px) {
  .wishlist-detail-page a.wishlist-detail-link:hover, .wishlist-detail-page a.wishlist-detail-link:visited:hover {
    background-color: #000;
  }
  .wishlist-detail-page a.wishlist-detail-link:hover:after, .wishlist-detail-page a.wishlist-detail-link:visited:hover:after {
    background: url("../img/svg/icon-wishlist-light.svg") center center no-repeat transparent;
    background-size: contain;
  }
}

.page-content-blocks {
  margin-bottom: 65px;
}

.block-image-left {
  margin-bottom: 45px;
}
.block-image-left .image {
  margin-left: -25px;
  margin-right: -25px;
}
.block-image-left .image img {
  display: inline-block;
}
.block-image-left a.btn-secondary, .block-image-left a.btn-secondary:visited {
  display: none;
}
@media (min-width: 992px) {
  .block-image-left {
    margin-bottom: 90px;
  }
  .block-image-left .image {
    margin-left: 0;
    margin-right: 0;
  }
  .block-image-left .image img {
    max-width: 65%;
  }
  .block-image-left a.btn-secondary, .block-image-left a.btn-secondary:visited {
    display: inline-block;
    margin-left: 25px;
  }
  .block-image-left a.btn-secondary:hover, .block-image-left a.btn-secondary:visited:hover {
    margin-left: 50px;
  }
}

.block-image-right {
  margin-bottom: 45px;
}
.block-image-right .image {
  margin-left: -25px;
  margin-right: -25px;
}
.block-image-right .image img {
  display: inline-block;
}
@media (min-width: 992px) {
  .block-image-right {
    text-align: right;
    margin-bottom: 90px;
  }
  .block-image-right .image {
    margin-left: 0;
    margin-right: 0;
  }
  .block-image-right .image img {
    max-width: 65%;
  }
}

.block-text {
  margin-bottom: 45px;
  text-align: center;
}
.block-text.add-margin {
  margin-top: 45px;
}
.block-text .text {
  max-width: 850px;
  margin: 0 auto;
}
.block-text .text h3 {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 40px;
}
.block-text.in-about {
  margin-bottom: 60px;
}
.block-text.in-about h3 {
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .block-text.in-about {
    margin-bottom: 70px;
  }
}

.block-quote {
  text-align: center;
  margin-bottom: 60px;
}
.block-quote .quote {
  max-width: 850px;
  margin: 0 auto;
}
.block-quote .quote p {
  font-weight: 300;
  font-style: italic;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 20px;
}
.block-quote .quote h2 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 7px;
  text-transform: uppercase;
  font-weight: 300;
}
.block-quote .quote h2 strong {
  font-weight: 700;
}
@media (min-width: 992px) {
  .block-quote .quote p {
    line-height: 40px;
    margin-bottom: 35px;
  }
}

.block-quote-image {
  text-align: center;
  background-color: rgba(235, 225, 212, 0.5);
  margin-bottom: 60px;
  padding-top: 40px;
  padding-bottom: 30px;
}
.block-quote-image .image {
  text-align: center;
  margin-bottom: 40px;
  display: inline-block;
  vertical-align: middle;
  width: 150px;
  height: 150px;
  position: relative;
}
.block-quote-image .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.block-quote-image .quote {
  max-width: 850px;
  margin: 0 auto;
}
.block-quote-image .quote p {
  margin-bottom: 0;
}
.block-quote-image .quote h2 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 7px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 15px;
}
.block-quote-image .quote h2 strong {
  font-weight: 700;
}
@media (min-width: 992px) {
  .block-quote-image {
    margin-bottom: 90px;
    padding-top: 60px;
    padding-bottom: 35px;
  }
  .block-quote-image .image {
    width: 215px;
    height: 215px;
    margin-bottom: 75px;
  }
  .block-quote-image .quote h2 {
    margin-bottom: 25px;
  }
}

.block-testimonial {
  text-align: center;
  background-color: rgba(235, 225, 212, 0.5);
  margin-bottom: 60px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.block-testimonial .quote {
  max-width: 850px;
  margin: 0 auto;
}
.block-testimonial .quote p {
  font-weight: 300;
  font-style: italic;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 35px;
}
.block-testimonial .quote h2 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 7px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 25px;
}
.block-testimonial .quote h2 strong {
  font-weight: 700;
}
.block-testimonial .quote h2 a, .block-testimonial .quote h2 a:visited {
  font-size: 11px;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .block-testimonial {
    margin-bottom: 80px;
    padding-top: 130px;
    padding-bottom: 55px;
  }
  .block-testimonial .quote p {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  .block-testimonial .quote h2 {
    margin-bottom: 40px;
  }
  .block-testimonial .quote h2 a, .block-testimonial .quote h2 a:visited {
    font-size: 14px;
  }
}

.page-highlights-wrapper.in-tour-no-margin {
  margin-top: -60px;
}
.page-highlights-wrapper.in-tour-no-margin .item {
  background-color: #EBE1D4;
}
@media (min-width: 992px) {
  .page-highlights-wrapper.in-tour-no-margin {
    margin-top: -80px;
  }
}

.block-list-items {
  margin-bottom: 70px;
  padding-top: 15px;
}
.block-list-items ul {
  font-size: 0;
  padding-left: 10px;
}
.block-list-items ul li {
  display: block;
  vertical-align: middle;
  margin-bottom: 15px;
}
.block-list-items ul li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.block-list-items ul li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .block-list-items ul {
    padding-left: 0;
  }
  .block-list-items ul li {
    width: 50%;
    display: inline-block;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (min-width: 992px) {
  .block-list-items {
    margin-bottom: 120px;
    padding-top: 65px;
  }
  .block-list-items ul li {
    width: 33.33%;
    margin-bottom: 40px;
  }
  .block-list-items ul li span {
    font-size: 15px;
    line-height: 20px;
  }
}

.block-map img {
  display: block;
}
.block-map iframe {
  width: 100%;
  border: 0;
  margin: 0;
  height: 400px;
  display: block;
}
@media (min-width: 992px) {
  .block-map iframe {
    height: 700px;
  }
}

.detail-highlights-wrapper .highlights-list .item {
  background-color: #E6E6E6;
  padding-top: 60px;
  padding-bottom: 50px;
}
.detail-highlights-wrapper .highlights-list .item.even {
  background-color: #F6F6F6;
}
.detail-highlights-wrapper .highlights-list .item p {
  display: none;
}
.detail-highlights-wrapper .highlights-list .item .image {
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: 45px;
}
.detail-highlights-wrapper .highlights-list .item .info h2 {
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 8px;
}
.detail-highlights-wrapper .highlights-list .item .info h3 {
  font-size: 34px;
  line-height: 42px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.detail-highlights-wrapper .highlights-list .item .extra-info {
  margin-bottom: 15px;
  padding-top: 15px;
  /*
  @media (min-width: $screen-sm-min) {
  	ul {
  		padding-left: 0;
  		li {
  			width: 50%; display: inline-block;
  			padding-right: 15px; @include box-sizing();
  		}
  	}
  }
  @media (min-width: $screen-md-min) {
  	margin-bottom: 120px;
  	padding-top: 65px;
  	ul {
  		li {
  			width: 33.33%;
  			margin-bottom: 40px;
  			span {
  				font-size: 15px;
  				line-height: 20px;
  			}
  		}
  	}
  }*/
}
.detail-highlights-wrapper .highlights-list .item .extra-info ul {
  font-size: 0;
}
.detail-highlights-wrapper .highlights-list .item .extra-info ul li {
  display: block;
  vertical-align: middle;
  margin-bottom: 6px;
}
.detail-highlights-wrapper .highlights-list .item .extra-info ul li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.detail-highlights-wrapper .highlights-list .item .extra-info ul li img.limg {
  display: none;
}
.detail-highlights-wrapper .highlights-list .item .extra-info ul li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
}
.detail-highlights-wrapper .highlights-list .item .link {
  border-top: 1px solid #4A4A4A;
  padding-top: 35px;
}
@media (min-width: 992px) {
  .detail-highlights-wrapper {
    margin-bottom: 100px;
  }
  .detail-highlights-wrapper .highlights-list .item {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .detail-highlights-wrapper .highlights-list .item .container {
    position: relative;
  }
  .detail-highlights-wrapper .highlights-list .item .image {
    margin: 0;
    float: left;
    width: 66%;
  }
  .detail-highlights-wrapper .highlights-list .item .info {
    float: right;
    width: 29%;
  }
  .detail-highlights-wrapper .highlights-list .item .info {
    padding-bottom: 90px;
    padding-top: 35px;
  }
  .detail-highlights-wrapper .highlights-list .item .info p {
    display: block;
  }
  .detail-highlights-wrapper .highlights-list .item.in-transport .info {
    padding-bottom: 200px;
  }
  .detail-highlights-wrapper .highlights-list .item .extra-info {
    position: absolute;
    width: calc(29% - 25px);
    bottom: 80px;
    right: 40px;
  }
  .detail-highlights-wrapper .highlights-list .item .link {
    padding-top: 30px;
    position: absolute;
    bottom: 5px;
    right: 40px;
    width: calc(29% - 25px);
  }
  .detail-highlights-wrapper .highlights-list .item.even .image {
    float: right;
  }
  .detail-highlights-wrapper .highlights-list .item.even .info {
    float: left;
    text-align: right;
  }
  .detail-highlights-wrapper .highlights-list .item.even .extra-info {
    right: 0;
    left: 40px;
    text-align: right;
  }
  .detail-highlights-wrapper .highlights-list .item.even .extra-info img.fimg {
    display: none;
  }
  .detail-highlights-wrapper .highlights-list .item.even .extra-info img.limg {
    display: inline-block;
    margin-right: 0;
    margin-left: 20px;
  }
  .detail-highlights-wrapper .highlights-list .item.even .link {
    right: 0;
    left: 40px;
    text-align: right;
  }
  .detail-highlights-wrapper .highlights-list .item.even .link a.btn-link:before, .detail-highlights-wrapper .highlights-list .item.even .link a.btn-link:visited:before {
    display: none;
  }
  .detail-highlights-wrapper .highlights-list .item.even .link a.btn-link:after, .detail-highlights-wrapper .highlights-list .item.even .link a.btn-link:visited:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    background: url("../img/svg/btn-arrow.svg") center center no-repeat transparent;
    background-size: auto auto;
    border: 2px solid #4A4A4A;
    margin-left: 18px;
  }
  .detail-highlights-wrapper .highlights-list .item.even .link a.btn-link:hover, .detail-highlights-wrapper .highlights-list .item.even .link a.btn-link:visited:hover {
    margin-right: -25px;
  }
}

.team-list-items h2 {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 28px;
}
@media (min-width: 992px) {
  .team-list-items {
    padding-bottom: 50px;
  }
  .team-list-items h2 {
    margin-bottom: 50px;
  }
}

.team-list {
  font-size: 0;
}
.team-list .item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}
.team-list .item .image {
  margin-bottom: 20px;
}
.team-list .item .info p.location, .team-list .item .info p.role {
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.team-list .item .info p.role {
  margin-bottom: 0;
}
.team-list .item .info h3 {
  font-size: 34px;
  line-height: 42px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.team-list .item .info h3 a, .team-list .item .info h3 a:visited {
  text-decoration: none;
}
@media (min-width: 768px) {
  .team-list {
    margin-left: -27px;
    margin-right: -27px;
  }
  .team-list .item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 27px;
    margin-bottom: 70px;
  }
  .team-list .item .image {
    margin-left: 0;
    margin-right: 0;
  }
}

.team-list-slider {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .team-list-slider .swiper-buttons {
    margin-bottom: 80px;
    padding-left: 25px;
  }
  .team-list-slider .swiper-buttons .swiper-button-prev-custom {
    display: inline-block;
    margin-right: 30px;
    width: 37px;
    height: 37px;
    background: url("../img/svg/arrow-square-left.svg") center center no-repeat transparent;
    background-size: contain;
  }
  .team-list-slider .swiper-buttons .swiper-button-next-custom {
    display: inline-block;
    margin-right: 30px;
    width: 37px;
    height: 37px;
    background: url("../img/svg/arrow-square-right.svg") center center no-repeat transparent;
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .team-list-slider .swiper-buttons {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .team-list-slider {
    position: relative;
  }
  .team-list-slider .swiper-slide {
    padding-top: 14px;
  }
  .team-list-slider .item {
    width: 100%;
  }
  .team-list-slider .swiper-buttons {
    font-size: 20px;
  }
  .team-list-slider .swiper-buttons .swiper-button-prev-custom {
    position: absolute;
    z-index: 2;
    top: 110px;
    left: -15px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #F6F6F6;
    line-height: 500px;
    overflow: hidden;
  }
  .team-list-slider .swiper-buttons .swiper-button-prev-custom:after {
    content: "";
    position: absolute;
    width: 23px;
    height: 20px;
    background: url("../img/svg/arrow-left.svg") center center no-repeat transparent;
    background-size: auto auto;
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -12px;
  }
  .team-list-slider .swiper-buttons .swiper-button-prev-custom:hover {
    cursor: pointer;
  }
  .team-list-slider .swiper-buttons .swiper-button-next-custom {
    position: absolute;
    z-index: 2;
    top: 110px;
    right: -15px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #F6F6F6;
    line-height: 500px;
    overflow: hidden;
  }
  .team-list-slider .swiper-buttons .swiper-button-next-custom:after {
    content: "";
    position: absolute;
    width: 23px;
    height: 20px;
    background: url("../img/svg/arrow-right.svg") center center no-repeat transparent;
    background-size: auto auto;
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -12px;
  }
  .team-list-slider .swiper-buttons .swiper-button-next-custom:hover {
    cursor: pointer;
  }
}
@media (min-width: 1024px) {
  .team-list-slider .swiper-buttons .swiper-button-prev-custom:after {
    transition: transform 0.4s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.37, 0, 0.63, 1);
  }
  .team-list-slider .swiper-buttons .swiper-button-prev-custom:hover:after {
    transform: translateX(-5px);
  }
  .team-list-slider .swiper-buttons .swiper-button-next-custom:after {
    transition: transform 0.4s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.37, 0, 0.63, 1);
  }
  .team-list-slider .swiper-buttons .swiper-button-next-custom:hover:after {
    transform: translateX(5px);
  }
}

.page-intro.in-tour-detail p.extra-info {
  padding-top: 20px;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.page-intro.in-tour-detail ul.tags {
  margin-bottom: 35px;
}
.page-intro.in-tour-detail ul.tags li {
  display: inline;
  font-weight: 300;
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.page-intro.in-tour-detail ul.tags li:after {
  content: ", ";
}
.page-intro.in-tour-detail ul.tags li:last-child:after {
  display: none;
}
@media (min-width: 992px) {
  .page-intro.in-tour-detail ul.tags li a:hover, .page-intro.in-tour-detail ul.tags li a:visited:hover {
    color: #9B9B9B;
    text-decoration: underline;
  }
}

.images-slider-wrapper {
  padding-bottom: 50px;
}
.images-slider-wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .images-slider-wrapper .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 992px) {
  .images-slider-wrapper {
    padding-bottom: 50px;
  }
  .images-slider-wrapper .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.images-list {
  font-size: 0;
}
.images-list .item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
}
.images-list .item .image img {
  display: block;
}
@media (min-width: 768px) {
  .images-list {
    margin-left: -27px;
    margin-right: -27px;
  }
  .images-list .item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 27px;
  }
  .images-list .item .image {
    margin-left: 0;
    margin-right: 0;
  }
}

.images-list-slider {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .images-list-slider {
    position: relative;
  }
  .images-list-slider .swiper-slide {
    padding-top: 14px;
  }
  .images-list-slider .item {
    width: 100%;
  }
  .images-list-slider .swiper-buttons {
    font-size: 20px;
  }
  .images-list-slider .swiper-buttons .swiper-button-prev-custom {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: -15px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #F6F6F6;
    line-height: 500px;
    overflow: hidden;
  }
  .images-list-slider .swiper-buttons .swiper-button-prev-custom:after {
    content: "";
    position: absolute;
    width: 23px;
    height: 20px;
    background: url("../img/svg/arrow-left.svg") center center no-repeat transparent;
    background-size: auto auto;
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -12px;
  }
  .images-list-slider .swiper-buttons .swiper-button-prev-custom:hover {
    cursor: pointer;
  }
  .images-list-slider .swiper-buttons .swiper-button-next-custom {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: -15px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #F6F6F6;
    line-height: 500px;
    overflow: hidden;
  }
  .images-list-slider .swiper-buttons .swiper-button-next-custom:after {
    content: "";
    position: absolute;
    width: 23px;
    height: 20px;
    background: url("../img/svg/arrow-right.svg") center center no-repeat transparent;
    background-size: auto auto;
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -12px;
  }
  .images-list-slider .swiper-buttons .swiper-button-next-custom:hover {
    cursor: pointer;
  }
}
@media (min-width: 1024px) {
  .images-list-slider .swiper-buttons .swiper-button-prev-custom:after {
    transition: transform 0.4s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.37, 0, 0.63, 1);
  }
  .images-list-slider .swiper-buttons .swiper-button-prev-custom:hover:after {
    transform: translateX(-5px);
  }
  .images-list-slider .swiper-buttons .swiper-button-next-custom:after {
    transition: transform 0.4s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.37, 0, 0.63, 1);
  }
  .images-list-slider .swiper-buttons .swiper-button-next-custom:hover:after {
    transform: translateX(5px);
  }
}

.contacts-wrapper {
  padding-top: 40px;
  padding-bottom: 60px;
  font-size: 0;
}
.contacts-wrapper p {
  font-size: 15px;
  line-height: 20px;
}
.contacts-wrapper p.address {
  margin-bottom: 5px;
}
.contacts-wrapper p.contacts {
  margin-bottom: 15px;
}
.contacts-wrapper ul.emails-list li {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 20px;
}
.contacts-wrapper ul.emails-list li span {
  display: block;
}
.contacts-wrapper ul.emails-list li a, .contacts-wrapper ul.emails-list li a:visited {
  font-weight: 500;
  text-decoration: underline;
}
.contacts-wrapper ul.emails-list:last-child li:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .contacts-wrapper p, .contacts-wrapper ul.emails-list {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .contacts-wrapper {
    padding-top: 55px;
    padding-bottom: 110px;
  }
  .contacts-wrapper p, .contacts-wrapper ul.emails-list {
    width: 24%;
  }
  .contacts-wrapper ul.emails-list {
    width: 26%;
  }
  .contacts-wrapper p.address, .contacts-wrapper p.contacts {
    margin-bottom: 0;
  }
  .contacts-wrapper ul.emails-list {
    font-size: 15px;
    line-height: 20px;
  }
  .contacts-wrapper ul.emails-list li {
    margin-bottom: 0;
  }
  .contacts-wrapper ul.emails-list li span {
    display: inline;
  }
}

.map-wrapper #google-maps {
  width: 100%;
  height: 250px;
}
@media (min-width: 768px) {
  .map-wrapper #google-maps {
    height: 500px;
  }
}
@media (min-width: 992px) {
  .map-wrapper #google-maps {
    height: 700px;
  }
}

.page-intro.in-team-detail {
  margin-bottom: 80px;
  max-width: 850px;
}
.page-intro.in-team-detail h2 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin-bottom: 10px;
}
.page-intro.in-team-detail h3 {
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .page-intro.in-team-detail {
    margin-top: 100px;
    margin-bottom: 140px;
  }
  .page-intro.in-team-detail h2 {
    letter-spacing: 6px;
    margin-bottom: 10px;
  }
  .page-intro.in-team-detail h3 {
    font-size: 30px;
    line-height: 40px;
  }
}

.team-list-mobile {
  font-size: 0;
  margin-bottom: 80px;
}
.team-list-mobile .page-team-list {
  margin: 0 -25px;
}
.team-list-mobile .team-item {
  padding: 25px 30px;
}
.team-list-mobile .team-item .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 124.62%;
  margin-bottom: 10px;
}
.team-list-mobile .team-item .image img {
  display: none;
}
.team-list-mobile .team-item .info span.location {
  display: block;
  margin-bottom: 3px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.team-list-mobile .team-item .info h4 {
  font-size: 25px;
  line-height: 42px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.team-list-mobile .team-item .info .team-content {
  display: none;
  margin-bottom: 46px;
}
.team-list-mobile .team-item .info .team-content p {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 40px;
}
.team-list-mobile .team-item .info .team-content h5 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.team-list-mobile .team-item .team-actions a, .team-list-mobile .team-item .team-actions a:visited {
  display: inline-block;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.team-list-mobile .team-item .team-actions a.close-content, .team-list-mobile .team-item .team-actions a:visited.close-content {
  display: none;
}
.team-list-mobile .team-item.selected {
  background-color: #EAEAEA;
}
.team-list-mobile .team-item.selected .team-content {
  display: block;
}
.team-list-mobile .team-item.selected .team-actions a.open-content, .team-list-mobile .team-item.selected .team-actions a:visited.open-content {
  display: none;
}
.team-list-mobile .team-item.selected .team-actions a.close-content, .team-list-mobile .team-item.selected .team-actions a:visited.close-content {
  display: inline-block;
}
@media (min-width: 640px) {
  .team-list-mobile .team-item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (min-width: 992px) {
  .team-list-mobile .team-item {
    width: 33.33%;
  }
}
@media (min-width: 1024px) {
  .team-list-mobile {
    display: none;
  }
}

.team-list-desktop {
  display: none;
}
@media (min-width: 1024px) {
  .team-list-desktop {
    display: block;
    margin-bottom: 210px;
  }
  .team-list-desktop .team-item {
    position: relative;
  }
  .team-list-desktop .team-item a.full-link, .team-list-desktop .team-item a.full-link:visited {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .team-list-desktop .team-item .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-top: 124.87%;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
  .team-list-desktop .team-item .image img {
    display: none;
  }
  .team-list-desktop .team-item span.location {
    display: none;
    color: #F6F6F6;
    position: absolute;
    left: 85px;
    width: 500px;
    top: 80px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
  }
  .team-list-desktop .team-item .info {
    display: none;
    position: absolute;
    left: 85px;
    width: 500px;
    bottom: 100px;
  }
  .team-list-desktop .team-item .info h4, .team-list-desktop .team-item .info p, .team-list-desktop .team-item .info h5 {
    color: #F6F6F6;
  }
  .team-list-desktop .team-item .info h4 {
    font-size: 34px;
    line-height: 42px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 35px;
  }
  .team-list-desktop .team-item .info .team-content p {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 70px;
  }
  .team-list-desktop .team-item .info .team-content h5 {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
  }
  .team-list-desktop .team-item .hover-layer {
    opacity: 0;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .team-list-desktop .team-item .hover-layer .bg-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .team-list-desktop .team-item .hover-layer .hover-info {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }
  .team-list-desktop .team-item .hover-layer .hover-info h4 {
    color: #F6F6F6;
    font-size: 25px;
    line-height: 37px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
  }
  .team-list-desktop .team-item .hover-layer .hover-info h5 {
    color: #F6F6F6;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
  }
  .team-list-desktop .team-item .hover-layer p.link {
    text-align: center;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 50%;
    margin-top: 90px;
    color: #F6F6F6;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-decoration: underline;
  }
  .team-list-desktop .team-item:hover .hover-layer {
    opacity: 1;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
  .team-list-desktop .team-item:hover .image {
    background-color: #777;
    background-blend-mode: multiply;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
  .team-list-desktop .team-item.selected:hover .hover-layer {
    display: none;
  }
  .team-list-desktop .team-item.selected:hover .image {
    background-color: transparent;
    background-blend-mode: none;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
}

.team-list-desktop.team-list-v1 .container {
  max-width: 1100px;
}
.team-list-desktop.team-list-v1 .page-team-list {
  display: grid;
  grid-gap: 0;
  grid-auto-flow: dense;
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 1024px) {
  .team-list-desktop.team-list-v1 .team-item.selected {
    grid-column: span 2;
    grid-row: span 2;
  }
  .team-list-desktop.team-list-v1 .team-item.selected .image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #848484;
    mix-blend-mode: multiply;
  }
  .team-list-desktop.team-list-v1 .team-item.selected span.location {
    display: block;
  }
  .team-list-desktop.team-list-v1 .team-item.selected .info {
    display: block;
  }
}

.team-list-desktop.team-list-v2 {
  font-size: 0;
}
.team-list-desktop.team-list-v2 .container {
  max-width: 1100px;
}
.team-list-desktop.team-list-v2 .page-team-list {
  display: block;
}
@media (min-width: 1024px) {
  .team-list-desktop.team-list-v2 .team-item {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    position: relative;
  }
  .team-list-desktop.team-list-v2 .team-item span.location, .team-list-desktop.team-list-v2 .team-item .info {
    display: block;
    opacity: 0;
    transition: 0.4s;
  }
  .team-list-desktop.team-list-v2 .team-item .aux {
    overflow: hidden;
    transition: 0.4s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .team-list-desktop.team-list-v2 .team-item.in-last-col .aux {
    left: auto;
    right: 0;
  }
  .team-list-desktop.team-list-v2 .team-item.in-last-row .aux {
    top: auto;
    bottom: 0;
  }
  .team-list-desktop.team-list-v2 .team-item.selected {
    z-index: 4;
  }
  .team-list-desktop.team-list-v2 .team-item.selected .image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #848484;
    mix-blend-mode: multiply;
  }
  .team-list-desktop.team-list-v2 .team-item.selected .info, .team-list-desktop.team-list-v2 .team-item.selected span.location {
    opacity: 1;
    transition: 0.4s;
    transition-delay: 0.4s;
  }
  .team-list-desktop.team-list-v2 .team-item.selected .aux {
    transition: 0.4s;
    width: 200%;
    height: 200%;
  }
}

.steps-list .step-item {
  margin-bottom: 30px;
}
.steps-list .step-item h3 {
  text-transform: uppercase;
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 10px;
}
.steps-list .step-item p {
  margin-bottom: 0;
}
.steps-list .step-item:last-child {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .steps-list .step-item {
    margin-bottom: 55px;
  }
  .steps-list .step-item h3 {
    font-size: 54px;
    line-height: 66px;
  }
  .steps-list .step-item:last-child {
    margin-bottom: 26px;
  }
}
@media (min-width: 992px) {
  .steps-list .step-item {
    margin-bottom: 80px;
  }
  .steps-list .step-item h3 {
    font-size: 64px;
    line-height: 77px;
  }
  .steps-list .step-item:last-child {
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .steps-list .step-item {
    margin-bottom: 100px;
  }
  .steps-list .step-item h3 {
    font-size: 74px;
    line-height: 88px;
  }
  .steps-list .step-item:last-child {
    margin-bottom: 50px;
  }
}

.how-it-works-cta-detail {
  padding: 45px 0;
  background-color: #F6F6F6;
}
.how-it-works-cta-detail .info {
  max-width: 850px;
}
.how-it-works-cta-detail h2 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-bottom: 10px;
}
.how-it-works-cta-detail h3 {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.how-it-works-cta-detail p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .how-it-works-cta-detail {
    padding-top: 120px;
    padding-bottom: 100px;
  }
  .how-it-works-cta-detail h2 {
    margin-bottom: 10px;
  }
  .how-it-works-cta-detail h3 {
    font-size: 44px;
    line-height: 58px;
    margin-bottom: 15px;
  }
  .how-it-works-cta-detail p {
    margin-bottom: 0;
  }
}
.how-it-works-cta-detail ul.tabs {
  padding-top: 30px;
}
.how-it-works-cta-detail ul.tabs li {
  margin-bottom: 15px;
}
.how-it-works-cta-detail ul.tabs li:last-child {
  margin-bottom: 0;
}
.how-it-works-cta-detail ul.tabs li a, .how-it-works-cta-detail ul.tabs li a:visited {
  padding-left: 30px;
  padding-right: 30px;
}
.how-it-works-cta-detail ul.tabs li.selected a, .how-it-works-cta-detail ul.tabs li.selected a:visited {
  color: #F6F6F6;
  background-color: #4A4A4A;
  border-color: #4A4A4A;
}
@media (min-width: 992px) {
  .how-it-works-cta-detail ul.tabs {
    padding-top: 55px;
  }
  .how-it-works-cta-detail ul.tabs li {
    margin-bottom: 0;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
  }
}

.wishlist-form-list {
  display: none;
}
.wishlist-form-list h2 {
  font-weight: 300;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.wishlist-form-list ul {
  margin-bottom: 60px;
}
.wishlist-form-list ul li {
  position: relative;
  padding: 10px 0;
  padding-right: 40px;
  border-bottom: 1px solid #979797;
  position: relative;
}
.wishlist-form-list ul li a, .wishlist-form-list ul li a:visited {
  color: #4A4A4A;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  text-decoration: none;
}
.wishlist-form-list ul li a span.icon, .wishlist-form-list ul li a:visited span.icon {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -17px;
  display: block;
  width: 34px;
  height: 34px;
  background-color: #000;
  border-radius: 50%;
}
.wishlist-form-list ul li a span.icon:after, .wishlist-form-list ul li a:visited span.icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 23px;
  height: 20px;
  background: url("../img/svg/icon-wishlist-light.svg") center center no-repeat transparent;
  background-size: contain;
}
@media (min-width: 992px) {
  .wishlist-form-list h2 {
    letter-spacing: 7px;
    margin-bottom: 5px;
  }
  .wishlist-form-list ul {
    margin-bottom: 80px;
  }
  .wishlist-form-list ul li a, .wishlist-form-list ul li a:visited {
    font-size: 20px;
    line-height: 28px;
  }
}

.wishlist-page-wrapper {
  margin-top: -135px;
  padding-top: 135px;
  padding-bottom: 50px;
  background-color: #FFF9EF;
  position: relative;
}
@media (min-width: 992px) {
  .wishlist-page-wrapper {
    margin-top: -160px;
    padding-top: 195px;
  }
}
.wishlist-page-wrapper .intro-page {
  margin-bottom: 40px;
}
.wishlist-page-wrapper .intro-page h2 {
  letter-spacing: 0.5px;
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.wishlist-page-wrapper .intro-page p {
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.wishlist-page-wrapper a.scroll-down-2, .wishlist-page-wrapper a.scroll-down-2:visited {
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: 50%;
  margin-left: -17px;
  width: 34px;
  height: 34px;
  background: url("../img/svg/arrow-square-down-dark.svg") center center no-repeat transparent;
  background-size: contain;
}
@media (min-width: 992px) {
  .wishlist-page-wrapper {
    padding-bottom: 150px;
  }
  .wishlist-page-wrapper .intro-page {
    padding-left: 30px;
    margin-bottom: 85px;
  }
  .wishlist-page-wrapper .intro-page h2 {
    font-size: 74px;
    line-height: 88px;
  }
  .wishlist-page-wrapper .intro-page h2 span {
    display: inline-block;
    width: 103px;
    height: 103px;
    position: relative;
    background-color: #DDCAAF;
    border-radius: 50%;
    margin-bottom: 55px;
  }
  .wishlist-page-wrapper .intro-page h2 span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 58px;
    height: 50px;
    background: url("../img/svg/icon-wishlist-dark.svg") center center no-repeat transparent;
    background-size: auto auto;
  }
  .wishlist-page-wrapper a.scroll-down-2, .wishlist-page-wrapper a.scroll-down-2:visited {
    bottom: 85px;
    width: 56px;
    height: 56px;
    margin-left: -28px;
  }
}
@media (min-width: 1024px) {
  .wishlist-page-wrapper a.scroll-down-2, .wishlist-page-wrapper a.scroll-down-2:visited {
    transition: transform 0.8s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.37, 0, 0.63, 1);
  }
  .wishlist-page-wrapper a.scroll-down-2:hover, .wishlist-page-wrapper a.scroll-down-2:visited:hover {
    transform: translateY(10px);
  }
}

.list-items .item .image, .list-items .item .list-video-wrapper, .list-items .item .list-images-sequence {
  position: relative;
}
.list-items .item .image a.wishlist-link, .list-items .item .image a.wishlist-link:visited, .list-items .item .list-video-wrapper a.wishlist-link, .list-items .item .list-video-wrapper a.wishlist-link:visited, .list-items .item .list-images-sequence a.wishlist-link, .list-items .item .list-images-sequence a.wishlist-link:visited {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: block;
  width: 41px;
  height: 41px;
  background-color: #DDCAAF;
  border-radius: 50%;
}
.list-items .item .image a.wishlist-link:after, .list-items .item .image a.wishlist-link:visited:after, .list-items .item .list-video-wrapper a.wishlist-link:after, .list-items .item .list-video-wrapper a.wishlist-link:visited:after, .list-items .item .list-images-sequence a.wishlist-link:after, .list-items .item .list-images-sequence a.wishlist-link:visited:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 23px;
  height: 20px;
  background: url("../img/svg/icon-wishlist-dark.svg") center center no-repeat transparent;
  background-size: contain;
}
.list-items .item .image a.wishlist-link.is-selected, .list-items .item .image a.wishlist-link:visited.is-selected, .list-items .item .list-video-wrapper a.wishlist-link.is-selected, .list-items .item .list-video-wrapper a.wishlist-link:visited.is-selected, .list-items .item .list-images-sequence a.wishlist-link.is-selected, .list-items .item .list-images-sequence a.wishlist-link:visited.is-selected {
  background-color: #000;
}
.list-items .item .image a.wishlist-link.is-selected:after, .list-items .item .image a.wishlist-link:visited.is-selected:after, .list-items .item .list-video-wrapper a.wishlist-link.is-selected:after, .list-items .item .list-video-wrapper a.wishlist-link:visited.is-selected:after, .list-items .item .list-images-sequence a.wishlist-link.is-selected:after, .list-items .item .list-images-sequence a.wishlist-link:visited.is-selected:after {
  background: url("../img/svg/icon-wishlist-light.svg") center center no-repeat transparent;
  background-size: contain;
}
@media (min-width: 992px) {
  .list-items .item .image a.wishlist-link:hover, .list-items .item .image a.wishlist-link:visited:hover, .list-items .item .list-video-wrapper a.wishlist-link:hover, .list-items .item .list-video-wrapper a.wishlist-link:visited:hover, .list-items .item .list-images-sequence a.wishlist-link:hover, .list-items .item .list-images-sequence a.wishlist-link:visited:hover {
    background-color: #000;
  }
  .list-items .item .image a.wishlist-link:hover:after, .list-items .item .image a.wishlist-link:visited:hover:after, .list-items .item .list-video-wrapper a.wishlist-link:hover:after, .list-items .item .list-video-wrapper a.wishlist-link:visited:hover:after, .list-items .item .list-images-sequence a.wishlist-link:hover:after, .list-items .item .list-images-sequence a.wishlist-link:visited:hover:after {
    background: url("../img/svg/icon-wishlist-light.svg") center center no-repeat transparent;
    background-size: contain;
  }
}

.form-wrapper {
  display: none;
}
.form-wrapper.active {
  display: block;
}
.form-wrapper .form-group {
  padding-top: 45px;
}
.form-wrapper .form-group:first-child {
  padding-top: 0;
}
.form-wrapper .form-group.first-child {
  padding-top: 0;
}
.form-wrapper .form-title h4 {
  font-weight: 300;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.form-wrapper .form-field {
  margin-bottom: 20px;
  position: relative;
}
.form-wrapper .form-field:last-child {
  margin-bottom: 0;
}
.form-wrapper .form-field label {
  display: block;
  color: #E6E6E6;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.form-wrapper .form-field input {
  border: 0;
  border-bottom: 1px solid #4A4A4A;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  width: 100%;
  padding: 3px 0;
  font-size: 20px;
  line-height: 30px;
  color: #4A4A4A;
  font-weight: 400;
}
.form-wrapper .form-field input::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #E6E6E6;
  font-weight: 700;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
}
.form-wrapper .form-field input::-moz-placeholder {
  text-transform: uppercase;
  color: #E6E6E6;
  font-weight: 700;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
}
.form-wrapper .form-field input:-ms-input-placeholder {
  text-transform: uppercase;
  color: #E6E6E6;
  font-weight: 700;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
}
.form-wrapper .form-field input:-moz-placeholder {
  text-transform: uppercase;
  color: #E6E6E6;
  font-weight: 700;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
}
.form-wrapper .form-field textarea {
  border: 0;
  border-bottom: 1px solid #4A4A4A;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 200px;
  max-height: 200px;
  min-height: 200px;
  padding-bottom: 30px;
  font-size: 20px;
  line-height: 30px;
  color: #4A4A4A;
  font-weight: 400;
  letter-spacing: 2px;
}
.form-wrapper .form-field textarea::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #E6E6E6;
  font-weight: 700;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
}
.form-wrapper .form-field textarea::-moz-placeholder {
  text-transform: uppercase;
  color: #E6E6E6;
  font-weight: 700;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
}
.form-wrapper .form-field textarea:-ms-input-placeholder {
  text-transform: uppercase;
  color: #E6E6E6;
  font-weight: 700;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
}
.form-wrapper .form-field textarea:-moz-placeholder {
  text-transform: uppercase;
  color: #E6E6E6;
  font-weight: 700;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
}
.form-wrapper .form-field.is-date, .form-wrapper .form-field.is-number {
  margin-bottom: 5px;
}
.form-wrapper .form-field.is-date:last-child, .form-wrapper .form-field.is-number:last-child {
  margin-bottom: 0;
}
.form-wrapper .form-field.is-date label, .form-wrapper .form-field.is-number label {
  margin-bottom: 5px;
}
.form-wrapper .form-field.is-date input, .form-wrapper .form-field.is-number input {
  max-width: 280px;
  padding: 10px 0;
  border: 1px solid #9B9B9B;
  text-align: center;
}
.form-wrapper .form-field .tip {
  font-size: 7px;
  line-height: 9px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: absolute;
  bottom: 10px;
  left: 0;
}
@media (min-width: 768px) {
  .form-wrapper .form-field.is-date label, .form-wrapper .form-field.is-number label {
    display: inline-block;
    vertical-align: middle;
    width: 250px;
    margin-right: 50px;
    margin-bottom: 0;
  }
  .form-wrapper .form-field.is-date input, .form-wrapper .form-field.is-number input {
    display: inline-block;
    vertical-align: middle;
    width: 215px;
  }
}
@media (min-width: 992px) {
  .form-wrapper .form-group {
    padding-top: 90px;
  }
  .form-wrapper .form-group:first-child {
    padding-top: 0;
  }
  .form-wrapper .form-group.first-child {
    padding-top: 0;
  }
  .form-wrapper .form-title h4 {
    letter-spacing: 7px;
    margin-bottom: 15px;
  }
  .form-wrapper .form-field {
    /*margin-bottom: 5px;*/
  }
  .form-wrapper .form-field:last-child {
    margin-bottom: 0;
  }
  .form-wrapper .form-field label {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 3px;
  }
  .form-wrapper .form-field input {
    letter-spacing: 3px;
    padding: 3px 0;
    font-size: 30px;
    line-height: 40px;
  }
  .form-wrapper .form-field textarea {
    letter-spacing: 3px;
    height: 230px;
    max-height: 230px;
    min-height: 230px;
    font-size: 30px;
    line-height: 40px;
  }
  .form-wrapper .form-field .tip {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 1.5px;
    bottom: 5px;
  }
  .form-wrapper .form-field.is-date label, .form-wrapper .form-field.is-number label {
    width: 400px;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .form-wrapper .form-field.is-date input, .form-wrapper .form-field.is-number input {
    width: 215px;
    padding: 3px 0;
    font-size: 20px;
  }
}
.form-wrapper .wpcf7-not-valid {
  border-color: red !important;
}
.form-wrapper .wpcf7-not-valid-tip {
  display: none !important;
}
.form-wrapper .ajax-loader {
  display: none !important;
}
.form-wrapper .wpcf7-response-output {
  margin: -25px 0 50px 0;
  border: 0;
  padding: 10px;
  text-align: center;
}
.form-wrapper .wpcf7-response-output.wpcf7-validation-errors {
  background-color: lightcoral;
  color: white;
}
.form-wrapper .wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #4A4A4A;
  color: white;
}
@media (min-width: 992px) {
  .form-wrapper .wpcf7-response-output {
    margin: -50px 0 75px 0;
  }
}

.form-bottom {
  padding-top: 25px;
  margin-bottom: 50px;
}
.form-bottom p {
  max-width: 850px;
  font-size: 10px;
  line-height: 13px;
  margin-bottom: 25px;
}
.form-bottom .gdpr-acceptance {
  margin-bottom: 12px;
}
.form-bottom .gdpr-acceptance p {
  max-width: 100%;
  font-size: 11px;
  line-height: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  position: relative;
  padding-left: 55px;
}
.form-bottom .gdpr-acceptance p:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -17px;
  font-size: 20px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 2px solid #4A4A4A;
  margin-right: 10px;
}
.form-bottom .gdpr-acceptance.accepted p:before {
  content: "X";
}
.form-bottom .newsletter-acceptance {
  margin-bottom: 36px;
}
.form-bottom .newsletter-acceptance p {
  max-width: 100%;
  font-size: 11px;
  line-height: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  position: relative;
  padding-left: 55px;
}
.form-bottom .newsletter-acceptance p:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -17px;
  font-size: 20px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 2px solid #4A4A4A;
  margin-right: 10px;
}
.form-bottom .newsletter-acceptance.accepted p:before {
  content: "X";
}
.form-bottom input.btn-link {
  position: relative;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  border: 0;
  background-color: transparent;
}
.form-bottom input.btn-link:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  background: url("../img/svg/btn-arrow.svg") center center no-repeat transparent;
  background-size: auto auto;
  border: 2px solid #4A4A4A;
  margin-right: 18px;
}
@media (min-width: 992px) {
  .form-bottom {
    margin-bottom: 75px;
    position: relative;
  }
  .form-bottom p {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 20px;
  }
  .form-bottom .gdpr-acceptance {
    margin-bottom: 0;
  }
  .form-bottom .gdpr-acceptance p {
    font-size: 12px;
    line-height: 39px;
    letter-spacing: 2px;
    margin-bottom: 0;
  }
  .form-bottom .gdpr-acceptance:hover {
    cursor: pointer;
  }
  .form-bottom .newsletter-acceptance {
    margin-bottom: 20px;
  }
  .form-bottom .newsletter-acceptance p {
    font-size: 12px;
    line-height: 39px;
    letter-spacing: 2px;
    margin-bottom: 0;
  }
  .form-bottom .newsletter-acceptance:hover {
    cursor: pointer;
  }
  .form-bottom a.btn-link, .form-bottom a.btn-link:visited, .form-bottom input.btn-link {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .form-bottom a.btn-link.disabled:hover, .form-bottom a.btn-link:visited.disabled:hover, .form-bottom input.btn-link.disabled:hover {
    cursor: not-allowed;
  }
}

@media (min-width: 992px) {
  .search-list-items .list-items {
    padding-top: 50px;
  }
}

body.in-popup {
  overflow: hidden;
}

.popup-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: rgba(24, 25, 25, 0.7);
}
.popup-wrapper .popup-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  overflow: auto;
}
.popup-wrapper .popup-inner .popup-content {
  width: 100%;
  min-height: 100vh;
  background-color: #F6F6F6;
  padding: 40px 20px;
  text-align: center;
  position: relative;
}
.popup-wrapper .popup-inner .popup-content a.close-popup-content, .popup-wrapper .popup-inner .popup-content a.close-popup-content:visited {
  position: absolute;
  top: 20px;
  right: 20px;
  background: url("../img/svg/icon-close-dark.svg") center center no-repeat transparent !important;
  background-size: auto auto;
  width: 20px;
  height: 20px;
  line-height: 500px;
  overflow: hidden;
}
.popup-wrapper .popup-inner .popup-content h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.popup-wrapper .popup-inner .popup-content .share-links-wrapper {
  padding-top: 20px;
}
.popup-wrapper .popup-inner .popup-content .share-links-wrapper ul {
  font-size: 0;
  text-align: center;
}
.popup-wrapper .popup-inner .popup-content .share-links-wrapper ul li {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}
.popup-wrapper .popup-inner {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
  min-height: 0;
  height: auto;
  overflow: hidden;
}
.popup-wrapper .popup-inner .popup-content {
  min-height: 0;
  max-width: 280px;
  margin: 0 auto;
  padding-top: 20px;
}
.popup-wrapper .popup-inner .popup-content .share-links-wrapper ul li {
  font-size: 22px;
  padding: 0 12px;
}
@media (min-width: 992px) {
  .popup-wrapper .popup-inner .popup-content a.close-popup-content:hover:hover, .popup-wrapper .popup-inner .popup-content a.close-popup-content:visited:hover:hover {
    transform: rotate(180deg);
  }
  .popup-wrapper .popup-inner .popup-content .share-links-wrapper ul li a:hover, .popup-wrapper .popup-inner .popup-content .share-links-wrapper ul li a:visited:hover {
    color: #9B9B9B;
  }
}
.popup-wrapper-form {
  display: block !important;
  position: fixed;
  top: 0;
  right: -100%; /*right: 0;*/
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  -webkit-transition: 1s ease;
  /*transition-delay: 0.5s;*/
  width: 100%;
  height: 100vh;
  overflow: auto;
  z-index: 100;
  background-color: #000;
  color: #4A4A4A;
}
.popup-wrapper-form a, .popup-wrapper-form a:visited {
  color: #4A4A4A;
}
.popup-wrapper-form.opened {
  display: block !important;
  right: 0;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  -webkit-transition: 1s ease;
}
.popup-wrapper-form .popup-content {
  padding-top: 120px;
}
.popup-wrapper-form .outer-popup {
  position: relative;
}
.popup-wrapper-form .popup-top-wrapper {
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px 20px;
  padding-left: 15px;
}
.popup-wrapper-form .popup-top {
  max-width: 1180px;
  margin: 0 auto;
}
.popup-wrapper-form .popup-top .logo {
  z-index: 101;
  position: relative;
  width: 145px;
  height: 83px;
  background: url("../img/svg/logo-light.svg") center center no-repeat transparent;
  background-size: contain;
}
.popup-wrapper-form a.close-form-popup, .popup-wrapper-form a.close-form-popup:visited {
  position: absolute;
  z-index: 101;
  top: 40px;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url("../img/svg/icon-close.svg") center center no-repeat transparent !important;
  background-size: auto auto;
  line-height: 500px;
  overflow: hidden;
}
.popup-wrapper-form .popup-inner-wrapper {
  padding: 100px 0;
}
.popup-wrapper-form .popup-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
.popup-wrapper-form .form-popup-message {
  display: none;
}
.popup-wrapper-form .form-popup-message p {
  margin-bottom: 0;
  color: #F6F6F6;
  letter-spacing: 3px;
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
}
.popup-wrapper-form .form-popup-message p a, .popup-wrapper-form .form-popup-message p a:visited {
  color: #4A4A4A;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .popup-wrapper-form a.close-form-popup, .popup-wrapper-form a.close-form-popup:visited {
    top: 62px;
    right: 30px;
  }
  .popup-wrapper-form a.close-form-popup:hover, .popup-wrapper-form a.close-form-popup:visited:hover {
    transform: rotate(180deg);
  }
  .popup-wrapper-form .popup-top-wrapper {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .popup-wrapper-form .popup-top .logo {
    width: 215px;
    height: 123px;
    background-image: url("../img/svg/logo-light.svg");
  }
  .popup-wrapper-form .popup-content {
    height: 100vh;
    padding-top: 275px;
    position: relative;
    min-height: 640px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .popup-wrapper-form .popup-inner-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    padding: 0;
  }
  .popup-wrapper-form .form-popup-message p {
    font-size: 51px;
    line-height: 68px;
  }
}

.popup-wrapper-form .form-wrapper {
  display: block;
}
.popup-wrapper-form .form-wrapper .form-field input {
  background-color: transparent;
  color: #F6F6F6;
}

#newsletterPopupForm {
  /*
  .popup-content {
  	padding-top: 210px;
  }
  .popup-message {
  	h4 {
  		margin-bottom: 45px;
  	}
  }
  .form-wrapper-popup {
  	.form-field {
  		margin-bottom: 45px;
  		input {
  			text-align: center;
  			width: 100%; height: 30px; line-height: 30px; padding-bottom: 10px;
  			border: 0;
  			background-color: transparent;
  			border-bottom: 1px solid #FFF9EF;
  			font-size: 21px; line-height: 27px;
  			color: $theme-primary;
  			font-family: $font-primary; font-weight: 400;
  		}
  	}
  	.form-submit {
  		font-size: 40px; line-height: 47px;
  		text-transform: uppercase;
  		margin-bottom: 20px;
  		a,a:visited {
  			font-weight: 700;
  			text-decoration: none;
  			color: $theme-light;
  			font-family: $font-secondary;
  			&.is-disabled {
  				cursor: not-allowed;
  				color: $theme-secondary;
  			}
  		}
  	}
  	.newsletter-gdpr-wrapper {
  		margin-bottom: 25px;
  		p {
  			margin-bottom: 0;
  			font-size: 14px; line-height: 22px;
  			display: inline-block; vertical-align: middle;
  		}
  		a.gdpr-link,a.gdpr-link:visited {
  			margin-right: 10px;
  			display: inline-block; vertical-align: top;
  			width: 20px; height: 20px;
  			background-color: #D8D8D8;
  			border: 1px solid #979797;
  			&:before {display: none !important;}
  			&.selected {
  				position: relative;
  				&:after {
  					content: "";
  					position: absolute;
  					top: 4px; left: 4px;
  					background-color: $theme-dark;
  					width: 12px; height: 12px;
  				}
  			}
  		}
  	}
  }
  @media (min-width: $screen-md-min) {
  	.popup-message { h4 { margin-bottom: 50px; } }
  	.form-wrapper-popup {
  		position: relative;
  		max-width: 730px;
  		margin-bottom: 110px;
  		.form-field {
  			margin-bottom: 35px;
  			input {
  				text-align: left;
  			}
  		}
  		.form-submit {
  			position: absolute;
  			bottom: 0; right: 0;
  			font-size: 59px; line-height: 47px;
  			margin-bottom: 0;
  			a,a:visited {
  				display: inline-block;
  				&:hover { @include scale($p:1.1); }
  				&.is-disabled:hover { @include scale($p:1); }
  			}
  		}
  		.newsletter-gdpr-wrapper {
  			margin-bottom: 0;
  			p {
  				font-size: 16px;
  				a,a:visited {
  					position: relative;
  					text-decoration: none;
  					&:before {
  						@include transition();
  						content: "";
  						position: absolute;
  						bottom: -15px; left: 0;
  						width: 100%; height: 1px;
  						background-color: $theme-light;
  						@include transparent($op:0,$ieop:0);
  					}
  					&:hover {
  						&:before {
  							@include transition();
  							bottom: -5px;
  							@include transparent($op:1,$ieop:100);
  						}
  					}
  				}
  			}
  			a.gdpr-link,a.gdpr-link:visited {
  				&:before {display: none !important;}
  				&:hover {
  					position: relative;
  					&:after {
  						content: "";
  						position: absolute;
  						top: 4px; left: 4px;
  						background-color: $theme-dark;
  						width: 12px; height: 12px;
  					}
  				}
  			}
  		}
  	}
  }
  @media (min-width: $screen-xl-min) {
  	.popup-content { padding-top: 320px; }
  }
  */
}

.datepicker {
  z-index: 10000;
  position: absolute;
}

.datepicker {
  background-color: #fff;
  border: 1px solid #66AFE9;
  border-radius: 0 !important;
  box-shadow: 0 !important;
  display: none;
  padding: 0 !important;
  width: 280px;
  border: 0 !important;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 12px !important;
  margin-top: 0 !important;
}

.datepicker::before {
  display: none !important;
}

.datepicker::after {
  display: none !important;
}

.datepicker::before {
  left: auto !important;
  right: 29px;
}

.datepicker::after {
  left: auto !important;
  right: 30px;
}

.datepicker::before, .datepicker::after {
  border-bottom: 7px solid #EEE !important;
}

.datepicker a,
.datepicker a:hover {
  text-decoration: none;
}

.datepicker a:hover,
.datepicker td:hover a {
  color: #2A6496;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}

.datepicker .datepicker-header {
  margin-bottom: 4px;
  text-align: center;
  background-color: #EEE;
}

.datepicker .datepicker-title {
  font-weight: 700;
  background-color: #EEE;
}

.datepicker .datepicker-prev,
.datepicker .datepicker-next {
  cursor: default;
  font-family: "Glyphicons Halflings";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  height: 20px;
  line-height: 1;
  margin-top: 2px;
  width: 20px;
  color: #999;
}

.datepicker .datepicker-prev {
  float: left;
  text-align: left;
}

.datepicker .datepicker-next {
  float: right;
  text-align: right;
}

.datepicker .datepicker-prev:before {
  content: "\e079";
}

.datepicker .datepicker-next:before {
  content: "\e080";
}

.datepicker .ui-icon {
  display: none;
}

.datepicker .datepicker-calendar {
  table-layout: fixed;
  width: 100%;
}

.datepicker thead th {
  background-color: #EEE;
  border-radius: 0;
}

.datepicker thead th,
.datepicker td {
  text-align: center;
  padding: 4px 0;
  color: #4A4A4A;
  border-right: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
}

.datepicker td {
  border-radius: 0 !important;
  -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}

.datepicker td:hover:not(.datepicker-current-day) {
  background-color: #eee;
  cursor: pointer;
}

.datepicker .datepicker-calendar td a {
  text-decoration: none;
  color: #000;
}

.datepicker td.active {
  background-color: #E1E1E1;
}

.datepicker td.active:hover, .datepicker td.active:hover:hover,
.datepicker td.active:focus, .datepicker td.active:hover:focus,
.datepicker td.active:active, .datepicker td.active:hover:active,
.datepicker td.active.active, .datepicker td.active.active:hover,
.datepicker td.active.disabled, .datepicker td.active.disabled:hover,
.datepicker td.active[disabled], .datepicker td.active[disabled]:hover {
  background-color: #E1E1E1 !important;
  color: #4A4A4A !important;
  text-shadow: 0 !important;
  border: 0 !important;
  background-image: none !important;
}

.datepicker td.datepicker-current-day a {
  color: #fff;
}

.datepicker .datepicker-calendar .datepicker-unselectable:hover {
  background-color: #fff;
  cursor: default;
}

.datepicker-month {
  border: 0px;
  color: #4A4A4A;
}

.datepicker-year {
  border: 0px;
  color: #4A4A4A;
}

.datepicker p.datepicker-message {
  margin: 0;
  padding: 15px;
  font-size: 12px;
  color: #4A4A4A;
  line-height: 16px;
}
.datepicker p.datepicker-message strong {
  font-weight: normal;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
}

/* Large desktop */
/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
/* Landscape phones and down */

/*# sourceMappingURL=global.css.map */
