
header{
  position: fixed;
  z-index: 5;
  background: url(../img/public/lightpaperfibers_test.jpg);
  background-repeat: repeat;
}

.nav_block{
  height: 180px;
  width: 100%;
}

.navbar_main{
  height: 180px;
  padding-top: 35px;
  transition: all .5s;
  overflow: hidden;
}

.navbar_main_sm{
  height: 72px;
  padding-top: 10px;
}

.nav_row_sec{
  opacity: 1;
  transition: all .3s;
}

.nav_row_sec_sm{
  opacity: 0;
}

.main_stamp_sm{
  margin-top: -4px;
}

.main_nav_name_sm{
  margin-top: -15px !important;
}
.main_nav_name{
  position: absolute;
  top: 0px;
  left: 0px;
}
.main_nav_name_sec{
  position: absolute;
  top: 0px;
  left: 0px;
}

.nav_stamp{
  width: 50px;
  height: 50px;
}

.nav_stamp_padding{
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.nav_title{
  margin:-5px 0px 0px 45px;
  text-decoration:underline;
}

.nav_title_padding{
  margin:-5px 0px 0px 0px;
  font-weight: bold;
}

.nav_title_sec{
  margin:4px 0px 0px 0px;
  font-weight: bold;
  font-size: 1.8rem;
}


.nav_sub_title{
  margin: 3px 0px 0px 45px;
  color: #000;
  font-size: .9rem;
}

.nav_sub_title_padding{
  margin: 0px 0px 0px 0px;
  color: #000;
  font-size: 1.1rem;
}

.navbar_row{
  margin-top: 7px;
}


.navbar_row_padding{
  transition: all .3s;
  margin: 7px 0px 0px 0px;
  padding: 0px 0px 0px 95px;
  position: relative;
}

.nav_sq_btn{
  position: relative;
  width: 40px;
  height: 40px;
  transition: all .2s;
}

.nav_sq_btn_en{
  position: relative;
  width: 40px;
  height: 40px;
  transition: all .2s;
}

.nav_sq_btn_en_inside{
  position: absolute;
  width: 40px;
  height: 40px;
  transition: all .1s;
}

.nav_sq_btn_st{
  position: relative;
  width: 40px;
  height: 40px;
  transition: all .2s;
}

.nav_sq_btn_inline{
  position: relative;
  width: 40px;
  height: 40px;
  float: left;
}

.nav_sq_btn:hover{
 /* transform:scale(1.15,1.15);*/
  cursor: pointer; 
}

.nav_search{
  position: absolute;
  right: 240px;
}

.nav_search_padding{
  position: absolute;
  left: 16px;
  display: block;
}

.nav_lang{
  position: absolute;
  right: 70px;
}

.nav_lang_padding{
  position: absolute;
  right: 80px;
  display: block;
}

.nav_launcher{
  position: absolute;
  right: -15px;
}

.nav_launcher_padding{
  position: absolute;
  right: 0px;
}

.text_bold{
  font-weight: bold;
}

.nav_sq_lang_ch{
  position: absolute;
  text-align: center;
  top:3px;
  left: 4px;
  font-weight: bold;
  transition: all .3s;
}

.nav_modal_list {
  display: flex;
  height: 800px;
  padding: 0px 0px 0px 95px;
  flex-direction: column;
 
}

.nav_modal_item {
  flex: 1;
  margin: 0px;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 2rem;
  position: relative;
}


.nav_modal_item_top {
  flex: 1;
  margin: 0px;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 2rem;
  position: relative;
}

.nav_modal_block {
  flex-grow: 2;
  flex-shrink: 1;
  flex-basis: 0%;
}
.navbar_info_box_switch{
  display: none;
} 

@media only screen and (max-width: 1199px) {
  .navbar_info_box{
    display: none;
  } 
  .navbar_info_box_switch{
    display: block;
  } 
}

@media only screen and (max-width: 992px) {
  .navbar_info_box{
    display: none;
  }
  .navbar_info_box_switch{
    display: block;
  } 
}

@media only screen and (max-width: 768px) {
  .nav_block{
    height: 95px;
    width: 100%;
  }

  .nav_title_sec{
    font-size: 1.6rem;
    margin:5px 0px 0px 0px;
  }

  .navbar_info_box{
    display: none;
  }
  .navbar_info_box_switch{
    display: block;
  } 

  .nav_modal_list {
    padding: 0px 0px 0px 55px;  
  }
  .nav_modal_block {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
  }
  .nav_search_padding{
    left: auto;
    position: absolute;
    right: 90px;
    display: block;
  }
  .nav_lang_padding{
    
    position: absolute;
    right: 45px;
    display: block;
    
  }
  .nav_row_sec{
    display: none;
  }
  .navbar_row_padding{
    padding: 0px 0px 0px 60px;
  }

  .navbar_main{
    height: 90px;
    padding-top: 20px;
  }

  .nav_title_padding{
    font-size: 1.6rem;
  }

  .nav_modal_item_top {
    display: flex;
    flex: 0;
    margin: 10px;
  }
  
}



