.videogallery-par {
    clear: both;
}
.stretchy-wrapper {
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 */

    position: relative;
}
.stretchy-wrapper > div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.stretchy-wrapper > div img {
    width: 100%;
}
.gallery {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
}
.gallery div.gallery-slide {
    position: relative;
    height: 100%;
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.gallery div.gallery-slide.playing .gallery-slide-info {
    display: none;
}
.gallery div.gallery-slide .gallery-slide-content {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 100;
}
.gallery div.gallery-slide .gallery-slide-info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background-color: rgba(0, 0, 0, 0.3);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-play {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('../../images/ICON-vid-play.png') no-repeat;
    height: 6vw;
    width: 6vw;
    margin: auto;
    background-size: 6vw 6vw;
    opacity: 0.8;
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-play:hover {
    opacity: 1;
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-title {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    width: 80%;
    font-size: 2.5vw;
    line-height: 28px;
    color: #FFF;
    margin: 0 auto;
    text-align: center;
    font-weight: 100;
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    height: 50px;
    z-index: 200;
    text-align: center;
    line-height: 50px;
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls .gallery-navigation-dots {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 0;
    padding-top: 10px;
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls .gallery-navigation-dots .dot {
    height: 10px;
    width: 10px;
    display: inline-block;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 10px 3px;
    padding: 0;
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls .gallery-navigation-dots .dot.active {
    background-color: rgba(255, 255, 255, 0.7);
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a {
    background-color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    height: 100%;
    width: 330px;
    color: black;
    font-size: 20px;
    padding: 0;
    z-index: 10;
    position: relative;
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a .gallery-slide-navigation-text {
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0 20px;
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a.gallery-prev-slide:before,
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a.gallery-next-slide:before {
    content: "";
    height: 50px;
    width: 50px;
    background: url("../../images/vid-arrows-over.png") no-repeat;
    background-size: 50%;
    position: absolute;
    display: none;
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a.gallery-prev-slide {
    float: left;
    text-align: right;
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a.gallery-prev-slide .gallery-slide-navigation-text {
    margin-left: 40px;
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a.gallery-prev-slide:before {
    left: 0;
    background-position: 15px -42px;
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a.gallery-next-slide {
    float: right;
    text-align: left;
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a.gallery-next-slide .gallery-slide-navigation-text {
    margin-right: 40px;
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a.gallery-next-slide:before {
    right: 0;
    background-position: 10px 7px;
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a:hover {
    background-color: rgba(255, 255, 255, 0.7);
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a:hover:before {
    display: block;
}
.gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a span {
    font-weight: bold;
}
@media (max-width: 992px) {
    .gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls {
        height: 30px;
        line-height: 30px;
    }
    .gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls .gallery-navigation-dots {
        padding-top: 0;
    }
    .gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a.gallery-prev-slide:before {
        background-position: 8px -25px;
    }
    .gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a.gallery-next-slide:before {
        background-position: 10px 5px;
    }
    .gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a.gallery-prev-slide,
    .gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a.gallery-next-slide {
        font-size: 14px;
        width: 250px;
    }
    .gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a.gallery-prev-slide:before,
    .gallery div.gallery-slide .gallery-slide-info .gallery-slide-controls a.gallery-next-slide:before {
        height: 30px;
        width: 30px;
    }

}

.gallery .vjs-big-play-button {
    display: none !important;
}
.gallery div.vjs-control-bar,
.gallery .vjs-has-started.vjs-paused div.vjs-control-bar {
    display: none !important;
}
.gallery .vjs-has-started .vjs-control-bar {
    display: -webkit-flex !important;
    display: flex!important;
}
.gallery .vjs-poster {
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
}

.carousel-videos {
  margin: 0px 0 0 0;
  padding: 10px 20px;
  width: calc(100%); /* - 16px); */
  position: absolute;
  bottom: 0px;
  left: 0px;
  height:auto;
  background-color: rgba(235,235,235,1);
  border:1px solid rgba(255,255,255,0);
  /*border-top: 1px solid #000;*/

  -webkit-transition: all 0.4s;
  -moz-transition:  all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition:  all 0.4s;

}

.videoWidget .video-headline {
  font: 200 28px/30px 'Neue Helvetica W01';
}


@media (min-width: 992px) and (max-width:1199px){

  /*.carousel-videos {
    height:125px;
  }

  .bgvideogallery .carousel-videos {
    height:155px;
  }*/
}

@media (min-width: 1200px) {
  /*
  .carousel-videos {
    height:133px;
  }

  .bgvideogallery .carousel-videos {
    height:173px;
  }*/
}

.playing .carousel-videos {
  left:15px;
  width:70px;
  height:30px;
  overflow:hidden;
  bottom:50px;
  background-color:rgba(0,0,0,.3);
  border:1px solid rgba(255,255,255,.8);
  border-top:1px solid rgba(255,255,255,.8);
  padding:0;
  opacity:0;
}

.playing:hover .carousel-videos {
  opacity:1;
}

.playing .carousel-videos:before {
  content:"More...";
  height:30px;
  line-height:29px;
  width:70px;
  display:block;
  opacity:.8;
  color:#fff;
  text-align: center;

}


.videoPlaceHolder{
  /*border: 1px solid black;*/
  height:416px;
}



@media (min-width: 992px){
  .videoPlaceHolder{
    height:348px;
  }
  .bgvideogallery .videoPlaceHolder{
    height:529px;
  }
}

@media (min-width: 1200px){
  .videoPlaceHolder{
    height:423px;
  }

  .bgvideogallery .videoPlaceHolder{
    height:641px;
  }
}

.carousel-list-item .play-overlay-icon img{
  display: none;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  left:50%;

  -moz-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}


.carousel-list-item:hover .play-overlay-icon img{
  display: block!important;
}
.carousel-list-item.on:hover .play-overlay-icon img{
  display: none!important;
}
.carousel-videos .carousel-list {
  position:relative;
  white-space: nowrap;
}
.carousel-videos .carousel-viewport:not(.arrows) .carousel-list > div:first-child {
  margin-left: 0;
}
.carousel-videos .carousel-viewport:not(.arrows) .carousel-list > div:last-child {
  margin-right: 0;
}

.carousel-videos .carousel-viewport.arrows .carousel-list-item{
  width: 21%;
}
.carousel-videos .carousel-viewport.arrows{
  width: 90%;
  float: left;
}
.carousel-videos .carousel-viewport {
  height:100%;
  width: 100%;
  margin:0 auto;
  overflow:hidden;
  position:relative;
}
.carousel-videos .carousel-list-item {
  width: 22%;
  margin: 0 2%;
  /*opacity:  0.64;*/
  cursor: pointer;
  font: 12px/14px 'Neue Helvetica W01';
  color: #9B9B9B;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.playing .carousel-videos .carousel-list-item {
  opacity:0;

}

.carousel-videos .carousel-list-item:hover,
.carousel-videos .carousel-list-item.on {
  color: #078FD4;
  opacity:  1;
}

.carousel-videos .title-text {
  display: inline-block;
  margin-top: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
}

.carousel-videos .left-arrow-btn{
  cursor: pointer;
  height: 90px;
  float: left;
  width: 5%;
}

.carousel-videos .right-arrow-btn {
  cursor: pointer;
  height: 90px;
  float: right;
  width: 5%;
}

.carousel-videos .left-arrow,
.carousel-videos .right-arrow {
  margin: 100% 0 0 0px;
  height: 39px;
  width: 25px;
}

.carousel-videos .right-arrow {
  float: right;
}

.carousel-videos .left-arrow-btn.disabled,
.carousel-videos .right-arrow-btn.disabled {
  cursor: default;
}

/* Left arrow styles */
.carousel-videos .left-arrow-btn.enabled .left-arrow {
  background:url(../../images/carousel_arrows_sprinte.png) 0 0px no-repeat;
}

.carousel-videos .left-arrow-btn.disabled .left-arrow {
  background:url(../../images/carousel_arrows_sprinte.png) 0 -88px no-repeat;
}

.carousel-videos .left-arrow-btn.enabled:hover .left-arrow{
  background:url(../../images/carousel_arrows_sprinte.png) 0 -44px no-repeat;
}
/*******************************/

/* Right arrow styles */
.carousel-videos .right-arrow-btn.enabled .right-arrow {
  background:url(../../images/carousel_arrows_sprinte.png) 0 -132px no-repeat;
}

.carousel-videos .right-arrow-btn.disabled .right-arrow {
  background:url(../../images/carousel_arrows_sprinte.png) 0 -220px no-repeat;
}

.carousel-videos .right-arrow-btn.enabled:hover .right-arrow {
  background:url(../../images/carousel_arrows_sprinte.png) -1px -176px no-repeat;
}
/******************************/

.carousel-list-item .video-thumbnail:hover img{
}
.carousel-videos .carousel-parsys .carousel-list-item {
  float:none;
}

.carousel-videos .carousel-list-item img.cq-dd-image {
  width: 120px;
  height: 88px;
}
.video-thumbnail{
  position: relative;
}
.carousel-list-item.on .video-duration,
.on .play-overlay,
.now-playing,
.hidden {
  display: none;
}

.video-duration{
  position: absolute;
  left: 75%;
  margin-top: -20px;
  color: white;
}
.video-thumbnail img{
  width: 100%;
}
.on .video-thumbnail {
  height: auto;
  margin-top:0;
}
.on .video-thumbnail img{
  opacity: .7;
}

.on .now-playing {
  font: 200 20px/20px 'Neue Helvetica W01';
  color: #FFFFFF;
  letter-spacing: 0.89px;
  position: absolute;
  bottom: 0;
  display: block;
  white-space: normal;
  padding: 8px;
  width: 100px;
  z-index: 200;
}

.image-wrp{
  position: relative;
  width: 100%;
  overflow: hidden;
}
.image-wrp:before{
  content: "";
  display: block;
  padding-top: 50%;
}
.image-wrp-content{
  position:  absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background:#000;
}
.video-main-wrapper{
  margin: 30px 0;
  position:relative;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.current-video-title {
  font-weight: 400;
  font-size: 16px;
  color: white;
  position: absolute;
  z-index: 100;
  margin: 20px;
  background-color: rgba(0, 0, 0, 0.25);
  padding: 10px 15px;
}

@media (max-width: 768px) {
  .current-video-title {
    font-size: 12px;
    margin: 10px;
    background-color: rgba(0, 0, 0, 0.25);
    padding: 5px;
  }
}
.subhead h2{
    margin-top: 0px;
    margin-bottom: 20px;
    color: #999;
    text-align: left;
    font-weight: 300;
    font-family: 'Neue Helvetica W01';
}
@media (max-width: 767px){

    .subhead h2{
        font-size: 20px;
        line-height: 24px;
        font-weight:300;
    }
}
@media (min-width: 768px){

    .subhead h2{
        font-size: 20px;
        line-height: 24px;
    }
}
@media (min-width: 992px){

    .subhead h2{
    }
}
@media (min-width: 1200px){

    .subhead h2{
        font-size: 20px;
        line-height: 24px;
    }
}
.social-static-share {
    background-image: url("../../mweb/images/icn_share.svg");
    height: 45px;
    width: 46px;
    display: block;
}

.social-static-buttons .social_sharing_wrapper {
    padding-top: 15px;
}
.social-static-buttons {
    height: 0;
}
.social-static-buttons .social_sharing_module .bg {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}

.social-static-buttons .social_sharing_module a {
    border-radius: 30px;
    margin-bottom:5px;
}
.affix-sharing {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  margin-left:0;
  z-index: 250;
}
.affix-sharing.social-pushed {
  z-index: 50;
}

.hero-video .affix-sharing:before{
  height: 56.25vw;
  max-height: 100vh;
}

.affix-sharing .social_sharing_wrapper {
  padding-top: 220px;
}

.affix-sharing.social-pulled .social_sharing_wrapper {
  position: absolute;
}
.affix-sharing.social-fixed .social_sharing_wrapper {
  position: fixed;
  width: 0;
}
.affix-sharing.social-pushed .social_sharing_wrapper {
  position: absolute;
}

/*========================================================================*/

.social_sharing_module {
  position: relative;
  width:40px;
  min-height: 362px;
}

.social_sharing_module .social-shares {
	display:inline-block;
	font-size:12px;
    font-weight: 700;
    font-family: 'Helvetica W01';
    vertical-align: top;
	line-height:14px;
    padding: 0;
    margin: 0 0 10px;
    width: 44px;
    text-align: center;
}

.social_sharing_module .social-shares-total {
	font-size:19px;
	font-weight:700;
}

.social_sharing_module a {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  background: #ccc;
  margin-right: 9px;
  vertical-align: top;
  margin-bottom:10px;
}

.social_sharing_module a span {
  display: none;
}

.social_sharing_module .icon {
  background-image: url('../../images/social_sprite_2x.png');
  background-size: 30px 246px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 2;
}
.social_sharing_module .bg {
  width: 44px;
  height: 44px;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .07s ease-in;
  -moz-transition: all .07s ease-in;
  -ms-transition: all .07s ease-in;
  -o-transition: all .07s ease-in;
  transition: all .07s ease-in;
}

.social_sharing_module a:hover .bg {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}


.social_sharing_module a.facebook,
.social_sharing_module .bg.facebook {
  background-color: #3b5998;
}

.social_sharing_module .icon.facebook {
  background-position: center -107px;
}

.social_sharing_module a.twitter,
.social_sharing_module .bg.twitter {
  background-color: #4099FF;
}

.social_sharing_module .icon.twitter {
  background-position: center -38px;
}

.social_sharing_module a.pinterest,
.social_sharing_module .bg.pinterest {
  background-color: #C92228;
}

.social_sharing_module .icon.pinterest {
  background-position: center -71px;
}

.social_sharing_module a.gplus,
.social_sharing_module .bg.gplus {
  background-color: #d34836;
}

.social_sharing_module .icon.gplus {
  background-position: center -141px;
}

.social_sharing_module a.email,
.social_sharing_module .bg.email {
  background-color: #078FD4;
}

.social_sharing_module .icon.email {
  background-position: center -173px;
}

.social_sharing_module a.print,
.social_sharing_module .bg.print {
  background-color: #9B9B9B;
}

.social_sharing_module .icon.print {
  background-position: center -204px;
}

#emailshare {
    height:420px;
}

.send-to-friend-spinner {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .7);
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../../images/loading.gif');
    background-repeat: no-repeat;
    background-position: center center;
}

.send-to-friend-message,
.send-to-friend-error-msg {
    font-weight: 200;
    font-size: 36px;
    margin: 50px 0 15px 0;
}

/* modal form styles */

.email-share input[type="checkbox"] {
    display: none;
}

.email-share label .chkbox {
    float: left;
    border: 1px solid #666;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    margin-right: 8px;
    display: inline-block;
}

.email-share input + label {
    height: 22px;
    line-height: 22px;
    font-weight: 300;
    color: #666;
    vertical-align: top;
}

.email-share input:checked + label .chkbox {
    background: #078FD4;
    color: #fff;
    border: 1px solid #078FD4;
}

.email-share input:checked + label .chkbox:after {
    content: url("../../images/icon_white_check.png");
}

.email-share label[for="to"],
.email-share label[for="from"] {
    display: none;
}
.email-share input[type="password"],
.email-share input[type="text"],
.email-share input[type="email"] {
    font-size: 32px;
    font-family: "Neue Helvetica W01";
    font-weight: 100;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #f6f6f6;
    border: none;
    padding: 0 10px;
    color: #999;
    margin-bottom: 20px;
}

.email-share input.parsley-success,
select.parsley-success,
textarea.parsley-success {
    color: #468847;
    background-color: #DFF0D8;
    border: 1px solid #D6E9C6;
}

.email-share input.parsley-error,
.email-share select.parsley-error,
.email-share textarea.parsley-error {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
}

.email-share .parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;

    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

.email-share .parsley-errors-list.filled {
    opacity: 1;
    margin-top: -15px;
    margin-bottom: 10px;
}

.email-share button {
    background: #f00;
    border: 2px solid #f00;
    color: #fff;
    font-size: 18px;
    font-weight: 200;
    display: block;
    margin: 20px auto;
    width: 110px;
    height: 44px;
    line-height: 40px;
}

.email-share button:hover {
    background:#fff;
    color:#f00;
}

.email-share h2,
.email-share .h2 {
    font-weight: 200;
    font-size: 36px;
    margin: 0 0 15px 0;
}

.email-share p.disclaimer {
    margin: 30px 0 0 0;
    font-size: 12px;
}

.email-share .modal-content {
    border : none;
    box-shadow: none;
}

.email-share .modal-content .close-modal {
    background: url('../../images/shop-close.png');
    width: 43px;
    height: 43px;
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.email-share .modal-dialog {
    padding-top: 15%;
}
@media (max-width: 767px) {
    .email-share:before {
        content:"";
        display: block;
        width: 1px;
        float: left;
        height: calc(100% + 1px);
        margin-left: -1px;

    }
    .email-share:after{
        content:"";
        width: 100%;
        display: block;
        clear: both;
    }
    
    .email-share *{
        -webkit-overflow-scrolling: touch;
    }

}

.modal-backdrop.in {
    background-color: #FFF;
    opacity: 0.95;
}

.singlevideo-par{
    clear: both;
}
.singlevideo-wrapper{
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 */
    position: relative;
    margin-bottom: 30px;
}

.singlevideo-wrapper > div{
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
}

.singlevideo img {
    width: 100%;
    height: 100%;
}

.singlevideo .vjs-big-play-button {
    display: none !important;
}

.singlevideo div.vjs-control-bar,
.singlevideo .vjs-has-started.vjs-paused div.vjs-control-bar{
    display: none !important;
}

.singlevideo .vjs-has-started .vjs-control-bar{
    display: -webkit-flex!important;
    display: flex!important;
}
.singlevideo .vjs-poster{
    transform: translate3d(0, 0 ,0) !important;
    -webkit-transform: translate3d(0, 0, 0 ) !important;
    -ms-transform: translate3d(0, 0, 0 ) !important;
}


.singlevideo .player-content {
    position: relative;
    height: 100%;
    width: 100%;
}


.singlevideo .video-info.playing {
     display: none;
 }

.singlevideo .video-info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background-color: rgba(0, 0, 0, 0.3);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.singlevideo .video-play-button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('../../images/ICON-vid-play.png') no-repeat;
    height: 6vw;
    width: 6vw;
    margin: auto;
    background-size: 6vw 6vw;
    opacity: 0.8;
}
.singlevideo .video-play-button:hover{
     opacity: 1;
 }

.singlevideo .video-title {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    width: 80%;
    font-size: 2.5vw;
    line-height: 2.5vw;
    color: #FFF;
    margin: 0 auto;
    text-align: center;
    font-weight: 100;
    font-family: 'Neue Helvetica W01';
}


.section-delimiter-wrapper {
    position: relative;
    text-align: center;
    margin: 30px 0;
}

.section-delimiter-wrapper .line{
    border-bottom: 1px solid #999999;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: -1;
}

.section-delimiter-wrapper .section-title {
    background-color: #FFFFFF;
    color: #999999;
    padding: 0 20px;
    font: 200 55px/67px 'Neue Helvetica W01';
    display: inline-block;
    max-width: 90%;
}

.section-delimiter-wrapper.health .line {
    border-bottom-color: #1BB0C1;
}
.section-delimiter-wrapper.health .section-title{
    color: #1BB0C1;
}

.section-delimiter-wrapper.electronics-computers .line {
    border-bottom-color: #078FD4;
}
.section-delimiter-wrapper.electronics-computers .section-title{
    color: #078FD4;
}

.section-delimiter-wrapper.home-garden .line {
    border-bottom-color: #F57D17;
}
.section-delimiter-wrapper.home-garden .section-title{
    color: #F57D17;
}

.section-delimiter-wrapper.appliances .line {
    border-bottom-color: #496786;
}
.section-delimiter-wrapper.appliances .section-title{
    color: #496786;
}

.section-delimiter-wrapper.babies-kids .line {
    border-bottom-color: #E71F7A;
}
.section-delimiter-wrapper.babies-kids .section-title{
    color: #E71F7A;
}

.section-delimiter-wrapper.money .line {
    border-bottom-color: #5EAB0B;
}
.section-delimiter-wrapper.money .section-title{
    color: #5EAB0B;
}

.section-delimiter-wrapper.cars .line {
    border-bottom-color: #EC1C24;
}
.section-delimiter-wrapper.cars .section-title{
    color: #EC1C24;
}


.container-relatedguides {
	max-width: 100%; 
	overflow-x: hidden;
}
.relatedguides {
  height: 423px;
  position: relative;
  max-width: 1740px;
  margin: 80px auto;
}

.related-slide {
  width: 1740px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -870px;
  -webkit-transition: all .350s ease;
  -moz-transition: all .350s ease;
  -ms-transition: all .350s ease;
  -o-transition: all .350s ease;
  transition: all .350s ease;

}

.related-edit {
  width: 100%;
}

.related-slide.left {
  left: 0;
  margin-left: 0;
}

.relatedguide {
  width: 580px;
  height: 423px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 423px;
  float: left;
  padding: 0 15px;
  position: relative;
}

.related-edit .relatedguide {
  width: 33%;
}

.relatedguide:first-child img,
.relatedguide:last-child img {
  opacity: .7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.relatedguide .related-image {
  width: 100%;
  height: 100%;
  -webkit-transition: all .550s ease;
  -moz-transition: all .550s ease;
  -ms-transition: all .550s ease;
  -o-transition: all .550s ease;
  transition: all .550s ease;
  background-size: cover;
}

.relatedguide:hover .related-image {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 0;
}

.relatedguide .related-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  -webkit-transition: all .450s ease;
  -moz-transition: all .450s ease;
  -ms-transition: all .450s ease;
  -o-transition: all .450s ease;
}

.relatedguide.hover .related-overlay {
  background: rgba(0, 0, 0, .25);
}

.relatedguide h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 30px;
  color: #fff;
  z-index: 10;
  font-weight: 100;
  letter-spacing: 1.5px;
  font-size: 50px;
  line-height: 50px;
  opacity: .6;
}

.relatedguide.hover h4 {
  opacity: 1;
}

.relatedguide .link {
  position: absolute;
  bottom: 10px;
  padding: 10px;
  background: rgba(0, 0, 0, .5);
  color: #fff;
  z-index: 10;
}

@media (max-width: 1200px){

	.relatedguides {
	  height: 300px;
	  position: relative;
	  max-width: 1500px;
	  margin:60px auto;
	}
	
	.related-slide {
	  width: 1500px;
	  margin-left: -750px;
	}
	
	.related-edit {
	  width: 100%;
	}
	
	.related-slide.left {
	  left: 0;
	  margin-left: 0;
	}
	
	.relatedguide {
	  width: 500px;
	  height: 300px;
	}
		
 	.relatedguide h4 {
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  padding: 20px 30px;
	  color: #fff;
	  z-index: 10;
	  font-weight: 100;
	  letter-spacing: 1px;
	  font-size: 32px;
	  line-height: 32px;
	  opacity: .6;
	}

}


@media (max-width: 992px){

	.relatedguides {
	  height: 250px;
	  position: relative;
	  max-width: 1200px;
	  margin:40px auto;
	}
	
	.related-slide {
	  width: 1200px;
	  margin-left: -600px;
	}
	
	.related-edit {
	  width: 100%;
	}
	
	.related-slide.left {
	  left: 0;
	  margin-left: 0;
	}
	
	.relatedguide {
	  width: 400px;
	  height: 250px;
	  padding:0 10px;
	}
		
	.relatedguide h4 {
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  padding: 20px 30px;
	  color: #fff;
	  z-index: 10;
	  font-weight: 100;
	  letter-spacing: 1px;
	  font-size: 24px;
	  line-height: 24px;
	  opacity: .6;
	}

}

 @media (max-width: 500px) {
    .relatedguides {
        height: auto;
        position: relative;
        max-width: 100%;
        margin:40px auto;
    }

    .relatedguide:hover h4 {
        opacity: 1;
    }

    .relatedguide:hover .related-overlay {
        background: rgba(0, 0, 0, .25);
    }

    .related-slide {
        width: 100%;
        margin-left: 0;
        position: relative;
        left: 0;
    }

    .relatedguide {
        max-width: 100%;
        width: 100%;
        height: 350px;
        padding:15px 15px;
    }

    .relatedguide h4 {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 20px 30px;
        color: #fff;
        z-index: 10;
        font: 200 26px/32px "Neue Helvetica W01";
        letter-spacing: 1px;
        opacity: 1;
    }

    .relatedguide .related-overlay {
        /*display: none;*/
    }

    .relatedguide .related-image {
        width: 100%;
        height: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .relatedguide:hover .related-image {

        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
}


@media (max-width: 500px) {
    .relatedguide {
        max-width: 100%;
        width: 100%;
        height: 250px;
        padding:15px 15px;
    }
}
.recircbar {
    background:#f6f6f6;
}

.recircitem {
    font: 200 24px/26px 'Neue Helvetica W01';
    color: #000000;
    padding-bottom:20px;
}

.recircitem a, .recircitem p {
    color:#000;
    text-decoration:none;
}

.recircitem a:hover,
.recircitem a:focus {
    color: #078FD4;
    text-decoration: underline;
}

.recircitem .thumbnail {
    position:relative;
    display:block;
    margin-bottom:8px;
}

.recircitem.video .thumbnail::before {
    content:url('../../images/icon_vid_play_sm.png');
    display:block;
    position:absolute;
    top:50%;
    left:50%;
    -ms-transform: translate(-50%,-50%); /* IE 9 */
   	-webkit-transform: translate(-50%,-50%); /* Safari */
    transform: translate(-50%,-50%);
}

.recircitem img {
    width:100%;
    height:auto;
}
.recircbar h3 {
    font-family: "Helvetica W01";
    font-weight: 700;
    font-size:20px;
    margin-bottom:20px;
}

@media only screen and (max-width: 768px) {
    .recircitem {
        font: 200 20px/22px 'Neue Helvetica W01';
    }
}

.recircbar .container .recircitem-container {
    padding: 0px;
}
.photogallery {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 30px 0;
  margin: 50px 0;
}

.bgsections .photogallery {
    border-top:none !important;
    border-bottom:none !important;
    margin-bottom:0;
    padding-bottom:10px;

}

.photogallery:first-child {
  border-top: none;
  margin-top: 0;
}

img[src="x"] {
  opacity: 0;
}

.invalid .x-tab-strip-text {
  color: #ff0000 !important;
}

.invalidLabel:before {
  content: "Image is too small. Should be at least 1200px wide";
  color: red;
}

#CQ canvas.canvas-invalid {
  background-color: #ffeeee !important;
}

.column {
  width: 50%;
  margin: 0 auto;
}

.image-gallery-header, .image-gallery-header-edit {
  font-size: 24px;
  font-weight: 300;
  margin: 0px 0 15px 0;

}

.image-gallery-header:empty {
  display: none;
}

.photogallery .placeholder {
  z-index: 0;
}

.image-gallery-container {
  position: relative;
  z-index: 2;
}

.bg-photogallery {
  background: none;
}

.image-gallery {
  height: 400px;
}

.image-gallery-item {

  width: auto;
  height: 400px;
  position: relative;
  z-index: 1;
  background: #f9f9f9;
  -webkit-transition: height 250ms;
  -moz-transition: height 250ms;
  -ms-transition: height 250ms;
  -o-transition: height 250ms;
  transition: height 250ms;
}

.popout .image-gallery {
  height: 500px;
}

.popout .image-gallery-item {
  height: 500px;
  position: relative;
}

.image-gallery img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  display: block;

}

.image-gallery img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.image-gallery .caption {
  display: none;
}

.image-gallery .caption {

  left: 0;
  width: 100%;
  font-weight: 400;
  opacity: 1;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  float: none;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -ms-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;

}

.photogallery .displayCaption {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  padding: 30px 0 0 0;
}

.photogallery .displayCaption:empty {
  display: none;

}

.photogallery .displayCaption *:emptry {
  display: none;
}

.popout .image-gallery .caption-box {
  background: rgba(255, 255, 255, .7);
  padding: 30px 0 0 0;
}

.popout .image-gallery .caption .container.content {
  margin-top: 0;
}

.photogallery h4 {
  margin: 0;
  font-size: 1em;
  font-weight: 500;
  font-size: 16px;
  margin: 0;
}

.popout .photogallery .caption {

  top: 500px;
  background: none;
  width: 100%;
  left: 0;
  margin-left: 0;

}

.popout .photogallery .caption.no {
  padding: 0;
  background: none;
}

.popout .photogallery:hover .caption {
  opacity: 1;
}

.photogallery .credit:first-child,
.photogallery .credit {
  float: none;
  font-weight: 400;
  font-size: 12px;
  color:#999;
}

.photogallery .caption.no .credit {
  background: rgba(255, 255, 255, .7);
  padding: 0px 10px;
  display: inline-block;
}

.photogallery .credit:empty {
  display: none;
}

.rslides {
  position: relative;
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides div.image-gallery-item {
  /* -webkit-backface-visibility: hidden;*/
  z-index: 0;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0px;
}

.rslides div.image-gallery-item:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides_nav {
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, .8);
  padding: 20px;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

.rslides_nav.bump {
  margin-top: 32px;
}

.rslides_nav span {
  width: 44px;
  height: 66px;
  background-image: url('../../images/lg_arrows_sprite_2x.png');
  background-size: 44px 399px;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  background-position: center -66px;
}

.rslides_nav.prev {
  left: 0;
}

.popout .rslides_nav.prev {
  left: 7%;
}

.rslides_nav.prev:hover span {
  background-position: center 0px;
}

.rslides_nav.prev.disabled span,
.rslides_nav.prev.disabled:hover span {
  background-position: center -133px;
}

.rslides_nav.next {
  right: 0;
}

.popout .rslides_nav.next {
  right: 7%;
}

.rslides_nav.next span {
  background-position: center -266px;
}

.rslides_nav.next:hover span {
  background-position: center -200px;
}

.rslides_nav.next.disabled span,
.rslides_nav.next.disabled:hover span {
  background-position: center -333px;
}

ul .rslides_nav {
  margin-top: 0;
  padding: 0;
  display: inline-block;
  width: 19px;
  height: 25px;
  background-image: url('../../images/sm_arrows_sprite_2x.png');
  background-size: 19px 145px;
  background-position: center -24px;

}

ul .rslides_nav span {
  display: none;
}

ul .rslides_nav.prev {
  position: static;
}

ul .rslides_nav.prev.disabled,
ul .rslides_nav.prev.disabled:hover {
  background-position: center -48px;
}

ul .rslides_nav.next {
  position: static;
  background-position: center -96px;
}

ul .rslides_nav.next:hover {
  background-position: center -72px;
}

ul .rslides_nav.next.disabled,
ul .rslides_nav.next.disabled:hover {
  background-position: center -120px;
}

.rslides_tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #999;
}

.rslides_tabs a {
  text-decoration: none;

  color: #999;
}

.rslides_tabs li {
  display: none;
  vertical-align: middle;
  font-size: 16px;
  line-height: 25px;
  height: 25px;
}

.rslides_tabs li.rslides_here {
  display: inline-block;
}

.rslides_tabs li:first-child {
  margin-left: 0;
}

.pg-edit-placeholder img {
  width: 100%;
  margin-bottom: 20px;
}

.gallery-edit {
  position: relative
}

.bg-photogallery .hide-edit {
  display: none;
}
.image-slider .twentytwenty-container {
    margin: 0 auto;
}

.image-slider .description-wrapper {
    color: #999;
    padding-top: 7px;
 }

.image-slider .description-wrapper .photo-credit {
    font: 500 12px/16px 'Neue Helvetica W01';
}

.image-slider-headline {
    font: 200 28px/30px 'Neue Helvetica W01';
}

.edit-mode-view-wrapper .placeholder-wrapper {
  background-color: #F4F4F4;
  text-align: center;
  padding: 100px 0;
}

.edit-mode-view-wrapper .placeholder-image {
  display: block;
  margin: 0 auto 20px;
  max-width: 100%;
}

.edit-mode-view-wrapper .placeholder-text {
  color: #A3A3A3;
  font-size: 36px;
  font-family: 'Neue Helvetica W01';
}

.edit-mode-view-wrapper .image-warning {
  color: red;
  font-size: 16px;
}

.image-content {
  margin: 30px 15px;
  font: 300 12px/16px 'Neue Helvetica W01';
}

@media (min-width:768px){
  .image-content {
    margin: 30px 0px;
  }
}


.image-content .description-wrapper {
  color: #999;
  padding-top: 7px;
}

.image-content .photo-credit {
  font-weight: 500;
}

.image-wrapper {
  width: auto;
  display: block;
  margin: 0 auto;
}

.image-wrapper .image {
  max-width: 100%;
}
.hero-image-wrapper {
  width: 100%;
  height: 42.55vw;
  position: relative;
  overflow: hidden;
  z-index: 1;
  top: 0;
  background-color: white;
  min-height: 100%;
}

.hero-image-wrapper.image {
  height: 33.75vw;
}

.hero-image-wrapper .inner-wrapper.photo img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  height: 100%;
}

.hero-image-wrapper .hero-image {
  width: 100%;
}

.hero-image-wrapper .inner-wrapper {
  position: static;
}

.hero-image-placeholder {
  height: 42.55vw;
  margin-top: -220px;
  padding-top: 220px;
  content: "";
  width: 100%;
  display: block;
  min-height: 337px;
}

.photo-credit-section {
  position: absolute;
  bottom: 96px;
  z-index: 1;
  width: 100%;
  /*hack for strange bug on iOS https://jira.consumer.org/browse/EL-1938*/
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.photo-credit-section .container {
  overflow: hidden;
  padding: 0 7px;
}

.hero-image-wrapper .photo-credit {
  padding: 5px 10px;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.3);
  float: right;
  margin: 10px 0 10px 10px;
}

.hero-image-pinned .photo-credit-section {
  display: none;
}

.hero-image-placeholder.edit {
  padding: 10px;
}

.hero-image-placeholder.edit div {
  background-color: #F4F4F4;
  height: 100%;
  width: 100%;
}

.hero-image-par {
  position: relative;
  z-index: 10;
}

.bg-pagetitle {
  display: none;
}



.seo-test-header .hero-image-wrapper.image,
.seo-test-header .hero-image-placeholder {
  max-height:500px;
  min-height:100px;
  height:30vw;
}


.seo-test-header .hero-image-wrapper.image .inner-wrapper.photo img {
  height:auto;
}
@media (max-width: 767px){

    .photo-credit-section {
        bottom: 10px;
    }

}
.video .hero-image-wrapper .vjs-big-play-button:before{
    opacity: 1 !important;
}

.video .hero-image-wrapper .vjs-big-play-button, .vjs-default-skin .vjs-big-play-button:focus {
    box-shadow: none !important;
    background: none !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    margin: -52px 0 0 -78px;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
}

.video .hero-image-wrapper .vjs-big-play-button:before {
   /* font-size: 10em !important; */
}
.video .hero-image-wrapper .vjs-control-bar{
    display: none !important;
}
.video-playing .video .hero-image-wrapper .vjs-control-bar{
    display: -webkit-flex!important;
    display: flex!important;
}
.video .hero-image-wrapper .vjs-has-started .vjs-big-play-button {
    display: block;
}
.video-playing .video .hero-image-wrapper .vjs-has-started .vjs-big-play-button {
    display: none;
}
.video .hero-image-wrapper .vjs-big-play-button:hover:before {
    color: #078fd4 !important;
}

.video .hero-image-wrapper.image, .video .hero-image-wrapper.video {
    height: 56.25vw;
    max-height: 100vh;
}
.video .hero-image-placeholder{
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    height: 56.25vw;
    max-height:100vh;
    margin-top: -220px;
    padding-top: 220px;
    min-height: 432px;
}

.video-playing .video .hero-image-placeholder {
    height: 56.25vw;
    margin-top: -124px;
    padding-top: 124px;
	max-height:100vh;
    min-height: 432px;
}

.video .hero-image-wrapper .inner-wrapper .video {
    display: none;
}

.hero-vjs-poster img.hero-image {
    width: 100%;
}

.hero-vjs-poster .play-button {
    display:none;
    background-image: url('../../images/ICON-vid-play.png');
    background-size: 76px 92px;
    background-repeat: no-repeat;
    width: 76px;
    height: 92px;
    margin-top: 1.5vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50% ,0);
    -webkit-transform: translate3d(-50%,-50%, 0 );
    -ms-transform: translate3d(-50%,-50%, 0 );
}

.hero-vjs-poster + .inner-wrapper.video {
    visibility: hidden;
}

.hero-image-wrapper{
    -webkit-transition: height 0.4s ease-in-out;
    -moz-transition: height 0.4s ease-in-out;
    -o-transition: height 0.4s ease-in-out;
    transition: height 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.hero-image-wrapper video::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}

.hero-image-wrapper .convio-subscribe-cq-wrapper,
.hero-image-wrapper .action-button-cq-wrapper {
  display: none;
}

.hero-image-wrapper .inner-wrapper.video {
  height: 100%;
  width: 100%;
  position: absolute;
  background: #ddd 50% 0 no-repeat;
  background-size: cover;
  padding: 0;
  margin: 0;
}

.hero-image-wrapper .videoWrapper {
  height: 100%;
  width: 100%;
}

.hero-image-wrapper .overlay {
  display: block;
  height: 100%;
}

.hero-image-wrapper .videoControl {
  display: none;
  color: #fff;
  font-size: 60px;
  cursor: pointer;
  z-index: 250;
  background: no-repeat 50% 50%;
  outline: none;
  box-shadow: none !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  margin: -75px 0 0 -92px;
  overflow: hidden;
  border: none;
  text-indent: -9999px;
  height: 102px;
  width: 86px;
}

.hero-image-wrapper .videoControl.play {
  background-image: url("../../../cr/images/common/video_play_btn.png");
}

.hero-image-wrapper .videoControl.pause {
  background-image: url("../../../cr/images/common/video_pause_btn.png");
}

.hero-image-wrapper .YTPOverlay {
  background-color: rgba(0, 0, 0, 0);
}
div.videoWrapper iframe{
  margin-top:0!important;
}

.intrinsic-container {
  height: 0;
  overflow: hidden;
}

/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}

/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 75%;
}

.intrinsic-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Youtube 360 */
.warning-360-video {
  font-family: "Neue Helvetica W01", Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: white;
  background-color: #1A90DE;
  height: 68px;
}

.warning-360-video a {
  color: white;
  text-decoration: underline;
}

.warning-360-video li {
  margin: 0;
  padding: 0;
}

.warning-360-video ul {
  margin: 0;
  padding: 15px 20px;
}

.warning-360-video li {
  background: url('../../images/icon-alert.png') no-repeat left top;
  list-style: none;
  margin: 0;
  padding: 0 55px 0px;
  line-height: 35px
}

.warning-360-video p {
  margin: 0;
}

@media (max-width: 768px) {
  .warning-360-video {
    padding: 14px 10px;
    padding: 0;
    height: initial;
  }
  .warning-360-video li {
    padding: 0 0 0 45px;
    line-height: inherit;
  }
  .warning-360-video p {
    margin: 0 0 10px 0;
  }
}
.fb-comments span, .fb-comments span iframe {
    width: 100% !important;
}
#social_fb_comments {
	margin-top:30px;
}

#social_fb_comments .toggle {
    display:block;
    width:100%;
    text-align: center;
    height:50px;
    border:1px solid #999;
    font-weight:100;
    font-size:18px;
    line-height:50px;
}
#social_fb_comments .toggle span {
    display:inline-block;
}
#social_fb_comments .txt {
    background-image: url('../../images/icon_comment@2x.png');
    background-size:18px 17px;
    background-position: left center;
    background-repeat: no-repeat;
    padding:0 10px 0 27px;

}
#social_fb_comments .arrow {
    -moz-transform: scale(1.5,1);
    -webkit-transform: scale(1.5,1);
    -o-transform: scale(1.5,1);
    -ms-transform: scale(1.5,1);
    transform: scale(1.5,1);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    color:#ccc;
    font-size:10px;
}
#social_fb_comments .fb-comment-count, 
#social_fb_comments .fb-comments-count {
    font-weight: 400;
}
#social_fb_comments.open .arrow {
    -moz-transform: scale(1.5,1) rotate(180deg) translateY(3px);;
    -webkit-transform: scale(1.5,1) rotate(180deg) translateY(3px);;
    -o-transform: scale(1.5,1) rotate(180deg) translateY(3px);;
    -ms-transform: scale(1.5,1) rotate(180deg) translateY(3px);;
    transform: scale(1.5,1) rotate(180deg) translateY(3px);;
}
#social_fb_comments .fb-comments { display:none; }
#social_fb_comments.open .fb-comments { display:block; }

.link { cursor: pointer; }

.call-to-action-wrapper {
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	margin:50px 0;
	padding:0 30px;
}
.call-to-action,
.call-to-action:hover,
.call-to-action:focus,
.call-to-action:active{
    display: block;
    text-decoration: none;
    color: #000000;
    margin: 20px 0 10px 0;
    text-align: center;
}

.call-to-action-placeholder {
    height: 100%;
    width: 100%;
}
.call-to-action-text{
    display: inline-block;
    height: 100%;
    vertical-align: top;
}

.call-to-action-text .call-to-action-headline{
    margin: 0;
    font-weight: 500;
	font-size: 24px;
	color: #000000;
	line-height: 31px;
}

.call-to-action-text .call-to-action-subhead{
    font-weight: 300;
	font-size: 24px;
	color: #078FD4;
	line-height: 31px;
}
.bgsections .textsection > h3 {
    color: #000000;
    font: 300 32px / 42px 'Neue Helvetica W01';
    text-align: center;
}

.bgsections .textsection .text-container p {
    color: #000000;
    font: 300 16px / 26px 'Neue Helvetica W01';
    word-wrap: break-word;
}

div.text-container ul, ol{
    padding-left: 18px;
}
div.text-container li{
    font-family: 'Neue Helvetica W01';
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}


@media (min-width: 480px){

    div.text-container p{
        font-size: 14px;
        line-height: 24px;
    }
}

@media (min-width: 768px){

    div.text-container p{

        font-size: 16px;
        line-height: 26px;
    }
}

@media (min-width: 992px){

    div.text-container p{
    }
}

@media (min-width: 1200px){

    div.text-container p{
    }
}



.bgsections .textsection > h4 {
    color: #000000;
    font: 400 24px / 34px 'Neue Helvetica W01';
    text-align: center;
}
.bg-sidebyside .image-wrapper {
  width: auto !important;
}

@media (max-width: 768px) {

  .bg-sidebyside .sides div {
    width: auto !important;
  }

}

.responsivecolumn .imageandtext > h4 {
    margin: 0;
    padding-bottom: 30px;
    text-align: left;
}

.responsivecolumn .imageandtext .text-container p {
    color: #000000;
    width: 100%;
    font: 300 16px/19px 'Neue Helvetica W01';
}

.responsivecolumn .imageandtext a.ratings-link {
    color: #078fd4;
    display: block;
    margin: 15px 0 0;
    padding: 0;
    width: 100%;
    font: 500 16px/19px 'Neue Helvetica W01';
}

.responsivecolumn .imageandtext .image-content {
    padding: 0;
    margin: 50px 0 30px;
}

@media (min-width: 480px){

    .responsivecolumn .imageandtext > h4 {
        font: 500 16px/19px'Neue Helvetica W01';
    }

}

@media (min-width: 1200px){

    .responsivecolumn .imageandtext > h4 {
        font: 300 24px/29px'Neue Helvetica W01';
    }
}

.producttypes .responsivecolumn .row > div {
    padding: 0 10px;
}

.bg-section-delimiter {
    border-bottom: 1px solid #9B9B9B;
    margin: 85px 0;
    height: 0;
}

.bg-section-delimiter .bg-section-number {
    position: relative;
    margin: 0 auto;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 70px;
    height: 70px;
    top: -35px;
    background-color: #999999;
    text-align: center;
    color: #FFFFFF;
    font: 100 56px/66px 'Neue Helvetica W01';
}

.bg-section-delimiter .bg-section-number.health {
    background-color: #1BB0C1;
}

.bg-section-delimiter .bg-section-number.electronics-computers {
    background-color: #078FD4;
}

.bg-section-delimiter .bg-section-number.home-garden {
    background-color: #F57D17;
}

.bg-section-delimiter .bg-section-number.appliances {
    background-color: #496786;
}

.bg-section-delimiter .bg-section-number.babies-kids {
    background-color: #E71F7A;
}

.bg-section-delimiter .bg-section-number.money {
    background-color: #5EAB0B;
}

.bg-section-delimiter .bg-section-number.cars {
    background-color: #EC1C24;
}
@media (min-width: 480px){

}

@media (min-width: 768px){


}

@media (min-width: 992px){


}

@media (min-width: 1200px){


}



.ratings-button-wrapper {
    text-align: center;
}

.ratings-button-wrapper a.ratings-button {
    text-decoration: none;
    display: inline-block;
    margin: 0 auto;
    color:  #EC1C24;
    border: 2px solid  #EC1C24;
    padding: 5px 20px;
    font: 500 18px / 26px 'Neue Helvetica W01';
}

.ratings-button-wrapper a.ratings-button:hover {
    color:  #fff;
    background-color: #ec1c24;
}
.introtext {
	margin-top:25px;
}
.introtext  h2{
    text-align: center;
    font-weight: 200;
    font-size: 48px;
    color: #000000;
    line-height: 58px;
    margin-bottom:24px;
}

div.introtext p {
    font: 300 24px/34px 'Neue Helvetica W01';
}

.container.bg-content {
    z-index: 100;
}
@media (min-width: 480px){


    div.text-container p{
        font-size: 14px;
        line-height: 24px;
    }
}

@media (min-width: 768px){

    div.text-container p{

        font-size: 16px;
        line-height: 26px;
    }
}

@media (min-width: 992px){

    div.text-container p{
        font: 300 24px/34px 'Neue Helvetica W01';
    }
}

@media (min-width: 1200px){

}


.hero-image-wrapper, .buying-guide-pinned-header, .hero-image-placeholder, .hero-image-par {
    -webkit-transition: height 0.4s ease-in-out;
    -moz-transition: height 0.4s ease-in-out;
    -o-transition: height 0.4s ease-in-out;
    transition: height 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.buying-guide-pinned-header {
	position:absolute;
	bottom:0;
	left:0;
	height:80px;
	line-height: 80px;
	padding:0 30px;
	font-size:32px;
	font-weight: 100;
	z-index:1;
    color:#fff;
    display:none;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
    /*hack for strange bug on iOS https://jira.consumer.org/browse/EL-1938*/
    transform: translate3d(0, 0 ,0);
    -webkit-transform: translate3d(0, 0, 0 );
    -ms-transform: translate3d(0, 0, 0 );
}

.video .buying-guide-pinned-header,
.hero-image-pinned .buying-guide-pinned-header {
	display:block;
}
.hero-image-par:not(.video) .inner-wrapper.photo+.inner-wrapper.video{
    display: none;
}
.video-playing .video .buying-guide-pinned-header {
	display:none;
}

.buying-guide-header  {
	color:#fff;
	position:absolute;

	top: 50%;
	left: 50%;
	transform: translate3d(-50%,-50% ,0);
	-webkit-transform: translate3d(-50%,-50%, 0 );
	-ms-transform: translate3d(-50%,-50%, 0 );
	width:80%;

	z-index:1;
	opacity:0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    text-align: center;
}
.buying-guide-header.ready {
	opacity:1;
}

.hero-image-pinned .buying-guide-header-inner .play-button {
	display:none;
}

.buying-guide-header h1 {
	font-size:8vw;
	font-weight:100;
	line-height:8vw;
	text-align: center;
	padding-top:80px;
}

.hero-image-pinned .buying-guide-header h1 {
	font-size:50px;
}

.buying-guide-header .play-button {

	background-image:url('../../images/ICON-vid-play.png');
	background-size:76px 92px;
	background-repeat: no-repeat;
	width:76px;
	height:92px;
	margin-top: 1.5vw;
	display:inline-block
	/*
	background-image:url('../../images/ICON-vid-play.png');
	background-size:86px 102px;
	background-repeat: no-repeat;
	width:86px;
	height:102px;
	margin-top: 4vw;
	display:inline-block;
	*/
}

@media (max-width: 990px){
	.buying-guide-header .play-button {
		background-image:url('../../images/ICON-vid-play.png');
		background-size:43px 51px;
		background-repeat: no-repeat;
		width:43px;
		height:51px;
		margin-top: 1.5vw;
		display:inline-block
	}
}

.hero-image-placeholder, .video .hero-image-placeholder{
    min-height: 326px;
    margin-top: -124px;
    padding-top: 124px;
}

.hero-image-pinned .buying-guide-header {
    display: none;
}

.video .photo-credit-section {
    display: none;
}

.photo-credit-section {
	bottom: 0;
}

.photo-credit-section .container {
	overflow: hidden;
	padding: 0 7px;
}

.hero-image-wrapper .photo-credit {
  font-size: 12px;
	padding: 0;
	color: white;
	background-color: inherit;
	float: right;
	margin: 0 0 20px 0;
}

.hero-image-wrapper.image {
  height: 42.55vw;
}
.non-mobile-date-wrapper {
  margin-top: 50px;
  text-align: center;
}

.published-date {
  font-size: 12px;
  font-family: "Neue Helvetica W01";
}

.brands-par{
    clear: both;
}
.brands-par>img{
    width: 100%;
}
.brands-wrapper{
    width: 100%;
}

.brands-wrapper:after{
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.brands-wrapper .brands-title{
    text-align: center;
    font-size: 32px;
}
/* =========================================== */

.brands-wrapper .brands-buttons{
    padding-top: 20px;
    padding-bottom: 50px;
    text-align: center;
}
.brands-wrapper .brands-buttons .brand-button{
    height: 40px;
    padding: 10px 15px;
    margin: 5px;
    text-decoration: none;
    border: 1px solid #999999;
    color: #999999;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
}


.brands-wrapper .brands-buttons .brand-button.active{
    color: white;
    font-size: 18px;
    background-color: #999999;
}
/* =========================================== */

.brands-wrapper .brand-info {
    display: none;
}

.brands-wrapper .brand-info.active {
    display: block;
}


/* =========================================== */

.brands-wrapper .brands-image {
    padding-bottom: 30px;
}
.brands-wrapper .brands-image .brands-stretchy-wrapper{
    width: 100%;
    padding-bottom: 43%; 
    position: relative;
}
.brands-wrapper .brands-image .brands-stretchy-wrapper > div.brands-stretchy-wrapper-container {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    overflow: hidden;
}

.brands-wrapper .brands-image img {
    position: absolute;
    top: 50%;left: 50%;
    transform: translate3d(-50%,-50% ,0);
    -webkit-transform: translate3d(-50%,-50%, 0 );
    -ms-transform: translate3d(-50%,-50%, 0 );
    height: 100%;
}

/* =========================================== */

.brands-text{
    font-size: 16px;
    padding: 0 0 5px 0;
    color: #000000;
}

@media (max-width: 768px){
    .product-nav li{
        font: 300 16px/34px 'Neue Helvetica W01';
    }
}
@media (min-width: 768px){
    .product-nav li{
        font: 300 17px/34px 'Neue Helvetica W01';
    }
}
@media (min-width: 992px){
    .product-nav li{
        font: 300 18px/34px 'Neue Helvetica W01';
    }
}
@media (min-width: 1200px){

}
ul.product-nav{
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    list-style-type: none;
    display: inline-table;
}
.bg-product-nav-container .product-nav li a{
    padding: 20px 0 17px;
}
.product-nav li{
    display: inline-block;
    padding: 20px 0 15px;
}
.product-nav li a{
    text-decoration: none;
    color: black;
}
.product-nav li a:hover{
    text-decoration: none;
    padding-bottom: 17px;
    border-bottom: 5px solid dodgerblue;
}
.product-nav li.overview{
    width: 15%;
}
.product-nav li.ratings-reliability{
    width: 25%;
}
.product-nav li.recommended{
    width: 19%;
}
.product-nav li.buying-guide{
    width: 19%;
}
.product-nav li.price-shop{
    width: 19%;
}


.pin-title {
    display: none;
}

.pin-title.pinned {
    position: fixed;
    width: 100%;
    z-index: 500;
    top: 0;
    left: 0;
    background-color: white;
    font-size: 22px;
    max-width: none;
    text-overflow: ellipsis;
    font-weight: 200;
    box-shadow: gray 0px 0px 6px;
    height: 50px;

    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;

    justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;

    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}

.pin-title.pinned .global-header-account-btn{
    padding-top: 12px;
}

.pin-title.pinned .global-header-account-settings{
    border-top: 1px solid #999;
}

.pin-title.pinned ul {
    list-style-type: none;
}

.pin-title.pinned > div ul {
    margin: 0;
    padding: 0;
}

.pin-title.pinned .blob {
    width: 25px;
    height: 25px;
    margin: 0 10px;
}

.pin-title.pinned span.headline {
    margin-right: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-flex: 2 1 auto;
    display: block;
    flex: 1000;
    -webkit-flex: 1000;
}

.pin-title.pinned .global-header-account-info{
    font-size: 18px;
}

/* Additional styles for Global header Tools placed in pinned title */
.pin-title.pinned .global-header-search-wrap {
    position: absolute;
    right: 0;
    top: 50px;
    margin: 0!important;
    background-color: #fff;
    border-bottom: 1px solid #999;
    z-index: -1;
}

.pin-title.pinned .global-header-search-wrap .global-header-search-icon.submit {
    text-decoration: none;
}

/*.pin-title.pinned .global-header-search-wrap {
    margin: 0;
    overflow: visible;
    flex: 2 1 auto;
    -ms-flex: 2 1 auto;
    -webkit-flex: 2 1 auto;
    flex-grow: 2;
    -webkit-flex-grow: 2;
    margin-left: auto;
}

.pin-title.pinned .global-header-search-wrap form {
    text-align: right;
    min-height: 28px;
}

.pin-title.pinned a.global-header-search-icon.open {
    display: inline-block;
    padding-left: 10px;
}

.pin-title.pinned .global-header-search-wrap form .a {
    float: right;
}

.pin-title.pinned .global-header-search-wrap form input[type="text"] {
    width: 95%
}*/

.pin-title.pinned .global-header-account-btn a {
    padding: 15px;
    text-decoration: none;
}

.pin-title.pinned .global-header-subscribe-dropdown,
.pin-title.pinned .global-header-account-settings {
    top: 51px;
    left: 0;
}
/********** end **************/
@media (max-width: 767px){

    .pin-title.pinned span.headline{
        font-size: 14px;
    }

    .pin-title.pinned .global-header-account-wrap {
        display: block;
        padding: 12px 0px 0 12px;
        border: none;
    }

    .pin-title.pinned .global-header-account-info,
    .pin-title.pinned .global-header-account-btn {
        display: none;
    }

    /*.pin-title.pinned .global-header-search-wrap {
        padding-right: 15px;
    }

    .pin-title.pinned.search .global-header-search-wrap form {
        padding: 0 50px 0 50px;
    }*/

}
@media (min-width: 768px){

    .pin-title.pinned span.headline{
        font-size: 16px;
    }

}
@media (min-width: 992px){

    .pin-title.pinned span.headline{
        font-size: 16px;
        font-weight: 200;
    }

    .pin-title.search span.headline {
        display: block;
    }
}
@media (min-width: 1200px){

    .pin-title.pinned span.headline{
        font-size: 22px;
        font-weight: 200;
    }

    /*.pin-title.pinned .global-header-search-wrap form input,
    .pin-title.pinned .global-header-search-wrap form .global-header-search-icon.submit {
        display: none!important;
    }

    .pin-title.pinned.search .global-header-search-wrap form input,
    .pin-title.pinned.search .global-header-search-wrap form .global-header-search-icon.submit:first-child {
        display: block!important;
    }*/

    .pin-title.pinned.search span.headline {
        display: none!important;
    }

}
.bg-product-nav-container{
    border-bottom: 1px solid #999;
    margin-top: -2px;
}
.bg-product-nav-container.health .product-nav li.buying-guide a, .bg-product-nav-container.health .product-nav a:hover{
    border-bottom: 5px solid #1BB0C1;
}
.bg-product-nav-container.electronics-computers .product-nav li.buying-guide a, .bg-product-nav-container.electronics-computers .product-nav a:hover{
    border-bottom: 5px solid  #078FD4;
}
.bg-product-nav-container.home-garden .product-nav li.buying-guide a, .bg-product-nav-container.home-garden .product-nav a:hover{
    border-bottom: 5px solid  #F57D17;
}
.bg-product-nav-container.appliances .product-nav li.buying-guide a, .bg-product-nav-container.appliances .product-nav a:hover{
    border-bottom: 5px solid  #496786;
}
.bg-product-nav-container.babies-kids .product-nav li.buying-guide a, .bg-product-nav-container.babies-kids .product-nav a:hover{
    border-bottom: 5px solid  #E71F7A;
}
.bg-product-nav-container.money .product-nav li.buying-guide a, .bg-product-nav-container.money .product-nav a:hover{
    border-bottom: 5px solid #5EAB0B;
}
.bg-product-nav-container.cars .product-nav li.buying-guide a, .bg-product-nav-container.cars .product-nav a:hover{
    border-bottom: 5px solid #EC1C24;
}

@media (min-width: 990px) {
    .image-bp-750 {
        width: 750px;
    }

    .image-bp-800 {
        width: 800px;
    }

    .image-bp-850 {
        width: 850px;
    }

    .image-bp-900 {
        width: 900px;
    }

    .image-bp-950 {
        width: 950px;
    }
    .image-bp-1000 {
        width: auto;
    }
}

@media (min-width: 1200px) {
    .image-bp-1000 {
        width: 1000px;
    }
}

