@charset "utf-8";
@import url('https://avtweb-black.s3-us-west-2.amazonaws.com/css/normalize.css');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap');
@import url('https://avtweb-black.s3-us-west-2.amazonaws.com/css/font-awesome.min.css');
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  font-size: 1.5vw;
}
*, *::before, *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}
html, body {
  height: 100%;
}
.text-center {
  text-align: center
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body {
  font-family: 'Montserrat', sans-serif !important;
  line-height: normal;
  font-weight: 300;
  margin: 0;
  color: #0d0d0d;
  font-size: 17px;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
figure {
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
a, button {
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
h2 {
  color: #ed1c24;
  margin: 0 0 15px;
  font-size: 24px
}
p, figcaption {
  font-weight: 500;
}
.scrollTop {
  width: 36px;
  height: 36px;
  position: fixed;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
  bottom: 15px;
  right: 15px;
  background-color: rgba(0, 0, 0, .5);
  padding: 9px 11px 7px;
  opacity: 0;
  z-index: 1000;
  transition: all 0.4s ease-in-out 0s;
}
.scrollTop a, .scrollTop a:hover {
  color: #fff;
  vertical-align: top;
}
.scrollTop .fa {
  vertical-align: top;
}
header {
	position: relative;
  padding: 3.5% 0 7%
}
header h1 {
  text-align: center;
  font-size: 3.75rem;
  margin: 0 0 1.8%;
}
header .hero-photo {
  margin: 5% 0 0.6%;
}
header p {
  text-align: center;
  margin: 0 auto;
  line-height: 1.4;
  padding: 0 25px
}
nav .nav-inner {
  text-align: center;
  padding: 0 20px;
}
nav {
  padding: 0 0 7.5%
}
.logo {
  display: inline-block;
  width: 210px;
  margin: 0 0 25px;
}
.nav-icon a {
  display: inline-block;
  margin-left: 2.604rem;
}
.nav-icon img {
  width: 50px;
  height: 50px;
}
.overview-icon.row {
  margin: 4.8% 0 0;
}
.overview-icon figure {
  text-align: center;
  margin: 0 0 25px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.overview-icon figure img {
  width: 92px;
  height: 92px;
  margin-bottom: 5px
}
.overview-icon figure figcaption {
  font-size: 12px
}
section {
  position: relative
}
section figure {
  position: relative;
  z-index: 1;
}
section h2 span {
  display: block;
  font-weight: normal;
  color: #0d0d0d;
  margin-top: 0.7%
}
.promo-1-copy, .promo-2-copy, .promo-3-copy, .promo-4-copy, .promo-5-copy {
  padding: 25px 25px 50px;
}
.shop-now {
  color: #ed1c24;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  margin-top: 2.5%
}
.conference_call_icon {
  padding: 25px 25px 0;
}
.promo-1, .promo-2, .promo-3, .promo-4 {
  overflow: hidden
}
.promo-2 figure {
  margin: 0 0 0 -84%;
}
.promo-4 figure {
  margin: 0 -8% 0 0;
}
.promo-5 h2 {
  color: #3c3c3c;
  font-size: 21px;
  margin-bottom: 25px;
}
.promo-5 .row {
  padding: 0;
}
.promo-5 figure {
  padding: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.promo-5 figure img {
  width: 12.369rem;
  height: 12.369rem;
  margin-bottom: 6%
}
footer {
  font-size: 13px;
  padding: 25px;
}
.products {
  padding: 3.5% 25px 4%;
}
ul.products-list.row {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.products-list li {
  padding: 0 2%;
  width: 100%;
}
ul.products-list li:first-of-type {
  margin-bottom: 15%
}
ul.products-list li figcaption {
  margin-top: 15px;
  font-weight: 600;
}
ul.products-list li figcaption span {
  display: block;
  font-weight: 500;
  margin-top: 3%;
  border-top: 1px dotted #0d0d0d;
  padding: 2% 0 0;
}
ul.products-list li .shop-now {
  border: 1px solid #ed1c24;
  padding: 2% 4%;
  margin-top: 5%
}
nav .shop-now {
border: 1px solid #ed1c24;	
padding:0.5% 1%;
margin:0;
}
ul.products-list li .shop-now:hover, nav .shop-now:hover {
color:#fff;
background-color: #ed1c24;
}
/***** eu ***********************************************************************************************************/
body#eu nav {
  padding: 0 0 6%;
}
body#eu header {
  padding: 3.5% 0 12.5%;
}
  body#eu header h1 {
    color: #c00;
  }
body#eu .hero-copy-eu .hero-products .row figure {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
body#eu .hero-copy-eu .hero-products h2 {
  font-size: 3rem;
  margin-top: 5%;
}
body#eu .hero-copy-eu h1 span {
  display: block;
  font-weight: 400;
  font-size: 2.5rem
}
body#eu .hero-copy-eu {
  padding: 0 25px;
}
body#eu ul.products-list.row:first-of-type li figcaption span {
  margin-top: 5%;
}
body#eu .hero-copy-eu .hero-products h2, body#eu header h2  {
  color: #000;
	text-align: center
}
body#eu header {
  background-image: url(../img/hero_eu.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 150% auto;
  padding: 3.5% 0 5%;
}
body#eu .hero-copy-eu {
  margin: 72% 0 5%;
}
/***** JP ***********************************************************************************************************/
body#jp {
  font-family: Montserrat, 'Noto Sans JP', sans-serif !important;
}
body#jp header h1 {
  margin: 0 15px 1.8%;
	font-size: 6rem
}
body#jp .nav-inner {
  -ms-flex-align: center !important;
  align-items: center !important;
  display: block !important;
}
body#jp .nav-icon {
  margin-top: 25px;
}
body#jp header h2 {
  margin: 0 15px 25px;
  color: #0d0d0d;
  font-size: 4rem;
}
body#jp header h3 {
  margin: 15px 30px 15px;
}
body#jp header h1 span, body#jp header h2 span, body#jp header h3 span {
  display: block
}
body#jp ul.products-list li .shop-now {
  width: 50%;
}
.promo-jp-copy a {
  display: inline-block;
  margin-top: 1%;
  color: #ed1c24;
}
body#jp .promo-jp {
  padding: 5% 25px;
  background: #f3f3f3;
  background: -moz-linear-gradient(top, #f3f3f3 0%, #ffffff 50%);
  background: -webkit-linear-gradient(top, #f3f3f3 0%, #ffffff 50%);
  background: linear-gradient(to bottom, #f3f3f3 0%, #ffffff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#ffffff', GradientType=0);
}
body#jp .promo-jp h2, body#jp .promo-jp a {
  color: #000;
}
body#jp .promo-1 figure:first-of-type {
  margin: 0 -26% 0 0;
}
body#jp .promo-2 figure {
  margin: 0 0 0 -84%;
}
body#jp .promo-2 .promo-2-copy figure {
  margin: 25px 0 0;
}
body#jp .promo-3 figure {
  margin: 0 -40% 0 0;
}
body#jp .promo-4 figure {
  margin: 0 -80% 0 0;
}
body#jp .am310-overview figure {
  margin: 25px 0;
}
body#jp .am310-overview figure img {
  margin: 5% 0;
}
body#jp .am310-overview {
  border-bottom: 1px solid #dedede;
}
body#jp ul.products-list li:first-of-type, , body#jp ul.products-list li:nth-child(2) {
  overflow: hidden;
}
body#jp ul.products-list li:first-of-type figure, body#jp ul.products-list li:nth-child(2) figure {
  margin-top: -27%
}
body#jp ul.products-list li {
  padding: 25px 0;
  border-bottom: 1px solid #dedede;
}
body#jp ul.products-list li:last-of-type {
  padding: 25px 0 0;
  border-bottom: none;
}
body#jp .promo-jp .promo-jp-copy {
  padding: 5% 0 0;
}
/***** sp ***********************************************************************************************************/
html[lang="fr-FR"] body#eu header {
    background-image: url(../img/hero_fr.jpg);
}
html[lang="fr-FR"] body#eu .hero-copy-eu .hero-products .row figure {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
html[lang="fr-FR"] .promo-2 figure {
    margin: 0;
}
html[lang="fr-FR"] ul.products-list.row:first-of-type {
margin-bottom:5%;
}
html[lang="fr-FR"] ul.products-list.row:first-of-type li:nth-child(2) figure {
margin-top:-22%;
}
html[lang="fr-FR"] ul.products-list.row:last-of-type li:nth-child(2) figure {
margin-top:-25%;
}
html[lang="sp-SP"] body#eu header h1 {
color:#000;
}
html[lang="sp-SP"] body#eu header {
    background-image: url(../img/hero_sp.jpg);
}








