@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
@font-face {
  font-family: 'gothambold';
  src: url('../webfonts/gotham-bold-webfont.woff2') format('woff2'), url('../webfonts/gotham-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Univers-Light-Normal';
  src: url('../webfonts/Univers-Light-Normal.svg#Univers-Light-Normal') format('svg'), url('../webfonts/Univers-Light-Normal.ttf') format('truetype'), url('../webfonts/Univers-Light-Normal.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'UniversLTStd';
  src: url('../webfonts/UniversLTStd.eot');
  src: url('../webfonts/UniversLTStd.eot?#iefix') format('embedded-opentype'), url('../webfonts/UniversLTStd.svg#UniversLTStd') format('svg'), url('../webfonts/UniversLTStd.ttf') format('truetype'), url('../webfonts/UniversLTStd.woff') format('woff'), url('../webfonts/UniversLTStd.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url('../webfonts/icomoon.eot?kb44c9');
  src: url('../webfonts/icomoon.eot?kb44c9#iefix') format('embedded-opentype'), url('../webfonts/icomoon.ttf?kb44c9') format('truetype'), url('../webfonts/icomoon.woff?kb44c9') format('woff'), url('../webfonts/icomoon.svg?kb44c9#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-right:before {
  content: "\e900";
}

*, :after, :before {
    -ms-touch-action: inherit;
    touch-action: inherit;
}


html, body {
  width: 100%;
  overflow-x: hidden;
}
body {
  height: 100%;
  font-family: 'UniversLTStd', sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #444;
  background: #fff;
  position: relative;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0px;
  font-weight: normal;
  font-family: 'gothambold';
}
h1 {
  font-size: 44px;
  margin-bottom: 20px;
  line-height: normal;
  letter-spacing: 5px;
}
h2 {
  font-size: 34px;
  margin-bottom: 20px;
  line-height: normal;
}
h3 {
  font-size: 1rem;
  letter-spacing: 4px;
  margin-bottom: 30px;
  margin-top: 30px;
  text-transform: uppercase;
  color: #bf9369;
}
h4 {
  font-size: 20px;
  margin-bottom: 15px;
}
h5 {
  font-size: 18px;
  margin-bottom: 15px;
}
h6 {
  font-size: 14px;
  margin-bottom: 15px;
}
p {
  font-size: .80rem;
  line-height: 2;
  text-transform: uppercase;
  color: #6d7073;
  margin-bottom: 30px;
}
a {
  color: #bf9369;
  transition: all 0.5s ease;
}
a, a:focus, a:hover {
  outline: 0px;
  text-decoration: none;
}
a:hover {
  color: #404040;
}
img {
  max-width: 100%;
}
ul {
  margin: 0px;
}
ol {
  padding-left: 15px;
}
.form-control::placeholder {
  color: #7f7f7f;
}
.form-control::-moz-placeholder {
  color: #7f7f7f;
}
.form-control::-webkit-placeholder {
  color: #7f7f7f;
}
.btn {
  border: 1px solid rgba(0, 0, 0, .2);
  min-width: 240px;
  letter-spacing: 2px;
  padding: 15px 1.5rem;
  font-size: .85rem;
  color: #979797;
  font-family: "Gotham Bold", sans-serif;
  background: hsla(0, 0%, 100%, 0);
  cursor: pointer;
  outline: none;
  transition: all .3s ease-out;
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 2;
  pointer-events: all;
  border-radius: 0;
  font-weight: bold;
}
.btn:hover {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .2);
  color: #6d7073;
}
.backbtn a{
	border:0px !important;
	padding: 0px !important;
	text-align: left;
}
.btn:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  z-index: -1;
  top: 0;
  right: 0;
  transition: all .4s cubic-bezier(.8, .1, .2, 1);
}
.btn:hover:before {
  width: 100%;
}
.btn-white {
  background: #c29b40;
  border-color: #c29b40;
  color: #fff;
  padding: 20px 40px;
  font-size: 20px;
}
.btn-white:hover {
  background: #c29b40;
  border-color: #c29b40;
  color: #fff;
}
.btn.focus, .btn:focus {
  box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle, .btn-primary:focus {
  color: #c29b40;
  background-color: #fff;
  border-color: #c29b40;
}
.btn-primary.focus, .btn-primary:focus {
  box-shadow: none;
}
button:focus {
  outline: none;
}
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
}
.container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}
footer .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width:1023px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
	.map-lv {
    margin: 0 -30px;
}
}
.owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
}
.owl-dots .owl-dot {
  margin: 0 4px;
}
.owl-dots span {
  width: 14px;
  height: 2px;
  border-radius: 0;
  background-color: #fff;
  display: inline-block;
}
.owl-dots .owl-dot.active span {
  background-color: #c29b40;
}
.owl-nav {
  position: absolute;
  top: 50%;
  height: 0;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  padding: 0 10px;
  display: none;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  font-size: 60px;
  color: #fff;
  line-height: 0;
}
.owl-carousel .owl-nav button.owl-next {
  float: right;
}
.owl-buttons {
  display: none;
}
.owl-carousel:hover .owl-nav {
  display: block;
}
.header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  z-index: 99;
  background-color: transparent;
  padding: 25px 0px;
}
.header.sticky {
  background-color: rgba(0, 0, 0, .8);
  padding: 0;
}
.header.sticky .navbar {
  padding: 0;
}
.navbar > .container {
  position: relative;
}
.logo-sec {
  display: flex;
  align-items: flex-end;
  color: #fff;
  align-content: flex-end;
  vertical-align: bottom;
  padding-right: 0;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.logo-sec img {
  width: 180px;
  margin-top: -7px;
  margin-bottom: 15px;
}
.header.sticky .logo-sec img {
  width: 180px;
}
.navbar-brand {
  float: left;
  max-width: 240px;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
}
.tagline {
  font-size: 12px;
  display: block;
  width: 100%;
}
.header.sticky .navbar-brand {
  max-width: 240px;
  position: relative;
  bottom: -10px;
}
.outer-nav {
  position: absolute;
  left: 0;
  right: 0;
}
.header-nav {
  justify-content: space-between;
  padding-left: 100px;
  padding-right: 100px;
}
.logo-sec svg {
  width: 240px;
  border: 0;
  outline: none;
  transition: all .6s cubic-bezier(.8, .1, .2, 1);
}
.sticky .logo-sec svg path:first-child {
  display: block;
}
.sticky .logo-sec svg path {
  display: none;
}
.sticky .logo-sec .strap-line {
  opacity: 0;
}
.sticky .logo-sec svg {
  width: 150px;
  height: 86px;
}
.navbar-light .navbar-brand {
  color: #fff;
}
.navbar ul {
  padding: 0px;
}
.navbar ul li {
  padding: 0;
  position: relative;
  line-height: normal;
}
.navbar-light .navbar-nav .nav-link {
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'gothambold';
  padding: 1rem 0.5vw;
  font-size: .8rem;
  letter-spacing: 2px;
  color: #fff;
  transition: color .2s ease-out;
}
.navbar-light .navbar-nav .active .nav-link, .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link:hover {
  color: #bf9369;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #bf9369;
}
.header-call {
  display: flex;
  justify-content: flex-end;
}
.header-call a {
  margin-left: 15px;
  color: #fff;
}
.header-call a:hover {
  color: #bf9369;
}
/*****************/
.video-sec {
  width: 100%;
  height: 100vh;
  display: flex;
  background-color: #000;
  position: relative;
}
.video-sec:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .6);
  z-index: 1;
}
.video-cont {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  color: #fff;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  padding: 15px 20px;
}
.video-sec h1 {
  text-transform: uppercase;
  font-size: 30px;
}
.the-network {
  font-weight: 400;
}
.presentedby {
  padding-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
}
.embed-container {
  position: relative;
  /*  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;*/
  max-width: 100%;
  width: 100%;
}
.embed-container video, .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-container video {
  -o-object-fit: cover;
  object-fit: cover;
}
.pwa-logo {
  padding-top: 20px;
}
.pwa-logo img {
  width: 250px;
}
.mobile-cont {
  display: none;
}
.arrowscroll {
  height: 40px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%);
  z-index: 40;
  width: 2px;
  overflow: hidden;
  transition: bottom .6s cubic-bezier(.8, .1, .2, 1);
  background: hsla(0, 0%, 100%, .3);
}
.arrowscroll span {
  height: 100%;
  width: 2px;
  background: #9B9B9B;
  display: block;
  -webkit-animation-name: swipeDown;
  animation-name: swipeDown;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@-webkit-keyframes swipeDown {
  0% {
    transform: translateY(-100%)
  }
  20% {
    transform: translateY(0)
  }
  80% {
    transform: translateY(0)
  }
  to {
    transform: translateY(100%)
  }
}
@keyframes swipeDown {
  0% {
    transform: translateY(-100%)
  }
  20% {
    transform: translateY(0)
  }
  80% {
    transform: translateY(0)
  }
  to {
    transform: translateY(100%)
  }
}
.slider-wrap .item {
  min-height: 550px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center center;
  background-color: #000;
}
/*.slider-wrap .item:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #000;
  opacity: 0.5;
}*/
.slider-cont .sub-heading {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 30px;
  letter-spacing: 10px;
  padding-bottom: 20px;
}
.slider-cont h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  padding-top: 30px;
  letter-spacing: 10px;
  font-size: 60px;
}
.slider-cont .slider-btn {
  border-color: #fff;
  color: #fff;
  text-transform: uppercase;
  background-color: transparent;
  border-radius: 0;
  font-size: 20px;
  padding: 10px 20px;
}
.slider-wrap .item .slider-icon {
  text-align: center;
}
.slider-wrap .item .slider-icon img {
  width: 60px;
  margin: 0 auto;
}
.slider-cont {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
  z-index: 1;
  color: #fff;
  padding: 0 35px;
  transform: translateY(-50%);
  top: 50%;
}
.slider-wrap .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
}
.slider-wrap .owl-dots .owl-dot {
  margin: 0 4px;
}
.slider-wrap .owl-dots span {
  width: 14px;
  height: 2px;
  border-radius: 0;
  background-color: #fff;
  display: inline-block;
}
.slider-wrap .owl-dots .owl-dot.active span {
  background-color: #c29b40;
}
.slider-wrap .owl-nav {
  position: absolute;
  top: 50%;
  height: 0;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  padding: 0 10px;
}
.slider-wrap .owl-carousel .owl-nav button.owl-next, .slider-wrap .owl-carousel .owl-nav button.owl-prev {
  font-size: 0;
  color: #fff;
  line-height: 0;
}
.slider-wrap .owl-carousel .owl-nav button.owl-next {
  float: right;
}
.about-home {
  text-align: center;
  padding-top: 50px;
}
/************************/
.section-cont {
  padding: 15px 45px;
  text-align: center;
}
.pt70 {
  padding-top: 70px;
}
.pb70 {
  padding-bottom: 70px;
}
.single-block-cont {
  margin: 0;
}
.single-block-cont {
  position: relative;
}
.single-block-cont:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .1);
  z-index: 1;
}
.block-cont {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1000px;
  display: flex;
  justify-content: center;
  color: #fff;
  align-items: center;
  z-index: 1;
  letter-spacing: 4px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}
.block-cont h3 {
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #fff;
}
.blockimage img {
  width: 100%;
}
.blockimage video {
  width: 100%;
  vertical-align: top;
  height: auto;
}
/**********footer**********/
/******************/
.bot-footer {
  background: #000;
  padding: 30px 0px;
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
}
.footer-right-sec {
  align-items: center;
  align-content: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  display: flex;
}
.copy {
  font-size: .7rem;
  color: #6d7073;
  font-family: 'gothambold';
}
.bot-footer p {
  margin: 0px;
}
.bot-footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
.bot-footer ul li {
  display: inline-block;
  font-size: .7rem;
  margin: 0 .5rem;
  text-transform: uppercase;
  font-family: 'gothambold';
}
.bot-footer ul li a {
  color: #FFFFFF;
  transition: all .2s ease-out;
}
.bot-footer ul li a:hover {
  color: #bf9369;
}
/*************contact us****************/
.contact-us {
  padding-top: 30px;
  padding-bottom: 30px;
}
.contact-us h4 {
  margin-bottom: 20px;
}
.contact-info {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.contact-info li {
  display: flex;
  width: 100%;
  font-size: 16px;
  padding-bottom: 10px;
}
.icon-f {
  min-width: 40px;
  font-size: 24px;
  vertical-align: top;
  line-height: 25px;
}
.contact-info a {
  color: #777;
}
.contact-info a:hover {
  color: #5a49f8;
}
.location-list ol.scrolling {
  padding: 0;
  margin: 0;
  list-style-type: decimal;
  overflow-y: scroll;
  max-height: 440px;
  width: 100%;
  counter-reset: li;
  padding-left: 20px;
}
.location-list ol li {
  padding: 8px 0;
  font-size: 12px;
  color: #7b7b7b;
  line-height: normal;
  list-style-type: decimal;
}
.place-sec {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  padding-left: 12px;
}
.place-sec h6 {
  margin: 0;
  text-transform: uppercase;
  font-size: .6rem;
  font-family: 'UniversLTStd', sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  padding-bottom: 5px;
}
.place-sec p {
  margin: 0;
  font-size: .6rem;
  line-height: 1.4;
  font-weight: 100;
  margin-bottom: .5rem;
  letter-spacing: 1px;
}
.accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-item {
  border: none;
}
.accordion-button {
  text-transform: uppercase;
  font-weight: normal;
  border-bottom: 1px solid #e6e6e6;
  padding: 1rem 0;
  letter-spacing: 2px;
  font-size: .8rem;
  color: #c29b40;
}
.accordion-button:not(.collapsed) {
  color: #6d7073;
  background-color: transparent;
  box-shadow: none;
  border-color: #e6e6e6;
}
.accordion-button:focus {
  box-shadow: none;
  border-color: #e6e6e6;
}
.accordion-button::after {
  content: "\f078";
  background-image: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-top: 7px;
}
.accordion-button:not(.collapsed)::after {
  content: "\f077";
  background-image: none;
  transform: rotate(0deg);
}
.accordion-body {
  padding: 1rem 0;
}
.video-bottom video {
  width: 100%;
}
.blackbg {
  background-color: #000000;
  padding: 30px 0;
}
.slider-dots .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
}
.slider-dots .owl-dots .owl-dot {
  margin: 0 4px;
}
.slider-dots .owl-dots span {
  width: 22px;
  height: 3px;
  border-radius: 0;
  background: hsla(0, 0%, 100%, .8);
  display: inline-block;
  opacity: 0.25;
}
.slider-dots .owl-dots .owl-dot.active span {
  background: hsla(0, 0%, 100%, .8);
  opacity: 1;
}
.slider-arrow .owl-nav {
  position: absolute;
  top: 50%;
  height: 0;
  transform: translateY(-50%);
  left: 10px;
  right: 10px;
  padding: 0;
  display: block;
}
.arrow-show .owl-nav {
  display: block;
}
.slider-arrow .owl-carousel .owl-nav button.owl-next, .slider-arrow .owl-carousel .owl-nav button.owl-prev {
  font-size: 0;
  color: #fff;
  line-height: 30px;
}
.slider-arrow .owl-carousel .owl-nav button.owl-next {
  float: right;
}
.slider-arrow .owl-carousel .owl-nav button.owl-prev {
  float: left;
}
.slider-arrow .owl-carousel .owl-nav button.owl-next span:before {
  font-family: 'icomoon';
  content: "\e900";
  font-size: 40px;
}
.slider-arrow .owl-carousel .owl-nav button.owl-prev span:before {
  font-family: 'icomoon';
  content: "\e900";
  font-size: 40px;
  position: relative;
  transform: rotate(181deg);
  display: inline-block;
}
.logo-mark {
  position: relative;
}
/*.logo-mark:before {
    content: "";
    background-image: url(../../assets/images/logo-mark.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    width: 200px;
    height: 200px;
    background-size: 100%;
    margin: 0 auto;
    opacity: 0.2;
    transform: translateY(-50%);
}*/
.visit-sec {
  padding: 60px 0;
}
.bg {
  background-color: #bf9369;
}
.visit-sec .section-cont, .visit-sec .section-cont p {
  color: #fff;
}
.visit-sec .section-cont h3 {
  color: #fff;
}
.visit-sec .section-cont .btn {
  border-color: #fff;
  color: #fff;
}
.visit-sec .section-cont .btn:hover {
  color: #979797;
}
.visit-sec .section-cont .btn:before {
  background: #fff;
}
.visit-sec .section-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  min-height: 100%;
  flex-wrap: wrap;
  padding-left: 60px;
  padding-right: 60px;
}
.pt60 {
  padding-top: 60px;
}
.pb60 {
  padding-bottom: 60px;
}
/**************contact us ***************/
.contact-block {
  font-family: 'gothambold';
}
.contact-logo-sec {
  padding-bottom: 0;
}
.contact-logo-sec img {
  padding: 0 15px;
}
.contact-block .contactno {
  color: #6d7073;
}
/****************backtotop************/
.backtoTop {
  width: 50px;
  height: 50px;
  background: hsla(0, 0%, 100%, .2);
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: all .2s ease-out;
  margin-left: 20px;
  order: 2;
}
.backtoTop:hover {
  background-color: #fff;
}
.backtoTop .arrow {
  width: 10px;
  height: 10px;
  border-top: 3px solid #bf9369;
  border-left: 3px solid #bf9369;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
/*************************/
.item-caption {
  background-color: rgba(0, 0, 0, 0.40);
  color: #fff;
  text-transform: uppercase;
  font-size: 0.7rem;
  padding: 15px 15px 60px 15px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  letter-spacing: 1px;
}
p:last-child {
  margin-bottom: 0;
}
.item-caption a, .item-caption a:hover {
  color: #fff;
}
.item-caption a {
  border: 1px solid #fff;
  padding: 15px 1rem;
  font-size: .80rem;
  font-family: "Gotham Bold", sans-serif;
  font-weight: bold;
  min-width: 240px;
  display: inline-block;
}
/****************notification**********************/
.notification-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 99;
  box-shadow: 0 -2px 8px #595959;
  transition: all 2s ease-in-out;
}
.notif-outer {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  align-items: center;
}
.notif-inner {
  display: flex;
  flex-grow: 1;
  align-items: center;
}
.notif-logo {
  min-width: 120px;
  max-width: 120px;
}
.contact-logo {
  min-width: 140px;
  max-width: 300px;
  margin: 0 auto;
}
.notif-text {
  padding-left: 20px;
}
.nothanks {
  color: #bf9369;
}
.allow {
  background-color: #bf9369;
  color: #fff;
  padding: 7px 12px;
  border-radius: 5px;
  margin-left: 5px;
  display: inline-block;
}
.allow:hover {
  background-color: #000;
  color: #fff;
}
.notification-popup .st0 {
  fill: #000;
}
.right-menu {
  display: flex;
  align-items: center;
}
.mobile-show {
  display: none;
}
.block-info h3 {
  margin-bottom: 10px;
}
.block-info h4 {
  font-size: 0.8rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #6d7073;
  margin-bottom: 30px;
}
.single-block-video {
  position: relative;
  width: 100%;
}
.play-btn {
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 50%;
  margin: 0 auto;
  font-size: 70px;
  transform: translate(-50%, -50%);
}
.play-btn:hover {
  color: #fff;
}
.small-logo img {
  /*width: 150px;  
	width: 120px;*/
  width: 70px;
}
/*.modal-backdrop.show {
  opacity: .9;
}*/
.staytouchpopup .modal-content {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 30px 0;
}
.staytouchpopup .modal-title {
  color: #fff;
  font-family: 'gothambold';
  letter-spacing: 7px;
  margin-bottom: 25px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}
.staytouchpopup .modal-dialog {
  max-width: 700px;
  color: #fff;
}
.staytouchpopup .modal-header {
  padding: 0 1rem;
  border-bottom: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.staytouchpopup .btn {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.staytouchpopup .btn:before {
  background: #fff;
}
.staytouchpopup .btn:hover {
  color: #979797;
  border-color: #fff;
}
.staytouchpopup .modal-footer {
  padding: 0 .75rem;
  border-top: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.close-popup {
  width: 30px;
  height: 30px;
  position: fixed;
  right: 40px;
  top: 40px;
  cursor: pointer;
}
.bar-top {
  position: absolute;
  width: 30px;
  height: 3px;
  background: #bf9369;
  border-radius: 3px;
  margin-bottom: 5px;
  transition: all .2s ease-out;
  transform: translateZ(.001);
  right: 0;
  opacity: 1;
  transform: rotate(45deg);
  top: 8px;
}
.bar-bottom {
  position: absolute;
  width: 30px;
  height: 3px;
  background: #bf9369;
  border-radius: 3px;
  margin-bottom: 5px;
  transition: all .2s ease-out;
  transform: translateZ(.001);
  right: 0;
  opacity: 1;
  transform: rotate(135deg);
  top: 8px;
}
form .form-control {
  width: 100%;
  padding: 15px;
  background: hsla(0, 0%, 100%, .15);
  border: 1px solid #6d7073;
  outline: none;
  font-size: .75rem;
  margin-bottom: 0;
  color: #fff;
  border-radius: 0;
}
.mandatory-field {
  font-size: .75rem;
}
form .form-control:focus {
  color: #fff;
  background: hsla(0, 0%, 100%, .15);
  border-color: #6d7073;
  outline: 0;
  box-shadow: none;
}
form .form-control::-webkit-input-placeholder { /* Edge */
  color: #fff;
  opacity: 1;
}
form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
  opacity: 1;
}
form .form-control::placeholder {
  color: #fff;
  opacity: 1;
}
form .form-check a:hover {
  color: #fff;
}
textarea::-webkit-input-placeholder {
  color: #fff;
}
textarea:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
textarea::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
textarea:-ms-input-placeholder {
  color: #fff;
}
.four-seasons-media {
  text-align: center;
  width: 100%;
  display: inline-block;
}
.four-seasons-media video {
  width: 100%;
  vertical-align: top;
  height: auto;
  margin-bottom: 20px;
  margin-top: 15px;
}
/*.journey-life-image img {
    max-width: 75%;
}
.four-seasons-media h2 {
    letter-spacing: 5px;
    font-weight: normal;
    padding: 40px 0 0px 0;
}
*/
.four-seasons-media h2 {
  letter-spacing: 4px;
  font-weight: normal;
  padding: 40px 0 0px 0;
  font-size: 1rem;
  color: #bf9369;
}
.four-seasons-media h5 {
  padding: 0;
  font-size: 16px;
}
.hublot-block {
  text-align: center;
  width: 100%;
  display: inline-block;
  background-color: #000000;
  color: #fff;
  padding: 30px 0;
}
.hublot-logo img {
  width: 120px;
}
.hublot-block h5 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.hublot-block h6 {
  padding: 0 15px;
  font-size: 15px;
  font-family: 'UniversLTStd', sans-serif;
  margin-top: 15px;
}
.quote-text {
  font-style: italic;
  font-size: 18px;
  padding: 20px 0;
}
.auther-name {
  display: block;
  font-size: 18px;
  font-family: 'UniversLTStd', sans-serif;
}
.auther-prof {
  display: block;
  padding-bottom: 20px;
  letter-spacing: 2px;
}
.hublot-block .btn {
  border-color: #fff;
  color: #fff;
}
.hublot-block video {
  width: 100%;
  vertical-align: top;
  height: auto;
}
.podcast-block {
  text-align: center;
}
.podcast-image {
  padding-top: 30px;
  margin-left: -30px;
  margin-right: -30px;
}
.audio {
  padding: 25px 0;
}
.audio h5 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: normal;
  font-family: 'UniversLTStd', sans-serif;
}
.collective-page {
  background-color: #000;
}
.collective-page h3 {
  color: #fff;
}
.collective-page p {
  color: #fff;
}
.londonimg {
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.londonimg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.70);
}
.block-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}
.block-btn .btn {
  min-width: 100px;
  border-color: #fff;
  color: #fff;
}
.block-btn .btn:hover {
  color: #000;
}
.londonblock-box {
  padding-bottom: 30px;
}
.londonblock-box h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  margin: 10px 0;
  color: #bf9369;
}
.media-block-bottom {
  background-color: #000;
}
.media-block-bottom p {
  color: #fff;
}
.media-block-bottom .btn {
  border-color: #fff;
  /* color: #fff; */
}
.grosvenor-gquare-logo img {
  max-width: 230px;
}
.quotes {
  padding: 5px 0;
}
span.nothanks {
  position: absolute;
  left: 15px;
  top: 15px;
  color: #fff;
  font-size: 1.15rem;
  z-index: 1;
  cursor: pointer;
}
.popuphome {
  position: fixed;
  padding: 0;
  text-align: center;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.90)
}
.popuphome-cont {
  border-radius: 0px;
  padding: 15px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  position: relative;
  font-size: 1.15rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  justify-content: center;
  padding-bottom: 50px;
  overflow: auto;
}
.popuphome-cont h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.close-icon {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 32px;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.seasons-logo-popup {
  padding: 50px 0 30px 0;
}
.welcome-text {
  padding-bottom: 30px;
}
.now-here-stay {
  padding-bottom: 60px;
}
.close-icon span {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
}
.close-icon span:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 30px;
  background: #fff;
  transform: rotate(45deg);
}
.close-icon span:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 30px;
  background: #fff;
  transform: rotate(-45deg);
}
.popupios .popuphome-cont .gold-text {
  padding-top: 80px;
}
/*.popuphome-cont img {
    width: 60px;
    margin-bottom: 10px;
}*/
.androidpopup .close-icon {
  left: auto;
  right: 0;
  z-index: 9999;
}
.androidpopup .popuphome-cont {
  position: relative;
}
/*.androidpopup .popuphome-cont:after {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #efefef;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -19px;
}*/
.bottom-ios-arrow {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  font-size: 26px;
}
.gold-text {
  color: #bf9369;
  padding-top: 10px;
}
.gold {
  color: #bf9369;
}
@-webkit-keyframes blinker {
  from {
    opacity: 1.0;
  }
  to {
    opacity: 0.0;
  }
}
.blink {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}
.popupios .popuphome-cont {
  padding-bottom: 150px;
}
/********** Thank You Popup **********/
.thankstouchpopup .modal-content {
  border: none;
  background: transparent;
  border-radius: 0;
}
.thankstouchpopup .modal-header {
  justify-content: center;
  border: none;
  padding: 15px 15px 40px 15px;
  border-radius: 0;
}
.thankstouchpopup .modal-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 26px;
  letter-spacing: 4px;
  text-align: center;
}
.thankstouchpopup .modal-body {
  padding: 15px 15px 50px 15px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}
.thankstouchpopup .modal-footer {
  border: none;
  justify-content: center;
  padding: 15px;
}
.thankstouchpopup .modal-footer .btn {
  border: 1px solid rgba(255, 255, 255, 1);
}
.smalltext {
  font-size: 0.95rem;
  margin-top: 10px;
}
.dot-line {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #bf9369;
  position: relative;
  top: -1px;
  left: 0;
  margin: 0 5px;
}
.dot-line:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #bf9369;
  top: -7px;
  left: 0;
}
.dot-line:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #bf9369;
  bottom: -7px;
  left: 0;
}
/********** Thank You Popup **********/
/********** Concierge page **********/
/*.concierge-page p{color: #000; font-size: 16px;line-height: 24px; text-transform: initial;}*/
.text-justify {
  text-align: justify;
}
.call-box {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 15px;
}
.call-box .call-box-card {
  margin: 0 10px;
  text-align: center;
}
.call-box .icon {
  display: block;
}
.call-box .icon img {
  width: 70px;
}
.call-box .text {
  display: block;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
}
.category-card {
  padding: 15px 0;
  display: block;
}
.category-card .card-image {
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
}
.category-card .card-image:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.70);
}
.category-card .card-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.category-card .btn {
  min-width: 100px;
  border-color: #fff;
  color: #fff;
  white-space: nowrap;
}
.category-card .card-title {
  padding: 0;
  margin: 10px 0;
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}
.category-card-1 {
  padding: 0;
  display: block;
}
.category-card-1 .card-image {
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
}
/*.category-card-1 .card-image:before{position:absolute; content: ""; width: 100%; height: 100%; left: 0;top: 0;  background-color:rgba(0,0,0,0.70);}*/
.category-card-1 .card-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.category-card-1 .btn {
  min-width: 100px;
  border-color: #fff;
  color: #fff;
  white-space: nowrap;
}
.category-card-1 .btn:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -2;
}
.category-card-1 .btn:hover:after {
  display: none;
}
.category-card-1 .card-title {
  padding: 0;
  margin: 10px 0;
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}
.heading-black {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
  margin: 0 auto 0 auto;
  display: block;
  font-size: 26px;
  text-align: center;
}
.category-contact-card {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #fff;
  position: relative;
}
.category-contact-card:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  left: 50%;
  bottom: 0;
}
.category-contact-card .card-image {
  width: 50%;
  padding: 15px;
  margin: 0;
}
.category-contact-card .card-info {
  padding: 15px;
  margin: 0;
  width: 50%;
}
.category-contact-card .card-title {
  padding: 0;
  margin: 0 0 5px 0;
  color: #fff;
}
.category-contact-card p {
  color: #fff;
}
.slider-no-caption .owl-dots {
  background-color: rgba(0, 0, 0, 0.80);
  bottom: 0;
  padding: 10px;
}
/********** Concierge page **********/
.bg-black {
  background-color: #000;
}
.hr-white {
  background-color: #fff;
  opacity: 1;
}
.hr-black {
  background-color: #000;
  opacity: 1;
}
.btn-black {
  background-color: #000;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 8px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  transition: all 0.5s ease 0s;
}
.btn-black:hover, .btn-black:focus {
  background-color: #bf9369;
  color: #fff;
  text-decoration: none;
}
.btn-phone {
  background-color: #fff;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  padding: 8px 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  font-size: 16px;
  position: relative;
}
.btn-phone:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  left: 0;
  bottom: 0;
  transition: all 0.5s ease 0s;
}
.btn-phone:hover, .btn-phone:focus {
  color: #000;
  text-decoration: none;
}
.btn-phone:hover:after, .btn-phone:focus:after {
  opacity: 0;
}
ul.food-menu-list {
  padding: 0;
  margin: 0;
  text-align: center;
}
ul.food-menu-list li {
  list-style: none;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  position: relative;
}
ul.food-menu-list li:after {
  display: inline-block;
  position: relative;
  content: "";
  width: 1px;
  height: 15px;
  background-color: #000;
  right: -7px;
}
ul.food-menu-list li:last-child:after {
  display: none;
}
.mp5 {
  padding-bottom: 20px;
}
.header .need-share-button-default .need-share-button_button {
  display: inline-block;
  padding: 0;
  font-size: 14px;
  color: #bf9369;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  margin-top: -3px;
}
.header .need-share-button_link {
  height: 30px;
  display: block;
}
.header .need-share-button_dropdown-middle-left {
  margin-right: -32px;
  top: 70%;
}
.concierge-page .lineheight {
  line-height: 30px;
}
.mb60 {
  margin-bottom: 60px;
}
.parklean-heading {
  line-height: 30px;
  margin-bottom: 30px;
}
.heritage-heading {
  line-height: 30px;
  margin-bottom: 20px;
  font-size: 1rem;
  margin-top: 20px;
}
.concierge-page .heritagefont {
  font-size: 12px;
  line-height: 19px;
}
.dining-title {
  font-size: 1rem;
}
.concierge-page .font13 {
  font-size: 13px;
  line-height: 19px;
}
.font12 {
  font-size: 12px;
}
.mrgin15 {
  margin-left: -15px;
  margin-right: -15px;
}
ul.food-menu-list {
  font-size: 12px;
}
.concierge-page .font14 {
  font-size: 14px;
}
.concierge-page .lineheight20 {
  line-height: 20px;
}
.weather_report {
  display: flex;
  color: #222;
  padding: 20px 0;
  text-align: left;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.temperature, .humidity, .feelslike {
  display: block;
}
.weather_report .location {
  text-align: left;
  font-size: 40px;
  font-weight: bold;
}
.weather-sec2 {
  display: flex;
  padding: 0;
  justify-content: flex-end;
  flex-grow: 1;
}
.weather-sec3 {
  border-left: 1px solid #333;
  padding-left: 15px;
  margin-left: 15px;
}
.weather_descriptions {
  font-size: 20px;
  display: inline-block;
  padding-top: 8px;
}
.weather_icons {
  display: inline-block;
}
.temperature {
  font-size: 90px;
  line-height: 98px;
  font-weight: bold;
  padding-bottom: 0;
  color: #bf9369;
}
.temperature span {
  font-size: 25px;
  vertical-align: top;
  line-height: 20px;
  line-height: 46px;
  color: #333;
  font-weight: 300;
}
.humidity {
  font-size: 20px;
  line-height: 20px;
  padding-top: 10px;
}
.country {
  display: block;
  font-size: 28px;
  line-height: 28px;
}
/*
.concierge-page .featured-block p {
    font-size: .75rem;
    line-height: 2;
    text-transform: uppercase;
    color: #6d7073;
    margin-bottom: 30px;
}
*/
.category-card-bottom-text {
  position: relative;
}
.card-btn-link {
  background-color: rgba(0, 0, 0, 0.70);
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.card-btn-link a {
  font-size: 1rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #bf9369;
  font-family: 'gothambold';
	  padding: 15px;
	display: block;
}
.dining-list-sec ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.dining-list-sec ul li {
  display: flex;
  width: 100%;
  align-items: center;
  padding-bottom: 15px;
}
.dining-list-sec ul li figure {
  margin: 0;
  width: 100px;
  min-width: 100px;
}
.dining-list-info {
  padding-left: 15px;
}
.dining-list-info h5 {
  margin: 0;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.menu-btn {
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 15px;
  text-transform: uppercase;
  display: inline-block;
  min-width: 110px;
}
.hublot-block .innovation-title {
  font-size: 1rem;
  color:#bf9369;
}
/*@media (min-width:768px) {
	.video-cont br{
		display: none;
	}
}*/
.map-sec {
  text-align: center;
}
.rungo {
  text-align: center;
}
.icon-two {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 30px 0 10px 0;
}
.icon-two .bell-icon {
  padding: 0 5px;
  min-width: 40px;
}
.icon-two .location-icon {
  padding: 0 5px 0 7px;
  min-width: 50px;
}
.bordertop {
  border-top: 2px solid #000;
}
.collective-first-sec h3 {
  color: #bf9369;
}
.gold-art {
  color: #bf9369;
}
.collective-global h3 {
  font-size: 1.5rem;
}
.goldcolor {
  color: #bf9369;
}
.collective-first-sec h3 span {
  color: #fff;
  display: block;
  font-size: 0.8rem;
  font-weight: normal;
  padding-top: 2px;
  font-family: 'UniversLTStd', sans-serif;
  letter-spacing: 12px;
}
.rungo iframe {
  width: 100%;
  height: 100vh;
}
.sixblockmap .close-popup {
  top: 1px;
  z-index: 99;
  right: 15px;
  position: absolute;
}
.sixblockmap .close-popup .bar-top {
  top: 16px;
}
.sixblockmap .close-popup .bar-bottom {
  top: 16px;
}
.sixblockmap .modal-body {
  padding: 40px 0 0 0;
}
.map-bar {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  left: 10px;
  cursor: pointer;
  z-index: 99;
  background-color: #000;
  display: inline-block;
}
.map-bar span {
  height: 2px;
  width: 22px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease 0s;
  border-radius: 3px;
}
.map-bar span:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 22px;
  top: -6px;
  background-color: #fff;
  transition: all 0.5s ease 0s;
  border-radius: 3px;
  left: 0;
}
.map-bar span:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 22px;
  bottom: -6px;
  background-color: #fff;
  transition: all 0.5s ease 0s;
  border-radius: 3px;
  left: 0;
}
.map-bar.open span {
  background-color: transparent;
}
.map-bar.open span:before {
  transform: rotate(45deg);
  top: 0;
  width: 22px;
}
.map-bar.open span:after {
  transform: rotate(-45deg);
  bottom: 0;
  width: 22px;
}
.mapnav {
  position: absolute;
  top: 50px;
  background-color: #fff;
  left: 10px;
  width: 200px;
  display: none;
  z-index: 2;
}
.mapnav.active {
  display: block;
}
.mapnav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.mapnav ul li a {
  padding: 20px 20px;
  color: #6d7073;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  line-height: 16px;
}
.mapnav ul li a.active {
  background-color: #efefef;
}
.navicon {
  width: 30px;
  min-width: 30px;
  margin-right: 15px;
}
.map-frist {
  position: relative;
}
.christ-icon {
  position: absolute;
  top: 38vh;
  left: 20vh;
  border-radius: 50%;
  padding: 5px;
  box-shadow: 0 0 5px #747474;
  width: 46px;
  height: 46px;
  background-color: #fff;
}
.christ-icon a {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  overflow: hidden;
  display: inline-block;
  line-height: 36px;
}
.christ-redeemer {
  padding: 15px;
}
.christ-redeemer-card {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #ccc;
  position: relative;
}
.christ-redeemer-card:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #ccc;
  left: 50%;
  bottom: 0;
}
.christ-redeemer-card .card-image {
  width: 50%;
  padding: 15px;
  margin: 0;
  text-align: center;
}
.christ-redeemer-card .card-info {
  padding: 15px;
  margin: 0;
  width: 50%;
}
.christ-redeemer-card p {
  line-height: normal;
}
.christ-redeemer-card h4 {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.christ-redeemer-image {
  padding-top: 15px;
  padding-bottom: 10px;
}
.christ-redeemer-btn {
  display: flex;
  flex-direction: column;
}
.christ-redeemer-btn .btn {
  margin: 10px 0;
}
.map-dirctions {
  position: relative;
}
.mobile-map {
  display: none;
}
.concierge-recommends {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 15px;
}
.discover-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100px;
  width: 100px;
  background-color: #fff;
  padding: 10px;
  text-transform: uppercase;
  color: #444;
  z-index: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1rem;
  line-height: 19px;
}
.concierge-recommends ul {
  list-style-type: none;
  padding: 0;
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
.concierge-recommends ul li img {
  width: 100%;
}
.concierge-recommends ul li {
  position: relative;
  padding: 5px;
  width: 50%;
}
.concierge-recommends ul li h5 {
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  text-align: center;
  font-size: 1rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  font-family: 'UniversLTStd', sans-serif;
  bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  letter-spacing: 2px;
  margin: 0;
}
.map-dirctions img {
  width: 100%;
}
.sixblockmap .modal-dialog {
  margin: 0 auto;
  max-width: 900px;
}
.sixblockmap .modal-content {
  border: none;
  border-radius: 0;
}
@media (min-width:900px) {
  .ipad-map img {
    width: 100%;
  }
}
.recommends-popup, .pin-info-popup {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
}
.sixblockmap.pin-info-popup .close-popup {
  top: 10px;
  right: 14px;
}
.sixblockmap.recommends-popup .close-popup {
  top: 10px;
  right: 12px;
  position: absolute;
}
.restaurant-pin-icon {
  position: absolute;
  top: 51vh;
  right: 12vh;
  border-radius: 50%;
  padding: 2px;
  box-shadow: 0 0 2px #747474;
  width: 40px;
  height: 40px;
  background-color: #fff;
}
.restaurant-pin-icon a {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  overflow: hidden;
  display: inline-block;
  line-height: 36px;
}
.location-map-mobile {
  display: none;
}
.search {
  position: relative;
  width: 100%;
}
.search:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: transparent;
  z-index: 1;
}
.search input {
  height: 60px;
  text-indent: 25px;
  border: 1px solid #d6d4d4;
  pointer-events: none;
}
.search input:focus {
  box-shadow: none;
  border: 1px solid #d6d4d4;
}
.search .fa-search {
  position: absolute;
  top: 24px;
  left: 15px;
}
.search button {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 50px;
  width: 110px;
  min-width: 110px;
  pointer-events: none;
}
.search .btn:before {
  display: none;
}
.visit-sandylane img, .location-map-ipad img {
  width: 100%;
}



.brandname {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 20px 0;
}

/*.sixboxcol .modal-dialog {
    margin: 0 auto;
    max-width: 900px;
}*/
.sixboxcol .modal-body {
    padding: 30px;
}
.sixboxcol .modal-content {
    border: none;
    border-radius: 0;
}

.sixboxcol .close-popup {
    top: 5px;
    z-index: 99;
    right: 10px;
    position: absolute;
}
.sixboxcol .close-popup .bar-top {
    top: 16px;
}
.sixboxcol .close-popup .bar-bottom {
    top: 16px;
}




.btn-white-custom {
	border-color: #fff;
	color: #fff;
}



.search-filed-map{
	position: relative;
}

.input-group-addon {
    position: absolute;
    top: 15px;
    left: 10px;
}
.search-filed-map .form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding-left: 30px;
}

.search-filed-map .form-control::placeholder {
  color: #444;
}
.search-filed-map .form-control::-moz-placeholder {
  color: #444;
}
.search-filed-map .form-control::-webkit-placeholder {
  color: #444;
}


.map-tab-list{
	padding-top: 20px;
}

.map-tab-list .nav-tabs {
    background-color: #000;
    border: none;
    margin: 0 -30px;
    flex-wrap: nowrap;
    overflow: auto;
}
.map-tab-list .nav-tabs .nav-link {
    margin-bottom: 0;
    background: 0 0;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
	color: #fff;
	 text-transform: uppercase;
	position: relative;
	white-space: nowrap;
}

.map-tab-list .nav-tabs .nav-item.show .nav-link, .map-tab-list .nav-tabs .nav-link.active {
    color: #bf9369;
    background-color: #000;
    border-color: transparent;
}
.map-tab-list .nav-tabs .nav-link:after {
    content: "|";
    position: absolute;
    right: -1px;
}
.map-tab-list .nav-tabs .nav-link:last-child:after {
    display: none;
}

.map-tab-list .tab-content{
	padding-top: 20px;
}


.rest-list-all{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.rest-list-all li {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #bf9369;
}
.rest-list-all li a{
    display: flex;
}
.rest-list-all li:last-child {
    border-bottom:none;
}
.rest-list-all li figure {
    margin: 0 15px 0 0;
    width: 100px;
    min-width: 100px;
}

.rest-list-all li .hotel-name {
    color: #bf9369;
    text-transform: uppercase;
    font-size: 12px;
}
.rest-list-all li h5 {
    margin-bottom: 2px;
    text-transform: uppercase;
	color: #444;
}
.rest-list-all li p{
	color: #bf9369;
}

.rest-list-all li:nth-child(1), .rest-list-all li:nth-child(2), .rest-list-all li:nth-child(3) {
	background-color: #efefef;
	padding: 10px;
    margin-bottom: 10px;	
}



.all-media-popup-wrap .modal-body {
    padding: 0;
}
.all-media-popup-wrap .modal-content {
    border: none;
    border-radius: 0;
}

.all-media-popup-wrap .close-popup {
    top: 5px;
    z-index: 99;
    right: 10px;
    position: absolute;
}

.all-media-popup-wrap .close-popup .bar-top {
    top: 16px;
	    background: #444;
}
.all-media-popup-wrap .close-popup .bar-bottom {
    top: 16px;
	    background: #444;
}

.all-media-popup-wrap .modal-dialog {
    max-width: 368px;
	margin: 0 auto;
}

.all-media-popup-info {
    position: relative;
}
.all-media-popup-info {
    padding: 20px;
    text-align: center;
    color: #fff;
}

.all-media-popup-info h2{
	font-size: 1.6rem;
}

.all-media-popup-info p{
	margin-bottom: 15px;
}
.media-block-contact {
    justify-content: space-evenly;
    display: flex;
    padding: 10px 0;
}

.concierge-map{
	position: relative;
}
.concierge-map img{
	width: 100%;
}

.round-dots {
    position: absolute;
    bottom: 30%;
    right: 30%;
}

.round-dots .dropdown-toggle {
    border: none;
    background-color: #bf9369;
    border-radius: 50%;
    height: 26px;
    width: 26px;
    font-size: 9px;
    color: #fff;
    line-height: 20px;
    text-align: center;
}

.round-dots .dropdown-toggle::after{
	display: none;
}

.round-dots .dropdown-menu {
    text-align: center;
    padding: 10px;
    min-width: 190px;
    border-radius: 0;
}
.round-dots .dropdown-menu h4{
	margin-bottom: 5px;
	color: #bf9369;
	text-transform: uppercase;
}
.round-dots .dropdown-menu p{
	line-height: 20px;
}
.dots-close {
    float: right;
    position: absolute;
    right: 5px;
    top: -1px;
	color: #bf9369;
	cursor: pointer;
}

.premium-pins{
	position: absolute;
    bottom: 35%;
    right: 51%;
}

.pins{
	display: inline-block;
	width: 50px !important;
	border-radius:0;
	overflow: hidden;
	position: relative;
}

a.pins i {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: start;
    background-color: rgba(0,0,0,0.5);
    text-transform: uppercase;
    font-size: 12px;
    padding: 4px 5px;
    line-height: 10px;
}



.video-home video {
    width: 100%;
    vertical-align: top;
    height: auto;
}


.seasons-logo-popup img{
	width: 200px;
}

.upload-image {
	justify-content: center;
	display: flex;
	width: 100%;
	padding-top: 30px;
}

.upload-image .input-group {
    justify-content: center;
	    max-width: 500px;
}



.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;
}
.input-group>.custom-file {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
	 display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0;
	cursor: pointer;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: .375rem .75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}




.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}


.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}


.upload-image .input-group-text{
	height: calc(1.3em + 0.75rem + 2px);
    padding: 0.3rem 0.75rem;
	margin-left: 10px;
	cursor: pointer;
}


.lb-data .lb-close {
    position: absolute;
    top: -34px;
    right: 12px;
}
.london-block-cont p {
    font-size: 1rem;
}


.backbtn{
	padding-top: 15px;
	padding-bottom: 15px;
}

.backbtn a{
	min-width: 10px;
}

.map-lv {
    margin: 0 -60px;
}


.uploadimagepopup{
	
}
.btn-crop {
    letter-spacing: 1px;
    padding: 8px 1rem;
    font-size: .70rem;
    color: #fff;
    font-family: "Gotham Bold", sans-serif;
    border: none;
    text-transform: uppercase;
    background-color: #bf9369;
}
.btn-cancel {
    letter-spacing: 1px;
    padding: 8px 1rem;
    font-size: .70rem;
    color: #fff;
    font-family: "Gotham Bold", sans-serif;
    border: none;
    text-transform: uppercase;
    background-color: #f00;
}


.cropper-container {
    width: 100% !important;
}


.uploadimagepopup .modal-title{
	text-transform: uppercase;
	letter-spacing: 2px;
}
.uploadimagepopup .modal-header span{
	text-align: right;
}
.uploadimagepopup .modal-header button{
	margin: 2px 0;
}

.bootbox-close-button {
    border: none;
    border-radius: 50%;
    font-size: 30px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-family: sans-serif;
    position: absolute;
    right: 10px;
    top: 10px;
}
.bootbox-confirm .modal-body, .bootbox-alert .modal-body {
    padding-top: 50px;
    text-align: center;
}

.bootbox-confirm .modal-footer .btn, .bootbox-alert .modal-footer .btn {
    min-width: 50px;
    padding: 8px 15px;
}


.upload-document {
    text-align: center;
}	
.upload-document input[type="file"] {
    border: 1px solid #ccc;
    padding: 11px;
}	
.lightbox-gallery .item {
    position: relative;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}	
.lightbox-gallery a.trash-icon {
    border: none;
    display: inline-block;
    background-color: #f00;
    color: #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 26px;
    position: absolute;
    right: 20px;
    top: 7px;
}	
.lightbox-gallery .item img{
    width: 100%;
}	
.lightbox-gallery {
	
}
.lightbox-gallery a{
	border: 1px solid #ccc;
	display: block;
}
.book-text {
    display: block;
    color: #fff;
    padding-top: 5px;
	text-transform: uppercase;
}
.premium-plus{
	position: relative;
	margin-bottom: 20px;
}
.premium-plus img{
	width: 100%;
}
.premium-plus h5{
	background-color: rgba(0, 0, 0, 0.40);
    color: #fff;
    text-transform: uppercase;
    font-size: 0.7rem;
    padding: 15px ;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    letter-spacing: 1px;
	margin: 0;
}

.premium-plus .prem-btn {
	border: 1px solid #fff;
    padding: 15px 1rem;
    font-size: .80rem;
    font-family: "Gotham Bold", sans-serif;
    font-weight: bold;
    min-width: 200px;
    display: inline-block;
	color: #fff;
}


.bullet-points{
	display: inline-block;
	text-align: left;
	font-weight: bold;
}


.placeholder-gallery{
	padding-bottom: 40px;
}
.uploadfile{
	/*border-bottom: 1px solid #bf9369;*/
	position: relative;
	width: 240px;
}
.uploadfile input[type="file"] {
    border: none;
    opacity: 0;
}

.uploadfile:before {
    content: "Upload Image";
    background-color: #fff;
    height: 52px;
    display: inline-block;
    top: 0;
    position: absolute;
    vertical-align: top;
    line-height: 20px;
    border: 1px solid rgba(0, 0, 0, .2);
    min-width: 240px;
    letter-spacing: 2px;
    padding: 15px 1.5rem;
    font-size: .85rem;
    color: #979797;
   font-family: "Gotham Bold", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

.uploadfile span {
    line-height: 15px;
    display: block;
    padding-top: 15px;
    color: #666;
}
.cropper-wrap-box, .cropper-canvas, .cropper-drag-box, .cropper-crop-box, .cropper-modal {
    width: 100% !important;
}

.uploadimagepopup .modal-header {
     align-items: start;
 }


.welocme-ivy{
	padding-bottom: 10px;
}


.media-block-ctc .book-text{
	color: #000;
}

.concierge-btn .btn {
    border-color: #fff;
    color: #fff;
}

.thelvy-popup-info {
    padding: 30px;
}


.thelvy-popup .close-popup .bar-top, .thelvy-popup .close-popup .bar-bottom {
    background: #444;
}

.london-life-block .item{
	position: relative;
}

.overlay-block {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
	display: flex;
	align-items: flex-end;
}

.conge-btn {
    text-align: center;
    padding-bottom: 35px;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}

.conge-btn .btn {
    border-color: #fff;
    color: #fff;
    min-width: 160px;
    padding: 10px 1rem;
}
.overlay-block-cont {
    padding: 30px 35px;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    max-width: 100%;
}
.overlay-block-cont h4 {
    text-transform: uppercase;
    color: #fff;
}

.overlay-block-cont h3 {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 10px;
	margin-top:20px;
}
.overlay-block-cont p{
	color: #fff;
	font-size: 0.70rem;
	line-height: 1.7;
	margin-bottom: 15px;
}

.overlay-block-cont a:hover{
	color: #fff;
}

.londonblock-box .slider-arrow .owl-nav {
    position: absolute;
    top: auto;
    height: 0;
    transform: translateY(0%);
    left: 10px;
    right: 10px;
    padding: 0;
    display: block;
    bottom: 34px;
    max-width: 200px;
    margin: 0 auto;
	z-index: 9;
}
.londonblock-box .slider-arrow .owl-carousel .owl-nav button.owl-prev span:before {
    font-size: 20px;
}	
.londonblock-box .slider-arrow .owl-carousel .owl-nav button.owl-next span:before {
    font-size: 20px;
}

.round-dots.take-dots-one {
    bottom: 10%;
    right: 20%;
}

.round-dots.take-dots-two {
    bottom: 50%;
    right: 20%;
}

.listing-two-column {
    width: 35%;
    font-size: .80rem;
}

.listing-two-right-cont .rest-list-info {
	flex-grow: 1;
  width: 65%;
}

.premium-pins.premium-pins-take {
    bottom: 60%;
    right: 60%;
}



.life-item{
	position: relative;
}
.life-item img{
	width: 100%;
}

.all-media-cont{
	padding: 0 40px;
}

.sep {
    height: 2px;
    width: 100px;
    background-color:#bf9369;
    margin: 0 auto;
    margin-bottom: 20px;
}

.concierge-video-cont{
	height: 500px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: #000;
	    text-align: center;
	text-transform: uppercase;
}
.concierge-video-cont h2 {
    line-height: 50px;
	margin: 0;
}
.eventblockcont {
    text-align: center;
    color: #fff;
}

.eventblockcont p{
	color: #fff;
}

.year-info {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    padding: 10px 0;margin-bottom: 30px;
}


.event-block-sec{
	padding-bottom: 30px;
	background-image: url(../../assets/img/eventsbackground.jpg);
	background-repeat: no-repeat;
	    background-size: cover;
	margin: 0 -30px;
	background-position-y: bottom;
}
.event-block-sec ul {
    padding: 0 10px;
    max-height: 514px;
    overflow: auto;
}
.event-block-sec li{
	background-color: rgba(191,147,105,0.50);
	border-radius: 10px;
	padding: 15px;
	display: flex;
	justify-content: center;
	color: #fff;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	min-height: 110px;
	margin-bottom: 10px;font-size: 1.8rem;
}


.memories-list ul li{
	padding-bottom: 6px;
	text-transform: uppercase;
}
.our-moments ul li{
	padding-bottom: 6px;
	text-transform: uppercase;
}

.quote-marks {
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 30px;
    padding-top: 10px;
	
}
.quote-marks:after {
    font-weight: 900;
    content: "\f10e";
    font-family: "Font Awesome 5 Free";
    font-size: 30px;
	position: relative;
    bottom: -10px;
	color: #888;
}
.quote-marks:before {
    font-weight: 900;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-size: 30px;
	color: #888;
}

.our-moments ul {
    display: inline-block;
    text-align: left;
}

.postcard3{
	padding: 0 5px 10px 5px;
}
.maplogo {
    position: absolute;
    right: 45%;
    top: 40%;
    width: 70px;
    border-radius: 50%;
    background-color: #fff;
    padding: 10px;
    height: 70px;
    line-height: 50px;
}
.mmr-font {
	 font-size: 1.2rem;
}

.playpause {
    width: 130px;
    position: absolute;
    left: 0%;
    right: 0%;
    bottom: 80px;
    margin: auto;
    z-index: 2;
    color: #fff;
    text-align: center;
	display: none;
}

.playpause i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    line-height: 40px;
}
.playpause .press-hold{
	-webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
     opacity: 1;
	margin-bottom: 5px;
    display: block;
}
.playpause.selected .press-hold{
	  opacity: 0;
}

.playpause.selected .fa-plus:before{
	content: "\f068";
}

/*
.lightbox button[type="button"] {
    background-color: #bf9369;
    border: none;
    color: #fff;
    width: 120px;
    height: 40px;
    font-size: 18px;
    background-image: url(../../assets/img/share.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 9px 5px;
    padding-left: 40px !important;
}
*/



.lightbox button[type="button"] {
    background-color: #fff;
    width: 120px;
    height: 50px;
    background-image: url(../../assets/img/share-gold.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 59px 9px;
    padding-left: 40px !important;
    border: 1px solid #fff;
    min-width: 240px;
    letter-spacing: 2px;
    padding: 15px 1.5rem;
    font-family: "Gotham Bold", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: .90rem;
    color: #979797;
}

.modal-backdrop.show {
    opacity: .9;
}

.background-bg{
	background-color: #000000;
}



.stay-touch .btn{
	border-color: #fff;
    color: #fff;
}



.media-block-contact a img{
	width: 36px;
}


.staytouchpopup .modal-body p{
	color: #fff;
}

.wl-pb-5{
	padding-bottom: 2.5rem;
}



.playpause, .press-hold {
	-webkit-touch-callout:none;	
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none;
	user-select: none; /* supported by Chrome and Opera */
}




.all-media-popup-info audio{
	pointer-events: none;
}


.videotexttop:before {
    bottom: auto;
    height: 250px;
}
.homevideotexttop:before {
  height: 120px; 
}
.videotexttop .video-cont {
    transform: translateY(0%);
    padding-top: 150px;
    top: 0;
}



.videotexttop.concierge-header:before {
    bottom: auto;
    height: 300px;
}

.contact-celebrate-text h6{
  font-weight: 400;
  letter-spacing: 2px;
  font-family: 'UniversLTStd', sans-serif;
  margin-bottom: 0;
}

.contact-celebrate-text h3{
  margin-top: 10px;
}


.media-block-contact a{
  cursor: pointer;
}


