@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
}

.content-app .slick-prev,
.content-app .slick-next
{
    top: 90%;
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    /*height: 20px;*/
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
/*
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*/
.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: 30px;
    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: white;
}
#product-others .slick-prev,#product-others .slick-next{
  height: 20px;
  width: 20px;
  border: solid #6b4b99;
  border-width: 2px 2px 0 0;
  z-index: 99;
}
#product-others .slick-prev{
  transform: rotate(225deg);
}
#product-others .slick-next{
  transform: rotate(45deg);
}
#product-others .slick-dots li{
  width:20px;
  padding: 0px;
  border-radius: 50%;
  background-color: #f1f1f1;
}
#product-section .slick-dots,#video-section .slick-dots,#home-video-section .slick-dots{
  width:230px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -7.5%;
}
#home-video-section .slick-dots{
  bottom: -13.5%;
}
#product-section .slick-dots li,#video-section .slick-dots li,#home-video-section .slick-dots li{
  border: 2px solid #fff;
  border-radius: 10px;
  height: 13px;
  width: 13px;
  overflow: hidden;
  text-indent: -9999px;
}
#product-section .slick-prev,#product-section .slick-next,#video-section .slick-next,#video-section .slick-prev,#home-video-section .slick-next,#home-video-section .slick-prev{
  cursor: pointer;
  display: block;
  height: 42px;
  width: 45px;
  overflow: hidden;
  text-indent: -9999px;
  background: transparent url(/images/sprite_common_new.png) 0 -100px no-repeat;
  background-position: 0px -99px;
  top: 99%;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#product-section .slick-prev.slick-disabled,#product-section .slick-next.slick-disabled,#video-section .slick-next.slick-disabled,#video-section .slick-prev.slick-disabled,#home-video-section .slick-prev.slick-disabled,#home-video-section .slick-next.slick-disabled{
  background-position: -42px -183px;
}
#product-section .slick-prev,#video-section .slick-prev,#home-video-section .slick-prev{
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  left: calc(50% - 150px);
  z-index: 99;
}
#product-section .slick-next,#video-section .slick-next,#home-video-section .slick-next{
  right: calc(50% - 150px);
}
#product-section .slick-dots li[aria-hidden="false"],#video-section .slick-dots li[aria-hidden="false"],#home-video-section .slick-dots li[aria-hidden="false"]{
  background-color: #fff;
}
#product-others .slick-dots li[aria-hidden="false"]{
  background-color: #1A4A85;
}
#product-others .slick-dots{
  bottom: -9%;
}
#product-others .slick-dots li.slick-active button:before,#product-others .slick-dots li button:before{
  color:transparent;
}
#product-others .slick-prev.slick-disabled,#product-others .slick-next.slick-disabled
{
    opacity: .25;
    cursor: auto;
}
#product-description .slick-prev,#product-description .slick-next{
  height: 20px;
  width:20px;
  border: solid black;
  border-width: 2px 2px 0 0;
  position: inherit;
  top:0px;
}
#product-description .slick-prev{
  transform: rotate(315deg);
  top:-20px;
  left:45px;
  right: 0px;
}
#product-description .slick-next{
  transform: rotate(135deg);
  bottom: 0px;
  left: 45px;
  right: 0px;
  top:15px;
}
#product-description .slick-prev.slick-disabled,#product-description .slick-next.slick-disabled
{
    opacity: .25;
    cursor: auto;
}
#product-description ul.carousel-content.carousel.slick-slider.slick-vertical{
  margin-top: 60px;
}
/*These media queries need to be modified as these are not correct*/
@media  (max-width:767px){
  #product-description .slick-prev{
    transform: rotate(225deg);
    left:-20px;
    top:60px;
  }
  #product-description .slick-next{
    transform: rotate(405deg);
    left:98%;
    top:-62px;
    bottom:auto;
  }
  #product-others .slick-dots{
    bottom: -5%;
  }
  #product-section .slick-prev,#video-section .slick-prev,#home-video-section .slick-prev{
    left:3%;
    /*margin-top: 20px;*/
  }
  #product-section .slick-next,#video-section .slick-next,#home-video-section .slick-next{
    right:3%;
   /* margin-top: 20px;*/
  }
}
@media  (max-width:500px){
  .slick-dots
  {
      bottom: 3%;
  }
  #video-section .slick-dots,#home-video-section .slick-dots{
    width:auto;
  }
  .even .sectionlink{
    margin-top: 80px;
  }
}
@media (max-width:767px){
 .IE .slick-dots{
    bottom: 5px;
  }

}

@media (max-width:420px){
#product-section .slick-dots{
    bottom: -10.5%;
  }
}
@media  (min-width:501px) and (max-width: 767px) {
  .slick-dots
  {
      bottom: 2%;
  }
}
@media  (min-width:768px) and (max-width: 1023px) {
  .slick-dots
  {
      bottom: 8%;
  }
}
@media  (min-width:1024px) and (max-width: 1199px) {
  .slick-dots
  {
      bottom: 4%;
  }
  .fr-ca .slick-dots
  {
      bottom: 0%;
  }
}
@media  (min-width:1200px) {
  .slick-dots
  {
      bottom: 10%;
  }

  #home-video-section .slick-dots{
        bottom: -12.5%;
  }
  /*.de-de .slick-dots
    {
        bottom: 1%;
    }*/
    .fr-ca .slick-dots
      {
          bottom: 0%;
      }
}