@charset "UTF-8";
/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
@keyframes mt {
  from {
    opacity: 0;
    margin-top: 300px;
  }
  to {
    opacity: 1;
    margin-top: 0px;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
    top: 60%;
  }
  100% {
    opacity: 1;
    top: 50%;
  }
}
@keyframes anim {
  0% {
    top: 180px;
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}
@keyframes anim1 {
  0% {
    bottom: -180px;
    opacity: 0;
  }
  100% {
    bottom: 5px;
    opacity: 1;
  }
}
@keyframes width {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 100%;
    opacity: 1;
  }
}
@keyframes zoom {
  0% {
    height: 120%;
    opacity: 0;
  }
  80% {
    height: 100%;
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 1;
  }
}
@keyframes width100 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes zoom100 {
  0% {
    height: 130%;
  }
  100% {
    height: 100%;
  }
}
@keyframes height {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
.clear:after, .clear:before {
  content: " ";
  display: table;
}

.clear {
  *zoom: 1;
}
.clear:after {
  clear: both;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

html {
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
  opacity: 1;
  text-transform: uppercase;
  font-size: 22px;
}

::placeholder {
  /* Most modern browsers support this now. */
  color: #000;
  text-transform: uppercase;
  font-size: 22px;
}

*:focus {
  outline: none;
}

* {
  -webkit-overflow-scrolling: touch;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

* {
  outline: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

body {
  position: relative;
  font: 18px "proximanova_light";
  line-height: 24px;
}

/* Make the body 100% of the browser viewport height */
html,
body {
  height: 100%;
  margin: 0;
  transition: all 0.3s ease;
}

body {
  padding-top: 288px;
}

body.bgc {
  background-color: #f7f6f3;
}

body.social-wall {
  background-color: #f2f2f2;
}

.ovfh {
  overflow: hidden;
}

h1 {
  font-size: 50px;
  font-family: "DidotLTStd-Roman";
  color: #8c7741;
  line-height: 54px;
}

h2 {
  font-size: 23px;
  font-family: "DidotLTStd-Roman";
}

h3 {
  font-size: 18px;
  font-family: "DidotLTStd-Roman";
  font-weight: bold;
}

a {
  color: #8c7741;
  transition: all 0.3s ease;
}
a:hover {
  color: #8c7741;
  text-decoration: none;
}

.form-control {
  border-radius: 0;
}

.arrow {
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-size: 23px auto;
  background-position: center left;
  padding-left: 30px;
}
.arrow:hover {
  text-decoration: none;
}

p {
  font-family: "proximanova_light";
}

.small {
  font-family: "proximanova_light";
}

p.ssmall {
  font-size: 16px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.hideslide {
  display: none !important;
}

.show {
  display: block !important;
}

li {
  list-style: none;
  position: relative;
}

.lightboxOverlay {
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}

.lb-data {
  color: #222222;
}
.lb-data .lb-number {
  color: #222222;
}

.modal-content {
  border-radius: 0px;
}

.modal-body {
  font-size: 15px;
  line-height: 20px;
}

.main-logo {
  width: 550px;
  position: absolute;
  left: 98px;
  top: 30px;
  z-index: 970;
  transition: all 0.3s ease;
}
.main-logo .logo {
  width: 140px;
  height: 140px;
}
.main-logo .header-title {
  left: 170px;
  top: 20px;
  position: absolute;
}
.main-logo .header-title h1 {
  font-family: "ProximaNova-Reg";
  color: #a8935c;
  font-size: 34px;
  line-height: initial;
}
.main-logo .header-title span {
  display: block;
  font-family: "proximanova_light";
  font-size: 17px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1600px) {
  .main-logo .logo {
    width: 110px;
    height: 110px;
  }
  .main-logo .header-title {
    left: 140px;
    top: 10px;
    position: absolute;
  }
  .main-logo .header-title h1 {
    font-size: 30px;
  }
  .main-logo .header-title span {
    font-size: 14px;
  }
}
@media screen and (max-width: 1300px) {
  .main-logo {
    left: 50px;
  }
}
@media screen and (max-width: 900px) {
  .main-logo {
    width: 115px;
  }
  .main-logo .header-title {
    display: none;
  }
}

/* =Header */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 160px;
  z-index: 500;
  padding-top: 18px;
  transition: all 0.2s ease;
}
header.inner {
  background: rgb(255, 255, 255);
  background: -webkit-gradient(left top, right top, color-stop(20%, rgb(255, 255, 255)), color-stop(47%, rgb(246, 246, 246)), color-stop(100%, rgb(217, 216, 213)));
  background: linear-gradient(to right, rgb(255, 255, 255) 20%, rgb(246, 246, 246) 47%, rgb(217, 216, 213) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#d9d8d5", GradientType=1);
}
header.home:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
header.clean {
  background: none;
}
header.clean::before {
  display: none;
}
header.pro-wall .header-title h1 .st {
  color: #051848;
  font-size: 36px;
  font-family: "proxima_nova_blblack";
  display: inline;
}
header.social-wall .header-title h1 .st {
  color: #978861;
  font-size: 36px;
  font-family: "proxima_nova_blblack";
  display: inline;
}

.home-page {
  padding-top: 0px;
}
.home-page:before {
  display: none;
}
.home-page .right-navbar {
  display: none;
}

.no-header {
  padding-top: 100px;
}
.no-header .main-menu {
  top: 18px;
}
.no-header #profile,
.no-header header {
  display: none;
}

.page-main-image {
  max-width: 1440px;
  width: 100%;
  height: 805px;
  overflow: hidden;
  position: relative;
}
.page-main-image img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.page-main-image .images-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(to top, rgb(0, 0, 0) 10%, transparent 100%);
  opacity: 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1600px) {
  .page-main-image {
    max-width: 1200px;
    height: 670px;
  }
}
@media screen and (max-width: 767px) {
  .page-main-image {
    height: 520px;
  }
}

.values-header .left-panel p {
  text-align: left;
}

footer {
  margin-top: 50px;
  padding: 100px 0 50px 0;
  color: #fff;
  font-size: 14px;
  background: rgb(144, 136, 109);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(144, 136, 109)), color-stop(47%, rgb(167, 159, 137)), color-stop(100%, rgb(200, 194, 182)));
  background: linear-gradient(to bottom, rgb(144, 136, 109) 0%, rgb(167, 159, 137) 47%, rgb(200, 194, 182) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#90886d", endColorstr="#c8c2b6", GradientType=0);
}
footer h2 {
  font-family: "proximanova_light";
  line-height: 25px;
  position: relative;
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
footer h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 108%;
  height: 1px;
  background-color: #fff;
}
footer h3 {
  font-family: "proximanova_light";
  text-transform: uppercase;
  line-height: 25px;
  font-size: 15px;
  font-weight: normal;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
  opacity: 0.6;
  text-decoration: none;
}
footer .row {
  margin-bottom: 40px;
}
footer ul {
  list-style-type: none;
  padding: 0;
}
footer ul li:before {
  display: none !important;
}
footer .btn-world {
  display: none;
}
footer .container-world.showme {
  display: flex;
}
@media screen and (max-width: 1000px) {
  footer {
    padding-top: 50px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  footer .container-world {
    display: none;
  }
  footer .btn-world {
    display: flex;
  }
}

.panzoom {
  /*cursor: all-scroll;*/
  display: block;
  width: 100%;
  height: 700px;
  margin-top: 80px;
}
.panzoom svg {
  display: block;
  width: 100%;
  height: 100%;
}
.panzoom .land {
  /*cursor: pointer;*/
  fill: #dbdbdb;
  fill-opacity: 1;
  stroke: white;
  stroke-opacity: 1;
  stroke-width: 0.5;
}
.panzoom .land-sel {
  /*cursor: pointer;*/
  fill: #847359;
  fill-opacity: 1;
  stroke: white;
  stroke-opacity: 1;
  stroke-width: 0.5;
}
.panzoom .land-sel:hover {
  opacity: 0.8; /*1; /* 0.8;*/
  fill: #9c8b5f;
}
@media screen and (max-width: 1000px) {
  .panzoom {
    display: none;
  }
}

.map-image {
  margin-top: 80px;
  display: none;
}
@media screen and (max-width: 1000px) {
  .map-image {
    display: block;
  }
}

.mosaique-wrapper {
  max-width: 1550px;
}
.mosaique-wrapper .gallery-loader {
  width: 100%;
  position: relative;
  text-align: center;
}
.mosaique-wrapper .gallery-loader .gloader {
  display: none;
}
.mosaique-wrapper .gallery-loader.ajax-load .gloader {
  display: block;
}
.mosaique-wrapper .mosaique-container {
  margin: 0 auto;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
}
.mosaique-wrapper .mosaique-container .item {
  margin-bottom: 20px;
}
.mosaique-wrapper .mosaique-container .item .business-details {
  padding: 15px;
  background-color: #eeeeee;
}
.mosaique-wrapper .mosaique-container .item .business-details h3 {
  font-family: "proximanova_light";
  color: #a28840;
  font-size: 16px;
  text-transform: uppercase;
  margin: 10px 0px;
}
.mosaique-wrapper .mosaique-container .item .business-details p.location {
  font-family: "proximanova_light";
  color: #050000;
  font-size: 14px;
  margin-bottom: 0px;
}
.mosaique-wrapper .mosaique-container .item .business-details .type {
  font-family: "proximanova_light";
  color: #050000;
  font-size: 14px;
}
.mosaique-wrapper .mosaique-container .item .business-details .more {
  margim-top: 20px;
  font-family: "proximanova_light";
  color: #a28840;
  font-size: 12px;
}
@media screen and (max-width: 1600px) {
  .mosaique-wrapper {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 600px) {
  .mosaique-wrapper {
    width: 100%;
  }
}

#member_form {
  margin-top: 150px;
}
#member_form .block {
  margin-bottom: 40px;
}
#member_form .block .title {
  font-size: 21px;
  font-family: "DidotLTStd-Roman";
  margin-bottom: 15px;
}
#member_form .block .country-list {
  padding: 0;
}
#member_form .block .country-list .dropdown-toggle {
  border-radius: 0px;
  border: 1px solid #ced4da;
}
#member_form .block ul {
  padding-inline-start: 0px;
}
#member_form .block ul li {
  margin-bottom: 10px;
}
#member_form .block .action-line {
  margin-top: 30px;
  padding-top: 40px;
  border-top: 1px solid #a8935c;
}

.has-error {
  color: #dc3545;
}
.has-error .form-control {
  border: 1px solid #dc3545;
}
.has-error .invalid-feedback {
  display: block;
}

.ribbon-container .ribbon-title {
  margin-left: 64px;
  color: #050000;
  font-family: "DidotLTStd-Roman";
  font-size: 26px;
  margin-bottom: 20px;
}
.ribbon-container .block-ribbons {
  margin-bottom: 50px;
  width: 33%;
  float: left;
  margin-right: 2px;
}
.ribbon-container .block-ribbons .images {
  background-color: #ececee;
  text-align: center;
}
.ribbon-container .block-ribbons .images img {
  margin: 0 auto;
}
.ribbon-container .block-ribbons .details {
  margin-top: 50px;
  padding: 0px 20px;
  margin-bottom: 30px;
}
.ribbon-container .block-ribbons .details h2.title {
  font-size: 18px;
  padding: 0px;
  margin-bottom: 15px;
}
.ribbon-container .block-ribbons .details .text {
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .ribbon-container .ribbon-title {
    margin-left: 0px;
  }
  .ribbon-container .block-ribbons {
    width: 100%;
    margin-right: 0px;
  }
}

@media screen and (max-width: 1000px) {
  .container {
    max-width: 100%;
  }
}
.pro-wall-business .locate-us {
  margin-left: 150px;
}
.pro-wall-business .locate-us .title {
  color: #a28840;
  border: 1px solid #a28840;
  padding: 10px 15px;
  text-transform: uppercase;
  border-radius: 15px;
  display: table;
  font-size: 14px;
  margin-bottom: 50px;
}
.pro-wall-business .locate-us a {
  color: #040000;
  font-size: 14px;
  font-family: "proxima_nova_rgbold";
  display: block;
  max-width: 140px;
  margin-bottom: 70px;
  position: relative;
  transition: all 0.3s ease;
}
.pro-wall-business .locate-us a:hover {
  opacity: 0.7;
}
.pro-wall-business .locate-us a:before {
  content: "→";
  position: absolute;
  top: 0;
  left: -20px;
  font-size: 16px;
}
.pro-wall-business .business-header {
  background: rgb(243, 243, 243);
  background: linear-gradient(90deg, rgb(243, 243, 243) 10%, rgba(255, 255, 255, 0) 50%);
  background-size: 100% 90%;
  background-repeat: no-repeat;
}
.pro-wall-business .business-header .inner {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.pro-wall-business .business-header .top-title {
  color: #051848;
  font-size: 14px;
  font-family: "proximanova_light";
  transform: translate(0px, -20px);
  padding-left: 40px;
  position: relative;
}
.pro-wall-business .business-header .top-title strong {
  font-family: "proxima_nova_rgbold";
}
.pro-wall-business .business-header .top-title .type-pin {
  background: transparent url(../images/pin.png) 0 0 no-repeat;
  width: 34px;
  height: 51px;
  position: absolute;
  top: -7px;
  left: -3px;
}
.pro-wall-business .business-header .top-title .type-pin span {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background-color: #c3c3c3;
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.pro-wall-business .business-header .top-title .type-pin span.red {
  background-color: #fd6451;
}
.pro-wall-business .business-header h1 {
  color: #051848;
  font-size: 15px;
  font-family: "proximanova_light";
  margin-left: 40px;
  line-height: 25px;
  margin-top: -5px;
}
.pro-wall-business .business-details {
  font-size: 15px;
}
.pro-wall-business .business-details h2 {
  color: #000;
  font-size: 25px;
  font-family: "proxima_nova_rgbold" !important;
}
.pro-wall-business .business-details h4 {
  color: #000;
  font-size: 18px;
  font-family: "proxima_nova_rgbold" !important;
}
.pro-wall-business .business-details .establishment {
  margin-bottom: 70px;
}
.pro-wall-business .business-details .establishment .business-name {
  margin-bottom: 20px;
  color: #a28840;
  text-transform: uppercase;
  font-size: 15px;
}
.pro-wall-business .business-details .establishment .info {
  max-width: 560px;
}
.pro-wall-business .business-details .establishment .info .title {
  font-family: "proxima_nova_rgbold";
}
.pro-wall-business .business-details .more-info {
  margin-top: 70px;
  margin-bottom: 100px;
}
.pro-wall-business .business-details .more-info p {
  max-width: 500px;
}
.pro-wall-business .maps {
  width: 100%;
  max-width: 1100px;
  height: 600px;
  margin: 0 auto;
}

.cookie-container {
  position: fixed;
  width: 100%;
  padding: 15px;
  bottom: 0;
  left: 0;
  z-index: 990;
  background-color: #fff;
  color: #000;
  border-top: 1px solid #cbcbcb;
}
.cookie-container .cookie-data {
  font-size: 15px;
}
.cookie-container .cookie-data .accept {
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 13px;
  color: #000;
  transform: translate(0%, -50%);
}
.cookie-container .cookie-data .text {
  width: 100%;
  text-align: center;
}
.cookie-container .cookie-data .text a {
  color: #cbcbcb;
  margin-left: 15px;
  text-decoration: underline;
}
@media screen and (max-width: 1400px) {
  .cookie-container .cookie-data {
    font-size: 12px;
  }
  .cookie-container .cookie-data .accept {
    font-size: 11px;
  }
  .cookie-container .cookie-data .text {
    text-align: left;
  }
}
@media screen and (max-width: 960px) {
  .cookie-container {
    height: auto;
    line-height: 18px;
  }
  .cookie-container .cookie-data .text {
    width: 80%;
  }
}

.library-container .form-control {
  font-size: 12px;
}
.library-container .form-control::-moz-placeholder {
  font-size: 12px;
}
.library-container .form-control::placeholder {
  font-size: 12px;
}

.main-menu {
  position: absolute;
  overflow: hidden;
  top: 200px;
  right: 0;
  width: calc(100% - 500px);
  z-index: 100;
  min-height: 140px;
  background-color: #fff;
}
.main-menu .root-page {
  height: 90px;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.main-menu .root-page h1 {
  font-family: "DidotLTStd-Roman";
  font-size: 70px;
  line-height: 45px;
  color: #000;
  bottom: 0;
  left: 60px;
  padding: 0;
  margin: 0;
  position: absolute;
}
.main-menu .gallery-page {
  height: 90px;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.main-menu .gallery-page h1 {
  font-family: "DidotLTStd-Roman";
  font-size: 50px;
  line-height: 34px;
  color: #000;
  bottom: 0;
  left: 60px;
  padding: 0;
  margin: 0;
  position: absolute;
}
.main-menu .gallery-resume {
  min-height: 50px;
  width: 100%;
  padding-left: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  font-family: "DidotLTStd-Roman";
  font-size: 20px;
  line-height: 24px;
  color: #000;
}
.main-menu .gallery-resume p {
  margin-bottom: 5px;
}
.main-menu .second-title {
  position: relative;
  height: 50px;
  line-height: 50px;
  padding-left: 60px;
}
.main-menu .second-title h2 {
  font-family: "proximanova_light";
  font-size: 19px;
  text-transform: uppercase;
  color: #000;
  padding: 0;
  margin: 0;
  line-height: 56px;
}
.main-menu .second-title h2 span {
  position: relative;
  display: inline-block;
}
.main-menu .sub-menu {
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
  height: 52px;
}
.main-menu .sub-menu::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
}
.main-menu .sub-menu:last-child::before {
  display: none;
}
.main-menu .sub-menu a {
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
.main-menu .sub-menu a:hover {
  color: #222222;
}
.main-menu .sub-menu .slick-track .slick-slide {
  display: inline-block;
  margin: 0px 60px 0px 0;
  line-height: 52px;
  text-transform: uppercase;
  position: relative;
  font-size: 13px;
  text-align: left;
}
.main-menu .sub-menu .slick-track .slick-slide:hover {
  color: red;
  text-decoration: none;
}
.main-menu .sub-menu .slick-track .slick-slide::before {
  content: "";
  position: absolute;
  display: block;
  right: -30px;
  top: 50%;
  transform: translate(0%, -50%);
  width: 1px;
  height: 10px;
  background-color: #71706d;
}
.main-menu .sub-menu .slick-track .slick-slide:last-child::before {
  display: none;
}
.main-menu .sub-menu .slick-prev {
  left: 10px;
}
.main-menu .sub-menu .slick-next {
  right: 20px;
}
.main-menu .sub-menu .slick-prev:before,
.main-menu .sub-menu .slick-next:before {
  color: #000;
  font-family: "proximanova_light";
}
.main-menu .sub-menu .slick-disabled {
  display: none !important;
}
.main-menu a.selected {
  color: #ff3b40;
  text-decoration: none;
}
.main-menu a.selected:hover {
  color: #ff3b40;
  opacity: 1;
}
.main-menu.hidea {
  opacity: 0;
  transform: translate(0%, 50%);
  visibility: hidden;
}
.main-menu.fixed {
  position: fixed !important;
  top: 0px !important;
  z-index: 900;
  min-height: 100px;
  transition: all 0.3s ease;
}
.main-menu.fixed .gallery-page,
.main-menu.fixed .root-page {
  height: 60px;
}
.main-menu.fixed .gallery-page h1,
.main-menu.fixed .root-page h1 {
  font-size: 36px;
  line-height: 23px;
}
.main-menu.fixed .second-title h2 {
  font-size: 16px;
  line-height: 55px;
}
.main-menu.ahide {
  transform: translate(0%, -100%);
  transition: all 0s ease;
}
@media screen and (max-width: 1600px) {
  .main-menu {
    width: calc(100% - 360px);
  }
  .main-menu .root-page h1 {
    font-size: 64px;
    line-height: 42px;
  }
  .main-menu .root-page .second-title h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1440px) {
  .main-menu {
    width: calc(100% - 400px);
  }
}
@media screen and (max-width: 1300px) {
  .main-menu {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 1000px) {
  .main-menu {
    top: 183px;
    width: 100%;
  }
  .main-menu .root-page h1, .main-menu.fixed .root-page h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .main-menu.fixed .root-page h1 {
    font-size: 30px;
  }
}

.el-container {
  position: absolute;
  top: 27px;
  right: 20px;
  z-index: 120;
  width: calc(100vw - 575px);
  min-height: 300px;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.3s ease;
}
.el-container .item {
  font-size: 16px;
  opacity: 0;
  margin: 0px;
  transform: translate(0%, -100%);
  transition: all 0.2s ease;
}
.el-container .item .text-wrapper {
  float: left;
  width: calc(100% - 450px);
}
.el-container .item .c1 {
  padding-right: 30px;
  position: relative;
  width: 50%;
  float: left;
}
.el-container .item .c1:before {
  content: "";
  position: absolute;
  right: 50px;
  top: 50%;
  width: 1px;
  height: 55px;
  background-color: #000;
  transform: translate(0%, -50%);
}
.el-container .item .c1 .title {
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 28px;
  max-width: 80%;
}
.el-container .item .c1 a {
  font-size: 12px;
  color: #e6184e;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.el-container .item .c2 {
  padding-right: 60px;
  padding-left: 20px;
  width: 50%;
  float: left;
}
.el-container .item .c3 {
  height: 300px;
  width: 450px;
  float: left;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 1700px) {
  .el-container .item .text-wrapper {
    width: calc(100% - 420px);
  }
  .el-container .item .c1 {
    width: 40%;
  }
  .el-container .item .c2 {
    width: 60%;
  }
  .el-container .item .c3 {
    width: 420px;
  }
}
@media screen and (max-width: 1440px) {
  .el-container {
    width: calc(100vw - 425px);
  }
  .el-container .item .text-wrapper {
    width: calc(100% - 450px);
  }
  .el-container .item .c1,
  .el-container .item .c2 {
    width: 100%;
    padding: 0;
    margin: 0;
    padding-right: 130px;
  }
  .el-container .item .c1 {
    margin-bottom: 10px;
  }
  .el-container .item .c1:before {
    display: none;
  }
  .el-container .item .c3 {
    width: 450px;
  }
}

.right-navbar {
  position: absolute;
  top: 140px;
  right: 90px;
}
.right-navbar .fmenu {
  float: left;
}
.right-navbar .fmenu a {
  text-transform: uppercase;
  font-size: 13px;
  margin: 0 10px;
  padding: 10px;
  transition: all 0.3s ease;
}
.right-navbar .fmenu a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.right-navbar .fmenu:hover .el-container {
  visibility: visible;
}
.right-navbar .fmenu:hover .el-container .item {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: all 0.3s ease 0.3s;
}
@media screen and (max-width: 1300px) {
  .right-navbar {
    right: 0px;
  }
}
@media screen and (max-width: 1000px) {
  .right-navbar {
    display: none;
  }
}

#profile {
  position: absolute;
  top: 40px;
  right: 50px;
  z-index: 940;
  font-size: 13px;
  text-transform: uppercase;
  color: #8c7741;
}
#profile ul {
  padding: 0;
  margin: 0;
}
#profile ul li {
  display: inline-block;
}
#profile ul li + li {
  margin-left: 50px;
}
#profile ul li a {
  letter-spacing: 0.5px;
}
#profile ul li a:hover {
  color: #fff;
}
#profile #menu-button {
  font-size: 13px;
  font-family: "proxima_nova_rgbold";
  letter-spacing: 0.5px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
#profile #menu-button:hover {
  color: #fff;
}
#profile #menu-button:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #8c7741;
}
#profile #menu-button:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #8c7741;
}
@media screen and (max-width: 1000px) {
  #profile .ni {
    top: -40px; /* display: none; */
  }
  #profile .mob-lpad {
    padding-left: 130px;
  }
  #profile .mob-none {
    display: none;
  }
  #profile .mob-lm0 {
    margin-left: 0px;
  }
}

header.inner #profile a:hover {
  color: #000;
}

header.inner #profile #menu-button:hover {
  color: #000;
}

#international-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 950;
  background-color: #FDFDFD;
  display: none;
}
#international-menu .button {
  position: absolute;
  top: 40px;
  right: 50px;
}
#international-menu .button .btn-close {
  font-size: 12px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #8c7741;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
#international-menu .button .btn-close:hover {
  color: #000;
}
#international-menu .button .btn-close:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #8c7741;
}
#international-menu .button .btn-close:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #8c7741;
}
#international-menu .button:hover .btn-close {
  transform: rotate(0deg);
}
#international-menu .button:hover .btn-close:before {
  transform: rotate(0deg);
}
#international-menu .container-menu {
  position: relative;
  margin: 0 auto;
  margin-top: 220px;
  max-width: 1024px;
  max-height: 400px;
  overflow: hidden;
  transition: all 0.3s ease;
}
#international-menu .container-menu .category .item {
  margin-bottom: 40px;
}
#international-menu .container-menu .category .item a {
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #8c7741;
  font-family: "proximanova_light";
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 11px;
  width: 100%;
  position: relative;
}
#international-menu .container-menu .category .item a.level-0 {
  font-family: "proxima_nova_rgbold";
  position: relative;
  font-size: 15px;
}
#international-menu .container-menu .category .item a.level-0::after {
  content: "";
  height: 1px;
  background-color: #8c7741;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 90px;
}
#international-menu .container-menu .category .item a.level-2 {
  margin-left: 30px;
}
#international-menu .container-menu .category .item a:hover {
  color: #000;
}
#international-menu .container-menu .category .item a.active::after {
  content: "";
  height: 1px;
  background-color: #8c7741;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
}
#international-menu .footer-menu {
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  max-width: 1024px;
  transition: all 0.3s ease;
}
#international-menu .footer-menu .header-menu {
  width: 100%;
  border-bottom: 1px solid #a8935c;
  padding-left: 15px;
  color: #a8935c;
  font-size: 13px;
  font-family: "proximanova_light";
  font-style: italic;
}
#international-menu .footer-menu .fmenu {
  margin-top: 20px;
  padding-left: 15px;
  letter-spacing: 0.5px;
}
#international-menu .footer-menu .fmenu ul {
  padding: 0;
}
#international-menu .footer-menu .fmenu li {
  display: inline-block;
}
#international-menu .footer-menu .fmenu li a {
  letter-spacing: 0.5px;
  color: #a8935c;
  font-family: "proxima_nova_rgbold";
  font-size: 15px;
  text-transform: uppercase;
}
#international-menu .footer-menu .fmenu li + li {
  margin-left: 50px;
}
#international-menu .footer-menu .social {
  padding: 0;
}
#international-menu .footer-menu .social li {
  display: inline-block;
}
#international-menu .footer-menu .social li a {
  display: block;
  background-color: #a8935c;
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: relative;
}
#international-menu .footer-menu .social li a i {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
#international-menu .footer-menu .social li + li {
  margin-left: 25px;
}
#international-menu.hd-menu .container-menu {
  transform: translate(0%, -30%);
  opacity: 0;
}
#international-menu.hd-menu .footer-menu {
  transform: translate(0%, 30%);
  opacity: 0;
}
@media screen and (max-width: 1100px) {
  #international-menu .container-menu,
  #international-menu .footer-menu {
    width: 90%;
  }
}
@media screen and (max-height: 800px) {
  #international-menu .container-menu {
    max-height: 300px;
    margin-top: 180px;
  }
}

.subpages-menu {
  position: absolute;
  right: 40px;
  top: 0px;
  background-color: #fff;
  width: 238px;
  z-index: 100;
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
}
.subpages-menu .header {
  height: 40px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.subpages-menu .header .line {
  width: 38px;
  height: 1px;
  background-color: #a5abb4;
  position: absolute;
  top: 10px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.subpages-menu .header .line:before, .subpages-menu .header .line:after {
  content: "";
  width: 38px;
  height: 1px;
  background-color: #a5abb4;
  position: absolute;
  left: 0;
}
.subpages-menu .header .line:after {
  top: 5px;
}
.subpages-menu .header .line:before {
  top: -5px;
}
.subpages-menu .menu {
  padding: 25px;
}
.subpages-menu .menu a {
  font-family: "proximanova_light";
  font-size: 13px;
  letter-spacing: 0.3px;
  color: #97865b;
  display: block;
  padding: 0px 15px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}
.subpages-menu .menu a:hover {
  border-bottom: 1px solid #c8ccd1;
  color: #000;
}
.subpages-menu .menu a.active {
  color: #000;
}
.subpages-menu .menu .subpages {
  margin-left: 30px;
}
.subpages-menu .menu .subpages a {
  font-size: 10px;
}
.subpages-menu.small {
  width: 200px;
}
.subpages-menu.small .header {
  height: 30px;
}
.subpages-menu.small .menu {
  padding: 15px;
}
.subpages-menu.small .menu a {
  font-size: 10px;
  padding: 0px 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.mCSB_close {
  display: none;
  position: absolute;
  top: -10px;
  right: 30px;
}

@media screen and (max-width: 400px) {
  .subpages-menu .menu {
    width: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .subpages-menu {
    top: 100px !important;
    right: 0 !important;
    z-index: 900;
    position: fixed;
    width: auto !important;
  }
  .subpages-menu .menu {
    height: 250px;
    overflow: scroll;
    display: none;
  }
  .subpages-menu .header {
    width: 40px;
  }
  .subpages-menu .header .line {
    width: 20px;
  }
  .subpages-menu .header .line:before {
    width: 20px;
  }
  .subpages-menu .header .line:after {
    width: 20px;
  }
}
.loading {
  overflow: hidden !important;
}

.loader {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 4000;
  top: 0;
  left: 0;
  overflow: hidden !important;
  background-color: transparent;
  transition: all 0.5s ease-out;
}
.loader .layer-1 {
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.loader .layer-1 .text {
  font-family: "ProximaNova-Reg";
  color: #a8935c;
  font-size: 34px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  overflow: hidden;
  width: 350px;
}
.loader .layer-1 .text h1 {
  font-family: "ProximaNova-Reg";
  color: #a8935c;
  font-size: 34px;
  line-height: 40px;
  line-height: initial;
}
.loader .layer-1 .text span {
  display: block;
  font-family: "proximanova_light";
  font-size: 17px;
  margin: 0;
  padding: 0;
}
.loader .layer-1 .text .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all 1.5s ease-out;
}
.loader .layer-1 .text.animate .mask {
  transform: translate(100%, 0%);
}
.loader .layer-1 #chain-logo {
  width: 200px;
  stroke: currentColor;
  color: #97865b;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  transition: all 0.5s ease;
}
.loader .layer-1 svg * {
  stroke: currentColor;
  transition: all 0.5s ease;
}
.loader .layer-1.fillme svg * {
  fill-opacity: 1;
  fill: currentColor;
  stroke: none;
}
.loader .layer-1.closeme {
  transform: translate(-50%, -50%);
  opacity: 0;
}
.loader .layer-1.closeme svg * {
  fill: #97865b;
  fill-opacity: 1;
  stroke: currentColor;
}
@media screen and (max-width: 1000px) {
  .loader .layer-1 .text {
    width: 300px;
  }
  .loader .layer-1 .text h1 {
    font-size: 30px;
  }
  .loader .layer-1 .text h1 span {
    font-size: 16px;
  }
}
.loader .layer-2 {
  background-color: #a8935c;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
}
.loader.remove .layer-1 {
  transform: translate(-100%, 0);
}
.loader.remove .layer-2 {
  transform: translate(-100%, 0);
}

.slider {
  margin: 70px auto 50px auto;
  max-width: 1320px;
  width: 100%;
}
.slider .item .moreg .img {
  width: 100%;
  height: 432px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slider .item .moreg .slider-text {
  padding: 30px;
  position: relative;
  float: right;
  z-index: 100;
  margin-right: 150px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 3px 5px #d1d1d1;
  transform: translate(0px, -100px);
  transition: all 0.3s ease;
}
.slider .item .moreg .slider-text .title {
  color: #020202;
  font-family: "DidotLTStd-Roman";
  font-size: 46px;
  display: block;
  margin-bottom: 20px;
}
.slider .item .moreg .slider-text .text {
  color: #8c7741;
  font-size: 16px;
  display: block;
  margin-left: 20px;
}
.slider .item .moreg .slider-text .more {
  color: #ff3b40;
  font-size: 12px;
  margin-left: 20px;
  text-transform: uppercase;
}
.slider .item .moreg .slider-text .more:hover {
  color: #020202;
}
@media screen and (max-width: 1000px) {
  .slider .item .moreg .slider-text {
    width: 90%;
    max-width: 650px;
    margin: 0 auto;
    float: none;
  }
  .slider .item .moreg .slider-text .title {
    font-size: 36px;
    line-height: 38px;
  }
}
.slider .item .moreg:hover {
  opacity: 1;
}
.slider .item .moreg:hover .slider-text {
  background-color: #fff;
  transform: translate(0px, -90px);
}
@media screen and (max-width: 1440px) {
  .slider {
    width: 90%;
    margin-top: 50px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1000px) {
  .slider {
    margin-bottom: -120px;
  }
}
@media screen and (max-width: 768px) {
  .slider .img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 300px;
    display: flex;
    -o-object-position: center center;
       object-position: center center;
  }
}

.main-slider-home {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 1200px;
  overflow: hidden;
  background-color: #000;
}
.main-slider-home .item {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main-slider-home .item .video-mask {
  width: 100% !important;
  height: 100%;
  position: absolute;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.4);
}
.main-slider-home .item .video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.main-slider-home .item .video .main-video {
  z-index: 1000;
  position: relative;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.main-slider-home .item .text-container {
  position: absolute;
  z-index: 2000;
  top: 55%;
  left: 19%;
  color: #fff;
  transition: all 0.3s ease;
}
.main-slider-home .item .text-container.mhide {
  opacity: 0;
  transform: translate(0%, 50%);
}
.main-slider-home .item .text-container a {
  color: #fff;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease;
}
.main-slider-home .item .text-container a:hover {
  opacity: 0.4 !important;
}
.main-slider-home .item .text-container h1 {
  color: #fff;
  font-size: 50px;
  line-height: 55px;
  font-family: "DidotLTStd-Roman";
  margin: 0px;
  margin-bottom: 5px;
}
.main-slider-home .item .text-container h2 {
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  font-family: "DidotLTStd-Roman";
  margin: 0px;
  margin-bottom: 15px;
}
.main-slider-home .item .text-container h3 {
  font-family: "ProximaNova-Reg";
  color: #c1242b;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 11px;
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  .main-slider-home .item .text-container {
    left: 50px;
  }
}
@media screen and (max-width: 600px) {
  .main-slider-home .item .text-container {
    left: 30px;
    top: 50%;
  }
}

.btn {
  font-family: "proximanova_light";
  color: #8c7741;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 12px;
  border-radius: 40px;
  border: 1px solid #8c7741;
  padding: 6px 20px;
  display: inline-block;
  width: auto;
  transition: all 0.3s ease;
  cursor: pointer;
}

.page-link {
  color: #a8935c;
}

.btn-outline-light:hover {
  color: #fff !important;
  background-color: #8c7741;
  border-color: #8c7741;
}

.page-item.active .page-link {
  color: #fff;
  background-color: #a8935c;
  border-color: #a8935c;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
  border-radius: 0;
}

.btn.focus, .btn:focus {
  outline: none;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #a8935c;
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: #cccccb;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  display: none;
}

.form-control {
  background-color: transparent;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
