@charset "utf-8";


.MainLogoHolder
{
  /* max-width: 460px; */
  max-width: 25vw;
  max-height: 25vw;
  height: 100%;
  width: 100%;
  position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-49%, -51%)scale(1);
    -ms-transform: translate(-49%, -51%)scale(1);
        transform: translate(-49%, -51%)scale(1);
    opacity: 0;
    z-index: 3;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
        transform-origin: center center;
        text-align: center;
  }

  .loaded .MainLogoHolder
  {
    opacity: 1;
    -webkit-animation: MainLogoappear 6s cubic-bezier(0.7, 0, 0.3, 1) forwards;   /* Safari 4+ */
    -moz-animation: MainLogoappear 6s cubic-bezier(0.7, 0, 0.3, 1) forwards;   /* Fx 5+ */
    -o-animation: MainLogoappear 6s cubic-bezier(0.7, 0, 0.3, 1) forwards; /* Opera 12+ */
    animation: MainLogoappear 6s cubic-bezier(0.7, 0, 0.3, 1) forwards; /* IE 10+, Fx 29+ */
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }

.MainLogo, .MainLogo img
{
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.MainLogo
{
  -webkit-transform:rotate(0deg);
      -ms-transform:rotate(0deg);
          transform:rotate(0deg);
          -webkit-transform-origin: center center;
          -ms-transform-origin: center center;
              transform-origin: center center;
}
.loaded .MainLogo
{
  opacity: 1;
  -webkit-animation: MainLogorotate 6s cubic-bezier(0.7, 0, 0.3, 1) forwards;   /* Safari 4+ */
  -moz-animation: MainLogorotate 6s cubic-bezier(0.7, 0, 0.3, 1) forwards;   /* Fx 5+ */
  -o-animation: MainLogorotate 6s cubic-bezier(0.7, 0, 0.3, 1) forwards; /* Opera 12+ */
  animation: MainLogorotate 6s cubic-bezier(0.7, 0, 0.3, 1) forwards; /* IE 10+, Fx 29+ */
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.screen1
{
  opacity: 0;
  z-index: 1;
  background: url('../images/Main-lines.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.loaded .screen1
{
  opacity: 0;
  -webkit-animation: Logolinesappear 4s cubic-bezier(0.7, 0, 0.3, 1) forwards;   /* Safari 4+ */
  -moz-animation: Logolinesappear 4s cubic-bezier(0.7, 0, 0.3, 1) forwards;   /* Fx 5+ */
  -o-animation: Logolinesappear 4s cubic-bezier(0.7, 0, 0.3, 1) forwards; /* Opera 12+ */
  animation: Logolinesappear 4s cubic-bezier(0.7, 0, 0.3, 1) forwards; /* IE 10+, Fx 29+ */
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.screen2{
  z-index: 2;
  opacity: 0;
}

.loaded .screen2
{
  -webkit-animation: screen2appear 1s cubic-bezier(.13,.62,.32,.84) forwards;   /* Safari 4+ */
  -moz-animation: screen2appear 1s cubic-bezier(.13,.62,.32,.84) forwards;   /* Fx 5+ */
  -o-animation: screen2appear 1s cubic-bezier(.13,.62,.32,.84) forwards; /* Opera 12+ */
  animation: screen2appear 1s cubic-bezier(.13,.62,.32,.84) forwards; /* IE 10+, Fx 29+ */
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}
.imageslide
{
  height: 100%;
}
.HeroSlider
{
  opacity: 0;
  visibility: hidden;
  height: 100%;
}
.HeroSlider.loaded
{
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition:    all .3s ease-in-out;
  -o-transition:      all .3s ease-in-out;
  transition:         all .3s ease-in-out;
}
.GetintouchBtn
{
  border: 1px solid #F4E5D1;
  font-size: 22px;
  line-height: 34px;
  letter-spacing: 2.2px;
  color: #FF9220;
  position: absolute;
  z-index: 2;
  width: 170px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
    padding: 2px 5px;
  right: 70px;
  top: 40px;
}
.GetintouchBtn::before
{
  content: '';
  position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0;
    transition: all 0.3s;
    background-color: #313134;
    -webkit-transform: scale(0.1, 1);
    -ms-transform: scale(0.1, 1);
        transform: scale(0.1, 1);
}
.GetintouchBtn span{
  position: relative;
  z-index: 1;
}
.GetintouchBtn:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}
.textOverlay
{
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
flex-direction: column;
}
.textOverlay h1
{
  font-family: 'aktiv-grotesk-condensed', sans-serif;
  font-weight: 400;
  font-size: 5.20vw /*100px*/;
  line-height: 6.92vw /*133px*/;
  letter-spacing: 1.1px;
  color: #F5E8D6;
  text-align: center;
  max-width: 1150px;
  margin-top: 10vw;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}

.textOverlay h1 span
{
  font-family: 'Cera-Stencil-PRO-Black';
  font-size: 5.72vw /*110px*/;
  line-height: 5.20vw /*100px*/;
  letter-spacing: 0px;
  display: block;
  text-shadow: 5px 5px 5px rgba(256, 256, 256, 0.16);
}
.tourlink
{
  font-size: 22px;
  line-height: 34px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: #F3E8D8;
  background: rgba(239, 151, 64 ,0.80);
  border: 1px solid #F3E8D8;
  padding: 5px 10px;
  cursor: pointer;
  -webkit-transition: background .3s ease-in-out;
  -moz-transition:    background .3s ease-in-out;
  -o-transition:      background .3s ease-in-out;
  transition:         background .3s ease-in-out;
}
.tourlink:hover
{
background: rgba(239, 151, 64 ,1);
}
.bottomlogo
{
  width: 190px;
  height: 190px;
  position: absolute;
  right: 70px;
  bottom: 40px;
  z-index: 2;
}


.screen3
{
  display: none;
  z-index: 3;

}
.linesBg
{
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: url('../images/getintouchbg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0;
}

.infoOpen .linesBg
{
  -webkit-animation: contactInnerappear 0.5s cubic-bezier(.13,.62,.32,.84) forwards;   /* Safari 4+ */
  -moz-animation: contactInnerappear 0.5s cubic-bezier(.13,.62,.32,.84) forwards;   /* Fx 5+ */
  -o-animation: contactInnerappear 0.5s cubic-bezier(.13,.62,.32,.84) forwards; /* Opera 12+ */
  animation: contactInnerappear 0.5s cubic-bezier(.13,.62,.32,.84) forwards; /* IE 10+, Fx 29+ */
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;

}
.ContentHolder
{
  text-align: center;
  height: 100%;
    width: 100%;
    overflow: auto;
    padding-top: 50px;
    padding-left: 50px;
padding-right: 50px;
    /* padding-bottom: 30px; */
}
.ContentHolder > div.contactInfo{
  position: relative;
  width: 100%;
}
.ContentHolder h2
{
  font-size: 4.6875VW/*90px*/;
  line-height: 5.20vw /*100px*/;
  font-family: 'Cera-Stencil-PRO-Black';
  letter-spacing: 0px;
  display: block;
  margin-bottom: 30px;

}
.partnerLogo
{
  max-height: 75px;
  height: 100%;
  margin-bottom: 15px;
}
.partnerLogo a{
  display: inline-block;
  max-width: 220px;
width: 100%;
}
.partnerLogo img{
  height: 100%;
  max-width: 220px;
  margin: 0 auto;
  max-height: 75px;
  width: 100%;
}
.ContentHolder .col_1_1_1
{
  max-width: 750px;
  margin: 0 auto 25px auto;
  padding-bottom: 15px;
  border-bottom: 1px solid #F5E8D7;
}
.ContentHolder .col_1_1_1 .col{
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  padding: 10px;
  width: 33.33%;
}
.ContactList
{
  min-height: 80vh;
}
.AddressRow
{
  width: 100%;
}
.AddressRow strong{
  display: block;
}
.AddressRow a{
  color: #F4E5D1
}
.AddressRow a:hover{
  color: #FF9220
}

.ContentHolder .AddressRow:last-child .col_1_1_1
{
  border-bottom: 0px;
}
.bottompartnerlogo
{
  width: 100%;
  margin: 3vw auto 0 auto;
}
.bottompartnerlogo a
{
  width: 220px;
  /* margin: 3vw auto 0 auto; */
  display: inline-block;
}
.bottompartnerlogo img
{
  height: auto;
      max-width: 210px;
      margin: 0 auto;
      max-height: 70px;
}

.DownloadBlock
{
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 14vw;
  height: 14vw;
  /* width: 260px;
  height: 260px; */
}
.DownloadBlock img, .bottomlogo img{
  width: 100%;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition:    all .3s ease-in-out;
  -o-transition:      all .3s ease-in-out;
  transition:         all .3s ease-in-out;
  -webkit-transform:rotate(0deg); -ms-transform:rotate(0deg);transform:rotate(0deg);
}
.DownloadBlock:hover img, .bottomlogo:hover img
{

  -webkit-transform:rotate(-13deg); -ms-transform:rotate(-13deg);transform:rotate(-13deg);
}
.copyrightText
{
  position: absolute;
  left: 0px;
  bottom: 0px;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.bottomarrow
{
  width: 50px;
  height: 50px;
  overflow: hidden;
display: inline-block;
margin: 0px auto 0px auto;
cursor: pointer;
bottom: -30px;
    position: relative;
}
.bottomarrow svg
{
  width: 100%;
  height: 100%;
}
svg path.hoverpath
{
  fill:rgb(245,232,214);
  -webkit-transition: fill .3s ease-in-out;
  -moz-transition:    fill .3s ease-in-out;
  -o-transition:      fill .3s ease-in-out;
  transition:         fill .3s ease-in-out;
}

.bottomarrow:hover svg path.hoverpath
{
  fill:#FF9220;
}

.contactInner
{
  opacity: 0;
  position: relative;
  z-index: 1;
}

.infoOpen .contactInner
{
  -webkit-animation: contactInnerappear 1s cubic-bezier(.13,.62,.32,.84) forwards;   /* Safari 4+ */
  -moz-animation: contactInnerappear 1s cubic-bezier(.13,.62,.32,.84) forwards;   /* Fx 5+ */
  -o-animation: contactInnerappear 1s cubic-bezier(.13,.62,.32,.84) forwards; /* Opera 12+ */
  animation: contactInnerappear 1s cubic-bezier(.13,.62,.32,.84) forwards; /* IE 10+, Fx 29+ */
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.closeBtn
{
  width: 52px;
  height: 52px;
  background: url('../images/closebtn.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px;
  position: absolute;
  z-index: 5;
  right: 50px;
  top: 50px;
  cursor: pointer;
  font-size: 0px;
  border-radius: 100%;
  -webkit-transition: background-color .3s ease-in-out;
  -moz-transition:    background-color .3s ease-in-out;
  -o-transition:      background-color .3s ease-in-out;
  transition:         background-color .3s ease-in-out;
}
.closeBtn:hover{
  background-color: #FF9220;
}

.contactMainLogo
{
  max-width: 25vw;
  max-height: 25vw;
  width: 100%;
  position: absolute;
  z-index: 2;
  left: calc(50% + 8px);
  top: -100px;
  -webkit-transform: translate(-49%, 0px) rotate(0deg) scale(0.52);
      -ms-transform: translate(-49%, 0px) rotate(0deg) scale(0.52);
          transform: translate(-49%, 0px) rotate(0deg) scale(0.52);
  cursor: pointer;
  /* opacity: 0; */
}
.infoOpen .contactMainLogo
{
  opacity: 1;
  -webkit-animation: contactMainLogo 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;   /* Safari 4+ */
  -moz-animation: contactMainLogo 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;   /* Fx 5+ */
  -o-animation: contactMainLogo 1s cubic-bezier(0.7, 0, 0.3, 1) forwards; /* Opera 12+ */
  animation: contactMainLogo 1s cubic-bezier(0.7, 0, 0.3, 1) forwards; /* IE 10+, Fx 29+ */
  -webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .contactMainLogo
  {
      opacity: 1;
    max-width: 25vw;
    max-height: 25vw;
    width: 100%;
    position: absolute;
    z-index: 2;
    left: calc(50% + 8px);
    top: -100px;
    -webkit-transform: translate(-49%, 0px) rotate(0deg) scale(0.52);
        -ms-transform: translate(-49%, 0px) rotate(0deg) scale(0.52);
            transform: translate(-49%, 0px) rotate(0deg) scale(0.52);
          }
  .infoOpen .contactMainLogo
  {
    opacity: 1;
    top:-150px; left:-150px;  -webkit-transform: translate(0%, 0px) rotate(-360deg) scale(0.35);
           -ms-transform: translate(0%, 0px) rotate(-360deg) scale(0.35);
               transform: translate(0%, 0px) rotate(-360deg) scale(0.35);
    -webkit-animation:none;
    -moz-animation: none;
    -o-animation:none;
    animation: none;
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
    -moz-transition:    all 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
    -o-transition:      all 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
    transition:         all 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
    -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  }
.bottomarrow
{
  margin: 0px;
}
}

.contactMainLogo.movelogo
{
  top:-150px; left:-150px;
  -webkit-transform: translate(0%, 0px) rotate(-360deg) scale(0.35);
        -ms-transform: translate(0%, 0px) rotate(-360deg) scale(0.35);
            transform: translate(0%, 0px) rotate(-360deg) scale(0.35);
            max-width: 25vw;
            max-height: 25vw;
  opacity: 1;
  -webkit-animation: contactMainLogoreset 0.4s cubic-bezier(.13,.62,.32,.84) forwards;   /* Safari 4+ */
  -moz-animation: contactMainLogoreset 0.4s cubic-bezier(.13,.62,.32,.84) forwards;   /* Fx 5+ */
  -o-animation: contactMainLogoreset 0.4s cubic-bezier(.13,.62,.32,.84) forwards; /* Opera 12+ */
  animation: contactMainLogoreset 0.4s cubic-bezier(.13,.62,.32,.84) forwards; /* IE 10+, Fx 29+ */
  -webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.contactMainLogo.movelogo
{
  top:-150px; left:-150px;
  -webkit-transform: translate(0%, 0px) rotate(-360deg) scale(0.35);
        -ms-transform: translate(0%, 0px) rotate(-360deg) scale(0.35);
            transform: translate(0%, 0px) rotate(-360deg) scale(0.35);
            max-width: 25vw;
            max-height: 25vw;
          -webkit-animation:none;
          -moz-animation: none;
          -o-animation:none;
          animation: none;
          -webkit-transition: all 0.4s cubic-bezier(.13,.62,.32,.84) forwards;
          -moz-transition:    all 0.4s cubic-bezier(.13,.62,.32,.84) forwards;
          -o-transition:      all 0.4s cubic-bezier(.13,.62,.32,.84) forwards;
          transition:         all 0.4s cubic-bezier(.13,.62,.32,.84) forwards;
          -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
}
}

/* ============================VR section css start========================= */
.vrTourpopup {
	position: fixed;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #313134;
	top: -100%;
	transition: all .5s ease-in-out;
	z-index: 115;
	overflow: hidden;
	opacity: 0
}
.vrTourpopup.active {
	top: 0;
	opacity: 1
}
.vrTourpopup .closeIcon {
	z-index: 4;
	cursor: pointer;
}
.closeIcon {
	position: absolute;
	right: 20px;
	top: 20px;
	margin: auto;
	background: url('../images/closebtn.svg') no-repeat center center;
	border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.8);
	width: 52px;
	height: 52px;
	background-size: 50px;
  opacity: 0;
}
.closeIcon:hover {
    background-color: #FF9220;
}
.vrLoader {
	cursor: pointer;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	margin: auto;
	background: url('../images/view-360-popup.svg') no-repeat center center;
	width: 120px;
	height: 120px;
	-webkit-animation: ripple 0.7s linear infinite;
	animation: ripple 0.7s linear infinite;
	border-radius: 50%;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 152, 0, 0.3), 0 0 0 5px rgba(255, 152, 0, 0.3), 0 0 0 15px rgba(255, 152, 0, 0.3);
  }
  100% {
    box-shadow: 0 0 0 5px rgba(255, 152, 0, 0.3), 0 0 0 15px rgba(255, 152, 0, 0.3), 0 0 0 30px rgba(255, 152, 0, 0);
  }
}
@-webkit-keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 152, 0, 0.3), 0 0 0 5px rgba(255, 152, 0, 0.3), 0 0 0 15px rgba(255, 152, 0, 0.3);
  }
  100% {
    box-shadow: 0 0 0 5px rgba(255, 152, 0, 0.3), 0 0 0 15px rgba(255, 152, 0, 0.3), 0 0 0 30px rgba(255, 152, 0, 0);
  }
}
.iframeContainer {
	width: 100%;
	height: 100%;
	clear: both;
	overflow: hidden;
	opacity: 0;
  z-index: 1;
}
.iframeContainer iframe {
	width: 100%;
	height: 100%;
}

.view360Icon {
    width: 100px;
    height: 100px;
    display: inline-block;
    background: url('../images/360-view-text.svg');
    background-repeat: no-repeat;
    background-position: center;
  background-size: 65%;
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 3;
    opacity: 0;
    display: block;
    margin: 0;
    background-color: transparent;
    border-radius: 100%;
    font-size: 0px;
    line-height: 0px;
    cursor: pointer;
}
.view360Icon > span {
    width: 100%;
    height: 100%;
    display: inline-block;
    background: url('../images/360-view-border.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.loaded .view360Icon
{

  -webkit-animation: view360Icon 1s 0s ease-in-out forwards;
	-moz-animation: view360Icon 1s 0s ease-in-out forwards;
	-ms-animation: view360Icon 1s 0s ease-in-out forwards;
	animation: view360Icon 1s 0s ease-in-out forwards;
	animation-delay: 0.8s;

}

@keyframes view360Icon {
	0% {
    opacity: 0;

	}
	100% {
    opacity: 1;

	}
}
@-webkit-keyframes view360Icon {
  0% {
    opacity: 0;

  }
  100% {
    opacity: 1;

  }
}


.loaded .view360Icon > span
{
            -webkit-animation: rotatering 8s 0s linear infinite;
            -moz-animation: rotatering 8s 0s linear infinite;
            -ms-animation: rotatering 8s 0s linear infinite;
            animation: rotatering 8s 0s linear infinite;
  animation-delay: 1s;

  }


  @keyframes rotatering {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
    50% {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg); }
  }
  @-webkit-keyframes rotatering {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
    50% {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg); }
  }
/* ============================VR section css end========================== */
