@import url('./fa4/style.css');
@font-face {
  font-family: "Frutiger";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Frutiger/FrutigerLTW04-55Roman.woff2") format("woff2"), url("../fonts/Frutiger/FrutigerLTW04-55Roman.woff") format("woff"), url("./fonts/Frutiger/FrutigerLTW04-55Roman.eot") format("embedded-opentype"), url("./fonts/Frutiger/FrutigerLTW04-55Roman.ttf") format("truetype"); }

@font-face {
  font-family: "Frutiger";
  font-style: italic;
  font-weight: normal;
  src: url("../fonts/Frutiger/FrutigerLTW04-56Italic.woff2") format("woff2"), url("../fonts/Frutiger/FrutigerLTW04-56Italic.woff") format("woff"), url("./fonts/Frutiger/FrutigerLTW04-56Italic.eot") format("embedded-opentype"), url("./fonts/Frutiger/FrutigerLTW04-56Italic.ttf") format("truetype"); }

@font-face {
  font-family: "Frutiger";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/Frutiger/FrutigerLTW04-65Bold.woff2") format("woff2"), url("../fonts/Frutiger/FrutigerLTW04-65Bold.woff") format("woff"), url("./fonts/Frutiger/FrutigerLTW04-65Bold.eot") format("embedded-opentype"), url("./fonts/Frutiger/FrutigerLTW04-65Bold.ttf") format("truetype"); }

@font-face {
  font-family: "Frutiger";
  font-style: italic;
  font-weight: bold;
  src: url("../fonts/Frutiger/FrutigerLTW04-66BoldItalic.woff2") format("woff2"), url("../fonts/Frutiger/FrutigerLTW04-66BoldItalic.woff") format("woff"), url("./fonts/Frutiger/FrutigerLTW04-66BoldItalic.eot") format("embedded-opentype"), url("./fonts/Frutiger/FrutigerLTW04-66BoldItalic.ttf") format("truetype"); }

@font-face {
  font-family: "Garamond";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Garamond/agaramondpro-regular.woff2") format("woff2"), url("../fonts/Garamond/agaramondpro-regular.woff") format("woff"); }

@font-face {
  font-family: "Garamond";
  font-style: italic;
  font-weight: normal;
  src: url("../fonts/Garamond/agaramondpro-italic.woff2") format("woff2"), url("../fonts/Garamond/agaramondpro-italic.woff") format("woff"); }

@font-face {
  font-family: "Garamond";
  font-style: regular;
  font-weight: 500;
  src: url("../fonts/Garamond/agaramondpro-semibold.woff2") format("woff2"), url("../fonts/Garamond/agaramondpro-semibold.woff") format("woff"); }

@font-face {
  font-family: "Garamond";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/Garamond/agaramondpro-semibolditalic.woff2") format("woff2"), url("../fonts/Garamond/agaramondpro-semibolditalic.woff") format("woff"); }

@font-face {
    font-family: FZZZHONGK;
    font-style: normal;
    font-weight: normal;
    src: url('https://blob-cdn.cmviking.com/viking/fonts/FZZZHONGK.TTF');
}
#welcome {
  width: 85%;
  /*background: #fff;*/
  margin: auto;
  margin-top: 15%;
  padding: 10px 20px;
  text-align: center;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.5s, opacity 0.5s linear;
}
#welcome h1 {
  font-family: FZZZHONGK;
  font-size: 1.5rem;
  line-height: 2rem;
}
#welcome p {
  font-family: "Frutiger", Arial, Helvetica, Sans-Serif;
  font-size: 1.1rem;
}
#welcome.hideMobile {
  visibility: hidden;
  opacity: 0;
}

@media (min-width: 768px) {
  #welcome_container {
  	margin-right: 250px;
  }
  #welcome {
    margin-top: 5%;
    width: 60%;
	  max-width: 650px;
    padding: 10px 30px 20px;
  }
  #welcome.hideMobile {
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 576px) {
  #welcome p {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {}
@media (min-width: 1200px) {}

#image_container { display:none; background-color:black; background-image: url('../files/5133cb8313c496dc8f1bae24022d722.jpg'); z-index:900; position: fixed; top:0; left:0; width: 100%; height: 100%; background-size: cover; background-position: center right; background-repeat: no-repeat; }
@media (max-width: 768px) {
  #image_container {
    background-image: url('../files/ocean.jpg');
  }
  .back-btn {
    background-size: cover !important;
    display: block;
    width: 23.5px;
    height: 23.5px;
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 999;
  }
}
@media (max-width: 576px) {
  #image_container {
    background-position: 10% top;
  }
}
#image_container .map_container, #image_container .map-img { height: 100vh; max-height: unset!important; }
.toggleNavigationMap, .map-container { z-index: 950!important; }

.navigation-container .sub-menu.open {
    display: block!important;
}

.meta-container {
	display: none;
}

.sidebarNavigation {
	width: 250px;
}

.navigation-container {
  padding: 0;
  font-family: "Frutiger", Arial, Helvetica, Sans-Serif;
}

.sidebarNavigation .image-container {
    padding: 40px 20px 60px;
}

.navigation-container li {
    font-size: 15px;
}
.navigation-container a:link,
.navigation-container a:visited {
    padding: 8px 10px;
}

.navigation-container li.hasSub>a:after {
	content: "\e114";
}

.navigation-container li.hasSub>a.SubOpen:after {
	content: "\e113";
}

.sidebarNavigation .navigation-container li a.active {
	font-weight: bold;
}


.navigation_thumbnail {
	display: block;
}
.navigation_thumbnail img {
    border: 2px solid transparent;
}
.sidebarNavigation .navigation-container li a.active .navigation_thumbnail img {
	border: 2px solid #0f3055;
}

.fancybox-content .headline {
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 10px;
}

.toggleNavigation {
    right: 250px;
	margin-right: 3px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;

	padding: 15px 15px 13px;
    height: auto;
    width: auto;
}

.toggleNavigationMap {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
    top: 0;
    padding: 10px 15px;
    height: auto;
    width: auto;
}

.map_container {
    overflow: unset;
}
.map-container {
    max-width: calc(100% - 320px)!important;
    padding: 10px 20px 20px 20px;
}
.map-container .map-img {
    max-width: 900px;
}
.map-container .toggleNavigationMap {
    right: -51px!important;
	padding: 15px 15px 13px;
}
.map-container .backtohome {
	text-align: right;
	padding-bottom: 10px;
}

.backtohome span {
	cursor: pointer;
    text-decoration: underline;
}


.menuText {
	text-align:center;
}
.sidebarNavigation.closed {
    right: -250px;
}
.toggleNavigationMap.closed .open,
.toggleNavigationMap.open .closed,
.toggleNavigation.closed .open,
.toggleNavigation.open .closed
{
    font-size: 150%;
    text-align: center;
    margin-left: -3px;
	color: #0f3055
}

.image-container img {
	width: 150px!important;
}
.map_container {
	display:inline-block;
}
.map_container a {
    border: 2px solid #0f3055!important;
    width: 19px;
    height: 19px;
    margin-top: -8px;
    margin-left: -8px;
}
.map_container a.active {
    opacity: 1;
    border: 2px solid #fff!important;
    width: 19px;
    height: 19px;
}

.map_container a.hover,
.map_container a:hover {
  opacity: 1;
  border: 2px solid transparent!important;
  background: #0f3055!important;
}


.footerBar {
	position: absolute;
    bottom: 0;
    padding: 0 10px 10px;
    width: 250px;
    text-align: left;
	right: 0;
    z-index: 10000;
	font-size: 15px;
}
.footerBar a {
	color: #000;
}
.footerBar a:hover {
	text-decoration: none;
}

.footerBar a.viking {
	text-decoration: underline;
}
.footerBar .footerBtn a {
	float: left;
	width: 33.333%;
	text-align: center;
}

.footerBar .footerBtn a:hover,
.footerBar .footerBtn a:focus {
	text-decoration: none;
}

.tooltip_window {
    background: #0f3055;
    color: #fff;
    border: 2px solid #fff;
}


.tooltip_window.left:after {
	width: 4px;
    height: 12px;
    margin: 0;
    border: 0;
    background: #0f3055;
    right: 50%;
    z-index: 10;
    top: 28px;
}

.withmapmaker {
	cursor: pointer;
}
.withmapmaker:before {content: attr(data-tooltip);
    font-size: 80%;
    background: #0f3055;
    color: #fff;
    border: 2px solid #fff;
    line-height: 27px;
    height: 30px;
    padding: 0px 10px;
    z-index: 1000000;
    position: relative;
    display: block;
    left: -50%;
    top: -45px;
    white-space: nowrap;
}
.withmapmaker:after {
  cursor: pointer;
  content: "";
  width: 4px;
  height: 10px;
  margin: 0;
  border: 0;
  background: #0f3055;
  z-index: 10;
  top: -17px;
  display: block;
  position: absolute;
}

.fancybox-stage blockquote {
margin: 0; border: 0;
}
.fancybox-is-open .fancybox-bg { opacity: .3; }
.fancybox-close-small svg {     border: 2px solid; border-radius: 50%; }

@media (max-width: 759px) {
  .toggleNavigationMap, .map-container {
    display: none;
  }
}
@media (min-width: 760px) {
  .toggleNavigationMap, .map-container {
    display: block;
  }
}





.sidebarNavigation .content-container {
	margin-bottom: 0;
    padding: 0 0 10px;
}
.content-container b,
.content-container i {
    font-family: FZZZHONGK;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 400;
}
.content-container b {}
.content-container i {
	/*letter-spacing: 6px;*/
}




.player_hideSubtitle svg,
.player_startSubtitle svg {
    height: 20px;
    width: 27px;

}




.marquee {
    max-width: 100vw;
    white-space: nowrap;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10000;
    text-align: center;
    background: #000;
    color: white;
    right: 250px;
    padding: 7px 10px 6px;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.marquee.full {
	right: 0;
}

.marquee span {
  display: inline-block;
  text-shadow: 0px 0px 20px #000;
}

.marquee span:hover {
  animation-play-state: paused
}


.fancybox-stage blockquote:nth-child(1),
.fancybox-stage blockquote:nth-child(4) {
  padding-bottom: 0;
}


#descriptionBox { max-width: 720px; }
.fancybox-content .headline { font-size: 24px; padding-bottom: 30px; }
.fancybox-container .content h2 { font-size: 22px; font-weight: bold; }
.fancybox-container .content h3 { font-size: 18px; font-weight: bold; }
.fancybox-container .content ol {padding-left: 15px; }
.fancybox-container .content li, .fancybox-container .content p { font-size: 15px; padding-bottom: 10px; }


@media (max-width: 767px) {
  #descriptionBox .col-sm-4 {
  	margin-top: 20px;
  }
  #descriptionBox .col-sm-4:first-child {
  	margin-top: 0px;
  }
  #image_container .withmapmaker,
  #image_container a.pano {
  	display:none;
  }
}

@media (max-width: 1150px) {
  .withmapmaker:before {
    top: -37px;
    line-height: 20px;
    height: 22px;
    font-size: 70%;
    padding: 0 6px;
    border: 1px solid #fff;
  }
}