  
/**************************font-files***********************************************/
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,600,700);
#body,
.tabItem {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #1e1e1e;
}



#main {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

#body {
    margin: 0;
}



div {
    display: block;
}

iframe {
    width: 100%;
    height: 100%;
    border: 0 !important;
}

.tabs {
    
    border-bottom: 0px;
    padding: 0;
   text-align: center;
    
}

/* #body_ja-JP .tabs {
    text-align: center;
} */



.tabs li {
	float: none;
	display: inline-block;	
  width: 20%;
}

.tabItem:first-letter {
    text-transform: capitalize;
}

.tabItem {
    height: auto;
    line-height: normal;
    padding: 15px 5px;
    margin: 7px;
    border-radius: 0em 0em 0em 0em;
    font-family: inherit;
    font-weight: 600;
    font-size: 18px;
    text-transform: none;
    color: #1e1e1e;
    font-style: normal;
    text-decoration: none;
    border-top: 0em solid #E32313;
    background: #EFEBE6;
    transition: background 0.5s, color 0.5s, border 0.5s;
    position: relative;
    top: 0;
    left: 0em;
    display: block;
}


.tabItem:active,
.tabItem-active,
.tabItem:hover {
    background: #E32313;
    color: #fff;
    border: 0em solid #034ea2;
    text-decoration: none;
    font-style: normal;
    z-index: 9;
}

.tabItem-active:before, .tabItem:hover:before {
    content: "";
    width: 82%;
    height: 3px;
    position: absolute;
    top: 85%;
    left: 9%;
    border-bottom: 0px solid #4D8980;
}

#body_ja-JP .tabItem-active:before {
    margin-right: 12px;
    right: 0;
}

.tabs-control {
    margin-top: 1em !important;
    display: table;
    width: 100%;
    margin-bottom: 1.5em;
    /* max-width: 1040px; */
    margin: 0 auto;
    border-bottom:0px solid #e6e6e6;
}



/***************************Mobile Responsive****************************************************************/
/* @media (max-width: 1198px){
    .tabs li {
        margin: 5px;
        width: 25%;
      }
      .tabItem {
        width: 85%;
    }   

} */

#EuroID {
    padding-top: 1em;
}

@media (max-width: 1150px) {
.tabItem {
  padding: 15px 0px;
}
}
@media (max-width: 1100px) {
    .tabItem {
        position: relative;
        margin: 5px;
        display: inline-block;
        width: 95%;
    }
    .tabItem:active, .tabItem-active, .tabItem:hover {
        position: relative;
        top: 0px;
        left: 0px;
        z-index: 10;
    }
    .tabs li {
        float: none;
        display: inline-block;
        margin: 3px;
        width:25%;
        text-align: center;
    }
    .tabs-control {
        border-bottom: 0px solid #CCCCCC;
    }

    .tabs {
        border-bottom: 0px;
        padding: 0;
        text-align: center;
    }
}

@media (max-width: 886px) {
  .tabs li {
    width: 34%;
  }
  }

  @media (max-width: 760px) {
  .tabs li {
    width: 44%;
  }
}
@media (max-width: 600px) {
  .tabs li {
    width: 48%;
  }
}
 @media (max-width: 460px) {
 .tabs li {
   width: 98.6%;
   margin: 1px;
   min-width: 237px;
 }
}