/*!
 * interactive-image v2.7.1
 * https://github.com/jpchateau
 * Jean-Philippe Chateau - <contact@jpchateau.com>
 * MIT License
 */
 .interactive-image {
  font-family: Arial, sans-serif;
  position: relative;
  z-index: 0;
  caret-color: transparent;
  cursor: default;
  }
  .interactive-image .unsupported-screen {
    display: none;
    width: 120px;
    margin: 20px auto;
    padding: 20px;
    color: #1d2129;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
    font-size: 13px;
    text-align: center; }
    .interactive-image .unsupported-screen::before {
      content: 'Please rotate your device.'; }
  @media screen and (max-width: 320px) {
    .interactive-image {
      background-image: none;
      background-color: white;
      max-width: 320px; }
      .interactive-image .unsupported-screen {
        display: block; } }
  .interactive-image .hotspot {
    position: absolute;
    z-index: 18;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #565656;
    display: none;
    background: #25202082;
    cursor: pointer;
    font-size: 28px;
    text-align: center;
    border: 3px solid #fff;
    }
    .interactive-image .hotspot:hover {
      text-shadow: 0 0 3px white;
      }
  .interactive-image .item {
    position: absolute;
    z-index: 16;
    background-color: white;
    color: #1d2129;
    /* min-width: 100px; */
    /* min-height: 60px; */
    height: 150px;
    width: 150px;
    border:1px solid #000;
    overflow: hidden;
    display: none;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
    }
    .interactive-image .item::after, .interactive-image .item::before {
      bottom: 100%;
      left: 50%;
      border: solid transparent;
      content: ' ';
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .interactive-image .item::after {
      border-bottom-color: white;
      border-width: 7px;
      margin-left: -7px; }
  .interactive-image .close-button {
    display: block;
    width: 19px;
    height: 17px;
    color: #333;
    position: absolute;
    top: 3px;
    right: 1px;
    font-size: 16px;
    cursor: pointer;
    text-align: center; }

[class^='icon-'],
[class*=' icon-'] {
  -moz-osx-font-smoothing: grayscale;
  }

.icon-envelop::before {
  content: '\E900'; }

.icon-cancel-circle::before {
  content: '\EA0D'; }

.icon-radio-checked::before {
  /* content: '\EA54'; */
  }

.icon-share2::before {
  content: '\EA82'; }

.icon-facebook::before {
  content: '\E901'; }

.icon-twitter::before {
  content: '\EA96'; }

.interactive-image .social-share-box {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: white;
  width: 32px;
  height: 32px;
  transition: height .3s;
  display: none;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  cursor: pointer; }
  .interactive-image .social-share-box.expanded {
    transition: height .3s;
    height: 128px; }
  .interactive-image .social-share-box .social-button {
    width: 32px;
    height: 32px;
    font-size: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center; }
    .interactive-image .social-share-box .social-button.mail-colors {
      font-size: 18px;
      padding-top: 7px;
      padding-bottom: 7px; }
  .interactive-image .social-share-box .share-colors {
    background: rgba(0, 0, 0, 0.7);
    color: white; }
  .interactive-image .social-share-box .facebook-colors {
    background-color: #1877f2;
    color: white; }
  .interactive-image .social-share-box .twitter-colors {
    background-color: #1da1f2;
    color: #f5f8fa; }
  .interactive-image .social-share-box .mail-colors {
    background-color: #a1adb3;
    color: white; }
  .interactive-image .social-share-box a {
    text-decoration: none;
    display: block; }

.interactive-image .audio-item {
  max-width: 280px;
  padding: 20px;
  text-align: left; }
  .interactive-image .audio-item .caption {
    display: block;
    margin-top: 14px;
    margin-bottom: -4px; }
  .interactive-image .audio-item audio {
    width: 280px;
    margin-bottom: -4px; }
    .interactive-image .audio-item audio:focus {
      outline: none; }

.interactive-image .picture-item {
  position: relative;
  /* max-width: 210px; */
  /* max-height: 210px; */
  overflow: hidden;
  height:100%;
  margin: 0;
  }
  .interactive-image .picture-item::before {
    content: attr(data-caption);
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    font-size: 12px;
    pointer-events: none; }
  .interactive-image .picture-item.with-caption::before {
    padding: 5px; }
  .interactive-image .picture-item .picture {
    /* max-width: 210px; */
    /* max-height: 210px; */
    width: 100%;
    margin-bottom: -4px;
    }

.interactive-image .provider-item {
  padding: 20px; }
  .interactive-image .provider-item iframe {
    width: 480px;
    height: 270px;
    margin-bottom: -4px;
    border: 0; }

.interactive-image .text-item {
  z-index: 1;
  padding: 0;
  overflow: hidden;
  /* max-width: 210px; */
  }
  .interactive-image .text-item .title {
    font-size: 20px;
    width: 100%;
    text-align: left;
    font-family: Lato, Arial, sans-serif;
    font-weight: var(--behr-bold);
    font-variant: small-caps;
    display: inline-block;
    color: #333; }
  .interactive-image .text-item .description {
    text-align: left;
    font-size: 14px;
    font-weight: var(--behr-normal);
    margin-top: 10px;
    margin-bottom: 0; }
  .interactive-image .text-item .picture {
    /* max-width: 210px; */
    /* max-height: 210px; */
    margin-top: 10px;
    }
  .interactive-image .text-item a {
    text-decoration: underline;
    color: black;
    display: block;
    margin-top: 10px; }
    .interactive-image .text-item a:visited {
      color: #1d2129; }
    .interactive-image .text-item a:hover {
      color: #1d2129; }
    .interactive-image .text-item a:active {
      color: #1d2129; }

.interactive-image .video-item {
  max-width: 480px;
  padding: 20px;
  text-align: left; }
  .interactive-image .video-item .caption {
    display: block;
    margin-top: 14px;
    margin-bottom: -4px; }
  .interactive-image .video-item video {
    width: 480px;
    height: 270px;
    margin-bottom: -4px;
    object-fit: cover; }
    .interactive-image .video-item video:focus {
      outline: none; }


/*# sourceMappingURL=interactive-image.css.map*/

/*styling individual dataset items and points*/
@media (min-width: 1200px) {
	.pic-1 {
	  transform: translateX(-300px);
	}
	.pic-2 {
	  transform: translateX(-320px);
	}
	.pic-3 {
	  transform: translateX(135px);
	}
	.pic-4 {
	  transform: translateX(380px);
	}
	
	.item.pic-4 {
	  transform: translateX(240px);
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.pic-1 {
	  transform: translateX(-210px);
	}
	.pic-2 {
	  transform: translateX(-230px);
	  top: 20% !important;
	}
	.pic-3 {
	  transform: translateX(90px);
	  top: 14% !important;
	}
	
	.item.pic-3 {
	    transform: translateX(-30px);
	}

	.pic-4 {
	  transform: translateX(255px);
	   top: 24% !important;
	}
	
	.item.pic-4 {
	  transform: translateX(240px);
	}
}

@media (min-width: 801px) and (max-width: 991px) {	
	#dynasty-interactive-image img.d-block.d-md-none,
	.product-line-header__banner-image--mobile{
		width:100% !important;
		height:auto !important;
  	}
  
    .interactive-image .item {
    	width:160px;
    	height:160px;
  	}
  
    .item.pic-4 {
    	transform: translateX(-130px);
  	}
  	
  	.item.pic-3 {
	    transform: translateX(-130px);
	}
  	
	.pic-1 {
		left: 30% !important;
		top: 5% !important;
	}
	
	.pic-2 {
		left: 25% !important;
		top: 20% !important;
	}
	
	.pic-3 {
		left: 65% !important;
		top: 13% !important;
	}
	
	.pic-4 {
		left: 81% !important;
		top: 21% !important;
	}
}


@media (min-width: 768px) and (max-width: 800px) {	
	#dynasty-interactive-image img.d-block.d-md-none,
	.product-line-header__banner-image--mobile{
		width:100% !important;
		height:auto !important;
  	}
  
    .interactive-image .item {
    	width:160px;
    	height:160px;
  	}
  
    .item.pic-4 {
    	transform: translateX(-130px);
  	}
  	
  	.item.pic-3 {
    	transform: translateX(-130px);
  	}
  	
	.pic-1 {
		left: 23% !important;
		top: 5% !important;
	}
	
	.pic-2 {
		left: 20% !important;
		top: 18% !important;
	}
	
	.pic-3 {
		left: 65% !important;
		top: 13% !important;
	}
	
	.pic-4 {
		left: 85% !important;
		top: 21% !important;
	}
}

@media (min-width: 700px) and (max-width: 767px) {	
	#dynasty-interactive-image img.d-block.d-md-none,
	.product-line-header__banner-image--mobile{
		width:100% !important;
		height:auto !important;
  	}
  
    .interactive-image .item {
    	width:160px;
    	height:160px;
  	}
  
    .item.pic-4 {
    	transform: translateX(-130px);
  	}
  	
  	.item.pic-3 {
    	transform: translateX(-130px);
  	}
  	
	.pic-1 {
		left: 23% !important;
		top: 5% !important;
	}
	
	.pic-2 {
		left: 20% !important;
		top: 18% !important;
	}
	
	.pic-3 {
		left: 55% !important;
		top: 15% !important;
	}
	
	.pic-4 {
		left: 66% !important;
		top: 22% !important;
	}
}

@media (min-width: 600px) and (max-width: 699px) {	
	#dynasty-interactive-image img.d-block.d-md-none,
	.product-line-header__banner-image--mobile{
		width:100% !important;
		height:auto !important;
  	}
  
    .interactive-image .item {
    	width:160px;
    	height:160px;
  	}
  
    .item.pic-4 {
    	transform: translateX(-130px);
  	}
  	
  	.item.pic-3 {
    	transform: translateX(-130px);
  	}
  	
	.pic-1 {
		left: 23% !important;
		top: 5% !important;
	}
	
	.pic-2 {
		left: 20% !important;
		top: 18% !important;
	}
	
	.pic-3 {
		left: 55% !important;
		top: 12% !important;
	}
	
	.pic-4 {
		left: 66% !important;
		top: 19% !important;
	}
}

@media (min-width: 500px) and (max-width: 599px) {	
	#dynasty-interactive-image img.d-block.d-md-none,
	.product-line-header__banner-image--mobile{
		width:100% !important;
		height:auto !important;
  	}
  
    .interactive-image .item {
    	width:160px;
    	height:160px;
  	}
  
    .item.pic-4 {
    	transform: translateX(-130px);
  	}
  	
  	.item.pic-3 {
    	transform: translateX(-130px);
  	}
  	
	.pic-1 {
		left: 23% !important;
		top: 5% !important;
	}
	
	.pic-2 {
		left: 20% !important;
		top: 14% !important;
	}
	
	.pic-3 {
		left: 55% !important;
		top: 10% !important;
	}
	
	.pic-4 {
		left: 66% !important;
		top: 16% !important;
	}
}

@media (min-width: 450px) and (max-width: 499px) {	
	#dynasty-interactive-image img.d-block.d-md-none,
	.product-line-header__banner-image--mobile{
		width:100% !important;
		height:auto !important;
  	}
  
    .interactive-image .item {
    	width:160px;
    	height:160px;
  	}
  
    .item.pic-4 {
    	transform: translateX(-130px);
  	}
  	
  	.item.pic-3 {
    	transform: translateX(-130px);
  	}
  	
	.pic-1 {
		left: 23% !important;
		top: 3% !important;
	}
	
	.pic-2 {
		left: 20% !important;
		top: 12% !important;
	}
	
	.pic-3 {
		left: 55% !important;
		top: 9% !important;
	}
	
	.pic-4 {
		left: 66% !important;
		top: 14% !important;
	}
}

@media (min-width: 400px) and (max-width: 449px) {	
	#dynasty-interactive-image img.d-block.d-md-none,
	.product-line-header__banner-image--mobile{
		width:100% !important;
		height:auto !important;
  	}
  
    .interactive-image .item {
    	width:160px;
    	height:160px;
  	}
  
    .item.pic-4 {
    	transform: translateX(-130px);
  	}
  	
  	.item.pic-3 {
    	transform: translateX(-115px);
  	}
  	
	.pic-1 {
		left: 23% !important;
		top: 3% !important;
	}
	
	.pic-2 {
		left: 20% !important;
		top: 10% !important;
	}
	
	.pic-3 {
		left: 53% !important;
		top: 7% !important;
	}
	
	.pic-4 {
		left: 66% !important;
		top: 11% !important;
	}
}

@media (max-width: 399px) {	
	#dynasty-interactive-image img.d-block.d-md-none,
	.product-line-header__banner-image--mobile{
		width:100% !important;
		height:auto !important;
  	}
  
    .interactive-image .item {
    	width:160px;
    	height:160px;
  	}
  
    .item.pic-4 {
    	transform: translateX(-130px);
  	}
  	
  	.item.pic-3 {
    	transform: translateX(-115px);
  	}
  	
	.pic-1 {
		left: 23% !important;
		top: 2% !important;
	}
	
	.pic-2 {
		left: 20% !important;
		top: 9% !important;
	}
	
	.pic-3 {
		left: 53% !important;
		top: 6% !important;
	}
	
	.pic-4 {
		left: 66% !important;
		top: 10% !important;
	}
}