
*{box-sizing: border-box; }
html{font-size: 18px;
    }
body{
    font-size: 18px;   /*17px*/
    line-height: 1.6;
    font-family: 'Saira', neue-haas-grotesk-display, sans-serif;
    font-weight: 500;
    font-style: normal;
    margin: 10px 50px 0 50px;
    padding: 0 ;
    letter-spacing: 0.02em;
    color: #222222;
    
    overflow-x: hidden;
} 
 
a {
    color: #e1001a;
    transition: all ease 0.3s;
  } 
 
a:hover {
    color: #000;
  }  
 
h1,h2,h3,h4{
  font-family: "Bebas Neue", "Arial Narrow" ,sans-serif;
  text-transform: uppercase;
  color: #e1001a;
  font-weight: normal;
  letter-spacing: 0.03em;
  line-height: 1.1;
  margin: 2em 0 0 0;
        } 
h1{ 
  font-size: 4rem;
  }        
h2{ 
  /* font-size: 3.2rem; */
  font-size: 3rem; 
  }        
h3{ 
  font-size: 1.8rem;
  margin-top: 1em;
  padding-top: 1em;
  }        
h4{ 
  font-size: 1.2rem;
  }   

  img, iframe, video{
	max-width: 100%;
  }
 
 .button{
  font-family: "Bebas Neue", sans-serif;
  font-size: 21px;
  background: #000;
  color: #fff;
  padding: .75em 4.5em .65em 1.5em ;
  display: inline-block;
  text-decoration: none;
  font-weight: normal;  
  min-width: 200px;
  border: 1px solid #000 ;
  margin: 1.5em 0;
  position: relative;
        } 
 .button::after{
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  border-top: 1px solid #e1001a ;
  border-right: 1px solid #e1001a ;
  transform: rotate(45deg);
  position: absolute;
  right: 1.5em;
  top: 42%;
               }        
 .button:hover {
    color: #111;
    background-color: #fff;
    padding-right: 6em;
  }      
  
.neutral{
   color: inherit;
        }  

p, ul, ol, table, dl{
  margin: 30px 0;
  letter-spacing: -0.02em;
                    }  
ul{
  list-style: none ;
  letter-spacing: -0.02em;
  margin-left: 0;
  padding-left: 2em;
  }                            
.content ul  {
    max-width: 70%;
      }      
.content ul li {
    list-style: none ;
      }        
.content ul li:before{
    content: "";
    display: inline-block;
    height: 1px; 
    width: 1em;
    margin-right: 1em; 
    margin-left: -2em;
    
    vertical-align: middle;
    border-top: thin solid red ;
            }   
blockquote{
  font-size: 1.4em;
          }               
                 
        
/**/ 

.page{
  background: #fff;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  padding: 1px ;
}
.logo{
  text-indent: -999999px;
  position: relative;
  margin: 0;
    height: 150px;
    z-index: 999999;
     }
.logo span{
  background: url(/img/jap-logo.svg) center left no-repeat;
  background-size: 260px 110px;
  display: block;
  width: 260px;
  height: 110px;
  position: absolute;
  top: 0;
  left: 0;
  
          }
          
/**/
.nav{
   font-family: "Bebas Neue", sans-serif;
    font-size: 21px;
    letter-spacing: 0.02em;
    display: flex;
    /*justify-content: space-between;*/
	justify-content: end;
    align-items: center;
    position: absolute;    
    top: 0;
    /*left: 40%;
    width: 60%;*/
	left: auto;
    right: 0;
    width: 80%;
    height: 150px;  
    z-index: 99999999;  
    
}
.nav .hamham{
  vertical-align: middle;
  align-self: center;  
            }
            
.nav__primary > .nav__item > a, .nav__lang > a {
   text-decoration: none;
   padding: .2em 1.2em ;
  display: inline-block;
  border-left: 2px solid #ccc ;  
  white-space: nowrap;
}
.nav .nav__item:first-of-type a,
.nav__lang > a:first-of-type {
  border-left: none ;
}
.nav a:hover{
  text-decoration: underline;
}
.nav__primary > .nav__item:hover{
    background: #eeeeee;
}
.nav__primary > .nav__item:hover > a{
     padding: 1em 1.2em ;
    background: #ffffff;
    text-decoration: none;
}




/*.nav a:after{
   content: " ";
   color: #ccc;
   display: inline-block;
   margin: 0 .7em 0 .9em ;

   height: 1.5em;
   vertical-align: middle;
   
}
.nav a:last-of-type:after{
   display: none;
}*/

.nav__primary{
  display: flex;
  align-items: center;  
            }

.nav__primary .nav__item{
  position: relative;
          }

.nav__primary .nav__item > .nav__sub{
  position: absolute;
  top: 4rem;
  left: 0px;
  width: 19em;
  background: #ffffff;
  box-shadow: 0 0 20px rgba(50, 50, 50, 0.3);
  /* padding: 2rem 0; */
  padding: 0 0;
  
  margin: 0;
  list-style: none;;
  z-index: 9999999999;
  
 /* font-family: 'Saira', neue-haas-grotesk-display, sans-serif;*/
  font-size: 1.1rem;
  letter-spacing: 0.02em;
  
  opacity:0;
  transition: all ease .2s;
  display: none;
         }
.nav__primary .nav__item > .nav__sub  li{
    border-bottom: thin solid #ddd ;
    position:relative;
    padding: 0 2rem ;
            }      


.nav__primary .nav__item  .nav__sub  li > a:before{
    content: "";
    display: inline-block;
    height: 1px; 
    width: 0.6em;
    margin-right: .6em;
    vertical-align: middle;
    border-top: thin solid red ;
            }      
         

.nav__primary .nav__sub a{
  text-decoration: none;
  /* padding: 1em 0 ; */ 
  padding: .8em 0 ;
  display: block;
  color: #222222;
  transition: all ease .2s;  
         }
.nav__primary .nav__sub  a:hover{
  color: #e1001a;  
         }         
         
.nav__primary .nav__sub .nav__sub a{
    /*padding: .2em 0 ;*/
}
         

.nav__primary .nav__item:hover > .nav__sub{
  display: block;
  opacity: 1;
  }

.nav__primary  .nav__sub .nav__sub  {
  position: absolute; 
  top: 0;
  left: 14em;
  width: 25.1em;  
  background: #f3f3f3;
  /* padding: 2rem ;*/
  padding: 0 ;
  margin: 0;
  list-style: none;;
  letter-spacing: 0.02em;  
  
  display: none;
  z-index: 999999;
  
  
/*  
  padding-left: 50px;
  margin: 0 0 30px 0;
  */
  
 }

.nav__primary .nav__item > .nav__sub > li:hover .nav__sub{
  display: block;
  opacity: 1;
  } 
.nav__primary .nav__item > .nav__sub > li:hover {
    background: #f3f3f3;
  }   
  
 
.nav__primary  .nav__sub .nav__sub .nav__sub {
  display: none !important;
 }



.nav__lang a{
   color: #000;
}
.nav__lang a:hover{
   color: #ccc;
}


/**/
.intro{ 
  position: relative;
  border-top: 1px solid transparent;
  /*margin-bottom: 100px;*/
  width: 100%;
  overflow: hidden;
      }
.intro__heading{ 
  /*  
  text-indent: -5vw;
    padding-left: 5vw;
    */

   text-indent: calc((100vw - 1600px) * -0.08);  
    padding-left: 5%;    
    
    padding-right: .85em;
    max-width: 40%;
    width:40%;
    position: relative;
    z-index: 9999;
      }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .intro__heading{ 
           text-indent: -5%;
   }
}          
  
   
      
.intro__heading::first-line{

                            }    

/**/
.intro__paragraph{
  background: #eeeeee;
  padding: 2.5% 5%;
  width: 40%;
  margin: 5% 0 0 0;
  position: relative;
  z-index: 9999;
  
  /*font-size: 1.2em;*/
}

.intro__paragraph:empty {
    display: none;
}

/*
.intro__paragraph{
  padding: 2.5% 0;
  width: 35%;
  margin: 2.5% 0;
  position: relative;
  z-index: 9999;
  
  font-size: 1em;
}
*/



.intro__image{
      position: absolute;
      right: 0;
      top: 0;
      bottom:0;
      width: 60%;
        
             }
             
.intro__image img{
      min-width: 100%;
      max-width: 100%;
      width: 100%;
      height: 100%;

      display: inline-block;
      
      transition: 1s all ease;
      position: relative;
      left: 0;
      object-fit: cover;
	  /**/
	  height: 100%;
}

.owl-carousel .owl-item{
	height: 100%;
}
.owl-carousel  .owl-stage-outer{
	height: 100%;
}
.owl-carousel .owl-stage{
	height: 100%;
}
.owl-carousel .owl-item .item{
	height: 100%;
}


/*
.intro__image .intro__image__2 img{
      transition: 0.7s 0.3s all ease;
      }
*/            
             
.intro__image.slide img{
      left: -100%;
             }   

@keyframes {

          }             
             

.intro__image__1, .owl-carousel.owl-theme{
  width: 100%;
  height: 100%;
  /*max-height: 70vh;*/
  
  overflow: hidden;
  /*display: flex;        div in cms  */
  transition: 3s all ease;
}

.intro__image__1 > div, 
.intro__image__1 > p {
  margin: 0;
  padding: 0 ;
  
  width: 100%;
  height: 100%;
  /*display: flex;  */
                }  
                
                              
                
                
/*
.intro__image__2{
  overflow: hidden;
  display: flex;  
  position: absolute;
  bottom: -200px;
  margin-right: 15%;
  margin-left: 25%;
  width: 60%;
  transition: 3s all ease;
                }
 */              

.intro__links{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 10%;
z-index: 10;
}
.link {
  display: block;
   height: 80px;
  background: #e1001a url(/img/arrow.svg) center center no-repeat;
  background-size: 45px 45px;
   
      }


.link--prev{
  transform: scale(-1); 
  background-color: #ce0000;
    }
       
                
.link:hover{
  opacity: .8;
  background-color: #666;
      }                


.owl-dots {
		position: absolute;
		bottom: 30px;
		left: 0;
		right: 0;
		display: flex;
		margin: 0 auto;
		justify-content: center;
}


.owl-dot {
    display: block;
    width: 12px;
    height: 12px;
    background: #fff;
    margin: 12px;
    border-radius: 10px;
	border: 2px solid #fff;
}



.owl-dot.active {
    background: red;
}



.intro__content{
  max-width: 35%;
 /* padding-left: 5%;*/
               }
    
.intro__breadcrumbs {
  display: none;s
                   } 
                   
                      
               
.intro__breadcrumbs div{
  opacity: .8 !important;
  font-size: .85em;
                   }
                       
.intro__breadcrumbs span{
  padding: 0 .6em ;
  opacity: .5 ;
                   }
               
/**/

.index .content{
  display: none;                      
   
}


.content{
  border: 1px solid #e6e6e6 ;
  border-top: 0 ;
  /* padding: 1.5% 15% 5% 5% ; */
  padding: 1.5% 5% 5% 5% ;
  
        }

.content h2:first-child{
  margin-top: 1em;
        }
        
.content p{
  max-width: 70%;
  text-align: justify;
  /*margin: 2em auto;*/
        }        
        

.gallery{
  display: flex;
  margin: 30px 0;
  max-width: 100%;
        }
.gallery img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit:cover;
  transition: all ease 0.3s;
        }
.gallery a{
  background: #000;
  display: block;
  width: 25%;
        }  
              
.gallery a:hover img{
  opacity: 0.5;
        }


/**/

.products{
  background: #f6f6f6;
  background: rgba(198,199,200,0.1);  
  margin: 100px 0 100px 0;
  margin-bottom: 0;
  padding: 5em 0 3em 0;
  display: flex;
  flex-wrap: wrap;
  width: 100vw;
  margin-left: calc((100vw - 100%) / -2);
  padding-left: calc((100vw - 100%) / 2);
  padding-right: calc((100vw - 100%) / 2);
         }
         
.products__item{
  flex: 1 25%;
  padding-right: 40px;
  margin-bottom: 2em;
}

/*
.products__item:last-of-type{
  padding-right: 0%;
}
*/

.products__item h3{
  margin: 0;
                  }
.products__item h3::before{
  content: "";
  display: block;
  width: 1em;
  height: 3px;
  background: #222;
  margin-bottom: 1em;
}



.products__item ul{
  margin: 30px 10px 30px 0;
  padding: 0 ;
  list-style: none;
}
.products__item li {
  margin: 0;
  padding: 0 ;
  list-style: none;
}
.products__item li a {
  display: block;
  padding: .5em 0 ;
  border-bottom: 1px solid #ddd ;
  color: inherit;
  text-decoration: none;
  position: relative;
}
.products__item li a:hover {
  border-bottom: 1px solid #e1001a ;
  color: #e1001a;
}


 .products__item li a::after{
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  vertical-align: middle;
  border-top: 1px solid #e1001a ;
  border-right: 1px solid #e1001a ;
  transform: rotate(45deg);
  position: absolute;
  right: 1.5em;
  top: 43%;
  transition: all ease .3s;
               } 
 .products__item li a:hover::after {
  right: 1em;
} 



/*  dynamic cms */

.products .nav__item{
  display: none;  /*hide all*/
  width: 100%;
}
.products .nav__item:nth-of-type(2){
  display: block;  /*show products*/
}
.products .nav__item > a{
  display: none;
}
.products .nav__sub {
  margin: 0;
  padding: 0 ;
    display: flex;
    list-style: none;
    
}
.products > .nav__item > .nav__sub > li  {
  margin: 0;
  padding: 0 ;
  flex: 1 25%;
  padding-right: 40px;
  margin-bottom: 2em;
}
.products > .nav__item > .nav__sub > li:last-of-type  {
  padding-right: 0;
}


.products > .nav__item > .nav__sub > li > a {
     font-family: "Bebas Neue", "Arial Narrow" ,sans-serif;
       font-size: 1.7rem;   
         text-decoration: none;
}

.products > .nav__item > .nav__sub > li > a::before{
  content: "";
  display: block;
  width: 1em;
  height: 3px;
  background: #222;
  margin-bottom: 1em;
}


.products .nav__sub .nav__sub {
    flex-flow: column;
    margin-top: 1em;
}

.products > .nav__item > .nav__sub > li > .nav__sub a {
  display: block;
  padding: .5em 0 ;
  border-bottom: 1px solid #ddd ;
  color: inherit;
  text-decoration: none;
  position: relative;
}
.products > .nav__item > .nav__sub > li > .nav__sub a:hover {
  border-bottom: 1px solid #e1001a ;
  color: #e1001a;
}

.products > .nav__item > .nav__sub > li > .nav__sub a::after{
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  vertical-align: middle;
  border-top: 1px solid #e1001a ;
  border-right: 1px solid #e1001a ;
  transform: rotate(45deg);
  position: absolute;
  right: 1.5em;
  top: 43%;
  transition: all ease .3s;
               } 
.products > .nav__item > .nav__sub > li > .nav__sub a:hover::after {
  right: 1em;
} 



/**/

.news{
  /*display: none; */ /* if older date*/
    margin-top: 100px;
      margin-bottom: 100px;
}

.articles{
  padding: 1em 0 3em 0;
  display: flex;
  
         }
.articles__item{
  flex: 1 25%;
  margin-right: 40px;
  padding-right: 80px;
}
.articles__item:last-of-type{
  margin-right: 0%;
}
.date{ opacity: .5;
     }
     
.articles__item h3::before{
  content: "";
  display: block;
  width: 1em;
  height: 3px;
  background: #222;
  margin-bottom: 1em;
}
.articles__item h3{
  margin-bottom: .5em;
}     


/**/
.footer{
  background: #eeeeee;
  /*margin-top: 6em;*/
  padding: 3.5em 0 1em 0;
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
  width: 100vw;
  margin-left: calc((100vw - 100%) / -2);
  padding-left: calc((100vw - 100%) / 2);
  padding-right: calc((100vw - 100%) / 2);
         }
         
.footer__item {
 /* flex: 1 25%; */
  padding-right: 40px;
  margin-bottom: 3em;
              }
.footer__item:last-of-type{
  padding-right: 0%;
}                       
        
         
.footer a {
  text-decoration: none;
          }         
         
.footer__logo{
    background:  url(/img/jap-logo.svg) center left no-repeat;
  background-size: 260px 110px;
  display: block;
  width: 270px;
  height: 120px;
}   
.footer__nav ul, .footer__nav  {
  margin: 10px 0;
  padding: 0 0 20px 0;
   font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-size: 21px;
  letter-spacing: 0.02em;
  list-style: none;
  
}
.footer__nav ul a:before, .footer__nav  a:before {
  content: "";
    display: inline-block;
    height: 1px;
    width: 0.6em;
    margin-right: .6em;
    vertical-align: middle;
    border-top: thin solid #000;
}




.footer__contact{
  font-size: 1.4em;
                }  
.footer__contact a{
  color: inherit;
                } 
.footer__contact a:hover{
  color: #e1001a;
                }                                   
                  
                     
.footer__address{
  text-align: right;
}   

   
         
.copyright{
  font-size: .9em;
  background: #eeeeee;
  padding: 2em 0;
  display: flex;
  justify-content: space-between;
  width: 100vw;
  margin-left: calc((100vw - 100%) / -2);
  padding-left: calc((100vw - 100%) / 2);
  padding-right: calc((100vw - 100%) / 2);
         }
.creactive{
  color: inherit;
  text-decoration: none;
          }      
.creactive:over{
  color: #000;
          }             
          
/**/

.flex{
  display: flex;

     }          
.flex .fl{
  flex: 1 50%;

     }          
        
.lead{
  font-size: 1.25em;
     }          
          
iframe{
  max-width: 100%;
      }          
          
          
.counters{
  height: 0;
  overflow: hidden;
         }          
          
           
              
          
/*              */        
          
@media only screen and (max-width: 1400px) {
html, body{
  font-size: 15px;
    }
.nav, .button{
  font-size: 18px;
    }
.products{
  margin-top: 150px;
         }      
  }             
     
     
     
@media only screen and (max-width: 1200px) {

.nav__primary {
    justify-content: flex-end;
    width: 100%;
    }
    
.nav__lang {
    position: absolute;
    top: 10px;
    right: 0px;
    line-height: 1;
    }
        
  }             
         
     
     
/*              */          
          
@media only screen and (max-width: 1000px) {
html, body{
  font-size: 13px;
    }
body{
 margin: 10px 30px 0 30px;
    }  
.logo{
  height: 100px;
     }   
.logo span{
  background-size: auto;
  height: 100%;
          }
        
.nav, .button{
  font-size: 16px;
    }       

.nav__primary > .nav__item > a, .nav__lang > a{
      padding: .2em 1em;
}    
.nav__primary > .nav__item:hover > a{
        padding: .2em 1em;
                                    }
 
.nav__lang > a{
      border-left-width: 1px;
      padding: 0 0.7em; 
}    
    
      
    
.intro{
  margin-top: 30px;
      }    
.products{
  margin-top: 100px;
         }      
    
.products__item{
  flex: 1 50%;
}    

.articles__item{
  padding-right: 40px;
               }

.footer__item {
  flex: 1 50%;
}    
.footer__logo{
  order: 4;
             }
.footer__address{
  text-align: left;
                }             


}    




/*              */          
          
@media only screen and (max-width: 768px) {
html, body{
  font-size: 13px;
  margin: 0 10px;
    }
p, ul, ol, table, dl{
  margin: 20px 0;
                    }
h2{ 
  font-size: 2.8rem; 
  line-height: 1;
  } 
    
    
.logo {
  height: 80px;
      }    
.logo span{
  background-size: auto;
  height: 80px;
          }      
          
.nav, .button{
  /*font-size: 13px;*/
    }       

.nav{
  width: 70%;
  right: 0;
  left: auto;
  /*position: static;*/
  height: 120px;
    } 
    
.intro{
  margin-top: 110px;
      }    

/*hamburger*/

.header{
  width: 100%;
  overflow: hidden;
  position: absolute;
  height: 100vh;
       }

.nav{
  width: 100%;
  right: 0;
  left: 100%;
  top: 90px;
  position: absolute;
  height: auto;
  
 transition: all .3s ease;
    } 


      
.nav__primary{
  pacity: 0;
  transition: all .3s ease;
  background: rgba(250,250,250,0);
       
  flex-flow: column;
  padding: 20px 0 ;
  z-index: 9999999;
} 
.nav__primary > .nav__item{
    opacity: 0;
    transition: all .3s ease;
    width: 100%;
    text-align: center;
}
                          
.nav__primary > .nav__item > a{
  padding: 1em 1em;
  border: none ;
  width: 100%;
}
.nav__primary > .nav__item > a:hover{
  padding: 1em 1em;
}
.nav__lang{
  right: 0; 
  left: -100%;
  width: 100%;
  
 /* background: red;*/
  top: -70px;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  z-index: 9999999;

  transition: all .3s ease !important;

          } 

.hamham{
  position: absolute;
  right: 100%;
  z-index: 9999999;
  
  top: -45px;
  height: 35px;
  width: 40px;
  transition: all .3s ease;  
  cursor: pointer;
  cursor: hand;
       }

.nav.open {
   left:0;
 
        }        

.nav.open .nav__primary{
   background: rgba(250,250,250,1);
     transition: all .3s ease;
        }  
.nav.open .nav__primary > .nav__item{
    opacity: 1;
         } 
.nav.open .hamham{
   right: 0;
         }  
.nav.open .nav__lang{
 left: 0;
          }                             

.nav__primary .nav__item:hover > .nav__sub{
  display: none;
                                          }       

/*//hamburger*/


.nav__lang > a:last-of-type{
      padding-right: 0; 
}    
  


.intro__heading{
  max-width: 100%;
  width: 100%;
  margin-top: 0;
  
  text-indent: 0;
  padding: 0 ;
               }  
.intro__paragraph{
  width: 100%;
                 }   
.intro__image{
  position: static;
  width: 100%;
             }

.intro__links{
  width: 20%;
             }
.link {
    height: 50px;
    background-size: 35px 35px;
}        
             
             
.products{
  margin-top: 0;
         }             
.products .nav__sub{
  flex-direction: column;
                   }     
.products > .nav__item > .nav__sub > li{
  padding-right: 0;
                                       }                                               
.footer__logo{
  background-size: auto;
             }

.content{
  border: none ;
  padding: 0 ;
        }

.content p{
  max-width: 100%;
          }
.content ul{
  max-width: 100%;
          }          

.flex{
  flex-wrap: wrap;
     }
.flex .fl {
    flex: 1 100%;
}

img, iframe{
  max-width: 100%;
           }
img{
  float: none !important;
   }           

}    



/*              */          
          
@media only screen and (max-width: 460px) {

  
.footer__item {
    flex: 1 100%;
    padding-right: 0;
    margin-bottom: 2em;
}
.footer, .footer__address{
  text-align: center;
       }
.footer__nav ul a:before, .footer__nav a:before {
  display: none;
                        }

.footer__logo {
    background: url(/img/jap-logo.svg) center center no-repeat;
    height: 100px;
    }          


}



       