.feedback-mobile {display: none;}

.float-left{
  float:left;
}

.float-right{
  float:right;
}

.padding-right {
  padding-right: 10px;
}

.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.4s;
  -moz-animation-duration: 1.4s;
  -ms-animation-duration: 1.4s;
  -o-animation-duration: 1.4s;
  animation-duration: 1.4s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}

@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}

@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}

@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}

@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}

@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}

@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}

@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}

@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

#main {
  max-width: 1282px;
  margin: 0 auto;
}
@media screen and (min-width: 1281px) {
  #main {
    border-left: 1px solid #dadee2;
    border-right: 1px solid #dadee2;
  }
}

#intro {
  position: relative;
  overflow: hidden;
}

video {
  width: 100%;
  height: auto;
  display: block;
}

blockquote {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
blockquote:before {
  content: open-quote;
}
blockquote:after {
  content: close-quote;
}

.section-title, .sub-section-title {
  text-align: center;
  margin-bottom: 3.5em;
  padding: 3em 1.5em 0;
}
.section-title h1, .sub-section-title h1 {
  font-size: 3.75em;
  margin: 0;
}
.section-title h2, .sub-section-title h2 {
  font-size: 3em;
  margin: 0 0 0.5em 0;
}
.section-title h3, .sub-section-title h3 {
  font-size: 1.25em;
  margin: 0;
}
.section-title p, .sub-section-title p {
  font-size: 1.125em;
  margin: 0 auto;
  max-width: 960px;
}
.section-title .rubric, .sub-section-title .rubric {
  color: #6b747d;
  font-size: 1em;
}
@media screen and (max-width: 979px) {
  .section-title h1, .sub-section-title h1 {
    font-size: 2.8125em;
  }
  .section-title h2, .sub-section-title h2 {
    font-size: 1.875em;
  }
  .section-title h3, .sub-section-title h3 {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  #oo-tab div{display:none !important;}
  .feedback-mobile ul li {list-style:none;}
  .feedback-mobile {display:block;}
  .section-title, .sub-section-title {
    margin-bottom: 2.5em;
    padding: 1.5em 1em 0;
  }
  .section-title h1, .sub-section-title h1 {
    font-size: 1.875em;
  }
  .section-title h2, .sub-section-title h2 {
    font-size: 1.5em;
  }
  .section-title h3, .sub-section-title h3 {
    font-size: 1em;
  }
  .section-title p, .sub-section-title p {
    color: #212428;
    font-size: 0.875em;
  }
}

@media screen and (max-width: 479px) {
  .section-title h1, .sub-section-title h1 {
    margin-bottom: 0.5em;
  }
  .section-title h1, .section-title h2, .section-title h3, .sub-section-title h1, .sub-section-title h2, .sub-section-title h3 {
    line-height: 1;
  }
}

.sub-section-title {
  padding: 4em 1.5em 0;
}
.sub-section-title p {
  max-width: 768px;
}
@media screen and (max-width: 767px) {
  .sub-section-title {
    padding: 1.5em 1em 0;
  }
}

section.dark {
  background-color: #212428;
  color: white;
}
section.blue {
  background-color: #525252;
  color: white;
}

ul.shop-links {
  *zoom: 1;
  list-style-type: none;
  padding: 0 0 2em;
  margin: 0 auto;
  display: table;
  width: 100%;
  text-align: center;
}
ul.shop-links:before, ul.shop-links:after {
  display: table;
  content: "";
}
ul.shop-links:after {
  clear: both;
}
ul.shop-links li {
  display: table-cell;
  padding: 0 0.25em;
}
ul.shop-links li a {
  font-size: 1.25em;
  color: #212428;
  text-decoration: none;
}
ul.shop-links li a img {
  position: relative;
  top: 0px;
  -webkit-transition: top 0.3s ease-out;
  -moz-transition: top 0.3s ease-out;
  -o-transition: top 0.3s ease-out;
  transition: top 0.3s ease-out;
}
ul.shop-links li a img:hover {
  top: -6px;
}
ul.shop-links li span {
  display: block;
}
@media screen and (max-width: 979px) {
  ul.shop-links li a {
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  ul.shop-links {
    display: block;
  }
  ul.shop-links li {
    display: list-item;
    float: left;
    width: 50%;
    margin-bottom: 1.5em;
  }
  ul.shop-links li img {
    min-height: 96px;
  }
  ul.shop-links li:nth-child(odd) {
    clear: left;
  }
}

.close-x {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
  opacity: 0.35;
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
  background-image: url("/us/images/global/fancybox/fancybox_sprite.png");
  width: 55px;
  height: 55px;
  cursor: pointer;
  z-index: 10;
  position: absolute;
  top: 10px;
  right: 10px;
}
.close-x:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .close-x {
    background-position: 0px -318px;
    width: 32px;
    height: 30px;
    right: 10px;
    top: 10px;
  }
}

.parallax {
  display: block;
  padding-top: 0;
  text-align: center;
  overflow: hidden;
  height: 60%;
}
.parallax img {
  position: relative;
  -webkit-transform: translateZ(0);
  border: 0;
}

.sticky-wrapper {
  height: 0 !important;
}

.showcase-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid #dadee2;
}
.showcase-nav.stuck {
  position: fixed;
  top: 0;
  left: 0;
  bottom: auto;
  z-index: 7000;
}
.showcase-nav.stuck .showcase-jump-links {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.showcase-nav .showcase-jump-links {
  background-color: #141414;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.80;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.showcase-nav .showcase-jump-links ul {
  *zoom: 1;
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  display: table;
  width: 100%;
  text-align: center;
  height: 61px;
}
.showcase-nav .showcase-jump-links ul:before, .showcase-nav .showcase-jump-links ul:after {
  display: table;
  content: "";
}
.showcase-nav .showcase-jump-links ul:after {
  clear: both;
}
.showcase-nav .showcase-jump-links li {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: table-cell;
  vertical-align: middle;
  border-bottom: 5px solid white;
  padding: 0 0.75em;
}
.showcase-nav .showcase-jump-links li a {
  padding: 0;
  display: inline-block;
  font-size: 1em;
  font-weight: 900;
  line-height: 1em;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}
.showcase-nav .showcase-jump-links li a:hover {
  color: #20a2ff;
}
.showcase-nav .showcase-jump-links li.active {
  border-bottom: 5px solid #20a2ff;
}
.showcase-nav .showcase-jump-links li.shop-btn, .showcase-nav .showcase-jump-links li.blueNavItem  {
  background: #20a2ff;
  border-bottom: 5px solid #20a2ff;
  cursor: pointer;
  white-space: nowrap;
  padding: 0 0.15em;
}
.showcase-nav .showcase-jump-links li.shop-btn a, .showcase-nav .showcase-jump-links li.blueNavItem a {
  color: white;
  display: inline-block;
}

.showcase-nav .showcase-jump-links li.blueText a{
  color: #034ea2;
}

.showcase-nav #shop-drawer {
  background-color: whitesmoke;
  display: none;
  overflow: hidden;
  border-top: 1px solid #dadee2;
  border-bottom: 1px solid #dadee2;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.showcase-nav .shop-links {
  padding-top: 3em;
}
.showcase-nav .extra-links {
  text-align: center;
  padding: 1em 0;
  border-top: 1px solid #dadee2;
}
.showcase-nav .extra-links a {
  color: #212428;
  margin-right: 2em;
}
.showcase-nav .extra-links a:hover {
  color: #20a2ff;
  text-decoration: none;
}
.showcase-nav .extra-links a span:first-child {
  width: 35px;
  display: inline-block;
}
.showcase-nav .extra-links a span:last-child {
  margin-left: 0.5em;
}
@media screen and (max-width: 979px) {
  .showcase-nav .showcase-jump-links li a {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 767px) {
  .showcase-nav {
    display: none;
  }
}

.video-intro.fadeBehind {
  position: absolute;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .video-intro.fadeBehind {
    position: relative;
  }
}

.title-overlay {
  position: absolute;
  top: 25%;
  width: 100%;
  z-index: 2;
  text-align: center;
}
.title-overlay h1, .title-overlay h3 {
  color: white;
  margin: 0;
  line-height: 1em;
}
.title-overlay h1 {
  font-size: 100px;
  letter-spacing: -2px;
}
.title-overlay h1.xl {
  font-size: 128px;
}
.title-overlay h3 {
  font-size: 46px;
}

.video-out {
  display: none;
  position: relative;
  z-index: 0;
  background-color: transparent;
}

.video-out.fadeBehind {
  display: block;
}


.video-out .animated {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.home-entertainment .video-out {
  background-color: #000;
}
.video-out .section-title {
  margin-bottom: 10px;
  padding-top: 1.75em;
  position: relative;
  z-index: 2;
}
.video-out .section-title h1 {
  line-height: 1;
}
.video-out .section-title .disclaimer {
  font-size: .75em;
  margin-top: 15px;
}
.video-out .section-title.white {
  color: white;
}

.animate-imgs {
  max-width: 1282px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  z-index: 1;
}

.scaling-container {
  padding-bottom: 46.9%;
  height: 0;
  overflow: hidden;
}

@media screen and (max-width: 979px) {
  .title-overlay {
    top: 20%;
  }
  .title-overlay h1, .title-overlay h1.xl {
    font-size: 75px;
  }
  .title-overlay h3 {
    font-size: 32px;
  }

  .animate-imgs {
    top: 0;
  }

  .fridge-imgs .animate-imgs {
    top: 0;
  }

  .chef-imgs .animate-imgs {
    top: 0;
  }

  .edu .animate-imgs{
    top: 0;
  }

  .video-out .section-title {
    padding-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  .title-overlay {
    top: 25%;
  }
  .title-overlay h1, .title-overlay h1.xl {
    font-size: 50px;
  }
  .title-overlay h3 {
    font-size: 18px;
  }

  .video-out .section-title {
    margin-bottom: 0.5em;
  }
  .video-out .section-title h1 {
    color: #212428;
    margin-bottom: 0.25em;
  }

  .animate-imgs {
    position: static;
    z-index: auto;
    top: auto;
  }

  .scaling-container {
    padding-bottom: 0;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .title-overlay {
    top: 25%;
  }
  .title-overlay h1, .title-overlay h1.xl {
    font-size: 30px;
  }
  .title-overlay h3 {
    font-size: 18px;
  }



}
.hoverbox {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: none;
}
.hoverbox .hoverbox-boxes {
  width: 100%;
  height: 100%;
}
.hoverbox .hoverbox-background {
  width: 100%;
  height: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  position: absolute;
}
.hoverbox .hoverbox-background img {
  width: 100%;
}
.hoverbox .hoverbox-copy {
  width: 100%;
  position: absolute;
  top: 40%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.hoverbox .hoverbox-copy h3 {
  text-transform: uppercase;
  text-align: center;
  max-width: 140px;
  margin: 0 auto;
}
.hoverbox .hoverbox-copy p {
  text-align: center;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.35s ease;
  -webkit-transition-delay: 0.2s;
  -moz-transition: opacity 0.35s ease 0.2s;
  -o-transition: opacity 0.35s ease 0.2s;
  transition: opacity 0.35s ease 0.2s;
  max-width: 250px;
  margin: 0 auto;
  position: absolute;
  left: -200em;
}
.hoverbox .hoverbox-copy span {
  display: block;
  text-align: center;
  margin-bottom: 1em;
}
.hoverbox .hit {
  width: 90%;
  height: 90%;
  cursor: pointer;
  position: absolute;
  top: 5%;
  left: 5%;
  background-color: rgba(0, 0, 0, 0);
}
.hoverbox .close-x {
  display: none;
  top: 30px;
}
.ipad .hoverbox .close-x {
  top: -55px;
}
@media screen and (max-width: 767px) {
  .hoverbox .close-x {
    top: 155px;
  }
}
.hoverbox ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.hoverbox li {
  -webkit-transition: all 0.35s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
}
/*
  SUPPORT A 6TH HOVERWALL VIDEO
*/
.hoverbox.panels-6 li {
  width: 16.66%;
}
.hoverbox.panels-6 li:nth-child(1) .hoverbox-background {
  background-position: 20% 0;
}
.hoverbox.panels-6 li:nth-child(2) .hoverbox-background {
  background-position: 32.5% 0;
}
.hoverbox.panels-6 li:nth-child(3) .hoverbox-background {
  background-position: 45% 0;
}
.hoverbox.panels-6 li:nth-child(4) .hoverbox-background {
  background-position: 57.5% 0;
}
.hoverbox.panels-6 li:nth-child(5) .hoverbox-background {
  background-position: 70% 0;
}
.hoverbox.panels-6 li:nth-child(6) .hoverbox-background {
  background-position: 82% 0;
}
.hoverbox.peek.panels-6 li {
  width: 15%;
}
.hoverbox.peek.panels-6 li.peek {
  width: 25%;
}

.hoverbox.panels-5 li {
  width: 20%;
}
.hoverbox.panels-5 li:nth-child(1) .hoverbox-background {
  background-position: 25% 0;
}
.hoverbox.panels-5 li:nth-child(2) .hoverbox-background {
  background-position: 37.5% 0;
}
.hoverbox.panels-5 li:nth-child(3) .hoverbox-background {
  background-position: 50% 0;
}
.hoverbox.panels-5 li:nth-child(4) .hoverbox-background {
  background-position: 62.5% 0;
}
.hoverbox.panels-5 li:nth-child(5) .hoverbox-background {
  background-position: 75% 0;
}
.hoverbox.panels-4 li {
  width: 25%;
}
.hoverbox.panels-4 li:nth-child(1) .hoverbox-background {
  background-position: 25% 0;
}
.hoverbox.panels-4 li:nth-child(2) .hoverbox-background {
  background-position: 33.33% 0;
}
.hoverbox.panels-4 li:nth-child(3) .hoverbox-background {
  background-position: 66.66% 0;
}
.hoverbox.panels-4 li:nth-child(4) .hoverbox-background {
  background-position: 75% 0;
}
.hoverbox.panels-3 li {
  width: 33.33%;
}
.hoverbox.panels-3 li:nth-child(1) .hoverbox-background {
  background-position: 25% 0;
}
.hoverbox.panels-3 li:nth-child(2) .hoverbox-background {
  background-position: 50% 0;
}
.hoverbox.panels-3 li:nth-child(3) .hoverbox-background {
  background-position: 75% 0;
}
.hoverbox.panels-2 li {
  width: 50%;
}
.hoverbox.panels-2 li:nth-child(1) .hoverbox-background {
  background-position: 25% 0;
}
.hoverbox.panels-2 li:nth-child(2) .hoverbox-background {
  background-position: 75% 0;
}
.hoverbox.peek li.peek .hoverbox-copy p {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  position: static;
}
.hoverbox.peek.panels-5 li {
  width: 17%;
}
.hoverbox.peek.panels-5 li.peek {
  width: 32%;
}
.hoverbox.peek.panels-4 li {
  width: 19%;
}
.hoverbox.peek.panels-4 li.peek {
  width: 43%;
}
.hoverbox.peek.panels-3 li {
  width: 25%;
}
.hoverbox.peek.panels-3 li.peek {
  width: 50%;
}
.hoverbox.peek.panels-2 li {
  width: 35%;
}
.hoverbox.peek.panels-2 li.peek {
  width: 65%;
}
.hoverbox.full li {
  width: 0%;
  opacity: 0;
}
.hoverbox.full li.full {
  width: 100%;
  opacity: 1;
}
@media screen and (max-width: 979px) {
  .hoverbox .hoverbox-copy {
    top: 30%;
  }
}
@media screen and (max-width: 767px) {
  .hoverbox li {
    width: 100% !important;
    float: none;
  }
  .hoverbox li:hover {
    cursor: pointer;
  }
  .hoverbox .hoverbox-background {
    position: static;
    height: 120px;
    overflow: hidden;
    background-position: 0 0 !important;
  }
  .hoverbox .hoverbox-background img {
    position: relative;
    top: -50%;
  }
  .hoverbox .hoverbox-copy {
    padding: 0 5%;
    top: 45px;
  }
  .hoverbox .hoverbox-copy h3, .hoverbox .hoverbox-copy p {
    max-width: none;
  }
  .hoverbox .hoverbox-copy span, .hoverbox .hoverbox-copy h3 {
    float: left;
  }
  .hoverbox .hoverbox-copy span {
    margin-right: 0.5em;
    margin-bottom: 0;
  }
  .hoverbox .hoverbox-copy span img {
    max-width: 30px;
  }
}

.swiper-slide {
  position: relative;
}

.swiper-slide h1 {
  font-size: 1.25em;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 0;
}
.swiper-slide h1 span {
    color: #6b747d;
}

.swiper-slide h2 {
  font-size: 2.5em;
  line-height: 1em;
  text-transform: none;
  margin-bottom: 0;
  letter-spacing: -1px;
}
.swiper-slide h3 {
  font-size: 1.5em;
  margin-bottom: 0;
}
.swiper-slide p {
  font-size: 1.2em;
  line-height: 1.6em;
  margin: .5em 0;
}
.swiper-slide .disclaimer {
  font-size: .75em;
  margin-top: 15px;
}
.swiper-slide .disclaimer.white {
  color: #fff;
}
.swiper-slide img.full {
  width: 100%;
  height: auto;
  max-width: none;
}
.swiper-slide .slide-copy {
  position: absolute;
  width: 44%;
  max-width: 555px;
}
.swiper-slide .slide-copy.full-screen {
  max-width: 1000px;
  width: 90%;
  text-align: center;
  top: 14%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 979px) {
  .swiper-slide .slide-copy.full-screen {
    max-width: 800px;
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .swiper-slide .slide-copy.full-screen {
    max-width: 700px;
    text-align: left;
  }
}
.swiper-slide .slide-copy.quad-a {
  top: 10%;
  margin-left: 5%;
}

.swiper-slide .slide-copy.quad-a-a {
  width: 43%;
  max-width:542px;
}

.swiper-slide .slide-copy.quad-b {
  top: 13%;
  left: 55.5%;
}
.swiper-slide .slide-copy.quad-c {
  top: 45%;
  left: 5%;
}

.swiper-slide .slide-copy.quad-c-a {
  top: 35%;
  left: 5%;
  max-width: 518px;
  width: 41%;
}

@media screen and (max-width: 979px) {
    .swiper-slide .slide-copy.quad-a {
        margin-left: 8%;
    }
}

.swiper-slide .slide-copy.quad-d {
  top: 43%;
  left: 55.5%;
}
.swiper-slide .slide-copy.white {
  color: white;
}
.swiper-slide .slide-copy.white .featured-specs .unit,
.swiper-slide .slide-copy.white .featured-specs .unit-label,
.swiper-slide .slide-copy.white .disclaimer {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .swiper-slide .slide-copy.white .featured-specs .unit,
  .swiper-slide .slide-copy.white .featured-specs .unit-label,
  .swiper-slide .slide-copy.white .disclaimer {
    color: #6B747D;
  }
}
.swiper-slide .accessories-slide-left,
.swiper-slide .accessories-slide-right {
  float: left;
}
.swiper-slide .accessories-slide-left {
  padding: 3em 4% 0;
  width: 58%;
}
.swiper-slide .accessories-slide-left img {
  position: relative;
  top: 5em;
}
.swiper-slide .accessories-slide-right {
  width: 42%;
  border-left: 1px solid #dadee2;
  padding-right: 4%;
  padding-left: 15px;
  margin-top: 4em;
}
.swiper-slide .accessories-slide-right p {
  font-size: 16px;
  line-height: 1.2em;
}
.swiper-slide .accessories-slide-right .accessory-image {
  float: left;
  width: 44%;
}
.swiper-slide .accessories-slide-right .accessory-info {
  width: 56%;
  float: left;
}
.swiper-slide .accessories-slide-right > div {
  *zoom: 1;
  border-top: 1px solid #dadee2;
  padding: 3em 0;
}
.swiper-slide .accessories-slide-right > div:before, .swiper-slide .accessories-slide-right > div:after {
  display: table;
  content: "";
}
.swiper-slide .accessories-slide-right > div:after {
  clear: both;
}
.swiper-slide .accessories-slide-right > div:first-child {
  padding-top: 0;
  border-top: none;
}
.swiper-slide .accessories-slide-right > div:last-child {
  padding-bottom: 0;
}
.swiper-slide.accessories h2 {
  margin-bottom: 0.5em;
}
.swiper-slide.reviews {
  background-color: #212428;
  color: white;
  padding-top: 2em;
}
.swiper-slide.reviews .slide-review {
  text-align: center;
  margin-bottom: 40px;
}
.swiper-slide.reviews .title {
  color: #6b747d;
  font-size: 1.5em;
  margin-top: 20px;
}
.swiper-slide.reviews blockquote {
  font-size: 1.5em;
  margin-top: 10px;
}
.edu .swiper-slide.reviews blockquote {
  margin: 6px 40px 6px;
}
.swiper-slide.reviews .statement {
  font-size: 1.5em;
  margin: 30px 10px 10px;
}

.featured-specs.stats .unit {
  font-size: 3.2em
}
.featured-specs ul {
  *zoom: 1;
  text-align: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.featured-specs ul:before, .featured-specs ul:after {
  display: table;
  content: "";
}
.featured-specs ul:after {
  clear: both;
}
.featured-specs ul li {
  width: 33.33%;
  float: left;
  border-left: 1px solid #dadee2;
}
.featured-specs ul li:first-child {
  border-left: none;
  width: 28.33%;
  padding-right: 9px;
}
.featured-specs ul li:nth-child(2n) {
  border-left: 1px solid #dadee2;
  border-right: 1px solid #dadee2;
  min-height: 120px;
}
.featured-specs ul li:last-child {
  width: 27.33%;
}
.featured-specs .unit, .featured-specs .unit-label {
  color: #6b747d;
}
.featured-specs .unit {
  font-size: 1.29em;
  margin-bottom: 14px;
}

.featured-specs .unit.small{
  font-size: 2em;
}

.featured-specs .unit sup {
  font-size: 16px;
  vertical-align: super;
}
.featured-specs .unit-label {
  display: block;
}

.mobile-slide-thumbs-pagination {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  margin: 1em 0 1.5em;
  display: none;
}
.mobile-slide-thumbs-pagination .swiper-pagination-switch {
  background-color: #dadee2;
  display: inline-block;
  margin: 0 5px;
  height: 8px;
  width: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.mobile-slide-thumbs-pagination .swiper-pagination-switch:hover {
  cursor: pointer;
}
.mobile-slide-thumbs-pagination .swiper-active-switch {
  background-color: #20a2ff;
}

.slide-thumbs-pagination {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: absolute;
  bottom: 10%;
  width: 100%;
}
.slide-thumbs-pagination ul {
  *zoom: 1;
  width: 96%;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  max-width: 1166px;
  display: table;
}
.slide-thumbs-pagination ul:before, .slide-thumbs-pagination ul:after {
  display: table;
  content: "";
}
.slide-thumbs-pagination ul:after {
  clear: both;
}
.slide-thumbs-pagination ul li {
  width: 16.67%;
  position: relative;
  display: inline-block;
  text-align: left;
  margin-left: -3px;
  max-width: 194px;
  display: table-cell;
}
.slide-thumbs-pagination ul li a {
  position: relative;
  text-align: center;
  border-right: 1px solid #dadee2;
  border-top: 1px solid #dadee2;
  border-bottom: 1px solid #dadee2;
  font-size: 1.25em;
  background-color: white;
  display: block;
  padding: 0.75em 0;
  color: #212428;
  text-decoration: none;
}
.slide-thumbs-pagination ul li.active a, .slide-thumbs-pagination ul li:hover a {
  background-color: #e8e8e8;
}
.slide-thumbs-pagination ul li:first-child a {
  border-left: 1px solid #dadee2;
}
.slide-thumbs-pagination ul li img {
  -webkit-transition: bottom 0.3s ease;
  -moz-transition: bottom 0.3s ease;
  -o-transition: bottom 0.3s ease;
  transition: bottom 0.3s ease;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 100%;
  max-width: 194px;
}
.slide-thumbs-pagination ul li:hover img {
  height: auto;
  bottom: 100%;
}

@media screen and (max-width: 1100px) {
  .swiper-slide .accessories-slide-left {
    width: 50%;
  }
  .swiper-slide .accessories-slide-right {
    width: 50%;
    margin-top: 2em;
  }
  .swiper-slide h2 {
    font-size: 1.875em;
  }
  .swiper-slide p {
    font-size: 1em;
    line-height: 1.2em;
  }
  .swiper-slide .accessories-slide-right h3 {
    font-size: 1.125em;
  }
  .swiper-slide .accessories-slide-right p {
    font-size: 14px;
    line-height: 1.2em;
  }
  .swiper-slide .accessories-slide-right > div {
    padding: 1em 0;
  }
  .swiper-slide .accessories-slide-right > div:first-child {
    padding-top: 0;
    border-top: none;
  }
  .swiper-slide .accessories-slide-right > div:last-child {
    padding-bottom: 0;
  }
  .swiper-slide.reviews blockquote {
    font-size: 1.5em;
  }

  .featured-specs .unit {
    /*font-size: 2em;*/
  }

  .featured-specs .unit.small {
    font-size: 1.5em;
  }

  .slide-thumbs-pagination ul li a {
    font-size: 1em;
  }
}

@media screen and (max-width: 979px) {
  .swiper-slide.reviews .slide-review {
    *zoom: 1;
    text-align: left;
    margin-bottom: 1em;
  }
  .swiper-slide.reviews .slide-review:before, .swiper-slide.reviews .slide-review:after {
    display: table;
    content: "";
  }
  .swiper-slide.reviews .slide-review:after {
    clear: both;
  }
  .swiper-slide.reviews .slide-review img {
    float: left;
    margin-left: 5%;
    margin-right: 1em;
  }
  .swiper-slide.reviews blockquote {
    font-size: 1.375em;
  }
  .swiper-slide.reviews .title {
    font-size: 1.375em;
    margin-top: 10px;
  }
  .swiper-slide.reviews blockquote {
    font-size: 1.375em;
  }
  .swiper-slide.reviews .statement {
    font-size: 1.375em;
  }
}
@media screen and (max-width: 850px) {
  .slide-thumbs-pagination ul li a {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 767px) {
  .swiper-slide {
    padding-bottom: 3em;
  }
  .swiper-slide h2 {
    font-size: 1.25em;
  }
  .swiper-slide h3 {
    font-size: 0.875em !important;
  }
  .swiper-slide .open-trigger {
    margin-top: 0.5em;
  }
  .swiper-slide .mobile-slide-copy {
    position: absolute;
    top: 0;
    width: 51%;
    padding: 3em 1.5em 0;
  }
  .swiper-slide .mobile-slide-copy h1 {
    font-size: 1em;
  }
  .swiper-slide .mobile-slide-copy h2 {
    font-size: 1.5em;
  }
  .swiper-slide .mobile-slide-copy.quad-a {
    left: 0;
  }
  .swiper-slide .mobile-slide-copy.quad-b {
    right: 0;
    /*padding-left: 0;*/
    padding-left: 50px;
  }
  .swiper-slide .slide-copy {
    position: static;
    width: auto;
    max-width: none;
    padding: 1em;
  }
  .swiper-slide .slide-copy.white {
    color: #212428;
  }
  .swiper-slide.accessories {
    padding: 0 1.5em;
  }
  .swiper-slide .accessories-slide-left,
  .swiper-slide .accessories-slide-right {
    float: none;
    padding: 0;
  }
  .swiper-slide .accessories-slide-left p,
  .swiper-slide .accessories-slide-right p {
    display: none;
  }
  .swiper-slide .accessories-slide-left {
    *zoom: 1;
    width: auto;
    padding-top: 1.5em;
  }
  .swiper-slide .accessories-slide-left:before, .swiper-slide .accessories-slide-left:after {
    display: table;
    content: "";
  }
  .swiper-slide .accessories-slide-left:after {
    clear: both;
  }
  .swiper-slide .accessories-slide-left .accessories-slide-left-copy {
    float: left;
    width: 75%;
  }
  .swiper-slide .accessories-slide-left img {
    position: static;
    float: left;
    width: 25%;
  }
  .swiper-slide .accessories-slide-right {
    width: auto;
    border-left: none;
    margin-top: 1.5em;
  }
  .swiper-slide .accessories-slide-right .accessory-image {
    width: 25%;
  }
  .swiper-slide .accessories-slide-right .accessory-info {
    width: 75%;
  }
  .swiper-slide .accessories-slide-right > div {
    *zoom: 1;
    border: none;
    padding: 0;
  }
  .swiper-slide .accessories-slide-right > div:before, .swiper-slide .accessories-slide-right > div:after {
    display: table;
    content: "";
  }
  .swiper-slide .accessories-slide-right > div:after {
    clear: both;
  }
  .swiper-slide.reviews {
    padding-top: 1.5em;
  }
  .swiper-slide.reviews h2 {
    margin-left: 1.5em;
  }
  .swiper-slide.reviews blockquote {
    font-size: 1em;
  }
  .swiper-slide.reviews .slide-review {
    *zoom: 1;
    text-align: center;
    margin-bottom: 2em;
  }
  .swiper-slide.reviews .slide-review:before, .swiper-slide.reviews .slide-review:after {
    display: table;
    content: "";
  }
  .swiper-slide.reviews .slide-review:after {
    clear: both;
  }
  .swiper-slide.reviews .slide-review img {
    float: none;
    margin: 0;
    max-width: 30px;
  }

  .product-group {
    height: 240px;
    overflow: hidden;
  }
  .product-group:hover {
    cursor: pointer;
  }
  .product-group.open {
    height: auto;
    border-bottom: 1px solid #dadee2;
  }

  .featured-specs ul {
    text-align: left;
    list-style-type: disc;
    list-style-position: inside;
  }
  .featured-specs ul li {
    width: auto;
    float: none;
    border: none;
  }
  .featured-specs .unit, .featured-specs .unit-label {
    font-size: 1em;
  }
  .featured-specs .unit sup {
    font-size: 14px;
    vertical-align: initial;
  }
  .featured-specs .unit-label {
    display: inline;
    margin-left: 4px;
  }

  .slide-thumbs-pagination {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .swiper-slide .mobile-slide-copy {
    padding: 1em;
  }
  .swiper-slide .mobile-slide-copy h1 {
    font-size: 0.75em;
  }
  .swiper-slide .mobile-slide-copy h2 {
    font-size: 1em;
  }

  .product-group {
    height: 120px;
  }
}
#inspire {
  padding-bottom: 3em;
}

.image-wall {
  max-width: 1168px;
  margin: 0 auto;
}
.image-wall .row {
  margin-bottom: 32px;
}
.image-wall [class*="span"] > .row:last-child {
  margin-bottom: 0;
}
.image-wall .video-square {
  position: relative;
  display: block;
}
.image-wall .video-square .video-square-copy {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  text-align: center;
}
.image-wall .video-square .video-square-copy p {
  font-size: 1.25em;
  margin-bottom: 0;
}
.image-wall .video-square .video-square-outer {
  display: table;
  height: 100%;
  width: 100%;
}
.image-wall .video-square .video-square-inner {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 1216px) {
  .image-wall .row {
    margin-bottom: 24px;
  }
  .image-wall [class*="span"] > .row:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 979px) {
  .image-wall .row {
    margin-bottom: 16px;
  }
  .image-wall [class*="span"] > .row:last-child {
    margin-bottom: 0;
  }
  .image-wall .video-square .video-square-copy p {
    font-size: 1em;
  }
}

@media screen and (max-width: 897px) {
  .showcase-social li a span {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .image-wall {
    max-width: 568px;
    padding: 0 1.5em;
  }
  .image-wall .row {
    margin-bottom: 0px;
  }
  .image-wall [class*="span"] {
    margin-bottom: 16px;
  }
  .image-wall [class*="span"] > .row:last-child [class*="span"]:last-child {
    margin-bottom: 0;
  }
  .image-wall .iframe-wrapper {
    margin-top: 8px;
  }
}

#social-media {
  *zoom: 1;
}
#social-media:before, #social-media:after {
  display: table;
  content: "";
}
#social-media:after {
  clear: both;
}

.showcase-social {
  *zoom: 1;
  margin: 0 auto 5em;
  width: 90%;
  list-style-type: none;
}
.showcase-social:before, .showcase-social:after {
  display: table;
  content: "";
}
.showcase-social:after {
  clear: both;
}
.showcase-social li {
  float: left;
  width: 25%;
}

.showcase-social.email li {
  float: left;
  width: 20%;
}

@media screen and (max-width: 767px){
  ul.showcase-social {
    padding: 0;
  }
  .showcase-social.email li {
  width: 10%;
  }
  .showcase-social {
    width: 300px;
  }
  .showcase-social li {
    margin: 0 0.75em;
    width: 50px;
  }
  .section-title-darkback {
    background: #707070;
  }
}

.showcase-social li a {
  *zoom: 1;
  color: white;
  font-size: 1.25em;
  line-height: 50px;
}
.showcase-social li a:before, .showcase-social li a:after {
  display: table;
  content: "";
}
.showcase-social li a:after {
  clear: both;
}
.showcase-social li a span {
  margin-left: 1em;
}

.showcase-social-link {
  background: transparent url(/us/images/sprites/sprite-showcase-social.png) 0 0 no-repeat scroll;
  height: 50px;
  width: 50px;
  float: left;
}
.showcase-social-link.fb {
  background-position: 0px 0px;
}
.showcase-social-link.twitter {
  background-position: -50px 0px;
}
.showcase-social-link.youtube {
  background-position: -100px 0px;
}
.showcase-social-link.gplus {
  background-position: -150px 0px;
}

.showcase-social-link.email {
  background-position: -200px 0px;
}

.showcase-social-link.spice {
  background: url(/us/showcase/images/general/Spiceworks-icon.png) center top no-repeat;
}

.showcase-social-link.linkedin{
  background: url(/us/showcase/images/general/linkedin-icon.png) center top no-repeat;
}

/* tbg added stuff */

body {
  font: normal 1em 'InterfaceR';
}
.breadcrumbs {
  margin-bottom: 0;
}

/*
.animate-imgs img.staticCenter{
  position: relative;
  display: block;
  width: 100%;
}

.animate-imgs.hero-image-stretch {
  max-width: none;
  overflow: visible;
}

.animate-imgs.hero-image-stretch .section-title {
  position: absolute;
  top: 30px;
  color: white;
  z-index: 2;
  width: 100%;
}

.animate-imgs.black .section-title{
  color: black;
}*/

sup { font-size:60%; }

#main {
  position: relative;
  background-color: white;
 }

#main .back-to-top { position: absolute; bottom: 20px; right:-107px; }

.static-image-background { position: relative; }

.static-image-background .section-title {
  position: absolute;
  width: 100%;
  text-align: center;
}

.static-image-background img{
  display: block;
  margin: 0 auto;
  width: 100%;
}

.hover-topimage {
  padding-top: 30px;
  text-align: center;
}

.video-arrow-wrap {
  position: absolute;
  bottom: 6em;
  width: 100%;
  text-align: center;
}

.scaling-container.short-image{
  padding-bottom: 46.25%;
}

.scaling-container.short-image img{
  padding-top: 0px;
}

.swiper-slide p.narrow{
  max-width: 20em;
}
.swiper-slide .slide-copy .sliderLegal {
  font-size: 0.75em;
  line-height: 1.2em;
  margin: 1.0em 0;
}
.swiper-slide .slide-copy.white .sliderLegal{
  color: white;
}
@media screen and (max-width: 767px) {
  .swiper-slide .slide-copy.white .sliderLegal{
    color: #212428;
  }
}

.swiper-slide .slide-copy.white h1{
  color: white;
}

.swiper-slide .mobile-slide-description,
.swiper-slide .mobile-slide-disclaimer {
  display: none;
}

#slider, .ss-slider {
  position: relative;
}

.image-wall .row.nested, .image-wall .margintop {
    margin-top:32px;
}

.fancybox-inner object { position: absolute; top: 0; left: 0; }

.clear { clear: both; }
#intro .win8 { max-width:1216px; margin:12px auto 0px; padding:0 1.5em; position: relative; z-index: 2; }
#intro .win8 img { float: left; display: block; }
#intro .win8 p { float: left; line-height: 29px; color:#212428; margin: 0; font-size:14px; }

.slide-thumbs-pagination { z-index: 2; }

.swiper-slide .slide-copy.center {
  top: 20%;
  left: 50%;
  margin-left: -40%;
  text-align: center;
  width: 80%;
  max-width: none;
}

.swiper-slide .slide-copy.specs { top:10%; }

.swiper-slide .mobile-slide-copy.white {
  color: white;
}

.swiper-slide .accessories-slide-left img {
  top: 2.5em;
}

.swiper-container { max-height: 720px; }

@media screen and (max-width: 1530px) {
  #main .back-to-top { position: absolute; bottom: 20px; right:20px; }
}

@media screen and (max-width: 1216px) {
  .swiper-slide .accessories-slide-left img {
    top:1em;
    width: 80%;
  }
}

@media screen and (max-width: 1100px) {
  .image-wall .row.nested, .image-wall .margintop {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .video-arrow-wrap {
    display: none;
  }
  .scaling-container.short-image{
    padding-bottom: 70%;
  }
  .scaling-container.short-image img{
    padding-top: 24%
  }
  .mobile-slide-description,
  .mobile-slide-disclaimer {
    display: none;
  }
  .l-r-slide.swiper-slide .mobile-slide-description,
  .l-r.slide.swiper-slide .mobile-slide-disclaimer {
    display: block;
    padding: 1em 1.5em 0;
  }
  .l-r-slide.swiper-slide .mobile-slide-copy.quad-a {
    padding-top: 1em;
  }
  .l-r-slide.swiper-slide .mobile-slide-copy.quad-b {
    padding-top: 1.5em;
    padding-right: 0;
    padding-left: 1.5em;
  }
  .l-r-slide.swiper-slide .mobile-slide-copy.white h2 {
    color: white;
  }
  .l-r-slide.swiper-slide .desktop-slide-copy {
    display: none;
  }
  .swiper-slide .accessories-slide-left img {
    position: static;
    float: left;
    width: 25%;
  }
  .swiper-container { height: auto; }
  /*.image-wall .row.nested, .image-wall .margintop {
    margin-top: 20px;
  }*/
  #intro .win8 img { float:none; margin: 0 auto; }
  #intro .win8 p { float: none; text-align: center; line-height: normal; margin-top: 5px; font-size:12px; }

  #main .back-to-top { display: none; }
}

@media screen and (max-width: 480px) {
  .image-wall .row.nested {
    margin-top: 33px;
  }
}

a.light-link{color: #F5F5F5;}

.swiper-slide .desktop-slide-copy a{
  display: block;
}

.featured-specs{
  margin-top: 50px;
  margin-bottom: 20px;
}

.showcase-legal { width: 80%; font-size:12px; color:#333; padding:20px; margin: 0; line-height:16px; }

@media screen and (max-width: 500px){
  .static-image-background header.section-title{
    position: relative;
    margin-bottom: 0px;
    background-color: #f5f5f5;
  }
}

#intro .win8.win8-vid-top{
  padding-bottom: 1em;
}

.close-x.bump-down{
  top: 20px;
}

.home-entertainment .video-out h1 {font-size:3.75em; }
.home-entertainment .video-out p { font-size:20px; }

.memory .video-out h1{font-size: 45px;}
.memory #hoverbox .section-title{display: none;}
/** smart switch **/
#main.smart-switch .video-out { background-color: #d2d2d2; }
#main.smart-switch .video-out .section-title h1 { margin-bottom: 20px; font-size:3em; width: 60%; margin-left: auto; margin-right: auto; margin-bottom: 15px; }
#main.smart-switch .video-out .section-title p { width:70%; margin-left: auto; margin-right: auto; }

@media screen and (max-width: 1280px){
  #main.smart-switch .video-out .section-title h1, #main.smart-switch .video-out .section-title p { width: 100%; }
}

/** edu **/
.edu .section-title h1 {
  font-size: 3.5em;
}
.edu .featured-specs .unit {
  font-size: 2.5em;
}
.edu .featured-specs .unit .left {
  position: absolute;
  left: -110px;
  top: 9px;
}
.edu .swiper-slide .slide-copy {
  width: 43%;
  max-width: 535px;
}

@media screen and (max-width: 767px){
  .edu .swiper-slide .slide-copy {
    width: auto;
    max-width: 535px;
  }

  .edu .swiper-slide .featured-specs li{
    float: left;
    width: 33%;
  }

  .edu .swiper-slide .featured-specs li .unit{
    font-size: 1.5em;
  }

  .edu .swiper-slide .featured-specs li .unit-label{
    font-size: 0.8em;
  }

  .edu .featured-specs .unit .left {
    position: absolute;
    left: -35px;
    top: -10px;
  }

}
.edu .swiper-slide .slide-copy h1 {
  color: #6b747d;
}
.edu .swiper-slide .slide-copy.white h1 {
  color: #fff;
}

/*.printers */
.printers .slide-thumbs-pagination ul li a {
  font-size: .9em;
}
.printers .slide-thumbs-pagination ul li {
  width: 13.67%;
}
.printers .section-title p, .sub-section-title p {
  font-size: 1.25em;
  line-height: 1.5em;
}
.printers .video-out .section-title h1 {
  line-height: 2;
}
.printers .swiper-slide .slide-copy {
  width: 41%;
  max-width: 440px;
}
@media screen and (max-width:767px) {
  .printers .swiper-slide .slide-copy {
    width: 100%;
  }
}
.printers .swiper-slide .desktop-slide-copy a {
  font-size: 1.25em;
  padding: 5px 0;
}
.printers .swiper-slide .slide-copy.quad-a {
  left: 11%;
}
.printers .swiper-slide .slide-copy.quad-a.narrow {
  max-width: 345px !important;
  left: 7%;
}
.printers .swiper-slide .slide-copy.quad-a.wide{
  top: 8%;
  max-width: 520px;
}
.printers .swiper-slide .slide-copy.quad-a.low,
.printers .swiper-slide .slide-copy.quad-b.low {
  top: 30%;
}
.printers .swiper-slide .slide-copy .sliderButton {
  background-color: #20a2ff;
  cursor: pointer;
  width: 215px;
  height: 35px;
  font-family: 'InterfaceR';
  color: #fff;
  margin-top: 5px;
  text-align: center;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;

  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;

}
.printers .swiper-slide .slide-copy .sliderButton a {
  color: #fff;
  text-decoration: none;
}

.swiper-slide .desktop-slide-copy p a { display:inline; }

.swiper-slide .slide-copy.eod-text { left: 13%; top: 52%; }

.swiper-slide .slide-copy.narrow{
  width: 23%;
}

@media screen and (max-width:767px){
  .swiper-slide .slide-copy.narrow{
    width: 100%;
  }
}

.swiper-slide .slide-copy.high{
  top: 3%;
}

.swiper-slide .p16 p { font-size:16px; }
.swiper-slide .p17 p { font-size:17px; }
@media screen and (max-width: 1100px){
  .swiper-slide .p17 p, .swiper-slide .p16 p { font-size:1em; }
}
.swiper-slide .h40 h2 { font-size:40px; }
@media screen and (max-width: 767px){
  .swiper-slide .h40 h2 { font-size:1.25em; }
}

@media screen and (max-width: 960px){
  .home-entertainment .video-out h1 { font-size:30px; }
  .home-entertainment .video-out p { font-size:14px; }
  .hideme-960 { display: none; }
  .swiper-slide .p96015 p { font-size:15px; }
}
@media screen and (max-width: 767px){
  .home-entertainment .video-out h1 { padding-top: 0; color:#fff; }
  .home-entertainment .video-out p { color:#fff; }
}

@media screen and (max-width: 767px){
  .swiper-slide .mblack h2 { color:#000; }
  .swiper-slide .mwhite h2 { color:#fff; }
  #main .swiper-slide .desktop-slide-copy.center{
    margin-left: 0px;
    width: 100%;
    text-align: left;
  }
}

.jump-top {
    display: none;
    position: fixed;
    top: 75px;
    right: 15px;
    left: initial;
    height: 50px;
    width: 50px;
    background-color: rgba(200, 200, 200, 0.5);
    border-radius: 10px;
    z-index: 400;
    color: #fff;
    cursor: pointer;
    font-family: "InterfaceB";
}

.jump-top div {
    margin-top: 0;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    letter-spacing: 1px;
    opacity: 1;
}

.jump-top .up-arrow {
    margin-top: 1.0em;
    height: 1em;
    width: 1em;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
}

.jump-top:hover {
    color: #FFF;
    background-color: #6b747d;
    opacity: 1;

}

.jump-top:hover .up-arrow {
    border-color: #FFF;
}

@media screen and (max-width: 767px) {
  .jump-top{
    display: none;
  }
}


a.arrow-right {
    display: block;
    position: absolute;
    z-index: 100;
    right: 1%;
    width: 46px;
    height: 46px;
    top: 50%;
    background: url(/us/images/swiper-arrow.png) no-repeat -46px;
}


a.arrow-left {
    display: block;
    position: absolute;
    z-index: 100;
    left: 1%;
    width: 46px;
    height: 46px;
    top: 50%;
    background: url(/us/images/swiper-arrow.png) no-repeat;
}

@media screen and (max-width: 767px) {
    a.arrow-right, a.arrow-left{
        display: none;
    }
}

.cta-logo {
    width: 30%;
    /* height: 100px; */
    position: absolute;
    bottom: 25%;
    right: 5%;
}

.iframe{
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
    .cta-logo {
        bottom: 13%;
    }
}

@media screen and (max-width: 480px) {
    .cta-logo {
        bottom: 8%;
    }
}

.ditch-dslr .section-title h1 img{
  max-width: 350px;
  padding-top: 0px;
}

.ditch-dslr .mobile-slide-copy h1{
  color: #fff;
}

@media screen and (max-width: 1000px){
  .ditch-dslr .section-title h1 img{
    padding-top: 20px;
  }
}

@media screen and (max-width: 768px){
  .ditch-dslr #intro .section-title h1{
    text-align: center;
    top: 25px;
    width: 100%;
  }

  .ditch-dslr .section-title h1 img{
    width: 225px;
    padding-top: 45px;
  }

  .ditch-dslr .section-title p{
    font-size: 18px;
  }

  .featured-specs .unit.small {
    font-size: 1em;
  }
}

/*.swiper-wrapper{
  min-height: 550px;
}*/

@media screen and (max-width: 780px){
  .swiper-wrapper{
    min-height: 0px;
  }
}

@media screen and (max-width: 691px){
  .showcase-social {
  padding: 0;
}
}

/* page specific conditionals */
@media screen and (max-width:870px) {
  .nine-thousand-series-large-capacity-washer-dryer .es_logo { display: none; }
}
@media screen and (max-width:910px) {
  .nine-thousand-series-large-capacity-washer-dryer .hide-specs .featured-specs { display: none; }
}

@media screen and (max-width: 768px){
  .ditch-dslr .desktop-slide-copy h1{
    visibility: hidden;
  }
}


/*
  LIGHT SHOWCASE NAV THEME : add "navClass":"light" to the "hero" object
*/
.showcase-nav.light .showcase-jump-links { background-color: white; }
.showcase-nav.light .showcase-jump-links li a { color: #212428; }
  .showcase-nav.light .showcase-jump-links li a:hover { color:#20a2ff; }
.showcase-nav.light .showcase-jump-links li.shop-btn a { color:#fff; }

/*
  CUSTOM VIDEO MODULE
*/
/*#customVideo { color:#fff !important; position: relative; height:600px; background-color: #212428; }
  #customVideo header { padding-bottom: 0; padding-bottom:20px; padding-top: 60px; margin-bottom: 0; }
  #customVideo h1, #customVideo p, #customVideo img { margin-bottom:25px; color:#fff !important; }
  #customVideo .triggerVideo { display: block; position: relative; width: 100%; max-width: 617px; height:280px; background: url(/us/showcase/images/galaxy/one-charge-challenge.jpg) no-repeat center 0; margin: 0 auto; text-decoration: none; margin-bottom: 25px; padding-top:90px; text-transform: uppercase; -webkit-background-size:cover; background-size:cover; }
      .triggerVideo:hover { opacity:0.8; text-decoration: none; }
  #customVideo .play-icon { margin-bottom: 10px; display: none; -webkit-transition: opacity .35s ease; -moz-transition: opacity .35s ease; -o-transition: opacity .35s ease; transition: opacity .35s ease; }

#BCLcontainingBlock { width: 100%; margin: 0 auto; position: absolute; top:0; left:-9999px; z-index:2; }
  #BCLcontainingBlock.show { left: 0; }
  #BCLcontainingBlock .BCLvideoWrapper { position: relative; padding-top: 1px; height: 600px; margin: 0; width: 100%; }
  #BCLcontainingBlock .brightcove-close { opacity: .35; -webkit-transition: opacity .35s ease; -moz-transition: opacity .35s ease; -o-transition: opacity .35s ease; transition: opacity .35s ease; background-image: url(/us/images/global/fancybox/fancybox_sprite.png); width: 55px; height:55px; cursor: pointer; z-index: 10; position: absolute; top: 10px; right: 10px; }
      #BCLcontainingBlock .brightcove-close:hover { opacity:1; }

@media screen and (max-width:767px){
  #customVideo, #BCLcontainingBlock .BCLvideoWrapper { height: auto; }
      #customVideo header { padding-top:20px; }
      #customVideo p { margin-bottom: 15px; }

    #BCLcontainingBlock { position: static; margin-bottom: 15px; }
    .desktop-only { display: none !important; }
}*/
