/* img {
max-width: 100%;
width: auto; 
}*/
span.icon-musica-searcher {
    font-size: 25px;
    width: 50px;
    display: block;
    height: 43px;
    text-align: center;
}

.hero-bg {
    
    margin-top: -28px;
}
.disable_topmenu, .single_block_links>li {
     font-size: 12px;
    color: white;
}

.bg_ul_wrapper_width {
    width: 100%;
    background: #096db6;
    padding-bottom: 20px;
    padding-top: 0px;
}
.hs-search-field__bar {
    padding-top: 20px;
    padding-bottom: 20px;
}
li#results-for {
    color: white !important;
    padding: 0px 0;
  font-family: Museo-Regular,Museo-Regular-cyr;
}
.hs-search-field__input {
    box-sizing: border-box;
    width: 100%;
    font-size: 20px;
    border-radius: 0px;
    border: 0px solid hsla(0,0%,100%,.74);
    background: #096db6;
    color: white !important;
    padding: 5px 20px;
    border-bottom: 2px solid;
}
.hs-search-field__input::placeholder {
  color: white !important;
}

ul.hs-search-field__suggestions li a {
    line-height: 1.5;
    font-size: 16px;
    padding-bottom: 10px;
}

.language_switch_block li {
    padding-left: 10px;
    display: inline-block;
}
a.logo-glan img {
    height: 19px;
    
  line-height: 55px;
    font-family: Museo-Regular,Museo-Regular-cyr;
    font-size: 1.4rem;
    text-decoration: none;
    font-weight: 900;
    color: #fff;
    display: block;
    padding: 0 20px;
}
.row-hero {
    margin-top: -29px;
}
a.topmenu {
  line-height: 55px;
   font-family: 'Museo-Medium';
    font-size: 1.4rem;
    text-decoration: none;
    font-weight: 900;
    color: #fff;
   
}
/* DESKTOP */
.language_switch_block ul a {
    line-height: 55px;
    color: #fff;
    font-family: 'Museo-Medium';
    font-weight: 900;
    font-size: 1.4rem;
    text-decoration: none;
    display: inline-flex;
}

.desktop_nav_wrapper{
	height: 55px;
 
	 position: fixed;
    width: 100%;

	    z-index: 999999;
}
.desktop_nav_wrapper.color_show {
	background:#096db6;
   
    line-height: 50px;
    transition: .4s all ease-in-out;
    top: 0;
}
.desktop_nav_wrapper a.logo_link > img {
    height: 30px;
}
.desktop_nav_wrapper a.logo_link {
     display: inline-flex;
    height: 55px;
    align-items: center;
    
}

.genano21Hero {
    
    margin-top: -28px;
}

.desktop_nav_links_wrapper>ul>li:hover >a, .bg_ul_wrapper_width>ul>li:hover >a, .single_block_links>li:hover >a {
    color: #bfb8b8;

	transition:.3s all ease;
}
.desktop_nav_links_wrapper > ul{

    display: flex;
    padding: 0 10px;

}
.desktop_nav_links_wrapper {
    max-width: 1000px;
    
    float: right;
}
.hamburger_container{
		display:none;
	}
a.logo-genona img {
    height: 40px;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}
.desktop_nav_links_wrapper>ul>li>a {
  line-height: 55px;
    font-family: 'Museo-Medium';
    font-size: 1.4rem;
    text-decoration: none;
    font-weight: 900;
    color: #fff;
    display: block;
    padding: 0 20px;
}
.firtslevel_link > .bg_ul_wrapper{
		position: absolute;
   
    left: 0;
      width: 100%;
	visibility:hidden;
	opacity:0;
	transition:.3s all ease;
	
}
.firtslevel_link:hover >.bg_ul_wrapper{
	  visibility:visible;
	opacity:1;
	transition:.3s all ease;
}

.bg_ul_wrapper>div>ul {
    display: flex;
    max-width: 1170px;
    padding: 0 20px;
    margin: auto;
    justify-content: center;
}


.bg_ul_wrapper_2ndlayer {
    position: absolute;
   background: #096db6;
    width: 100%;
    left: 0;
  text-align: center;
	
}

.bg_ul_wrapper_width >ul>li>a{
	color:white;
font-family: Museo-Regular,Museo-Regular-cyr;
	font-weight:900;
	line-height:55px;
	font-size:1.6rem;
	display: block;
    padding: 0 30px 0 0;
	text-decoration: none;
}
.bg_ul_wrapper_2ndlayer ul {
    max-width: 1170px;
    margin: 0 auto;
	    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(283px,1fr));
	    grid-gap: 30px;
    padding: 30px 20px;
}
.bg_ul_wrapper_2ndlayer a{
	color: #fff;
    font-family: Museo-Regular,Museo-Regular-cyr;
    font-weight: 400;
    line-height: 30px;
    font-size: 1.6rem;
    display: block;
    text-decoration: none;
}
.single_block_links >li:first-child a {
    font-weight: 900;
	font-size: 1.6rem;
}

.second_layer_parent > .bg_ul_wrapper_2ndlayer {
/* display:none; */
	opacity:0;
		visibility:hidden;
	transition:.3s all ease;
	pointer-events: none;

}
.lookatme, .lookatme1st, .second_layer_parent:first-child > .bg_ul_wrapper_2ndlayer {
/* 	display:block !important;
  opacity:1 !important ;
	
	

	visibility:visible !important;
	transition:.3s all ease; */
}
.second_layer_parent:hover >.bg_ul_wrapper_2ndlayer{
/* 	display:block !important; */
	opacity:1 !important;
	visibility:visible !important;
	transition:.3s all ease;
	 pointer-events: auto;
}

.search_block {
    display: inline-block;
    float: right;
}

.search_block span {
    line-height: 55px;
    font-size: 15px;
    color: #fff;
}


.search_block a {
    text-decoration:none;
}
.language_switch_block{
    display: inline-block;
    float: right;
	padding-left: 10px;
}
.language_switch_block li {
    padding-left: 10px;
}
.language_switch_block ul a {
    
}
.language_switch_block ul a {
    line-height: 55px;
    color: #fff;
    font-family: 'Museo-Medium';
    font-weight: 900;
	  font-size:1.4rem;
	  text-decoration:none;
  display: inline-block;
}

.active_lang{
	    font-weight: 900 !important;
}



@media(max-width:1100px){
	.hamburger_container{
		display:block;
	}
	.desktop_nav_links_wrapper{
		display:none;
	}
	.desktop_nav_wrapper a.logo_link > img{
		height:30px;
	}
	
}
/* DESKTOP END*/













nav *{
		font-family: 'Quicksand', sans-serif;
	font-size:1.6rem;
	font-weight:900;
}

.nav-wrapper {
  position: fixed;
    width: 100vw;
    height: calc(100% - 57px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    bottom: 0;
	border-top: 2px rgba(255, 255, 255, 1) solid;
	    z-index: 9;
}
.nav-wrapper.show-menu {
  -webkit-transform: none;
          transform: none;
}


.hamburger_container {
    float: right;
    height: 30px;
    width: 30px;
    /* background: red; */
    top: 5px;
    position: relative;
	    padding-left: 40px;
}
.nav-wrapper.show-menu > .js-nav-toggle {
    right: 20px;
    margin: 0;
	z-index: 999;
}
@media (max-width: 1100px){
.language_switch_block {
    display: none;
}
}
.js-nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}


.js-nav-toggle {
    display: block;
   height: 100%;
    width: 100%;
    /* height: 20px; */
    /* position: relative; */
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    top: 20px;
    z-index: 2;
}
.js-nav-toggle span:nth-child(1) {
    top: 17px;
}
.js-nav-toggle span:nth-child(2) {
    top: 25px;
}
.show-menu .js-nav-toggle span:nth-child(1) {
    transform: translate(0px,4px) rotate(-45deg);
    background: #fff;
}
.show-menu .js-nav-toggle span:nth-child(2) {
    transform: translate(0px,-4px) rotate(45deg);
    background: #fff;
}

nav {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  
  background-color: #fafafa;
}
nav .nav-toggle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12.5px 20px;
		background-color: #096db6;
   
  
  color: #fff;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
nav .nav-toggle:hover {
 		background: #096db6;
}
nav .nav-toggle.back-visible .nav-back {
  opacity: 1;
}
nav .nav-toggle.back-visible .nav-title {
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}
nav .nav-title {
  position: absolute;
  left: 0;
  top: 20px;
  padding-left: 20px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
font-family: Museo-Regular,Museo-Regular-cyr;
	font-size:1.6rem;
	font-weight:700;
}
nav .nav-back {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
nav .nav-back:before, nav .nav-back:after {
  content: '';
  position: absolute;
  top: 50%;
}

nav .nav-back:after {
    position: absolute;
    top: 4px;
/*     right: 32px; */
    content: "\eafc";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 23px;
    font-weight: bold;
}
nav a {
/*   display: block; */
  position: relative;
  font-weight:700;
 
		color: #1A1A1A;
    color: var(--deepGray);
  text-decoration: none;
  -webkit-transition: color 0.15s, #1a1a1a 0.15s;
  transition: color 0.15s, #1a1a1a 0.15s;
}
nav a:hover {
  color: #333;
 /* background-color: #efefef; */
}
nav ul {
  list-style: none;
  padding: 55px 0 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
	font-family: Nunito;
    font-size: 1.6rem;
}
nav ul ul {
  display: none;
  left: 100%;
}
nav li.has-dropdown > a {
  padding-right: 2.5em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;

}
span.hs-search-field__suggestions li {
    padding-left: 20px;
  font-family: Museo-Regular,Museo-Regular-cyr;
}

.hs-search-field__suggestions a, .hs-search-field__suggestions #results-for {
    display: block;
    font: 18px/24px "Museo-Regular,Museo-Regular-cyr";
    color: #096db6;
}

li#results-for {
    color: #096db6!important;
    padding: 0;
    font-family: Museo-Regular,Museo-Regular-cyr;
    padding-left: 20px;
}
.hs-search-field__suggestions #results-for {
    font-weight: bold !important;
}
nav li.has-dropdown .has-dropdown-slide:after {
 
 
    content: "\eafd";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    font-weight: bold;
} 
nav li.nav-dropdown-open > ul {
  display: block;
}
.ota_yhteytta {
    background: #EE8062;
    border: none;
    color: #fff;
	    text-align: center;
}
.ota_yhteytta >a {
    color: #fff;
}
nav>ul>li, nav li.has-dropdown li{
	  border-bottom: 1px solid rgba(11 109 182 / 22%) ;
	
}


.has-dropdown-flex {
    display: flex;
    justify-content: space-between;
}
nav li{
	padding:20px;
}


.desktop_nav_links_wrapper > ul > li:last-child {
   
}

.desktop_nav_links_wrapper > ul > li:last-child > a {
   
 
}
.desktop_nav_links_wrapper > ul > li:last-child:hover > a{

}
[role="navigation"] >ul>li:last-child{
	
}
[role="navigation"] >ul>li:last-child > .has-dropdown-flex{
	
}
[role="navigation"] >ul>li:last-child a {
    color:black;
}

.disable_topmenu {
  pointer-events: none;
  cursor: default;

}

.single_block_links > li:first-child {
/*     pointer-events: none; */
    cursor: default;
}


#mobile-lang-switcher {
    padding: 0 20px;
}
	#mobile-lang-switcher .active, .btn:hover {
    background-color: rgba(45, 45, 45, 0.21);
    color: white;
}
	a.lang_switcher_link img {
    top: 1px;
    position: relative;
    
}
	.btnt {
    cursor: pointer;
    font-size: 18px;
    display: block;
    float: left;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    outline: 0px;
    margin: 4px;
    border-radius: 50%;
/*     padding: 10px; */
		padding: 10px 0px;
}
.btnt.active a {
    color: white !important;
}
	.branding_logo a {
    /* line-height: inherit; */
    display: flex;
	    height: 50px;
    /* padding-right: 50px; */
}
.branding_logo img {
    width: 120px;
}

@media screen and (max-width: 1100px) {
#mobile-lang-switcher{
  display: flex;
  flex-wrap: wrap;
  }
  #mobile-lang-switcher .btnt {
  width:50px;
  } 
  #mobile-lang-switcher .active, .btnt:hover {
    background-color: rgb(247 247 247);
    color: #fff;
}
 a.lang_switcher_link img {

width: 50px; 
}
  
input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

input::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
  
  @media screen and (max-width: 700px){
  .lang_switcher_link
    border-radius: 25px;
  }
  
  
  .hs-search-field__input input {
  color: #fff;
  }