* {
  font-family: "OpenSans", sans-serif;
}

/* INTRO */
.intro {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #006eb9 0%, #00a9af 100%) !important;
  z-index: 9999;
}

.intro-logo {
  position: absolute;
  width: 25.5em;
  height: 25.5em;
}

.intro-logo img {
  width: 60%;
  height: auto;
  object-fit: contain;
}

.preloader {
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translate(-10%, -50%);
  width: 2.5em !important;
  height: 2.5em !important;
}

/* END OF INTRO */
/* HEADER */
.header {
  position: absolute;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 4em;
  background-image: linear-gradient(to right, #0096cb 0%, #7faabb 100%);
  top: 0;
  left: 0;
  box-shadow: 0 11px 33px -13px rgba(0, 0, 0, 0.75);
  z-index: 10;
}

.header-item, .primary-menu {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  min-width: 1.25em;
  width: auto;
  height: 100%;
  flex-shrink: 0;
}

.header-logo {
  display: flex;
  width: 11.25em;
  height: 100%;
  background-image: url("../../images/logo.png");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  flex-shrink: 0;
  cursor: pointer;
}

.menu-item {
  margin: 0 0.625em;
}

.menu-item p {
  color: white;
  font-family: "OpenSans", sans-serif;
  font-size: 1.125em;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  text-shadow: 1px 1px #4d4d4d;
}
.menu-item p:hover {
  color: #d9d9d9;
}

.menu-item i {
  color: white;
  font-size: 2em;
  margin-top: 0.125em !important;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.menu-item i:hover {
  color: #d9d9d9;
}

h1{color:#006eb9 !important;}

/* END OF  HEADER */
/* FOOTER */
.footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.5em;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.25s ease-in-out;
}
.footer a{color: rgba(0, 0, 0, 0.9);}
.footer p {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1em;
  margin: 0 0.625em;
  cursor: pointer;
}
.footer p:hover {
  color: rgba(0, 0, 0, 0.9);
  text-decoration: underline;
}
.footer:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

/* END OF FOOTER */
/* RIGHT MENU */
.right-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
  background-color: #fff;
  width: 3.25em;
  height: auto;
  border-bottom-right-radius: 0.375em;
  border-top-right-radius: 0.375em;
}

.right-menu i {
  color: #006fb9;
}
.right-menu i:hover {
  color: #008eec;
}

/* END OF RIGHT MENU */
/* Fancy LightBox */
#container {
  overflow: visible !important;
}

.no-border {
  outline: 0;
  text-decoration: none;
}

.fancybox-can-swipe .fancybox-content {
  max-width: 70%;
  max-height: 80%;
}

#contact h2, #contact p {
  margin: 0;
}

.img-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0em;
}

/* END OF Fancy LightBox */
/* HTOSPOT */
.pulsating-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 30px;
  height: 30px;
}

.pulsating-circle:before {
  content: "";
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: #006fb9;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.pulsating-circle:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}
@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
/* END OF HOTSPOT */
/* HotSpot #2 */
.info::before {
  content: "";
  display: inline-flex;
  width: 40px;
  height: 40px;
  padding: 6px;
  border: 5px solid #fff;
  border-color: #f2d98a;
  border-radius: 100%;
  background-color: #f3b900;
  background-clip: content-box;
  animation: info-pulse 1.2s ease-in-out 0s infinite alternate forwards;
}

.gallery::before {
  content: "";
  display: inline-flex;
  width: 40px;
  height: 40px;
  padding: 6px;
  border: 5px solid #fff;
  border-color: #008eec;
  border-radius: 100%;
  background-color: #006fb9;
  background-clip: content-box;
  animation: gallery-pulse 1s ease-in-out 0s infinite alternate forwards;
}

.video::before {
  content: "";
  display: inline-flex;
  width: 40px;
  height: 40px;
  padding: 6px;
  border: 5px solid #fff;
  border-color: #7faabb;
  border-radius: 100%;
  background-color: #008ac1;
  background-clip: content-box;
  animation: video-pulse 0.8s ease-in-out 0s infinite alternate forwards;
}

@keyframes info-pulse {
  from {
    border-color: #f2d98a;
  }
  to {
    border-color: transparent;
  }
}
@keyframes gallery-pulse {
  from {
    border-color: #86cfff;
  }
  to {
    border-color: transparent;
  }
}
@keyframes video-pulse {
  from {
    border-color: #7faabb;
  }
  to {
    border-color: transparent;
  }
}
.hotspot-icon i {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.hotspot-icon i i {
  color: #fff;
}

/* ENF OF HOTSPOT 2 */
/* SETTINGS */
.settings-container {
  display: flex;
  flex-direction: column-reverse;
  align-items: strech;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  top: 4em;
  right: -18.75em;
  left: auto;
  width: auto;
  height: auto;
  background-color: white;
  border-bottom-left-radius: 0.375em;
  padding: 0.25em;
  transition: all 0.25s ease-in-out;
}

.settings-item {
  width: auto;
  height: auto;
  margin: 0em 0.25em;
  padding: 0px;
  cursor: pointer;
}

.settings-item p:hover {
  background-color: #eee;
}

.settings-item p {
  width: inherit;
  height: inherit;
  margin: 0.125em;
  padding: 0.25em 1.25em;
  font-size: 1em;
  font-weight: 600;
  text-align: center;
}

.move-settings {
  right: 0;
}

/* SETTINGS */
.hidden {
  display: none;
}

.show {
  display: flex !important;
  transition: all 0.25s ease-in-out !important;
}

/* RESPONSIVE OPTIONS */
@media screen and (min-width: 1100px) {
  .mobile-menu {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .primary-menu {
    position: fixed;
    top: 4em;
    left: 0;
    display: none;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: calc(100% - 4em) !important;
    background-color: #fff !important;
    transition: all 0.25s ease-in-out !important;
  }

  .primary-menu p {
    color: #006eb9;
    margin: 0.375em;
  }
}
@media screen and (max-width: 700px) {
  .intro-logo {
    width: 90%;
    height: 90%;
  }
  .fancybox-can-swipe .fancybox-content{
  	width:100%;
  	max-width:100%;
  }
}
/* END OF RESPONSIVE OPTIONS */