body {image-rendering: -webkit-optimize-contrast;}

/* mobile animation Fix Deividas */
.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: normal;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-7s { -webkit-animation-delay: 7s; animation-delay: 7s; }

.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-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: #000000;
	margin-top: 10vh;
	margin-left: 20px;
}

#fullsize-navigation a:hover {
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
}

#fullsize-navigation a {
	font-size: 14px;
	color: #000000;
}

#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; }

/* .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;}
    } */


.gallery-button img.hover {
    display: none;
    position: absolute;
    top: -12px;
    left: -15px;
    z-index: 99;
    width: 189px !important;
}

.gallery-button:hover .hover {
        display: inline;
    }

a.eb-link.eb-photo-gallery:hover {
    opacity: 1 !important;
}

.zoom-link {
    transition: transform 0.5s;
}

.zoom-link:hover {
  transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

div#preload {
    display: none;
}

#page6 a.eb-link:hover, #page7 a.eb-link:hover {opacity: 1 !important; background: none !important; }


.display-flip a.mobile-show {
    display: none !important;
}