/************************** generic class for edit *****************************/
.header1 {
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 42px;
}

.header2 {
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
}

.subheader1 {
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
}

.subheader2 {
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 21px;
}

.bodycopy1 {
  font-size: 12px;
  line-height: 17px;
}

.body_copy1 {
  font-size: 12px;
  line-height: 17px;
}

.bodycopy2 {
  font-size: 11px;
  line-height: 16px;
}

.body_copy2 {
  font-size: 11px;
  line-height: 16px;
}

.bodycopyL {
  font-size: 14px;
  line-height: 20px;
}

.body_copyL {
  font-size: 14px;
  line-height: 20px;
}

.errormssage {
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 19px;
  color: #d6151c;
}

.red {
  color: #d6151c;
}

.link4 {
  color: #0041c0;
  font-weight: bold;
}

#smartportal .hid {
  display: none;
}

/************************** generic class *****************************/
#smartportal .header1 {
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 42px;
}

#smartportal .header2 {
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
}

#smartportal .subheader1 {
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
}

#smartportal .subheader2 {
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 21px;
}

#smartportal .bodycopy1 {
  font-size: 12px;
  line-height: 17px;
}

#smartportal .body_copy1 {
  font-size: 12px;
  line-height: 17px;
}

#smartportal .bodycopy2 {
  font-size: 11px;
  line-height: 16px;
}

#smartportal .body_copy2 {
  font-size: 11px;
  line-height: 16px;
}

#smartportal .bodycopyL {
  font-size: 14px;
  line-height: 20px;
}

#smartportal .body_copyL {
  font-size: 14px;
  line-height: 20px;
}

#smartportal .errormssage {
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 19px;
  color: #d6151c;
}

#smartportal .richtext.section {
  font-size: 12px;
  line-height: 17px;
}

#smartportal .richtext.section b {
  font-weight: bold;
}

#smartportal .richtext.section i {
  font-style: italic;
}

#smartportal .richtext.section a {
  color: #0041c0;
  font-weight: bold;
}

#smartportal .richtext.section ul,
#smartportal .richtext.section ol {
  margin-top: 20px;
}

#smartportal .richtext.section ul {
  list-style: outside disc;
  margin-left: 1.5em;
}

#smartportal .richtext.section ol {
  list-style: outside decimal;
  margin-left: 1.5em;
}

#smartportal .richtext.section:last-child > :last-child {
  margin-bottom: 0;
}

#smartportal .richtext.section .red {
  color: #d6151c;
}

#smartportal .richtext.section .link4 {
  color: #0041c0;
  font-weight: bold;
}

/************************** modalwindow *****************************/
#modalwindow-wrapper {
  width: 976px;
  /*min-height:300px;*/
  height: 0;
  overflow: hidden;
  position: absolute;
  z-index: 1000;
}

#modalwindow-bg {
  background-color: #fff;
  position: relative;
}

#modalwindow-bg .btn-close {
  position: absolute;
  display: block;
  top: 16px;
  right: 18px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
}

#modalwindow {
  padding: 18px;
}

#modalwindow-wrapper.visual {
  width: auto;
  overflow: auto;
}

#modalwindow-wrapper.visual #modalwindow-bg {
  padding: 0 60px;
  background: none;
}

#modalwindow-wrapper.visual #modalwindow-bg .btn-close {
  top: 0px;
  right: 0;
}

#modalwindow-wrapper.visual #modalwindow {
  padding: 0;
}

#modalwindow-wrapper.visual #modalwindow .video {
  background-color: #000;
  width: 854px;
  /*height:480px;*/
}

.lightbox_title {
  margin-bottom: 20px;
  margin-right: 55px;
}

.lightbox_title:after {
  content: "";
  display: table;
  clear: both;
}

.lightbox_title .Title {
  float: left;
}

#modalwindow .lightbox_title .printbut {
  float: right;
  display: inline-block;
  height: 41px;
  padding: 0 16px 0 55px;
  border-radius: 3px;
  -pie-border-radius: 3px;
  position: relative;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  -mozbox-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  -pie-box-shadow: 0 0 2px 0 #666;
  background: url(basicpage-clientlibs/images/icn-button-print.png) no-repeat 0 50%, url(basicpage-clientlibs/images/btn-darkgrey-1px.png) repeat-x;
  -pie-background: url(basicpage-clientlibs/images/icn-button-print.png) no-repeat 0 50%, url(basicpage-clientlibs/images/btn-darkgrey-1px.png) repeat-x;
  behavior: url(/etc/designs/panasonic/common-clientlibs/css/PIE.htc);
}

.lightbox_title .printbut:before,
.lightbox_title .printbut:after {
  display: inline-block;
  content: "";
  overflow: hidden;
  height: 41px;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.lightbox_title .printbut span {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

.modal_content {
  overflow: auto;
}

.modal_content .container {
  padding: 0 0;
  max-width: 940px;
  margin: 0 auto;
}

.modal_content .jspVerticalBar {
  width: 33px;
  background: none;
  margin: 8px 0;
}

.modal_content .jspVerticalBar .jspCap {
  display: block;
  width: 9px;
  height: 7px;
  margin: 0 auto;
  background-image: url(basicpage-clientlibs/images/spr-global-lightbox.png);
  background-repeat: no-repeat;
}

.modal_content .jspVerticalBar .jspCap.jspCapTop {
  background-position: -61px -51px;
  margin-top: -8px;
}

.modal_content .jspVerticalBar .jspCap.jspCapBottom {
  background-position: -61px -64px;
  margin-bottom: -8px;
}

.modal_content .jspVerticalBar .jspTrack {
  background: none;
  background: url(basicpage-clientlibs/images/img-lightbox-scroll-track-1px.png) repeat-y center;
}

.modal_content .jspVerticalBar .jspDrag {
  position: relative;
  background: none;
  background: url(basicpage-clientlibs/images/img-lightbox-scroll-slider-3line.png) no-repeat 50% 50% #323131;
  border: 1px solid #555;
  border-radius: 3px;
  -pie-border-radius: 3px;
  behavior: url(/etc/designs/panasonic/common-clientlibs/css/PIE.htc);
}

html.touch-device .modal_content {
  -webkit-overflow-scrolling: touch !important;
  overflow: auto !important;
}

.printlightbox .printbut {
  display: none;
}

.printlightbox .jspScrollable {
  overflow: visible !important;
  height: auto !important;
  width: auto !important;
}

.printlightbox .jspContainer {
  height: auto !important;
  width: auto !important;
}

.printlightbox .jspPane {
  position: static !important;
  width: auto !important;
}

.printlightbox .jspVerticalBar {
  display: none;
}

/*video*/
#modalwindow-wrapper.visual #modalwindow .video .video-caption-link {
  background-color: #1f1f1f;
  padding: 20px;
  color: #fff;
}

#modalwindow-wrapper.visual #modalwindow .video .video-caption-link .learnmore {
  margin-top: 15px;
}

#modalwindow-wrapper.visual #modalwindow .video .video-caption-link .learnmore a {
  position: relative;
  display: inline-block;
  height: 43px;
  padding: 0 18px;
  margin-right: 10px;
  border-radius: 3px;
  -pie-border-radius: 3px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  behavior: url(/etc/designs/panasonic/common-clientlibs/css/PIE.htc);
}

#modalwindow-wrapper.visual #modalwindow .video .video-caption-link .learnmore a:before {
  content: "";
  display: inline-block;
  height: 43px;
  vertical-align: middle;
}

#modalwindow-wrapper.visual #modalwindow .video .video-caption-link .learnmore a span {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

#modalwindow-wrapper.visual #modalwindow .video .video-caption-link .learnmore a {
  background: #ececec;
  background: -webkit-linear-gradient(#f5f5f5, #e4e4e4);
  background: linear-gradient(#f5f5f5, #e4e4e4);
  -pie-background: linear-gradient(#f5f5f5, #e4e4e4);
  color: #1f1f1f;
}

#modalwindow-wrapper.visual #modalwindow .video .closed {
  height: 100%;
  text-align: center;
}

#modalwindow-wrapper.visual #modalwindow .video .closed:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#modalwindow-wrapper.visual #modalwindow .video .closed > span {
  color: #fff;
  font-size: 13px;
}

#modalwindow-wrapper .richtext.section {
  font-size: 12px;
  line-height: 17px;
}

#modalwindow-wrapper .richtext.section a {
  color: #0041c0;
  font-weight: bold;
}

#modalwindow-wrapper .richtext.section b {
  font-weight: bold;
}

#modalwindow-wrapper .richtext.section i {
  font-style: italic;
}

#modalwindow-wrapper .richtext.section p,
#modalwindow-wrapper .richtext.section ul,
#modalwindow-wrapper .richtext.section ol,
#modalwindow-wrapper .richtext.section > div {
  margin-top: 15px;
}

#modalwindow-wrapper .richtext.section:first-child > :first-child {
  margin-top: 0;
}

#modalwindow-wrapper .richtext.section ul {
  list-style: outside disc;
  margin-left: 1.5em;
}

#modalwindow-wrapper .richtext.section ol {
  list-style: outside decimal;
  margin-left: 1.5em;
}

/************************** heros *****************************/
#hero {
  position: relative;
  height: 520px;
}

#hero.v10018 {
  position: relative;
  height: auto;
}

#hero:before {
  content: "";
  display: block;
  height: 21px;
  width: 100%;
  position: absolute;
  background: url(smartportal-clientlibs/images/img-content-shadow-1px.png) repeat-x top;
  z-index: 2;
  top: 0;
}

#hero .style-dark {
  color: #fff;
}

#hero .style-light {
  color: #1f1f1f;
}

#hero .hero-tabs .tabs-menu {
  position: absolute;
  top: 27px;
  z-index: 10;
  width: 100%;
  text-align: center;
  font-size: 0;
}

#hero .hero-tabs .tabs-menu ul {
  display: inline-block;
  font-size: 0;
  border: 1px solid #e1e1e1;
  behavior: url(/etc/designs/panasonic/common-clientlibs/css/PIE.htc);
  border-radius: 3px;
  -pie-border-radius: 3px;
  position: relative;
}

#hero .hero-tabs .tabs-menu form {
  display: none;
}

#hero .hero-tabs .tabs-menu ul li {
  display: inline-block;
  vertical-align: top;
}

#hero .hero-tabs .tabs-menu ul li.startup {
  /*display:none;*/
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
}

#hero .hero-tabs .tabs-menu ul li a {
  display: inline-block;
  padding: 0 25px;
  height: 34px;
  border-right: 1px solid #e5ecec;
  background: url(smartportal-clientlibs/images/img-tab-off-1px.png) repeat-x;
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #1f1f1f;
}

#hero .hero-tabs .tabs-menu ul li a:before {
  content: "";
  display: inline-block;
  height: 34px;
  vertical-align: middle;
}

#hero .hero-tabs .tabs-menu ul li:last-child a {
  border-right: none;
}

#hero .hero-tabs .tabs-menu ul li span {
  display: inline-block;
  vertical-align: middle;
}

#hero .hero-tabs .tabs-menu ul li:hover a,
#hero .hero-tabs .tabs-menu ul li.ui-state-active a {
  background: url(smartportal-clientlibs/images/img-tab-on-1px.png) repeat-x;
}

html.touch-device #hero .hero-tabs .tabs-menu ul li:hover a {
  background: url(smartportal-clientlibs/images/img-tab-off-1px.png) repeat-x;
  color: #1f1f1f;
}

html.touch-device #hero .hero-tabs .tabs-menu ul li.ui-state-active a {
  background: url(smartportal-clientlibs/images/img-tab-on-1px.png) repeat-x;
}

#hero .hero-tabs .ui-tabs-panel {
  z-index: 2;
}

#hero .slider-wrapper {
  position: relative;
  padding-bottom: 44px;
}

#hero .slide-block {
  min-height: 470px;
  position: relative;
  float: left;
}

#hero .hero-image {
  height: 470px;
  text-align: center;
  overflow: hidden;
}

#hero .hero-image > .container > span {
  display: inline-block;
  margin-left: -112px;
}

#hero .hero-image > .container > span > img {
  height: 470px;
}

#hero .slider-wrapper .slider-ui-panel {
  position: absolute;
  width: 100%;
  bottom: 0;
}

#hero .slide-controller {
  position: absolute;
  top: 210px;
  width: 100%;
  height: 0;
}

#hero .slide-controller .first-child {
  float: left;
}

#hero .slide-controller .last-child {
  float: right;
}

#hero .slide-controller .first-child a,
#hero .slide-controller .last-child a {
  display: block;
  width: 37px;
  height: 47px;
  overflow: hidden;
}

#hero .slider-wrapper .paginator-wrapper {
  background: url(smartportal-clientlibs/images/img-content-shadow-1px.png) repeat-x top;
  padding: 20px 0 0;
  font-size: 0;
}

#hero .slider-wrapper .paginator-wrapper .paginator {
  text-align: center;
  height: 11px;
}

#hero .slider-wrapper .paginator-wrapper .paginator a {
  display: inline-block;
  padding: 0 5px;
  vertical-align: middle;
}

#hero .slider-wrapper .paginator-wrapper .paginator a span {
  display: inline-block;
  width: 11px;
  height: 11px;
  overflow: hidden;
}

#hero .slider-wrapper .slide-pause {
  position: absolute;
  width: 100%;
  top: 480px;
  text-align: right;
}

#hero .slider-wrapper .slide-pause .container {
  height: 0;
}

#hero.v10018 .slider-wrapper .paginator-controller {
  padding-top: 9px;
  min-height: 35px;
  background: url(dynamicHomepage-clientlibs/images/img-content-shadow-1px.png) repeat-x top;
  text-align: center;
  font-size: 0;
}

#hero.v10018 .slider-wrapper .slide-pause {
  position: static;
  width: auto;
  float: right;
}

#hero.v10018 .slider-wrapper .paginator-controller > .container:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

#hero.v10018 .slider-wrapper .paginator-controller .slide-button-paginator {
  display: inline-block;
  padding-top: 7px;
  margin-left: 28px;
}

#hero.v10018 .slider-wrapper .paginator-controller .first-child {
  float: left;
}

#hero.v10018 .slider-wrapper .paginator-controller .last-child {
  float: right;
}

#hero.v10018 .slider-wrapper .paginator {
  display: inline-block;
  padding: 3px 35px;
}

#hero.v10018 .slider-wrapper .paginator a {
  display: inline-block;
  padding: 0 5px;
  vertical-align: middle;
}

#hero.v10018 .slider-wrapper .paginator a > span {
  display: block;
  width: 11px;
  height: 11px;
}

#hero .keycopy {
  width: 425px;
  /*max-width:976px;*/
  position: absolute;
  left: 0px;
  bottom: 40px;
}

#hero .keycopy.position-right {
  left: auto;
  right: 0;
  text-align: right;
}

#hero .keycopy p {
  margin-top: 10px;
}

#hero .keycopy .seemore {
  margin-top: 15px;
}

#hero .keycopy .seemore a {
  position: relative;
  display: inline-block;
  height: 43px;
  padding: 0 18px;
  border-radius: 3px;
  /*-pie-border-radius:3px;*/
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  /*behavior: url(/etc/designs/panasonic/common-clientlibs/css/PIE.htc);*/
}

#hero .keycopy .seemore a:before {
  content: "";
  display: inline-block;
  height: 43px;
  vertical-align: middle;
}

#hero .keycopy .seemore a span {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

#hero .style-dark .keycopy .seemore a {
  background: #ececec;
  background: -webkit-linear-gradient(#f5f5f5, #e4e4e4);
  background: linear-gradient(#f5f5f5, #e4e4e4);
  -pie-background: linear-gradient(#f5f5f5, #e4e4e4);
  color: #1f1f1f;
}

#hero .style-dark .keycopy .seemore a:hover,
#hero .style-dark .keycopy .seemore a:focus {
  background: #262525;
  background: -webkit-linear-gradient(#464444, #262525);
  background: linear-gradient(#464444, #262525);
  -pie-background: linear-gradient(#464444, #262525);
  color: #fff;
}

#hero .style-light .keycopy .seemore a {
  background: #262525;
  background: -webkit-linear-gradient(#464444, #262525);
  background: linear-gradient(#464444, #262525);
  -pie-background: linear-gradient(#464444, #262525);
  color: #fff;
}

#hero .style-light .keycopy .seemore a:hover,
#hero .style-light .keycopy .seemore a:focus {
  background: #ececec;
  background: -webkit-linear-gradient(#f5f5f5, #e4e4e4);
  background: linear-gradient(#f5f5f5, #e4e4e4);
  -pie-background: linear-gradient(#f5f5f5, #e4e4e4);
  color: #1f1f1f;
}

#hero .keycopy .seemore.type-video a {
  padding-left: 13px;
}

#hero .keycopy .seemore.type-video a:before {
  margin-right: 13px;
  height: 43px;
  width: 28px;
  background-image: url(dynamicHomepage-clientlibs/images/spr-dynamichomepage.png);
  background-repeat: no-repeat;
}

#hero .style-light .keycopy .seemore.type-video a:before,
#hero .style-light .keycopy .seemore.type-video a:before,
#hero .style-dark .keycopy .seemore.type-video a:hover:before,
#hero .style-dark .keycopy .seemore.type-video a:focus:before {
  background-position: 0 0;
}

#hero .style-dark .keycopy .seemore.type-video a:before,
#hero .style-dark .keycopy .seemore.type-video a:before,
#hero .style-light .keycopy .seemore.type-video a:hover:before,
#hero .style-light .keycopy .seemore.type-video a:focus:before {
  background-position: -28px 0;
}

#hero .slide-controller .first-child a:hover,
#hero .slide-controller .last-child a:hover {
  background-repeat: no-repeat;
}

#hero .slide-controller .first-child a:hover img,
#hero .slide-controller .last-child a:hover img {
  opacity: 0;
  filter: alpha(opacity=0);
}

#hero .slide-controller .first-child a.btn-grey:hover {
  background-image: url(common-clientlibs/images/btn-arrow-black-left.png);
}

#hero .slide-controller .last-child a.btn-grey:hover {
  background-image: url(common-clientlibs/images/btn-arrow-black-right.png);
}

#hero .slide-controller .first-child a.btn-black:hover {
  background-image: url(common-clientlibs/images/btn-arrow-grey-left.png);
}

#hero .slide-controller .last-child a.btn-black:hover {
  background-image: url(common-clientlibs/images/btn-arrow-grey-right.png);
}

/* textshadow */
@media (min-width: 641px), (min-device-width: 1281px), print {
  #hero .style-light.textShadow {
    -webkit-text-shadow: 0 0 3px rgba(255,255,255,1), 0 0 3px rgba(255,255,255,1);
    text-shadow: 0 0 3px rgba(255,255,255,1), 0 0 3px rgba(255,255,255,1);
  }
  #hero .style-light.textShadow-strong1 {
    -webkit-text-shadow: -1px -1px 0 rgba(255,255,255,1), 1px -1px 0 rgba(255,255,255,1), 1px 1px 0 rgba(255,255,255,1), -1px 1px 0 rgba(255,255,255,1), 0 0 7px rgba(255,255,255,1), 0 0 6px rgba(255,255,255,1), 0 0 5px rgba(255,255,255,1), 0 0 4px rgba(255,255,255,1), 0 0 3px rgba(255,255,255,1), 0 0 2px rgba(255,255,255,1), 0 0 1px rgba(255,255,255,1);
    text-shadow: -1px -1px 0 rgba(255,255,255,1), 1px -1px 0 rgba(255,255,255,1), 1px 1px 0 rgba(255,255,255,1), -1px 1px 0 rgba(255,255,255,1), 0 0 7px rgba(255,255,255,1), 0 0 6px rgba(255,255,255,1), 0 0 5px rgba(255,255,255,1), 0 0 4px rgba(255,255,255,1), 0 0 3px rgba(255,255,255,1), 0 0 2px rgba(255,255,255,1), 0 0 1px rgba(255,255,255,1);
  }
  #hero .style-light.textShadow-strong2 {
    -webkit-text-shadow: 0 0 5px rgba(255,255,255,1), 0 0 4px rgba(255,255,255,1), 0 0 3px rgba(255,255,255,1), 0 0 2px rgba(255,255,255,1), 0 0 1px rgba(255,255,255,1);
    text-shadow: 0 0 5px rgba(255,255,255,1), 0 0 4px rgba(255,255,255,1), 0 0 3px rgba(255,255,255,1), 0 0 2px rgba(255,255,255,1), 0 0 1px rgba(255,255,255,1);
  }
  #hero .style-dark.textShadow {
    -webkit-text-shadow: 0 0 3px rgba(0,0,0,1), 0 0 3px rgba(0,0,0,1);
    text-shadow: 0 0 3px rgba(0,0,0,1), 0 0 3px rgba(0,0,0,1);
  }
  #hero .style-dark.textShadow-strong1 {
    -webkit-text-shadow: -1px -1px 0 rgba(0,0,0,1), 1px -1px 0 rgba(0,0,0,1), 1px 1px 0 rgba(0,0,0,1), -1px 1px 0 rgba(0,0,0,1), 0 0 7px rgba(0,0,0,1), 0 0 6px rgba(0,0,0,1), 0 0 5px rgba(0,0,0,1), 0 0 4px rgba(0,0,0,1), 0 0 3px rgba(0,0,0,1), 0 0 2px rgba(0,0,0,1), 0 0 1px rgba(0,0,0,1);
    text-shadow: -1px -1px 0 rgba(0,0,0,1), 1px -1px 0 rgba(0,0,0,1), 1px 1px 0 rgba(0,0,0,1), -1px 1px 0 rgba(0,0,0,1), 0 0 7px rgba(0,0,0,1), 0 0 6px rgba(0,0,0,1), 0 0 5px rgba(0,0,0,1), 0 0 4px rgba(0,0,0,1), 0 0 3px rgba(0,0,0,1), 0 0 2px rgba(0,0,0,1), 0 0 1px rgba(0,0,0,1);
  }
  #hero .style-dark.textShadow-strong2 {
    -webkit-text-shadow: 0 0 5px rgba(0,0,0,1), 0 0 4px rgba(0,0,0,1), 0 0 3px rgba(0,0,0,1), 0 0 2px rgba(0,0,0,1), 0 0 1px rgba(0,0,0,1);
    text-shadow: 0 0 5px rgba(0,0,0,1), 0 0 4px rgba(0,0,0,1), 0 0 3px rgba(0,0,0,1), 0 0 2px rgba(0,0,0,1), 0 0 1px rgba(0,0,0,1);
  }
  #hero .keycopy .seemore {
    text-shadow: none;
  }
}
/************************** login-btns *****************************/
#login-btns {
  margin-top: 20px;
  padding-bottom: 40px;
}

#login-btns .cols:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

#login-btns .cols .col {
  width: 312px;
  float: left;
  margin-left: 20px;
}

#login-btns .cols .col:first-child {
  margin-left: 0;
}

#login-btns .login-copy p {
  margin-top: 15px;
}

#login-btns a.btn {
  display: block;
  text-align: center;
  border-radius: 3px;
  behavior: url(/etc/designs/panasonic/common-clientlibs/css/PIE.htc);
  -pie-border-radius: 3px;
  position: relative;
  padding: 25px;
  font-size: 0;
  vertical-align: middle;
  background-color: #777777;
}

#login-btns a.btn span {
  display: inline-block;
  height: 16px;
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
}

#login-btns a.btn.login {
  background-color: #0041c0;
}

#login-btns a.btn.signup {
  background-color: #0041c0;
}

#login-btns a.btn.edituser {
  background-color: #003b8c;
}

#login-btns a.btn.registnum {
  background-color: #3776cb;
}

#login-btns a.btn.regist {
  background-color: #0041c0;
}

#login-btns .nocookie-note {
  margin-top: 20px;
  display: none;
  text-align: left;
  padding-left: 33px;
  background: url(smartportal-clientlibs/images/icn-error-m.png) no-repeat;
  font-size: 0;
}

#login-btns .nocookie-note:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 28px;
}

#login-btns .nocookie-note > * {
  display: inline-block;
  vertical-align: middle;
}

/** nocookie **/
#login-btns.nocookie .login-copy {
  display: none;
}

#login-btns.nocookie .nocookie-note {
  display: inherit;
}

#login-btns.nocookie a.btn {
  background-color: #777777;
  cursor: default;
}

/************************** mainsection *****************************/
#mainsection {
  padding-bottom: 98px;
}

#mainsection:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

#mainsection .mainsection-l {
  float: left;
  width: 644px;
}

#mainsection .mainsection-r {
  float: right;
  width: 312px;
}

#mainsection .mainsection-l .section .sectionContents {
  margin-top: 40px;
}

#mainsection .mainsection-l .section:first-child .sectionContents {
  margin-top: 0;
}

#mainsection .mainsection-r .section .sectionContents {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #616161;
}

#mainsection .mainsection-r .section:first-child .sectionContents {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

/************************** bnrs *****************************/
#mainsection .bnrs h2 {
  border-bottom: 2px solid #828282;
  padding-bottom: 18px;
}

#mainsection .bnrs-worldview {
  padding-top: 24px;
}

#mainsection .bnrs-container {
  overflow: hidden;
}

#mainsection .bnrs-container .cols-row {
  padding-top: 24px;
}

#mainsection .bnrs-container .cols-row:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

#mainsection .bnrs-container .cols-row .col {
  float: left;
}

#mainsection .bnrs-container .cols-row .col.span1 {
  width: 312px;
  margin-left: 20px;
}

#mainsection .bnrs-container .cols-row .col.span1:first-child {
  margin-left: 0;
}

#mainsection .bnrs-container .bnr-copy {
  margin-top: 8px;
}

#mainsection .bnrs-seemore {
  text-align: center;
  margin-top: 40px;
}

#mainsection .bnrs-seemore a {
  display: inline-block;
  background: url(smartportal-clientlibs/images/img-bnrs-btn-1px.png) repeat-x;
  height: 34px;
  padding: 0 13px;
  border: 1px solid #cecece;
  behavior: url(/etc/designs/panasonic/common-clientlibs/css/PIE.htc);
  border-radius: 3px;
  -pie-border-radius: 3px;
  font-size: 0;
  position: relative;
  vertical-align: middle;
}

#mainsection .bnrs-seemore a:before {
  content: "";
  display: inline-block;
  height: 34px;
  vertical-align: middle;
}

#mainsection .bnrs-seemore a:after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(smartportal-clientlibs/images/spr-smartportal-db.png);
  background-position: -262px -135px;
  vertical-align: middle;
  width: 9px;
  height: 7px;
}

#mainsection .bnrs-seemore a.opened:after {
  content: " ";
  background-position: -279px -135px;
}

#mainsection .bnrs-seemore a span {
  display: inline-block;
  padding: 0 16px;
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-size: 13px;
  font-weight: bold;
  vertical-align: middle;
  color: #0041c0;
  height: 11px;
}

#mainsection .bnrs-seemore a span.hide {
  display: none;
}

#mainsection .bnrs-seemore a.opened span.see {
  display: none;
}

#mainsection .bnrs-seemore a.opened span.hide {
  display: inline-block;
}

/************************** recentlyviewed *****************************/
#recentlyviewed .col {
  font-size: 0;
  margin-top: 10px;
}

#recentlyviewed .col a {
  color: #1f1f1f;
}

#recentlyviewed .product-text {
  width: 182px;
  display: inline-block;
  vertical-align: middle;
}

#recentlyviewed .product-image {
  width: 130px;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  /************************** generic class *****************************/
  #smartportal .header1 {
    font-size: 1.125rem;
    line-height: 1.575rem;
  }
  #smartportal .header2 {
    font-size: 1.125rem;
    line-height: 1.575rem;
  }
  #smartportal .subheader1 {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  #smartportal .subheader2 {
    font-size: 0.938rem;
    line-height: 1.3132rem;
  }
  #smartportal .bodycopy1 {
    font-size: 0.625rem;
    line-height: 0.875rem;
  }
  #smartportal .body_copy1 {
    font-size: 0.625rem;
    line-height: 0.875rem;
  }
  #smartportal .bodycopy2 {
    font-size: 0.563rem;
    line-height: 0.7882rem;
  }
  #smartportal .body_copy2 {
    font-size: 0.563rem;
    line-height: 0.7882rem;
  }
  #smartportal .errormssage {
    font-size: 0.75rem;
    line-height: 1.05rem;
  }
  #smartportal .richtext.section {
    font-size: 0.563rem;
    line-height: 0.7882rem;
  }
  #smartportal .richtext.section ul,
  #smartportal .richtext.section ol {
    margin-top: 15px;
  }
  #smartportal .mobile_fontsizeup.header1 {
    font-size: 24px;
    line-height: 34px;
  }
  #smartportal .mobile_fontsizeup.bodycopy1, #smartportal .mobile_fontsizeup.body_copy1 {
    font-size: 14px;
    line-height: 20px;
  }

  /************************** modalwindow *****************************/
  #modalwindow-wrapper {
    width: 100%;
    top: 0;
  }

  #modalwindow-bg {
    margin: 10px;
    background-color: #fff;
  }

  #modalwindow-bg .btn-close {
    top: 7px;
    right: 7px;
    width: 32px;
    height: 32px;
    background: url(common-clientlibs/images/btn-lightbox-close.png) no-repeat;
    background-size: 32px 32px;
  }

  #modalwindow-bg .btn-close img {
    display: none;
  }

  #modalwindow {
    padding: 15px;
  }

  #modalwindow-wrapper.visual {
    width: 100%;
  }

  #modalwindow-wrapper.visual #modalwindow-bg {
    padding: 40px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  #modalwindow-wrapper.visual #modalwindow .video {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  #modalwindow-wrapper.visual #modalwindow .video > div {
    margin-top: 0;
  }

  #modalwindow .lightbox_title {
    margin-bottom: 0;
    height: 32px;
  }

  #modalwindow .lightbox_title .printbut {
    display: none;
  }

  .modal_content {
    overflow: auto;
  }

  .modal_content .jspVerticalBar {
    width: 15px;
  }

  #modalwindow-wrapper .jScrollbar_draggable {
    /* slider container */
    display: none !important;
  }

  #modalwindow-wrapper.android2 .jScrollbar_draggable {
    /* slider container */
    display: block !important;
  }

  /*video*/
  #modalwindow-wrapper.visual #modalwindow .video .video-caption-link {
    padding: 0 10px;
  }

  #modalwindow-wrapper.visual #modalwindow .video .video-caption-link .richtext {
    padding-top: 10px;
  }

  #modalwindow-wrapper.visual #modalwindow .video .video-caption-link .learnmore {
    text-align: center;
    padding-bottom: 10px;
  }

  #modalwindow-wrapper.visual #modalwindow .video .video-caption-link .learnmore a {
    margin: 5px 5px 0;
    padding: 0 !important;
    height: 31px;
    font-size: 0.938rem;
    color: #1f1f1f !important;
    background: -webkit-linear-gradient(#f5f5f5, #e4e4e4) !important;
    background: linear-gradient(#f5f5f5, #e4e4e4) !important;
  }

  #modalwindow-wrapper.visual #modalwindow .video .video-caption-link .learnmore a:before {
    height: 31px;
  }

  #modalwindow-wrapper.visual #modalwindow .video .video-caption-link .learnmore a span {
    padding: 0 15px;
  }

  /************************** heros *****************************/
  #hero {
    background-color: #202020;
    height: auto;
  }

  #hero:before {
    background-image: url(smartportal-clientlibs/images/img-content-shadow-1px-m.png);
    background-size: 1px 5px;
  }

  #hero .style-dark,
  #hero .style-light {
    color: #fff;
  }

  #hero .hero-tabs .tabs-menu {
    top: 15px;
    left: 10px;
    width: auto;
    text-align: left;
  }

  #hero .hero-tabs .tabs-menu nav {
    display: inline-block;
    height: 28px;
    background: url(smartportal-clientlibs/images/btn-pic-quality-1px-m-1x.png) repeat-x;
    position: relative;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
  }

  #hero .hero-tabs .tabs-menu ul {
    display: none;
  }

  #hero .hero-tabs .tabs-menu .tabs-menu-text {
    font-family: 'Open Sans Condensed', 'Arial', sans-serif;
    font-size: 0.688rem;
    font-weight: bold;
    color: #1f1f1f;
    display: inline-block;
    vertical-align: middle;
    padding-right: 23px;
    background: url(smartportal-clientlibs/images/btn-pic-quality-arrow-m-2x.png) no-repeat 100% 50%;
    background-size: 13px 8px;
    margin: 0 5px;
  }

  #hero .hero-tabs .tabs-menu form {
    display: inherit;
  }

  #hero .hero-tabs .tabs-menu form:before {
    content: "";
    display: inline-block;
    height: 28px;
    vertical-align: middle;
  }

  #hero .hero-tabs .tabs-menu form select {
    width: 100%;
    height: 28px !important;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 18px;
  }

  #hero .slide-block {
    min-height: 0;
  }

  #hero .hero-image {
    height: 167px;
    background-color: #000;
  }

  #hero .hero-image > .container > span {
    margin-left: -112px;
    margin-right: -112px;
  }

  #hero .hero-image > .container > span > img {
    height: 167px;
  }

  #hero .slide-controller {
    display: none;
  }

  #hero .slider-wrapper .paginator-wrapper {
    background: none;
    padding: 25px 0;
  }

  #hero .slider-wrapper .paginator-wrapper .paginator {
    text-align: center;
    height: 12px;
  }

  #hero .slider-wrapper .paginator-wrapper .paginator img {
    display: none;
  }

  #hero .slider-wrapper .paginator-wrapper .paginator a {
    padding: 0 2px;
  }

  #hero .slider-wrapper .paginator-wrapper .paginator a span {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(common-clientlibs/images/icn-slideshow-dot-grey-off-m.png);
    background-position: left top;
    background-size: 12px 12px;
  }

  #hero .slider-wrapper .paginator-wrapper .paginator .selected span {
    background-position: left top;
    background-image: url(common-clientlibs/images/icn-slideshow-dot-grey-on-m.png);
  }

  #hero .slider-wrapper .slide-pause {
    display: none;
  }

  #hero.v10018 .slider-wrapper {
    padding-bottom: 68px;
  }

  #hero.v10018 .slider-wrapper .paginator-controller {
    background: none;
    padding: 25px 0;
    min-height: 0;
  }

  #hero.v10018 .slider-wrapper .paginator-controller .slide-button-paginator {
    padding-top: 0;
    margin-left: 0;
  }

  #hero.v10018 .slider-wrapper .paginator-controller .first-child {
    display: none;
  }

  #hero.v10018 .slider-wrapper .paginator-controller .last-child {
    display: none;
  }

  #hero.v10018 .slider-wrapper .paginator {
    text-align: center;
    height: 12px;
  }

  #hero.v10018 .slider-wrapper .paginator img {
    display: none;
  }

  #hero.v10018 .slider-wrapper .paginator a {
    padding: 0 2px;
  }

  #hero.v10018 .slider-wrapper .paginator a span {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(common-clientlibs/images/icn-slideshow-dot-grey-off-m.png);
    background-position: left top;
    background-size: 12px 12px;
  }

  #hero.v10018 .slider-wrapper .paginator .selected span {
    background-position: left top;
    background-image: url(common-clientlibs/images/icn-slideshow-dot-grey-on-m.png);
  }

  #hero .keycopy {
    width: auto !important;
    position: static;
    padding: 20px 10px 0;
    text-align: left !important;
  }

  #hero .keycopy p {
    margin-top: 10px;
  }

  #hero .keycopy .seemore {
    margin-top: 25px;
    text-align: center !important;
  }

  #hero .keycopy .seemore a,
  #hero .keycopy .seemore a:hover {
    padding: 0 !important;
    height: 31px;
    font-size: 0.938rem;
    color: #1f1f1f !important;
    background: #ececec !important;
    background: -webkit-linear-gradient(#f5f5f5, #e4e4e4) #ececec !important;
    background: linear-gradient(#f5f5f5, #e4e4e4) #ececec !important;
  }

  #hero .keycopy .seemore a:before {
    height: 31px !important;
    width: 0 !important;
    background: none !important;
    margin-right: 0 !important;
  }

  #hero .keycopy .seemore a span {
    padding: 0 15px;
  }

  /************************** login-btns *****************************/
  #login-btns {
    margin-top: 20px;
    padding: 0 10px 20px;
  }

  #login-btns .cols:after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
  }

  #login-btns .cols .col {
    width: 32%;
    margin-left: 2%;
  }

  #login-btns .cols .col:first-child {
    margin-left: 0;
  }

  #login-btns .login-copy p {
    margin-top: 10px;
  }

  #login-btns a.btn {
    padding: 0 25px;
    height: 60px;
  }

  #login-btns a.btn:before {
    content: "";
    display: inline-block;
    height: 60px;
    vertical-align: middle;
  }

  #login-btns a.btn span {
    font-size: 0.938rem;
    height: auto;
  }

  #login-btns .nocookie-note {
    margin-top: 15px;
    padding-left: 25px;
    background-size: 20px auto;
  }

  #login-btns .nocookie-note:before {
    height: 20px;
  }

  /************************** mainsection *****************************/
  #mainsection {
    padding-bottom: 40px;
  }

  #mainsection .mainsection-l {
    float: none;
    width: auto;
  }

  #mainsection .mainsection-r {
    float: none;
    width: auto;
  }

  #mainsection .mainsection-l .section .sectionContents {
    margin-top: 0;
  }

  #mainsection .mainsection-r .section .sectionContents {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }

  #mainsection .sectionContents {
    padding: 20px 10px !important;
    border-top: 1px solid #c1c1c1 !important;
  }

  /************************** bnrs *****************************/
  #mainsection h2,
  #mainsection .bnrs h2 {
    border-bottom: none;
    padding-bottom: 0;
    text-align: center;
  }

  #mainsection .bnrs-worldview {
    padding-top: 18px;
  }

  #mainsection .bnrs-container {
    overflow: hidden;
  }

  #mainsection .bnrs-container .cols-row {
    padding-top: 18px;
  }

  #mainsection .bnrs-container .cols-row .col:nth-child(odd) {
    float: left;
  }

  #mainsection .bnrs-container .cols-row .col:nth-child(even) {
    float: right;
  }

  #mainsection .bnrs-container .cols-row .col.span1 {
    width: 49%;
    margin-left: 0;
  }

  #mainsection .bnrs-container .bnr-copy {
    margin-top: 5px;
  }

  #mainsection .bnrs-seemore {
    margin-top: 30px;
  }

  #mainsection .bnrs-seemore a span {
    font-size: 0.75rem;
    padding: 0 5px;
  }

  /************************** recentlyviewed *****************************/
  #recentlyviewed .cols-row:after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
  }

  #recentlyviewed .col {
    width: 49%;
  }

  #recentlyviewed .col:nth-child(odd) {
    float: left;
    clear: both;
  }

  #recentlyviewed .col:nth-child(even) {
    float: right;
  }

  #recentlyviewed .product-text {
    width: auto;
    display: block;
    text-align: center;
  }

  #recentlyviewed .product-image {
    width: auto;
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 511px) and (max-device-width: 1280px) {
  /************************** login-btns *****************************/
  #login-btns {
    margin-top: 20px;
    padding: 0 10px 20px;
  }

  #login-btns .cols .col {
    width: auto;
    margin-left: 0;
    margin-top: 20px;
    float: none;
  }

  #login-btns .login-copy p {
    margin-top: 10px;
  }

  #login-btns a.btn {
    padding: 0 25px;
    height: 60px;
  }

  #login-btns a.btn:before {
    content: "";
    display: inline-block;
    height: 60px;
    vertical-align: middle;
  }

  #login-btns a.btn span {
    font-size: 0.938rem;
    height: auto;
  }
}
/************************** snsgadgets *****************************/
#snsgadgets h2 {
  margin-bottom: 20px;
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}

#snsgadgets .snsselector {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 10px;
}
#snsgadgets .snsselector:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
#snsgadgets .snsselector ul {
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1px;
}
#snsgadgets .snsselector ul li {
  box-sizing: border-box;
  flex-shrink: 0;
  padding: 1px;
}
#snsgadgets .snsselector ul li a {
  display: -webkit-flex;
  display: flex;
  -webkt-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #575757;
}
#snsgadgets .snsselector ul li a:hover {
  background-color: #1f1f1f;
}
#snsgadgets .snsselector ul li.ui-state-active a {
  background-color: #1f1f1f;
}
#snsgadgets .snsselector ul li.nobg a {
  background-color: transparent !important;
}
#snsgadgets .snsselector .tolist {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  text-align: right;
  margin-left: 10px;
}
#snsgadgets .snsselector .tolist a {
  font-size: 12px;
  color: #1f1f1f;
}
#snsgadgets .snsselector .tolist a:hover, #snsgadgets .snsselector .tolist a:focus {
  color: #0041c0;
}
#homepage #snsgadgets .snsselector .tolist a {
  color: #a9a9a9;
}
#homepage #snsgadgets .snsselector .tolist a:hover, #homepage #snsgadgets .snsselector .tolist a:focus {
  color: #fff;
}

#snsgadgets .snsgadget-content {
  height: 400px;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  #snsgadgets {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #c1c1c1;
    padding: 30px 10px;
    width: auto;
    float: none;
    margin: 0;
    background: none;
  }

  #snsgadgets:before,
  #snsgadgets:after {
    display: none;
  }

  #snsgadgets-in {
    padding: 0 10px;
    height: auto;
  }

  #snsgadgets h2 {
    text-align: center;
    font-size: 0.938rem;
    line-height: 1.063rem;
  }

  #snsgadgets .snsselector:after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
  }

  #snsgadgets .snsselector ul {
    display: none;
  }

  #snsgadgets .snsselector .tolist {
    float: none;
    text-align: center;
    font-size: 0;
  }

  #snsgadgets .snsselector .tolist a {
    height: 31px;
    display: inline-block;
    background: #ececec;
    background: -webkit-linear-gradient(#f5f5f5, #e4e4e4);
    background: linear-gradient(#f5f5f5, #e4e4e4);
    border-radius: 3px;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  }

  #snsgadgets .snsselector .tolist a:before {
    content: "";
    height: 31px;
    display: inline-block;
    vertical-align: middle;
  }

  #snsgadgets .snsselector .tolist a span {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 15px 0;
    font-size: 0.938rem;
    font-family: 'Open Sans Condensed', 'Arial', sans-serif;
    font-weight: bold;
    color: #1f1f1f !important;
  }

  #snsgadgets .snsselector .tolist a span:first-child {
    display: none;
  }

  #snsgadgets .snsgadget-content {
    display: none !important;
  }
}
/* Scss Document */
/************************** snsgadgets instagram *****************************/
#instagram-feed .instUser {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
}
#instagram-feed .instUser a {
  color: #1f1f1f;
}
#instagram-feed .instUser a:hover {
  text-decoration: underline;
}
#instagram-feed.textwhite .instUser a {
  color: #fff;
}
#instagram-feed .instFeed-wrapper {
  height: 376px;
  overflow: auto;
}
#instagram-feed .instFeed {
  margin: 0 -2px;
  width: 100%;
}
#instagram-feed .instFeed::after {
  content: "";
  display: table;
  clear: both;
}
#instagram-feed .instFeed__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.3333333%;
  float: left;
  padding: 2px;
}
#instagram-feed .instFeed a {
  position: relative;
  display: block;
}
#instagram-feed .instFeed a:hover .overlay {
  display: block;
}
#instagram-feed .instFeed img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}
#instagram-feed .instFeed .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}
#instagram-feed .instFeed .overlay .reactions {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#instagram-feed .instFeed .overlay .reactions > span {
  display: block;
  text-align: center;
  vertical-align: middle;
  padding: 2px;
}
#instagram-feed .instFeed .overlay .reactions svg {
  fill: #fff;
  vertical-align: middle;
  height: 20px;
  width: 20px;
  margin-right: 8px;
}
