body {
	padding-top: 0;
}

#header {
	position: absolute;
}

#headerCarousel {
	z-index: 99;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	padding-top: 10rem;
	padding-bottom: 4rem;
}

.header_top {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 1rem 0;
	color: #fff;
	display: block;
	height: auto;
/**background-color: rgba(10, 52, 104, 1) ; **/
	background-color: transparent;
   font-family: var(--thm-primary-font);
   
}

.header_top a, .header_top .header_top_but, .header_top .header_top_but_opened, .header_top .responsive_top_nav {
  color:#FFFFFF;
  transition: all 0.3s ease-in-out;
}

.header_top a:hover {
	transition: all 0.3s ease-in-out;
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
}

.header_top .meta_wrap {
  display:inline-block;
  position:relative;
  vertical-align:middle;
  line-height: 1.4rem;
  padding: 0.2rem 0;
  width: 100%;
}

.header_top .meta_wrap * {
	font-size: 14px;
}

.header_top .meta_wrap > * {
  display:inline-block;
  margin:0 12px 0 0;
}

.header_top .social_wrap {
	height: 100%;
	text-align: center;
}

.header_top .social_wrap ul {
  display:inline-block;
  list-style:none;
  margin:0;
  padding:0;
  vertical-align:middle;
}

.header_top .social_wrap li {
  margin-left:0;
  display:inline-block;
  margin:0 10px 0 0;
  padding:0;
  position:relative;
  vertical-align:middle;
}

.header_bottom #navbarCollapse {
	border-top: 1px solid #b4c8dc;
}

/* ==================================================
  Sticky
  ================================================== */
.header_bottom .sticky{
  border-radius: 0;
 /** padding-top: 20px;
  padding-bottom: 20px;**/
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sticky .show-is-sticky,
.sticky .show-not-sticky {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
.sticky .show-not-sticky {
  opacity: 1;
  visibility: visible;
}
.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  width: 100%;
 transition: all 0.3s ease-out;
}

.header_bottom .sticky.is-sticky {
  background-color: rgba(255,255,255, 1);
}
.sticky.is-sticky .show-is-sticky {
  opacity: 1;
  visibility: visible;
}
.sticky.is-sticky .show-not-sticky {
  opacity: 0;
  visibility: hidden;
}

.header_bottom .sticky.is-sticky #navbarCollapse  {
	border-top: 0;
}

.navbar {
	box-shadow: none;
	background-color: transparent;
}

.navbar.sticky.is-sticky {
	box-shadow: 0 1px 15px 0 rgba(0,0,0,0.2);
}

.navbar-brand {
	display: none;
}

.navbar.sticky.is-sticky .navbar-brand {
	display: inline;
}

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

.navbar.sticky.is-sticky.navbar-light .navbar-nav .nav-link  {
	color: var(--thm-color)
}

.navbar-light.sticky.is-sticky .navbar-nav .nav-link {
	color: rgba(0,0,0,1);
}