/*@import url(../../translucent-and-transparent/css/styles.css);*/
/*MANUALLY IMPORTED TO PREVENT PROBLEMS WITH COMPREESSOR ######################*/
/*MANUALLY IMPORTED TO PREVENT PROBLEMS WITH COMPREESSOR ######################*/

#top-contact-bar { background-color: rgba(0, 0, 0, 0.5); color: #fff;  }
#top-contact-bar a { color: #fff !important; }
/*.page-scrolled #top-contact-bar { display: none; }*/


#menubar { background-color: rgba(0, 0, 0, 0.7) !important; }

@media (min-width: 992px) {
	#menubar { background-color: transparent !important; min-height: 130px; transition: min-height 0.3s;  }
	.page-scrolled #menubar { background-color: rgba(0, 0, 0, 0.7) !important; min-height: 0px; }
}

/*#navbar-block { position: absolute; width: 100%; }*/
/*.page-scrolled #navbar-block { position: sticky; }*/

.navbar-nav .nav-link { text-transform: uppercase; font-weight: 600; font-size: inherit; }

.navbar-light .navbar-nav .nav-link { color: #fff; }

.navbar-light .navbar-nav .nav-link:hover { color: rgba(255,255,255,.8); }

.navbar-light .navbar-nav .nav-link.active { color: rgba(255,255,255,0.8) !important; }

.navbar-light .navbar-nav .nav-item .btn { background-color: transparent; border-color: #fff; }


@media (max-width: 992px) {
	.navbar-brand img { max-height: 60px; }
	#navbar-block.menu-opened { background-color: #fff; }

}

/* JUMBOTRON ############################################# */

/*PUT JUMBOTRON BEHIND MENU*/
.jumbotron, #home.swiper-container { min-height: 380px; padding-top: 9rem; margin-top: -11rem; }


/* CONTACT BAR SOCIAL MEDIA ############################## */

#top-contact-bar .socialmedia a {
    color: #fff; background-color: #bbb; padding: 2px 1px 0 0;
    border-radius: 28px; width: 28px; height: 28px;
    margin: 3px; text-align: center;
}
#top-contact-bar .socialmedia i { font-size: 16px; line-height: 23px; }

#top-contact-bar .socialmedia .facebook,
#top-contact-bar .socialmedia .twitter,
#top-contact-bar .socialmedia .instagram,
#top-contact-bar .socialmedia .linkedin,
#top-contact-bar .socialmedia .youtube,
#top-contact-bar .socialmedia .tripadvisor
{ background-color: transparent !important; }

.navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important; }

/* END ########################################################################*/
/* END ########################################################################*/
/* END ########################################################################*/

/*ADITIONAL CSS*/

#navbar-block {
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.5) 60%, rgba(0,0,0,0) 100%);
}

#notification-bar { position: relative; z-index: 100; }