.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('../../../../electronics/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.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;
}

.email-share.in {
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.95);
    position: fixed;
    overflow-y: scroll;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.email-share.in .modal-dialog {
    width: 729px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background-color: #f0f0f0;
    padding: 55px 60px 60px;
    margin: 0 auto;
    min-height: 585px;
}

.email-share .close-modal {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.email-share h2 {
    margin: 0;
}

.email-share input {
    width: 100%;
    border: solid 1px #999999;
    padding: 15px;
    margin-top: 30px;
    font-family: 'Averta W01 Regular', Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 1.27;
    color: #000000;
}

.email-share input[placeholder] {
    color: #000;
}

.email-share input::placeholder {
    color: #999999;
}

.email-share input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #999999;
}
.email-share input::-moz-placeholder { /* Firefox 19+ */
    color: #999999;
}
.email-share input:-ms-input-placeholder { /* IE 10+ */
    color: #999999;
}
.email-share input:-moz-placeholder { /* Firefox 18- */
    color: #999999;
}

.email-share input.parsley-error {
    border: solid 2px #ec1c24;
    color: #ec1c24;
    padding-right: 60px;
}

.email-share .parsley-errors-list {
    position: relative;
    padding: 0;
    margin: 0;
}

.email-share .parsley-errors-list li {
    display: block;
    padding: 5px 10px 0;
    margin: 0;
    font-family: 'Averta W01 Regular', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.44;
    color: #ec1c24;
}

.email-share .parsley-errors-list li:after {
    content: '¥';
    font-family: "crux-icons";
    font-size: 45px;
    position: absolute;
    right: 10px;
    top: -62px;
}

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

.email-share .chkbox-wrapper {
    width: 100%;
    margin-top: 30px;
    font-family: 'Averta W01 Regular', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 1.2;
    color: #000000;
    display: inline-block;
}

.email-share .chkbox {
    float: left;
    border: 2px solid #999;
    margin-top: 2px;
    margin-right: 20px;
    width: 23px;
    height: 23px;
    display: inline-block;
    background-color: #fff;
    cursor: pointer;
}

.email-share input:checked + .chkbox:after {
    content: "\6d";
    display: block;
    height: 23px;
    width: 23px;
    font-weight: 400;
    line-height: 1;
    font-family: 'crux-icons';
    top: -2px;
    left: -2px;
    padding: 3px;
    position: relative;
    font-size: 18px;
    color: #fff;
    background-color: #00AE4D;
    box-sizing: border-box;
}

.email-share .crux-btn-primary--lg {
    margin-top: 35px;
    margin-bottom: 0;
    border-radius: 0;
}

.email-share .disclaimer {
    margin-top: 30px;
    margin-bottom: 0;
}

.email-share .crux-body-copy a {
    font-family: 'Averta W01 Regular', Helvetica, Arial, sans-serif;
}

.send-to-friend-error-msg,
.send-to-friend-message {
    position: absolute;
    top: 45%;
}

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

@media (max-width: 1199px) {
    .email-share.in .modal-dialog {
        transform: none;
        top: 15px;
    }
}

@media (max-width: 767px) {
    .email-share.in .modal-dialog {
        top: 0;
        width: 100%;
        padding: 80px 30px 35px;
        min-height: 100%;
    }

    .email-share .chkbox {
        margin-bottom: 10px;
    }
}
.button {
    display: inline-block;
    height: 45px;
    width: 45px;
    background-color: #f0f0f0;
    color: black;
    margin-bottom: 10px;
}

.button:focus {
    outline: 0;
}

.button:hover,
.button:focus {
    color: white;
    text-decoration: none;
}

.button .crux-icons:before {
    top: 9px;
    left: 10px;
    font-size: 25px;
    vertical-align: text-top;
}

.social-facebook:hover,
.social-facebook:focus {
    background-color: #3b5998;
}

.social-twitter:hover,
.social-twitter:focus {
    background-color: #078fd4;
}

.social-pinterest:hover,
.social-pinterest:focus {
    background-color: #bd081c;
}


.social-facebook .crux-icons:before {
    font-size: 24px;
    top: 8px;
    left: 11px;
}

.social-print .crux-icons:before {
    font-size: 29px;
    left: 8px;
    top: 7px;
}

.social-twitter .crux-icons:before {
    font-size: 22px;
    left: 12px;
    top: 10px;
}

.social-collapse {
    background-color: white;
}

.social-collapse:active,
.social-collapse:focus,
.social-collapse:hover {
    color: black;
}

.social-email:hover,
.social-print:hover,
.social-email:focus,
.social-print:focus {
    background-color: #00ae4d;
}

.collapsible {
    display: inline-block;
}

.social-collapse {
    display: none;
}

.new-social-wrapper{
    margin-top: 75px;
    margin-bottom: 15px;
    text-align: right;
}

@media (max-width: 1199px) {
    .button {
        margin-bottom: 0;
    }


    .collapsible.collapsed {
        display: none;
    }

    .collapsible.collapse-off.collapsed {
        display: block;
    }

    .collapsible.collapse-on + .social-collapse {
        display: inline-block;
    }

    .collapsible.collapse-off + .social-collapse {
        display: none;
    }

    .new-social-wrapper {
        margin-top: 40px;
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .social-print {
        display: none;
    }

    .new-social-wrapper {
        margin-top: 25px;
        margin-bottom: 5px;
    }
}

.new-email-share.in {
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.95);
    position: fixed;
    overflow-y: scroll;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.new-email-share.in .modal-dialog {
    width: 729px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background-color: #f0f0f0;
    padding: 55px 60px 60px;
    margin: 0 auto;
    min-height: 585px;
}

.new-email-share .close-modal {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.new-email-share h2 {
    margin: 0;
}

.new-email-share input {
    width: 100%;
    border: solid 1px #999999;
    padding: 15px;
    margin-top: 30px;
    font-family: 'Averta W01 Regular', Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 1.27;
    color: #000000;
}

.new-email-share input[placeholder] {
    color: #000;
}

.new-email-share input::placeholder {
    color: #999999;
}

.new-email-share input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #999999;
}
.new-email-share input::-moz-placeholder { /* Firefox 19+ */
    color: #999999;
}
.new-email-share input:-ms-input-placeholder { /* IE 10+ */
    color: #999999;
}
.new-email-share input:-moz-placeholder { /* Firefox 18- */
    color: #999999;
}

.new-email-share input.parsley-error {
    border: solid 2px #ec1c24;
    color: #ec1c24;
    padding-right: 60px;
}

.new-email-share .parsley-errors-list {
    position: relative;
    padding: 0;
    margin: 0;
}

.new-email-share .parsley-errors-list li {
    display: block;
    padding: 5px 10px 0;
    margin: 0;
    font-family: 'Averta W01 Regular', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.44;
    color: #ec1c24;
}

.new-email-share .parsley-errors-list li:after {
    content: '¥';
    font-family: "crux-icons";
    font-size: 45px;
    position: absolute;
    right: 10px;
    top: -62px;
}

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

.new-email-share .chkbox-wrapper {
    width: 100%;
    margin-top: 30px;
    font-family: 'Averta W01 Regular', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 1.2;
    color: #000000;
    display: inline-block;
}

.new-email-share .chkbox {
    float: left;
    border: 2px solid #999;
    margin-top: 2px;
    margin-right: 20px;
    width: 23px;
    height: 23px;
    display: inline-block;
    background-color: #fff;
    cursor: pointer;
}

.new-email-share input:checked + .chkbox:after {
    content: "\6d";
    display: block;
    height: 23px;
    width: 23px;
    font-weight: 400;
    line-height: 1;
    font-family: 'crux-icons';
    top: -2px;
    left: -2px;
    padding: 3px;
    position: relative;
    font-size: 18px;
    color: #fff;
    background-color: #00AE4D;
    box-sizing: border-box;
}

.new-email-share .crux-btn-primary--lg {
    margin-top: 35px;
    margin-bottom: 0;
    border-radius: 0;
}

.new-email-share .disclaimer {
    margin-top: 30px;
    margin-bottom: 0;
}

.new-email-share .crux-body-copy a {
    font-family: 'Averta W01 Regular', Helvetica, Arial, sans-serif;

}

.send-to-friend-error-msg,
.send-to-friend-message {
    position: absolute;
    top: 45%;
}

@media (max-width: 1199px) {
    .new-email-share.in .modal-dialog {
        transform: none;
        top: 15px;
    }
    
}

@media (max-width: 767px) {
    .new-email-share.in .modal-dialog {
        top: 0;
        width: 100%;
        padding: 80px 30px 35px;
        min-height: 100%;
    }

    .new-email-share .chkbox {
        margin-bottom: 10px;
    }

}
.social-static-share {
    background-image: url("../../../../electronics/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;
}
.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 {
  font: 300 12px/16px 'Neue Helvetica W01';
}

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


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

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

.image-wrapper .image {
  max-width: 100%;
}
.generaltable .textsection {
    margin-right: -18px;
}

.generaltable .tablefilter {
    position:absolute;
    top:48px;
    left:-1px;
    width:100%;
    overflow-y:auto;
    background:#fff;
    list-style:none;
    display:none;
    border: 1px solid #ccc;
    font-size:24px;
    font-weight:200;
    margin:0;
    padding:0;
}


.slider-wrapper {
    width: 100%;
    display: table;
    padding-right: 15px;
}

.generaltable .tablefilter li:hover {
	background:#f3f3f3;
}

.generaltable .tablefilter li.visited {
	color: #3B5B7C;
}

.generaltable .filtercontainer.open,
.generaltable .filtercontainer:hover
{
    box-shadow: 0px 1px 2px rgba(0,0,0,.15);
}

.generaltable .filtercontainer.open .tablefilter {
    display:block;
    z-index:100;
	max-height:288px;
	box-shadow: 0px 1px 2px rgba(0,0,0,.15);
}

.generaltable .tablefilter li {
    list-style:none;
    padding: 10px;

}


.generaltable .filtercontainer {
	cursor:pointer;
    position:relative;
    height:50px;
    border: 1px solid #ccc;
    background:#fff;
    margin-bottom:20px;
    width:100%;
    font-size:24px;
    font-weight:200;
    line-height:30px;
    z-index:2000;

}

@media (min-width: 768px){
	.generaltable .filtercontainer,
	.generaltable .tablefilter {
		width:400px;
	}
}

.generaltable .filtercontainer a.current {
    display:block;
    padding:0 10px;
    text-decoration:none;
    color:#000;
    line-height:48px;
    background-image: url('../../../../electronics/images/icon_dropdown@2x.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    background-size:11px 18px;
    width:100%;
    padding-right:40px;
    overflow: hidden;
    text-overflow: ellipsis;
     white-space: nowrap;
}

.filtercolumn {opacity:0;}

.generaltable.section {
	margin-bottom:30px;
}

.generaltable table {
	width:100%;
}

.generaltable  h2 {
	margin-left: 15px;
	margin-bottom:10px;
}

.generaltable .popout {
	background:#f3f3f3;
	padding:20px 0 10px 0;
}


.generaltable .tablefooter {
    display: table;
    width: 100%;
}


@media (min-width: 768px){
	.generaltable h2 {
		margin-left:0;
	}
	.generaltable .popout table,
	.generaltable .popout h2 {
		width: calc(100% - 100px);
		margin:0 30px 20px 70px ;
	}

	.generaltable .popout .footnotes,
	.generaltable .popout .source,
	.generaltable .popout .filtercontainer {
		margin-left:70px;
	}
}

.generaltable .popout table {
	background:#fff;
}
.generaltable table, 
.generaltable th, 
.generaltable td{
   border: 1px solid #d0d0d0;
}

.generaltable.section table.firstRow tr:first-child,
.generaltable.section tr:hover {
	background:#f3f3f3;
}

.generaltable .popout table.firstRow tr:first-child {
	background:#fff;
}

.generaltable table.firstRow tr:first-child td,
.generaltable table.firstRow tr:first-child th {
	border-right: none;
	border-left:none;
}

.generaltable td,
.generaltable th {


	padding:16px;
	font-size:16px;
	line-height:19px;
	font-weight:200;
	background:none !important;
	vertical-align: top;

}

.generaltable b,
.generaltable strong {
	font-weight:500;
}


.generaltable .htNumeric {
	text-align: right;
}


.generaltable td.right {text-align:right;}
.generaltable td.left {text-align:left;}
.generaltable td.center {text-align:center;}

.tableslider {
	overflow-x:auto;
	max-width:100%;
	position:relative;
}


.tableslider.extra:before{
    content: "\70";
    color: #fff;
    background-color: #00ae4d;
    display: block;
    width: 97px;
    padding-left: 15px;
    height: 73px;
    position: absolute;
    top: 0;
    left: calc(100vw - 100px);
    z-index: 1000;
    font-family: "crux-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

.generaltable .source,
.generaltable .footnotes {
	font-size:12px;
	line-height:1.5em;
	color:#999;
	font-weight:300;
	margin:1.5em 15px 0 15px;
	padding-left:0;

}

.popout .generaltable .source,
.popout .generaltable .footnotes {
	margin-left:70px;
}

.generaltable .footnotes li {
    list-style-position: inside;
    float:left;
    clear:both;

}

.generaltable .footnotes li.hilite {
	background: #078fd4;
    padding: 0 5px;
    color: #fff;
    margin-left: -5px;
}

.generaltable td sup {
	padding:3px;
	font-weight:400;
	cursor: pointer;
}
.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);

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

}

.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{
  height:416px;
}

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

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

.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 .title-text {
  text-decoration: underline;
}

.carousel-videos .carousel-list-item.on .title-text {
  text-decoration: none;
}

.carousel-videos .carousel-list-item:hover .title-text {
    color: #00AE4D;
    text-decoration: underline;
}

.carousel-videos .carousel-list-item.on:hover .title-text {
    color: #000;
    text-decoration: none;
}

.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 0;
  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(../../../../electronics/images/carousel_arrows_sprinte.png) 0 0 no-repeat;
}

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

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

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

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

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

.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 {
  color: #FFFFFF;
  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 {
  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 {
    margin: 10px;
    background-color: rgba(0, 0, 0, 0.25);
    padding: 5px;
  }
}
img.left-aligned-image {
	width: 50%;
	float: left;
	margin: 0 20px 20px 0;
}
@media only screen and (max-width: 991px) {
    img.left-aligned-image {
		width: 100%;
		margin: 0 0 20px 0;
	}
}
/*Styling for quote component on Press Release Page*/

.release-content .quote {
	margin-bottom: 30px;
}

.release-content .quote q {
	quotes: "\2018" "\2019";
	margin: 0;
	color: #000000;
}

.release-content .quote h3 {
    margin: 0;
}

.quote .author {
	padding-top: 10px;
}

.quote .author:before {
	content: "―";
	padding: 0 5px;
}

.quote.left-side {
	float: left;
	text-align: right;
	width: calc(50% + 62px);
	margin-left: -62px;
	padding-right: 21px;
	margin-right: 24px;
	border-right: solid 5px #000000;
}

.quote.right-side {
	float: right;
	text-align: left;
	width: calc(50% + 78px);
	margin-right: -78px;
	padding-left: 21px;
	margin-left: 24px;
	border-left: solid 5px #000000;
}

@media only screen and (max-width: 1080px), screen and (min-width: 1200px) and (max-width: 1290px) {
	.quote.left-side {
		float: left;
		text-align: right;
		width: calc(50% + 62px);
		margin-left: 0;
		padding-right: 21px;
		margin-right: 24px;
		border-right: solid 5px #000000;
	}
}
/*end styles for quote*/

@media only screen and (max-width: 991px) {
    /* For tabs: */
	.release-content .quote {
		margin: 35px 0 35px 0;
	}

	.release-content .quote.left-side,
	.release-content .quote.right-side {
	    width: calc(50% - 5px);
	}

	.release-content .quote.left-side {
        margin-right: 35px;
	}

    .release-content .quote.right-side {
        margin-left: 35px;
    }
}
@media only screen and (max-width: 767px) {
    /*For mobile phones: */
	.release-content .quote {
		margin: 25px 0;
		padding: 20px 0;
	}

	.quote .author {
		padding-top: 15px;
	}

	.release-content .quote.right-side,
	.release-content .quote.left-side {
		width: 100%;
		float: none;
        text-align: left;
        border-left: none;
        border-right: none;
        border-top: solid 5px #000000;
        border-bottom: solid 5px #000000;
        margin-left: 0;
        margin-right: 0;
	}
}
@media print {
	/*Print version: */

    .quote .author {
        padding-top: 9px;
    }

    .quote.left-side, .quote.right-side {
        float: left;
        text-align: left;
        width: 100%;
        margin: 0 0 36px 0;
        padding: 0 0 0 20px;
        border-right: none;
        border-left: solid 5px #000000;
    }
}
.videoPlaceHolder {
	height: 423px;
}

.header-for-print {
    display: none;
}

.hr-line {
	border: solid 1px #979797;
}

.border-bottom {
	border-bottom: solid 1px #000000;
}

.social_sharing_module {
	display: none;
}

.release-header .back-link {
	display: inline-block;
	margin: 55px 0 48px 0;
}

.release-header .release-name {
	margin: 60px 0 0 0;
}

.release-header .release-short-desc {
	margin: 15px 0 12px 0;
}

.release-header .before-date {
	display: inline-block;
}

.release-header .release-date {
	padding-top: 0px;
	margin-bottom: 45px;
}

.release-content, .release-right-aside {
	margin-top: 30px;
}

.release-content {
	margin-bottom: 50px;
	color: #000000;
}

.release-content .parsys.content {
	padding-bottom: 15px;
}

.release-content .parbase.section .parsys.content:after,
.release-content .parbase.section .text-container.crux-article:after {
    content: " ";
    display: table;
    clear: both;
}

.release-content p img {
	width: 50%;
	float: left;
	margin: 0 20px 20px 0;
}

.release-content p {
	margin: 0 0 22px;
}

.release-right-aside {
	padding-left: 100px;
	line-height: 22px;
}

.media-contacts {
	padding: 0;
	margin-bottom: 60px;
}

.media-contacts .header {
	color: #000000;
	padding-bottom: 20px;
	border-bottom: solid 4px #c8c8c8;
}

.media-contacts article {
	border-bottom: solid 2px #c8c8c8;
}

.media-contacts article {
	padding: 20px 0;
}

.media-contacts article span {
	display: block;
}

.about-consumer-reports h2 {
    margin: 0;
}

.about-consumer-reports p {
    margin: 24px 0;
}

.about-consumer-reports {
    margin-top: 50px;
    margin-bottom: 25px;
}

.press-release-social .button {
    margin-bottom: 35px;
}

.press-release-social a.social-facebook,
.press-release-social a.social-twitter,
.press-release-social a.social-pinterest {
	display: none;
}

@media only screen and (max-width: 991px) {
	/* For tabs: */
	.release-header .release-name {
		margin-top: 30px;
	}

	.release-header .release-short-desc {
		margin: 15px 0;
	}

	.release-header .release-date {
		margin-bottom: 45px;
	}

	.release-content {
		margin-top: 27px;
	}

	.release-right-aside {
		margin-top: 0;
		padding-left: 15px;
	}

	.release-content {
		margin-bottom: 0;
	}

	.release-content p {
		margin: 0;
	}

	.media-contacts {
		margin-bottom: 0px;
	}

	.media-contacts .header {
		padding: 35px 0;
	}

	.media-contacts article:last-of-type {
		border-bottom: none;
	}

	.media-contacts article {
		padding: 20px 0px 23px 0px;
	}

	.show-all-link {
		margin-top: 25px;
        width: auto;
	}

    .about-consumer-reports {
        margin-bottom: 60px;
        margin-top: 30px;
    }

    .about-consumer-reports h2 {
        margin-bottom: 15px;
    }

    .about-consumer-reports p {
        margin: 0;
    }

    .about-consumer-reports p.copyright {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 767px) {
	/*For mobile phones: */

	.videoPlaceHolder {
		height: 189px;
	}

	.container {
		padding-right: 20px;
		padding-left: 20px;
	}

	.hr-line {
		display: block;
		width: 100%;
		height: 1px;
		border-bottom: solid 1px #979797;
	}

	.release-header .release-name {
		margin-top: 20px;
	}

	.release-header .release-short-desc {
		margin: 10px 0 25px 0;
	}

	.release-header .release-date {
		margin-bottom: 45px;
	}

	.release-content {
		margin-top: 20px;
	}

	.release-content .parsys.content {
		padding-bottom: 27px;
		border-bottom: none;
	}

	.release-content .parsys.content:after {
	    clear
	}

	.release-content p {
		margin: 0 0 20px;
	}

	.media-contacts {
		padding: 0;
		margin: 30px 0;
	}

	.media-contacts .header {
		padding: 15px 0;
	}

	.media-contacts article:last-of-type {
		border-bottom: solid 1px #bababa;
	}

	.media-contacts article {
		padding: 10px 0px;
	}

	.show-all-link {
		margin-top: 13px;
	}

    .about-consumer-reports {
        margin: 35px 0 0 0;
		margin-bottom: 60px;
    }

    .about-consumer-reports p {
        margin: 32px 0 0 0;
    }

    .press-release-social .social-print {
        display: inline-block;
    }

    .release-content p img {
        width: 100%;
    }
}

@media print {
    /*Print version: */

    .header-for-print {
        margin-top: 30px;
        display: block;
        height: 40px;
        line-height: 40px;
    }

    .header-for-print .header-logo {
        display: inline-block;
        vertical-align: top;
    }

    .header-for-print .header-title {
        display: inline-block;
        color: #000000;
        margin-left: 20px;
        border-left: solid 1px #000000;
        padding-left: 24px;
    }

    .print-xs-12 {
        width: 100% !important;
        display: block !important;
        float: none !important;
    }

    .release-header {
        display: none;
    }

    .release-right-aside {
        margin-top: 0;
        padding: 0 15px;
    }

    .release-content {
        margin-bottom: 24px;
    }

    .release-content .crux-body-copy {
       page-break-after: always;
    }

    .release-content .parsys.content {
        padding-bottom: 57px;
    }

    .media-contacts {
        padding-bottom: 25px;
        margin-bottom: 27px;
        border-bottom: solid 1px #979797;
    }

    .media-contacts .header {
        padding: 0;
        margin-bottom: 18px;
    }

    .media-contacts article {
        border-top: none;
        border-bottom: none;
        margin: -1px 0 18px 0;
        padding: 0;
    }

    .release-header-container {
        border-bottom: solid 1px #000000;
    }

    .show-all-link {
        display: none;
    }

    .globalfooter {
        display: none;
    }

    p {
        page-break-inside: auto !important;
        orphans: 1;
        widows: 1;
    }

    img, p img {
        page-break-inside: avoid !important;
    }

    .media-contacts {
        page-break-inside: avoid !important;
    }

    .about-consumer-reports.print-xs-12 {
        page-break-inside: auto !important;
        page-break-after: always;
    }

    .end-print-block {
        page-break-before: always;
    }

    .global-header-container,
    .global-header-container .global-header-top-nav-item,
    .global-header-container .global-header-top-nav-account,
    .global-header-container .search-wrapping,
    .global-header-container .global-header-products-content,
    .hero-container .navigation-container,
    .nav-search-container, .hero-container  {
        display: none;
    }

    .release-content p img,
    .release-content img{
        width: 100%;
        float: none;
        margin: 0 0 20px 0;
    }
}
