/* a.eb-link {
    background: url(../images/external-link-icon.png);
    padding-right: 13px;
    background-repeat: no-repeat;
    background-position: 100% 0%;
} */

/* mobile view */
body.display-single .desktop-view, body.display-flip .mobile-view {display: none;}

.display-single .page-inside {overflow: hidden !important;}

/*.display-flip */


body {image-rendering: -webkit-optimize-contrast;}

body.display-single iframe {pointer-events: none;}

body.display-single iframe.fr-content-element {pointer-events: auto !important;}

/* mobile animation Fix */
.display-single .eb-page-wrap:not(.is-selected) .animated, .display-single .eb-page-wrap:not(.is-selected) .grow-animation {
    -webkit-animation-duration: 0;
    animation-duration: 0;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-name: none;
    animation-name: none;
}

#fullsize-navigation .heading a {font-weight: bold;font-size: 14px;}
#fullsize-navigation li.heading {padding-top: 4px;}

.eb-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 30;
}

.eb-footer .eb-logo {
    position: absolute;
    bottom: 15px;
    left: 20px;
    z-index: 40;
}

.eb-footer .eb-logo a {
    display: block;
    width: 150px;
    height: auto;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    text-indent: -9999em;
}

@media only screen and (max-width: 768px) {
    .eb-footer .eb-logo a {
        width: 100px;
    }
}

.main_logo {
    max-width: 100%;
    max-height: 100%;
}

.sidebar-close-btn:hover {
    cursor: pointer;
}

.sidebar-menu-btn:hover {
    cursor: pointer;
}

.sidebar-content {
    position: absolute;
    top: -7px;
    left: -3px;
    height: 102%;
    width: 30%;
    margin-left: -40%;
    background: url('../../assets-additional/opened-menu.png') no-repeat;
    background-size: cover;
    z-index: 99;
    -webkit-box-shadow: 5px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 0px 5px 0px rgba(0,0,0,0.75);
}

.sidebar-content ul {
    list-style: none;
    position: absolute;
    top: 250px;
    width: 90%;
}

.sidebar-content ul li {
    padding: 5px 0;
    border-bottom: 1px solid #00b1e5;
}

.sidebar-content ul li.blue:not(:first-child) {
    margin-top: 30px;
}

.sidebar-content ul li.blue a {
    font-weight: 900;
    color: #00b1e5;
}

.sidebar-content ul li a {
    text-transform: uppercase;
}

.sidebar-content ul li.blue a:hover {
    color: #fff;
}

.sidebar-content ul li a:hover {
    text-decoration: none;
    color: #00b1e5;
}

.grow-animation {
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

.grow-animation.up { transform: translateY(-100%);-webkit-animation-name: growingUp; animation-name: growingUp; }
.grow-animation.right { transform: translateX(-100%); -webkit-animation-name: growingRight; animation-name: growingRight; }
.grow-animation.rightScale { transform: translateX(100%) scaleX(0.05); -webkit-animation-name: growingRightScale; animation-name: growingRightScale; }

.grow-animation.delay-1s { animation-delay: 1s; -webkit-animation-delay: 1s; }
.grow-animation.delay-2s { animation-delay: 2s; -webkit-animation-delay: 2s; }
.grow-animation.delay-3s { animation-delay: 3s; -webkit-animation-delay: 3s; }
.grow-animation.delay-4s { animation-delay: 4s; -webkit-animation-delay: 4s; }
.grow-animation.delay-5s { animation-delay: 5s; -webkit-animation-delay: 5s; }
.grow-animation.delay-6s { animation-delay: 6s; -webkit-animation-delay: 6s; }

.animated.delay-6s { -webkit-animation-delay: 6s; animation-delay: 6s; }
.animated.delay-7s { -webkit-animation-delay: 7s; animation-delay: 7s; }
.animated.delay-8s { -webkit-animation-delay: 8s; animation-delay: 8s; }
.animated.delay-9s { -webkit-animation-delay: 9s; animation-delay: 9s; }

.animated.delay-0h5s { -webkit-animation-delay: 0.5s; animation-delay: 0.5s; }
.animated.delay-1h5s { -webkit-animation-delay: 1.5s; animation-delay: 1.5s; }
.animated.delay-2h5s { -webkit-animation-delay: 2.5s; animation-delay: 2.5s; }
.animated.delay-3h5s { -webkit-animation-delay: 3.5s; animation-delay: 3.5s; }
.animated.delay-4h5s { -webkit-animation-delay: 4.5s; animation-delay: 4.5s; }
.animated.delay-5h5s { -webkit-animation-delay: 5.5s; animation-delay: 5.5s; }
.animated.delay-6h5s { -webkit-animation-delay: 6.5s; animation-delay: 6.5s; }
.animated.delay-7h5s { -webkit-animation-delay: 7.5s; animation-delay: 7.5s; }
.animated.delay-8h5s { -webkit-animation-delay: 8.5s; animation-delay: 8.5s; }


.animated.delay-1h25s { -webkit-animation-delay: 1.25s; animation-delay: 1.25s; }
.animated.delay-2h25s { -webkit-animation-delay: 2.25s; animation-delay: 2.25s; }
.animated.delay-3h25s { -webkit-animation-delay: 3.25s; animation-delay: 3.25s; }
.animated.delay-4h25s { -webkit-animation-delay: 4.25s; animation-delay: 4.25s; }
.animated.delay-5h25s { -webkit-animation-delay: 5.25s; animation-delay: 5.25s; }
.animated.delay-6h25s { -webkit-animation-delay: 6.25s; animation-delay: 6.25s; }
.animated.delay-7h25s { -webkit-animation-delay: 7.25s; animation-delay: 7.25s; }

.animated.delay-1h75s { -webkit-animation-delay: 1.75s; animation-delay: 1.75s; }
.animated.delay-2h75s { -webkit-animation-delay: 2.75s; animation-delay: 2.75s; }
.animated.delay-3h75s { -webkit-animation-delay: 3.75s; animation-delay: 3.75s; }
.animated.delay-4h75s { -webkit-animation-delay: 4.75s; animation-delay: 4.75s; }
.animated.delay-5h75s { -webkit-animation-delay: 5.75s; animation-delay: 5.75s; }
.animated.delay-6h75s { -webkit-animation-delay: 6.75s; animation-delay: 6.75s; }
.animated.delay-7h75s { -webkit-animation-delay: 7.75s; animation-delay: 7.75s; }

.grow-overflow {
	overflow: hidden;
}

.grow-overflow img {
	width: 100%;
	height: 100%;
}

@keyframes growingUp {
    0% {
    	transform: translateY(100%);
    }
    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes growingUp {
    0% {
    	transform: translateY(100%);
    }
    100% {
        transform: translateY(0%);
    }
}

@keyframes growingRight {
    0% {
    	transform: translateX(-100%);
    }
    100% {
        transform: translateX(0%);
    }
}

@-webkit-keyframes growingRight {
    0% {
    	transform: translateX(-100%);
    }
    100% {
        transform: translateX(0%);
    }
}

@keyframes growingRightScale {
    0% {
        transform: translateX(100%) scaleX(0.05);
    }
    100% {
        transform: translateX(0%) scaleX(1);
    }
}

@-webkit-keyframes growingRightScale {
    0% {
        transform: translateX(100%) scaleX(0.05);
    }
    100% {
        transform: translateX(0%) scaleX(1);
    }
}

.frutiger-light {
	font-family: 'Frutiger Light' !important;
}

.eb-page-htmlContainer .absolute {
	position: absolute;
}

.eb-page-htmlContainer .title {
	-webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.eb-page-htmlContainer .w-animated {
	display: none;
}

.eb-header .eb-toc-dropdown>li>a:hover, .eb-header .eb-share-dropdown>li>a:hover {
	background-color: rgba(0, 0, 0, .1);
}

.eb-header .eb-header-bg {
	background-color: rgba(0, 0, 0, .1);
}

.counter {
	position: absolute;
	font-family: 'Frutiger Black';
}

#fullsize-navigation {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: scroll;
	z-index: 999;
	transition: .2s all;
	display: none;
}

.close-btn {
	position: absolute;
	right: 30px;
	top: 30px;
	font-size: 4rem !important;
	z-index: 1000;
}

.close-btn:hover {
	text-decoration: none;
	cursor: pointer;
}

#fullsize-navigation ul {
	margin: auto;
	list-style: none;
	text-align: left;
	padding: 0px 20px;
	padding-top: 0;
	max-width: 400px;
}

#fullsize-navigation .container {
	padding-bottom: 70px;
}

#fullsize-navigation .col-md-12 {
    text-align: center;
}

#fullsize-navigation h3 {
	color: #ffffff;
	margin-top: 10vh;
	margin-left: 20px;
}

#fullsize-navigation a:hover {
	font-size: 14px;
	color: #ffffff;
	text-decoration: underline;
}

#fullsize-navigation a {
	font-size: 14px;
	color: #ffffff;
}

#fullsize-navigation ul li {
	line-height: 14px;
	margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  #fullsize-navigation a {
	font-size: 12px;
}
#fullsize-navigation ul li {
	margin-bottom:5px;
	line-height: 15px;
}
}


div.eb-thumb-group ul li {
	cursor: e-resize; }

.overlay{
  position:absolute;
  background:#000;
  background-image: url("../../assets-additional/mobile/ao-mobile-vertical.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  opacity:1;
  left:0;
  right:0;
  top:0;
  bottom:0;
  z-index:999;
  display: none;
}

.centered-button {
  position: absolute; /* or absolute */
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -150px;
}

body.display-single .overlay {display: none;} /* mobile lock overlay */

@media only screen and (min-width: 600px) {
    .overlay {background-image: url("../../assets-additional/mobile/ao-mobile-horizontal.png") !important;}
}

/* .eb-link {
        background-color: #A4DE02;
        opacity: 0.5
    }

    .eb-link.broken {
        background-color: #000 !important;
        opacity: 1 !important;
    }

*/

/*
.eb-page-htmlContainer a {
      animation: colorchange 3s;
      -webkit-animation: colorchange 3s;
} 

@keyframes colorchange
    {
      0%   {background: transparent;}
      50%  {background: #FCEB00;}
      100% {background: transparent;}
    }

    @-webkit-keyframes colorchange
    {
      0%   {background: transparent;}
      50%  {background: #FCEB00;}
      100% {background: transparent;}
    } */

img.zoom, div.zoom {
    transition: 0.2s ease-in-out;
}
img.zoom:hover, div.zoom:hover {
    transform: scale(1.10);

}
.animation-scale {
    transform: scale(0.8);
    -webkit-animation: animation-scale 3s forwards;
    animation: animation-scale 3s forwards;
}
@-webkit-keyframes animation-scale {
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes animation-scale {
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.map-item {
    opacity: 0;
    transition: 0.4s ease-in-out;
}
.map-item.is-active {
    opacity: 1;
}
.map-stats {
    opacity: 0;
    transition: 0.4s ease-in-out;
}
.map-stats.is-active {
    opacity: 1;
}
#map-stats-global,
#map-stats-global-m {
    transition: 0.4s ease-in-out;
}
#map-stats-global.is-not-active,
#map-stats-global-m.is-not-active {
    opacity: 0 !important;
}
#map-stats-global-after,
#map-stats-global-after-m {
    opacity: 0;
    transition: 0.4s ease-in-out;
}
#map-stats-global-after.is-active,
#map-stats-global-after-m.is-active {
    opacity: 1;
}

.map-2-item {
    opacity: 0;
    transition: 0.4s ease-in-out;
}
.map-2-item.is-active {
    opacity: 1;
}
.map-2-item-pin {
    transition: 0.4s ease-in-out;
    cursor: pointer;
    z-index: 5;
}
.map-2-item-pin:hover {
    opacity: 0.7;
}