@import "page_0_intro/page_intro_general.less";
@import "page_1_varifocal/page_varilux_costco.less";
@import "page_6_eyedrive/page_eyedrive_costco.less";
* {
  box-sizing: border-box;
}
.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.grid.full {
  height: 100%;
}
.height_300 {
  height: 300px;
}
.grid.contain {
  margin: 0 auto;
  max-width: 1024px;
}
.grid.center {
  justify-content: center;
  -webkit-justify-content: center;
}
.grid.thirds > * {
  -webkit-box-flex: 0 0 33.3%;
  -webkit-flex: 0 0 33.3%;
  -ms-flex: 0 0 33.3%;
  flex: 0 0 33.3%;
  text-align: center;
  display: block;
  max-width: 33.3%;
  max-height: 33.3%;
  width: auto;
  height: auto;
}
.grid.quarters > * {
  -webkit-box-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  text-align: center;
}
.grid.fifths * {
  -webkit-box-flex: 0 0 20%;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  text-align: center;
}
.grid.sixths > * {
  margin-bottom: 20px;
}
.grid.sixths > * {
  -webkit-box-flex: 0 0 16.6%;
  -webkit-flex: 0 0 16.6%;
  -ms-flex: 0 0 16.6%;
  flex: 0 0 16.6%;
  text-align: center;
}
.grid.eights * {
  -webkit-box-flex: 0 0 12.5%;
  -webkit-flex: 0 0 12.5%;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  text-align: center;
}
.grid.share {
  flex-flow: row wrap;
  justify-content: space-around;
}
.grid.share>div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  margin: auto;
}
.grid.minwidth_200>div {
  width: 175px;
}
.grid.space_bottom > * {
  padding-bottom: 30px;
}
@media (min-width: 500px) {
  .grid.pad > * {
    padding: 1em 0 0 1em;
  }
}
.grid.right {
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cell_middle,
.grid.middle > * {
  align-self: center;
  -webkit-align-self: center;
}
.cell_top,
.grid.top * {
  align-self: flex-start;
}
.cell_bottom,
.grid.bottom > * {
  align-self: flex-end;
}
.cell_1of4 {
  -webkit-box-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
}
.cell_2of4 {
  -webkit-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  text-align: center;
}
.cell_3of4 {
  -webkit-box-flex: 0 0 75%;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  text-align: center;
}
.cell_4of4,
.cell_fit {
  -webkit-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
}
.cell_1of8 {
  max-width: 12.5%;
  -webkit-box-flex: 0 0 12.5%;
  -webkit-flex: 0 0 12.5%;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  text-align: center;
}
.cell_2of8 {
  max-width: 25%;
  -webkit-box-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  text-align: center;
}
.cell_3of8 {
  max-width: 37.5%;
  -webkit-box-flex: 0 0 37.5%;
  -webkit-flex: 0 0 37.5%;
  -ms-flex: 0 0 37.5%;
  flex: 0 0 37.5%;
  text-align: center;
}
.cell_4of8 {
  max-width: 50%;
  -webkit-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  text-align: center;
}
.cell_5of8 {
  max-width: 62.5%;
  -webkit-box-flex: 0 0 62.5%;
  -webkit-flex: 0 0 62.5%;
  -ms-flex: 0 0 62.5%;
  flex: 0 0 62.5%;
  text-align: center;
}
.cell_6of8 {
  max-width: 75%;
  -webkit-box-flex: 0 0 75%;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  text-align: center;
}
.cell_7of8 {
  max-width: 87.5%;
  -webkit-box-flex: 0 0 87.5%;
  -webkit-flex: 0 0 87.5%;
  -ms-flex: 0 0 87.5%;
  flex: 0 0 87.5%;
  text-align: center;
}
.cell_1of16 {
  max-width: 6.25%;
  -webkit-box-flex: 0 0 6.25%;
  -webkit-flex: 0 0 6.25%;
  -ms-flex: 0 0 6.25%;
  flex: 0 0 6.25%;
  text-align: center;
}
.cell_auto_4 {
  -webkit-box-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  text-align: center;
}
.cell_1of3 {
  -webkit-box-flex: 0 0 33.3%;
  -webkit-flex: 0 0 33.3%;
  -ms-flex: 0 0 33.3%;
  flex: 0 0 33.3%;
  text-align: center;
}
.cell_2of3 {
  -webkit-box-flex: 0 0 66.6%;
  -webkit-flex: 0 0 66.6%;
  -ms-flex: 0 0 66.6%;
  flex: 0 0 66.6%;
  text-align: center;
}
.cell_3of3 {
  -webkit-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
}
@media only screen and (max-width: 1050px) {
  .grid.contain {
    width: 90%;
  }
}
@media (max-width: 650px) {
  .medium_show {
    display: block !important;
  }
  .grid.contain {
    width: 90%;
  }
  .cell_medium_1of4 {
    -webkit-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    text-align: center;
  }
  .cell_medium_2of4 {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    text-align: center;
  }
  .cell_medium_3of4 {
    -webkit-box-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    text-align: center;
  }
  .cell_medium_4of4 {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
  }
  .cell_auto_4 {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    text-align: center;
  }
  .medium_hide {
    display: none;
  }
  .grid.quarters > * {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .grid.sixths > * {
    -webkit-box-flex: 0 0 33.3%;
    -webkit-flex: 0 0 33.3%;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    text-align: center;
  }
  .grid.eights > * {
    -webkit-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    text-align: center;
  }
  .grid.fifths > * {
    -webkit-box-flex: 0 0 30%;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    text-align: center;
  }
}
@media (max-width: 400px) {
  .cell_small_1of4 {
    -webkit-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    text-align: center;
  }
  .cell_small_2of4 {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    text-align: center;
  }
  .cell_small_3of4 {
    -webkit-box-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    text-align: center;
  }
  .cell_small_4of4 {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
  }
  .cell_auto_4 {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
  }
  .small_hide {
    display: none;
  }
  .grid.quarters > *,
  .grid.sixths > *,
  .grid.eights > *,
  .grid.fifths > * {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
* {
  margin: 0;
  padding: 0;
}
html {
  background-color: #ffffff;
}
body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  font-size: 26px;
  line-height: 1.2em;
  text-transform: none;
  letter-spacing: 2px;
  font-weight: 200;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  height: 100%;
  color: #0f3367;
  background: #fff;
}
sup,
sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
sub {
  top: 0.4em;
}
p {
  color: #0f3367;
}
p,
.normal,
h4 {
  font-family: Arial;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.4em;
  font-size: 1.1em;
}
@font-face {
  font-family: "VAG Rounded W01 Bold";
  src: url("VAGRoundedW01Bold.eot#iefix");
  src: url("VAGRoundedW01Bold.eot?#iefix") format("eot"), url("VAGRoundedW01Bold.woff") format("woff"), url("VAGRoundedW01Bold.ttf") format("truetype"), url("VAGRoundedW01Bold.svg#VAGRoundedW01Bold") format("svg");
}
.container {
  width: 100%;
  position: relative;
}
.page {
  width: 100vw;
  height: 95vh;
  padding-top: 20px;
  text-align: center;
  display: none;
  position: relative;
}
.page.no_header {
  height: 100vh;
  padding-top: 0px;
}
.page .content {
  position: absolute;
  top: 20%;
  left: 5%;
  right: 5%;
  text-align: left;
}
.clear {
  clear: both;
}
body {
  font: normal normal normal 20px/26px 'Arial', sans-serif;
  font-size: 10px;
}
* {
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
header {
  box-shadow: 0 0 10px #c0ced7;
  background-color: #2372a0;
  z-index: 10000;
  position: relative;
}
header .cell_logo {
  background-color: #fff;
  padding-top: 10px;
  max-width: 18.75%;
  -webkit-box-flex: 0 0 18.75%;
  -webkit-flex: 0 0 18.75%;
  -ms-flex: 0 0 18.75%;
  flex: 0 0 18.75%;
  text-align: center;
  align-self: center;
  -webkit-align-self: center;
}
header .cell_menu {
  max-width: 81.25%;
  -webkit-box-flex: 0 0 81.25%;
  -webkit-flex: 0 0 81.25%;
  -ms-flex: 0 0 81.25%;
  flex: 0 0 81.25%;
  text-align: center;
  align-self: center;
  -webkit-align-self: center;
}
header .logo {
  width: 95%;
  vertical-align: middle;
  padding: 10px 20px;
}
header nav {
  width: 100%;
}
header nav ul {
  list-style: none;
  margin: 0 auto;
}
header nav ul li {
  display: inline-block;
}
header nav ul li:nth-child(3) a {
  padding-right: 12px;
}
header nav ul li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  display: block;
  border-radius: 0px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 600;
  height: auto;
  letter-spacing: 1px;
  font-family: Arial;
  position: relative;
  padding: 0 9px;
  margin: 0 10px;
  border: 1px solid rgba(46,57,125,0);
}
header nav ul li a.active {
  background-color: #ea0341;
}
header nav ul li a span {
  padding-right: 2px;
}
header nav ul li a sup {
  position: absolute;
  top: -4px;
}
.page_intro_costco {
  background: url('/images/page_intro/costco/background.jpg');
  background-size: 100% 100%;
  background-position: center center;
  color: #fff;
}
.page_intro_costco .logo {
  padding-bottom: 5px;
  display: block;
  margin: 0 auto;
}
.page_intro_costco h2 {
  padding-bottom: 80px;
  font-weight: 100;
  font-size: 35px;
}
.page_intro_costco h3 {
  padding-bottom: 40px;
  font-weight: 100;
  font-size: 50px;
}
.page_intro_costco .title {
  max-width: 66%;
}
.page_intro_costco .buttons .button {
  display: inline-block;
  padding-right: 20px;
  cursor: pointer;
  vertical-align: top;
}
.page_intro_costco .buttons .button h4 {
  text-transform: uppercase;
  font-weight: 900;
  padding-top: 20px;
  font-size: 14px;
  vertical-align: top;
}
.page_intro_costco .buttons .button h4 sup {
  padding-left: 2px;
}
.page_intro_costco .buttons .button img {
  animation: scale_in_out 0.5s 1;
  cursor: pointer;
  width: 11.5vw;
}
.page_intro_costco .buttons .button:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -webkit-animation: all ease-in-out 0.2;
}
.page_intro_costco .buttons .button:nth-child(1) img {
  -webkit-animation-delay: 2020ms;
  -moz-animation-delay: 2020ms;
  -o-animation-delay: 2020ms;
  animation-delay: 2020ms;
}
.page_intro_costco .buttons .button:nth-child(2) img {
  -webkit-animation-delay: 2040ms;
  -moz-animation-delay: 2040ms;
  -o-animation-delay: 2040ms;
  animation-delay: 2040ms;
}
.page_intro_costco .buttons .button:nth-child(3) img {
  -webkit-animation-delay: 2080ms;
  -moz-animation-delay: 2080ms;
  -o-animation-delay: 2080ms;
  animation-delay: 2080ms;
}
.page_intro_costco .buttons .button:nth-child(4) img {
  -webkit-animation-delay: 2120ms;
  -moz-animation-delay: 2120ms;
  -o-animation-delay: 2120ms;
  animation-delay: 2120ms;
}
.page_intro_costco .buttons .button:nth-child(5) img {
  -webkit-animation-delay: 2160ms;
  -moz-animation-delay: 2160ms;
  -o-animation-delay: 2160ms;
  animation-delay: 2160ms;
}
.page_intro_costco .buttons .button:nth-child(6) img {
  -webkit-animation-delay: 2200ms;
  -moz-animation-delay: 2200ms;
  -o-animation-delay: 2200ms;
  animation-delay: 2200ms;
}
@keyframes scale_in_out {
  0% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
  40% {
    transform: scale(1.05);
    -webkit-transform: scale(0.95);
  }
  100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
.page_varifocal {
  background: #e3f3fe;
  background: -moz-linear-gradient(-45deg,#e3f3fe 0%,#e3f3fe 55%,#f2f8fc 100%);
  background: -webkit-linear-gradient(-45deg,#e3f3fe 0%,#e3f3fe 55%,#f2f8fc 100%);
  background: linear-gradient(135deg,#e3f3fe 0%,#e3f3fe 55%,#f2f8fc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3f3fe',endColorstr='#f2f8fc',GradientType=1);
}
.page_varifocal .left_selection,
.page_varifocal .right_selection {
  position: relative;
  height: 82vh;
}
.page_varifocal h2 {
  position: relative;
  vertical-align: bottom;
  margin-top: 0.6em;
  font-size: 2.5em;
  height: 60px;
}
.page_varifocal h2 span {
  font-size: 1.6em;
}
.page_varifocal h2 img {
  max-height: 50px;
}
.page_varifocal h2 img.max {
  max-height: 80px;
  top: -30px;
  position: relative;
}
.page_varifocal .left_selection {
  border-right: 2px dotted #0ea9e4;
}
.page_varifocal .lens {
  margin: 10px auto;
  display: block;
  width: 85%;
  margin-bottom: 30px;
  max-height: 34vh;
}
.page_varifocal .lens img {
  width: 80%;
  margin: 0 auto;
  vertical-align: bottom;
}
.page_varifocal .lens .lens_1 {
  display: block;
}
.page_varifocal .lens .lens_2 {
  display: none;
}
.page_varifocal .benefits {
  width: 80%;
  left: 0;
  right: 0;
  text-align: left;
  margin: 10px auto;
  margin-bottom: 10px;
}
.page_varifocal .benefits h3 {
  color: #003596;
  font-weight: 900;
  font-size: 15px;
}
.page_varifocal .benefits .benefit {
  display: inline-block;
  background-color: #5bc3fa;
  padding: 2px;
  border-radius: 8px;
  cursor: pointer;
  border: 2px solid rgba(0,53,150,0);
}
.page_varifocal .benefits .benefit.active {
  border: 2px solid #003596;
  background-color: #00a3f8;
}
.page_varifocal .benefits .benefit img {
  width: 3.5vw;
  height: 3.5vw;
  vertical-align: middle;
  padding: 2px;
}
.page_varifocal .benefit_title {
  display: block;
  width: 80%;
  left: 0;
  right: 0;
  text-align: left;
  margin: 0 auto;
  font-size: 15px;
  margin-bottom: 9px;
  height: 20px;
}
.page_varifocal .selection {
  width: 100%;
  left: 0;
  right: 0;
  padding: 16px 20px;
  margin: 0 auto;
  background-color: #003596;
  bottom: 0;
  position: absolute;
}
.page_varifocal .selection .top {
  padding-bottom: 0.3em;
  padding: 0.7em 0em;
}
.page_varifocal .selection .top a {
  text-decoration: none;
  color: #fff;
  padding: 0.5em 0.7em;
  position: relative;
  font-size: 1.6em;
  background-color: #4c5f9d;
  border-radius: 13px;
  margin-right: 20px;
}
.page_varifocal .selection .top a:last-child {
  margin-right: 0 !important;
}
.page_varifocal .selection .top a.active {
  font-weight: bold;
  background-color: #80b349;
}
.page_varifocal .selection .top a .action_info_icon {
  position: absolute;
  top: 7px;
  right: -24px;
  height: 1.1em;
  width: 1.1em;
  background-image: url(/page_1_varifocal/images/icons/info.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.page_varifocal .selection .top a .action_info_icon_popup {
  display: none;
  position: absolute;
  width: 237px;
  background-color: #ffffff;
  color: #293398;
  font-weight: 100;
  font-size: 12px;
  line-height: 15px;
  padding: 14px 10px;
  border-radius: 5px;
  bottom: 20px;
  border: 1px solid #6386a9;
  left: -200px;
  z-index: 10000;
  letter-spacing: -0.1px;
  font-weight: 300;
}
.page_varifocal .selection .bottom {
  position: relative;
  margin: 0;
}
.page_varifocal .selection .bottom a {
  text-decoration: none;
  color: #fff;
  position: relative;
  padding: 0.3em 1em;
  font-size: 1.5em;
  padding-top: 0.5em;
  display: inline-block;
  border-bottom: 4px solid #204ea3;
  margin-right: 15px;
}
.page_varifocal .selection .bottom a:last-child {
  margin-right: 0 !important;
}
.page_varifocal .selection .bottom a.active {
  font-weight: bold;
  border-bottom: 4px solid #80b349;
}
.page_varifocal .footnote {
  font-size: 13px;
  color: #003596;
  z-index: 1000;
  position: fixed;
  bottom: 5px;
  left: 0;
  right: 0;
  text-align: center;
  background-color: #e3f3fe;
  padding-top: 5px;
}
.page_varifocal .addition_label {
  position: absolute;
  bottom: 5px;
  left: 18%;
  font-weight: bold;
  padding: 4px 10px;
  cursor: not-allowed;
  color: #565656;
}
.page_varifocal_costco {
  paddng-top: 0px !important;
}
.page_varifocal_costco h2 {
  color: #6b6c68;
}
.page_varifocal_costco .left_selection,
.page_varifocal_costco .right_selection {
  padding-top: 7vh;
  height: 78vh;
}
.page_varifocal_costco .selection {
  border-radius: 4px;
}
.page_varifocal_costco .left_selection {
  border-color: #79a5be;
}
.page_varifocal_costco .selection {
  background-color: #2372a0;
}
.page_varifocal_costco .selection .top a {
  margin-right: 15px;
  background-color: #00538a;
  border-radius: 0px;
}
.page_varifocal_costco .selection .top a.active {
  background-color: #ea0341;
}
.page_varifocal_costco .selection .bottom {
  margin: 0;
}
.page_varifocal_costco .selection .bottom a {
  text-decoration: none;
  color: #fff;
  position: relative;
  padding: 0.3em 1em;
  font-size: 1.5em;
  padding-top: 0.5em;
  border-bottom: 4px solid #00538a;
  margin-right: 15px;
}
.page_varifocal_costco .selection .bottom a:last-child {
  margin-right: 0 !important;
}
.page_varifocal_costco .selection .bottom a.active {
  font-weight: bold;
  border-bottom: 4px solid #ea0341;
}
.page_varilux {
  background: #fefefe;
  color: #254186;
}
.page_varilux .sidebar {
  position: absolute;
  top: 70px;
  left: 30px;
  text-align: center;
  width: 200px;
}
.page_varilux .sidebar ul,
.page_varilux .sidebar li {
  list-style: none;
}
.page_varilux .sidebar a {
  width: 100%;
  height: 58px;
  margin: 15px 0;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #5d7d9a;
  color: #254186;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 1.3em;
  line-height: 1.5em;
  text-transform: uppercase;
  font-weight: 600;
}
.page_varilux .sidebar a.active,
.page_varilux .sidebar a:hover {
  background-color: #254186;
  color: #fff;
}
.page_varilux .sidebar a span {
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
}
.page_varilux .sidebar img {
  width: 100%;
  padding-top: 30px;
  cursor: pointer;
  transition: all 0.5s ease;
}
.page_varilux .sidebar img:hover {
  transform: scale(1.1);
}
.page_varilux .sidebar a.secondary {
  padding: 0;
  height: 27px;
  margin-top: 80px;
}
.page_varilux .footer {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}
.page_varilux .footer .copy {
  position: absolute;
  bottom: 98px;
  font-size: 12px;
  left: 40px;
}
.page_varilux .footer .banner {
  width: 80%;
  margin: 10px auto;
}
.page_varilux .varilux_content {
  width: 69%;
  position: absolute;
  right: 70px;
  top: 80px;
  text-align: left;
}
.page_varilux .varilux_content p {
  padding: 0 0 10px 0;
  font-size: 1em;
}
.page_varilux sup {
  font-weight: normal;
}
.page_varilux .video_container video {
  width: 100%;
}
.page_varilux .video_container iframe {
  width: 100%;
  height: 400px;
}
.page_varilux .video_container h3.label_1 {
  display: inline-block;
  width: 49.8%;
  max-width: 49.4%;
  text-align: center;
  padding-top: 10px;
  vertical-align: top;
}
.page_varilux .video_container h3.label_2 {
  display: inline-block;
  width: 49.8%;
  max-width: 49.4%;
  text-align: center;
  padding-top: 10px;
  vertical-align: top;
}
.page_varilux_2 .top_left {
  width: 60%;
  display: inline-block;
  vertical-align: top;
  padding-right: 15px;
}
.page_varilux_2 .top_right {
  width: 37%;
  display: inline-block;
  vertical-align: top;
}
.page_varilux_2 .top_right img {
  width: 100%;
}
.page_varilux_2 .varilux_content img {
  width: 100%;
}
.page_varilux_2 .varilux_content .image_left {
  float: left;
}
.page_varilux_2 .varilux_content .image_right {
  float: right;
}
.page_varilux_2 .varilux_content .image_left,
.page_varilux_2 .varilux_content .image_right {
  width: 48.5%;
}
.page_varilux_3 .top_left {
  width: 83%;
  display: inline-block;
  vertical-align: top;
  padding-right: 15px;
  margin-bottom: 15px;
}
.page_varilux_3 .top_right {
  width: 13%;
  display: inline-block;
  vertical-align: top;
}
.page_varilux_3 .top_right img {
  width: 100%;
  position: relative;
  top: -7px;
}
.page_varilux_4 .varilux_content h2 {
  text-align: left;
  margin-bottom: 5px;
}
.page_varilux_4 .varilux_content p {
  margin-bottom: 10px;
}
.varilux_footer_image_text {
  width: 80%;
  margin: 0 auto;
}
.varilux_footer_image_text img {
  width: 210px;
}
.varilux_footer_image_text p {
  color: #ab885e !important;
  padding-left: 10px;
  font-weight: 900;
  font-size: 1.2em;
}
.page_coatings {
  position: relative;
}
.page_coatings .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center 80%;
}
.page_coatings .background_1 {
  background-image: url(/images/page_coatings/background_1_no_glare.jpg);
  z-index: 90;
}
.page_coatings .background_2 {
  background-image: url(/images/page_coatings/background_1_glare.jpg);
  z-index: 100;
  clip: rect(0px,790px,1000px,0px);
}
.page_coatings .background_2.reflection {
  background-image: url(/images/page_coatings/background_1_reflection.jpg);
}
.page_coatings .background_2.scratch {
  background-image: url(/images/page_coatings/background_1_scratch.jpg);
}
.page_coatings .background_2.smudge {
  background-image: url(/images/page_coatings/background_1_smudge.jpg);
}
.page_coatings .background_2.dust {
  background-image: url(/images/page_coatings/background_1_dust.jpg);
}
.page_coatings .background_2.water {
  background-image: url(/images/page_coatings/background_1_water.jpg);
}
.page_coatings .left_navigation {
  position: absolute;
  top: 10%;
  left: 0;
  opacity: 1;
  background-color: #fff;
  z-index: 1000;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.page_coatings .left_navigation ul {
  list-style: none;
}
.page_coatings .left_navigation ul li {
  margin: 20px;
  margin-bottom: 35px;
}
.page_coatings .left_navigation ul li a:not(.title) {
  border-radius: 50px;
  display: block;
  width: 4em;
  height: 4em;
  margin: 0 auto;
  position: relative;
  background-size: 60%;
  background-position: center center;
  background-repeat: no-repeat;
}
.page_coatings .left_navigation ul li a:not(.title).active {
  border: 1px solid #4CAF50;
  background-color: #71b644;
}
.page_coatings .left_navigation ul li a:not(.title):hover {
  border: 1px solid #4CAF50;
}
.page_coatings .left_navigation ul li a:not(.title) h4 {
  display: block;
  font-size: 14px;
  color: #003596;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  position: absolute;
  bottom: -23px;
  left: -10px;
  right: -10px;
}
.page_coatings.unloaded .left_navigation {
  left: -40vw;
  opacity: 0;
}
.page_coatings.unloaded .info_panel {
  right: -1000px;
  opacity: 0;
}
.page_coatings .info_panel {
  position: absolute;
  width: 26vw;
  top: 10vh;
  right: -29px;
  z-index: 1000;
  opacity: 1;
  animation-delay: 1s;
  -webkit-transition: all 1.8s ease;
  -moz-transition: all 1.8s ease;
  -o-transition: all 1.8s ease;
  -ms-transition: all 1.8s ease;
  transition: all 1.8s ease;
}
.page_coatings .action_drag_title {
  width: 200px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/images/page_coatings/drag.png);
  position: absolute;
  top: 45vh;
  left: 45vw;
  z-index: 1000;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.page_coatings .disclaimer {
  position: fixed;
  bottom: 15px;
  left: 35px;
  font-size: 15px;
  color: #fff;
  z-index: 100000;
  font-weight: 600;
  text-shadow: 0 0 5px #000;
}
.page_coatings_costco .left_navigation {
  border-radius: 0;
}
.page_coatings_costco .left_navigation img {
  width: 10vw;
  padding: 11px 0px;
  border-bottom: 1px solid #333;
  margin: 0 4px;
  display: block;
  margin-top: 2px;
}
.page_coatings_costco .left_navigation ul li a:not(.title) {
  width: 4em;
  height: 4em;
}
.page_coatings_costco .left_navigation ul li a {
  background-color: #93948e;
  color: #93948e;
}
.page_coatings_costco .left_navigation ul li a.active {
  background-color: #ea0341 !important;
}
.page_coatings_costco .left_navigation ul li a:hover {
  background-color: #910328;
}
.page_transitions {
  position: relative;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.page_transitions * {
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.page_transitions .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position-x: 0px;
  background-position-y: center;
  cursor: pointer;
}
.page_transitions .background_1 {
  background-image: url(/page_3_transitions/images//background_1.jpg);
  z-index: 90;
}
.page_transitions .background_2 {
  background-image: url(/page_3_transitions/images//background_2.jpg);
  z-index: 90;
}
.page_transitions .left_navigation {
  position: absolute;
  top: 10%;
  left: 0;
  background-color: #fff;
  z-index: 1000;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
}
.page_transitions .left_navigation ul.choices {
  list-style: none;
  padding: 0 5px;
  min-width: auto;
}
.page_transitions .left_navigation ul.choices li {
  display: block;
  margin: 8px 10px 8px 0px;
  width: 9vw;
}
.page_transitions .left_navigation ul.choices li a {
  width: 100% !important;
  height: auto !important;
  border-bottom: 1px solid #000;
  border-radius: 0;
  opacity: 0.6;
}
.page_transitions .left_navigation ul.choices li a:after {
  display: none;
}
.page_transitions .left_navigation ul.choices li a.active {
  opacity: 1;
  border-bottom: 1px solid #000;
}
.page_transitions .left_navigation ul.choices li a.active:after {
  display: none;
}
.page_transitions .left_navigation ul.choices li img {
  width: 100%;
  margin: 0 auto;
}
.page_transitions .left_navigation ul.transitions_xtractive {
  display: none;
}
.page_transitions .left_navigation ul {
  list-style: none;
  min-width: auto;
  padding: 0 5px;
}
.page_transitions .left_navigation ul li {
  margin: 20px;
  margin-bottom: 30px;
}
.page_transitions .left_navigation ul li img.icon_stylemirrors {
  width: 100%;
}
.page_transitions .left_navigation ul li a {
  border-radius: 50px;
  display: block;
  width: 2.5em;
  height: 2.5em;
  margin: 0 auto;
  position: relative;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #fff;
}
.page_transitions .left_navigation ul li a.grey {
  background-color: #3f3f3e;
}
.page_transitions .left_navigation ul li a.grey:after {
  border-color: #3f3f3e;
}
.page_transitions .left_navigation ul li a.brown {
  background-color: #987c74;
}
.page_transitions .left_navigation ul li a.brown:after {
  border-color: #987c74;
}
.page_transitions .left_navigation ul li a.graphine_green {
  background-color: #8fa377;
}
.page_transitions .left_navigation ul li a.graphine_green:after {
  border-color: #8fa377;
}
.page_transitions .left_navigation ul li a.amethyst {
  background-color: #ac8ebd;
}
.page_transitions .left_navigation ul li a.amethyst:after {
  border-color: #ac8ebd;
}
.page_transitions .left_navigation ul li a.sapphire {
  background-color: #7ab0d8;
}
.page_transitions .left_navigation ul li a.sapphire:after {
  border-color: #7ab0d8;
}
.page_transitions .left_navigation ul li a.emerald {
  background-color: #799474;
}
.page_transitions .left_navigation ul li a.emerald:after {
  border-color: #799474;
}
.page_transitions .left_navigation ul li a.amber {
  background-color: #e9b592;
}
.page_transitions .left_navigation ul li a.amber:after {
  border-color: #e9b592;
}
.page_transitions .left_navigation ul li a.stylemirrors_blue {
  background-image: url(/page_3_transitions/images/buttons/style_mirrors_blue.png);
}
.page_transitions .left_navigation ul li a.stylemirrors_blue:after {
  border-color: #254ea7;
}
.page_transitions .left_navigation ul li a.stylemirrors_gold {
  background-image: url(/page_3_transitions/images/buttons/style_mirrors_gold.png);
}
.page_transitions .left_navigation ul li a.stylemirrors_gold:after {
  border-color: #f8bb56;
}
.page_transitions .left_navigation ul li a.stylemirrors_green {
  background-image: url(/page_3_transitions/images/buttons/style_mirrors_green.png);
}
.page_transitions .left_navigation ul li a.stylemirrors_green:after {
  border-color: #42b780;
}
.page_transitions .left_navigation ul li a.stylemirrors_silver {
  background-image: url(/page_3_transitions/images/buttons/style_mirrors_silver.png);
}
.page_transitions .left_navigation ul li a.stylemirrors_silver:after {
  border-color: #627a80;
}
.page_transitions .left_navigation ul li a.active,
.page_transitions .left_navigation ul li a:hover {
  border: 1px solid #fff;
}
.page_transitions .left_navigation ul li a.active:after,
.page_transitions .left_navigation ul li a:hover:after {
  display: block;
}
.page_transitions .left_navigation ul li a.active h4,
.page_transitions .left_navigation ul li a:hover h4 {
  font-weight: bold;
}
.page_transitions .left_navigation ul li a:after {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  border-radius: 50px;
  bottom: -4px;
  border: 1px solid #fff;
  display: none;
}
.page_transitions .left_navigation ul li a h4 {
  display: block;
  font-size: 14px;
  color: rgba(0,0,0,0.75);
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  position: absolute;
  bottom: -25px;
  left: -40px;
  right: -40px;
}
.page_transitions .lens_holder {
  position: relative;
  left: 30%;
  right: 0;
  top: 20vh;
  text-align: center;
  z-index: 1000;
  display: block;
  width: 40vw;
  height: 40vh;
  cursor: pointer;
}
.page_transitions .lens_holder .lens {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 1.2s;
  transform-style: preserve-3d;
}
.page_transitions .lens_holder .lens.flip {
  transform: rotateY(180deg);
}
.page_transitions .lens_holder .lens.lens_clear {
  background-image: url(/page_3_transitions/images//lens_clear.png);
}
.page_transitions .lens_holder .lens.lens_full {
  background-image: url(/page_3_transitions/images/plots/grey-lens.png);
  opacity: 0.1;
}
.page_transitions .lens_holder .lens.lens_full.coating_grey,
.page_transitions .lens_holder .lens.lens_full.coating_stylemirrors_blue.flip,
.page_transitions .lens_holder .lens.lens_full.coating_stylemirrors_gold.flip,
.page_transitions .lens_holder .lens.lens_full.coating_stylemirrors_green.flip,
.page_transitions .lens_holder .lens.lens_full.coating_stylemirrors_silver.flip {
  background-image: url(/page_3_transitions/images/plots/grey-lens.png) !important;
}
.page_transitions .lens_holder .lens.lens_full.coating_brown {
  background-image: url(/page_3_transitions/images/plots/brown-lens.png);
}
.page_transitions .lens_holder .lens.lens_full.coating_graphite_green {
  background-image: url(/page_3_transitions/images/plots/graphitegreen-lens.png);
}
.page_transitions .lens_holder .lens.lens_full.coating_amethyst {
  background-image: url(/page_3_transitions/images/plots/amethyst-lens.png);
}
.page_transitions .lens_holder .lens.lens_full.coating_sapphire {
  background-image: url(/page_3_transitions/images/plots/sapphire-lens.png);
}
.page_transitions .lens_holder .lens.lens_full.coating_emerald {
  background-image: url(/page_3_transitions/images/plots/emerald-lens.png);
}
.page_transitions .lens_holder .lens.lens_full.coating_amber {
  background-image: url(/page_3_transitions/images/plots/amber-lens.png);
}
.page_transitions .lens_holder .lens.lens_full.coating_stylemirrors_blue {
  opacity: 1;
}
.page_transitions .lens_holder .lens.lens_full.coating_stylemirrors_blue.clear {
  background-image: url(/page_3_transitions/images/plots/stylemirrors/blue_clear.png);
}
.page_transitions .lens_holder .lens.lens_full.coating_stylemirrors_blue.semi {
  background-image: url(/page_3_transitions/images/plots/stylemirrors/blue_semi.png);
}
.page_transitions .lens_holder .lens.lens_full.coating_stylemirrors_blue.active {
  background-image: url(/page_3_transitions/images/plots/stylemirrors/blue_active.png);
}
.page_transitions .lens_holder .lens.lens_full.coating_stylemirrors_gold {
  opacity: 1;
}
.page_transitions .lens_holder .lens.lens_full.coating_stylemirrors_gold.clear {
  background-image: url(/page_3_transitions/images/plots/stylemirrors/gold_clear.png);
}
.page_transitions .lens_holder .lens.lens_full.coating_stylemirrors_gold.semi {
  background-image: url(/page_3_transitions/images/plots/stylemirrors/gold_semi.png);
}
.page_transitions .lens_holder .lens.lens_full.coating_stylemirrors_gold.active {
  background-image: url(/page_3_transitions/images/plots/stylemirrors/gold_active.png);
}
.page_transitions .lens_holder .lens.lens_full.coating_stylemirrors_green {
  opacity: 1;
}
.page_transitions .lens_holder .lens.lens_full.coating_stylemirrors_green.clear {
  background-image: url(/page_3_transitions/images/plots/stylemirrors/green_clear.png);
}
.page_transitions .lens_holder .lens.lens_full.coating_stylemirrors_green.semi {
  background-image: url(/page_3_transitions/images/plots/stylemirrors/green_semi.png);
}
.page_transitions .lens_holder .lens.lens_full.coating_stylemirrors_green.active {
  background-image: url(/page_3_transitions/images/plots/stylemirrors/green_active.png);
}
.page_transitions .lens_holder .lens.lens_full.coating_stylemirrors_silver {
  opacity: 1;
}
.page_transitions .lens_holder .lens.lens_full.coating_stylemirrors_silver.clear {
  background-image: url(/page_3_transitions/images/plots/stylemirrors/silver_clear.png);
}
.page_transitions .lens_holder .lens.lens_full.coating_stylemirrors_silver.semi {
  background-image: url(/page_3_transitions/images/plots/stylemirrors/silver_semi.png);
}
.page_transitions .lens_holder .lens.lens_full.coating_stylemirrors_silver.active {
  background-image: url(/page_3_transitions/images/plots/stylemirrors/silver_active.png);
}
.page_transitions .lens_holder .action_flip {
  position: absolute;
  top: 0;
  left: -40px;
}
.page_transitions .lens_holder .action_flip.flip img {
  transform: rotateY(180deg);
}
.page_transitions .lens_holder .action_flip img {
  width: 3vw;
  transition: 1.2s;
  transform-style: preserve-3d;
}
.page_transitions .lens_holder .action_flip h4 {
  position: absolute;
  top: -30px;
  color: #000b7f;
  font-size: 16px;
  left: -20px;
  right: -20px;
  text-align: center;
  font-weight: bold;
}
.page_transitions .lens_holder .action_drag {
  position: fixed;
  top: 15vh;
  right: -10px;
}
.page_transitions .lens_holder .action_drag img {
  width: 5vw;
}
.page_transitions .lens_holder .slider {
  position: absolute;
  bottom: -60px;
  height: 50px;
  left: 0px;
  right: 0px;
  background-image: url(/page_3_transitions/images//slider.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1000;
}
.page_transitions .lens_holder .slider .handle {
  position: absolute;
  left: 2%;
  top: 7px;
  width: 40px;
  height: 40px;
  background-image: url(/page_3_transitions/images//slider_handle.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1010;
}
.page_transitions .lens_holder .slider .min_image,
.page_transitions .lens_holder .slider .max_image {
  position: absolute;
  left: -65px;
  height: 60px;
  top: -3px;
  width: 60px;
  background-image: url(/page_3_transitions/images/slider_min.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.page_transitions .lens_holder .slider .max_image {
  background-image: url(/page_3_transitions/images/slider_max.png);
  left: auto;
  right: -65px;
}
.page_transitions .action_drag_title {
  position: fixed;
  top: 20vh;
  right: 10vw;
  display: none;
  height: 7vh;
  width: 12vw;
  background-image: url(/page_3_transitions/images//drag_image.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1000;
}
.page_transitions .popup_outer {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: none;
  z-index: 1020;
  background-color: rgba(0,0,0,0.82);
}
.page_transitions .popup_outer .popup {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10000;
  position: absolute;
  top: 10vh;
  bottom: 5vh;
  left: 5vw;
  right: 5vw;
}
.page_transitions .popup_outer .popup .fake_close_buton {
  position: absolute;
  top: 0;
  right: 0;
  width: 5%;
  height: 15%;
  z-index: 10030;
}
.page_transitions .disclaimer {
  position: fixed;
  bottom: 15px;
  left: 35px;
  font-size: 15px;
  color: #fff;
  z-index: 900;
  font-weight: 600;
  text-shadow: 0 0 5px #000;
}
.page_transitions_costco .left_navigation {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.page_transitions_costco .popup_outer .popup {
  background-image: url(/page_3_transitions/images/costco/popup_v3.png);
}
.page_polarised {
  position: relative;
}
.page_polarised .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 100% 100%;
  background-position: center 80%;
}
.page_polarised.background_driving_grey .background_1 {
  background-image: url(/page_4_polarised/images/backgrounds/background_driving_clear_grey.jpg);
}
.page_polarised.background_driving_grey .background_2 {
  background-image: url(/page_4_polarised/images/backgrounds/background_driving_full_grey.jpg);
}
.page_polarised.background_driving_brown .background_1 {
  background-image: url(/page_4_polarised/images/backgrounds/background_driving_clear_brown.jpg);
}
.page_polarised.background_driving_brown .background_2 {
  background-image: url(/page_4_polarised/images/backgrounds/background_driving_full_brown.jpg);
}
.page_polarised.background_driving_greygreen .background_1 {
  background-image: url(/page_4_polarised/images/backgrounds/background_driving_clear_greygreen.jpg);
}
.page_polarised.background_driving_greygreen .background_2 {
  background-image: url(/page_4_polarised/images/backgrounds/background_driving_full_greygreen.jpg);
}
.page_polarised.background_skiing_grey .background_1 {
  background-image: url(/page_4_polarised/images/backgrounds/background_skiing_clear_grey.jpg);
}
.page_polarised.background_skiing_grey .background_2 {
  background-image: url(/page_4_polarised/images/backgrounds/background_skiing_full_grey.jpg);
}
.page_polarised.background_skiing_brown .background_1 {
  background-image: url(/page_4_polarised/images/backgrounds/background_skiing_clear_brown.jpg);
}
.page_polarised.background_skiing_brown .background_2 {
  background-image: url(/page_4_polarised/images/backgrounds/background_skiing_full_brown.jpg);
}
.page_polarised.background_skiing_greygreen .background_1 {
  background-image: url(/page_4_polarised/images/backgrounds/background_skiing_clear_greygreen.jpg);
}
.page_polarised.background_skiing_greygreen .background_2 {
  background-image: url(/page_4_polarised/images/backgrounds/background_skiing_full_greygreen.jpg);
}
.page_polarised.background_water_grey .background_1 {
  background-image: url(/page_4_polarised/images/backgrounds/background_water_clear_grey.jpg);
}
.page_polarised.background_water_grey .background_2 {
  background-image: url(/page_4_polarised/images/backgrounds/background_water_full_grey.jpg);
}
.page_polarised.background_water_brown .background_1 {
  background-image: url(/page_4_polarised/images/backgrounds/background_water_clear_brown.jpg);
}
.page_polarised.background_water_brown .background_2 {
  background-image: url(/page_4_polarised/images/backgrounds/background_water_full_brown.jpg);
}
.page_polarised.background_water_greygreen .background_1 {
  background-image: url(/page_4_polarised/images/backgrounds/background_water_clear_greygreen.jpg);
}
.page_polarised.background_water_greygreen .background_2 {
  background-image: url(/page_4_polarised/images/backgrounds/background_water_full_greygreen.jpg);
}
.page_polarised .left_navigation {
  position: absolute;
  top: 30%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 0 10px 0px #ccc;
  z-index: 1000;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
}
.page_polarised .left_navigation ul.choices {
  list-style: none;
}
.page_polarised .left_navigation ul.choices li {
  display: block;
  margin: 10px;
  width: auto;
}
.page_polarised .left_navigation ul.choices li a {
  width: 100% !important;
  height: auto !important;
  opacity: 0.6;
}
.page_polarised .left_navigation ul.choices li a.active {
  opacity: 1;
}
.page_polarised .left_navigation ul.choices li img {
  width: 90%;
  margin: 0 auto;
}
.page_polarised .left_navigation ul.transitions_xtractive {
  display: none;
}
.page_polarised .left_navigation ul {
  list-style: none;
}
.page_polarised .left_navigation ul li {
  margin: 20px 4em;
  margin-bottom: 35px;
}
.page_polarised .left_navigation ul li a {
  border-radius: 50px;
  display: block;
  width: 2.5em;
  height: 2.5em;
  margin: 0 auto;
  position: relative;
  background-size: 60%;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #fff;
}
.page_polarised .left_navigation ul li a.grey {
  background-color: #818687;
}
.page_polarised .left_navigation ul li a.grey:after {
  border-color: #818687;
}
.page_polarised .left_navigation ul li a.brown {
  background-color: #a67d54;
}
.page_polarised .left_navigation ul li a.brown:after {
  border-color: #a67d54;
}
.page_polarised .left_navigation ul li a.grey_green {
  background-color: #697b65;
}
.page_polarised .left_navigation ul li a.grey_green:after {
  border-color: #697b65;
}
.page_polarised .left_navigation ul li a.active,
.page_polarised .left_navigation ul li a:hover {
  border: 1px solid #fff;
}
.page_polarised .left_navigation ul li a.active:after,
.page_polarised .left_navigation ul li a:hover:after {
  display: block;
}
.page_polarised .left_navigation ul li a.active h4,
.page_polarised .left_navigation ul li a:hover h4 {
  font-weight: bold;
}
.page_polarised .left_navigation ul li a:after {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  border-radius: 50px;
  bottom: -4px;
  border: 1px solid #fff;
  display: none;
}
.page_polarised .left_navigation ul li a h4 {
  display: block;
  font-size: 14px;
  color: rgba(0,0,0,0.75);
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  position: absolute;
  bottom: -25px;
  left: -40px;
  right: -40px;
}
.page_polarised .info_panel {
  position: absolute;
  right: -40px;
  bottom: 5vh;
  height: 31vh;
  margin: 20px;
  width: 25vw;
  background-repeat: no-repeat;
  background-size: 68%;
  background-position: center left 33%;
  background-image: url(/page_4_polarised/images/info_panel.png);
}
.page_polarised .action_show_change_scene {
  position: absolute;
  top: 3vh;
  right: 0px;
  width: 16vw;
  background-color: #1f3594;
  border-radius: 20px 0 0 20px;
  padding: 10px 0px;
  vertical-align: middle;
  z-index: 1000;
  text-align: left;
}
.page_polarised .action_show_change_scene img {
  width: 79%;
  padding-left: 15px;
  display: block;
}
.page_polarised .action_show_change_scene.active ul {
  display: block;
}
.page_polarised .action_show_change_scene ul {
  list-style: none;
  display: none;
  padding-bottom: 10px;
}
.page_polarised .action_show_change_scene ul li a {
  display: block;
  padding: 5px 10px;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  padding-left: 20px;
  text-decoration: none;
  border-top: 1px solid rgba(112,173,227,0);
  border-bottom: 1px solid rgba(112,173,227,0);
}
.page_polarised .action_show_change_scene ul li a.active {
  font-weight: bold;
  text-transform: uppercase;
  color: #8eccf8;
  border-top: 1px solid #8eccf8;
  border-bottom: 1px solid #8eccf8;
  margin: 1px 0;
}
.page_polarised .action_change_scene.active {
  font-weight: bold;
  text-transform: uppercase;
}
.page_polarised .action_drag_title {
  width: 200px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/page_4_polarised/images/drag.png);
  position: absolute;
  top: 45vh;
  left: 45vw;
  z-index: 1000;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.page_polarised .disclaimer {
  position: fixed;
  bottom: 15px;
  left: 35px;
  font-size: 15px;
  color: #fff;
  z-index: 100000;
  font-weight: 600;
  text-shadow: 0 0 5px #000;
}
.page_polarised_costco .action_show_change_scene,
.page_polarised_costco .info_panel {
  background-color: #2372a0;
  border-radius: 0;
}
.page_polarised_costco .left_navigation {
  border-radius: 0;
}
.page_polarised_costco .left_navigation img {
  width: 150px;
  padding: 11px 10px;
  margin: 15px 4px;
  margin-top: 5px;
  margin-bottom: 2px;
}
.page_thin .irs-line {
  height: 15px !important;
  top: 35.5px !important;
}
.page_thin {
  position: relative;
  top: 20%;
  bottom: 0;
  left: 0;
  right: 0;
}
.page_thin .page_thin_container {
  position: absolute;
  top: 0%;
  bottom: 0;
  left: 0;
  right: 0;
}
.page_thin .glasses {
  width: 36%;
  position: absolute;
  left: 32%;
  bottom: 42%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page_thin .glasses_bridge {
  width: 1.5%;
  position: absolute;
  left: 49.25%;
  bottom: 40%;
}
.page_thin .lens_background_left {
  position: absolute;
  top: 4%;
  left: 12%;
  width: 15%;
  height: 45%;
  opacity: 0.4;
}
.page_thin .lens_background_right {
  position: absolute;
  top: 4%;
  right: 12%;
  width: 15%;
  height: 45%;
  opacity: 0.4;
}
.page_thin .lens_left_container {
  position: absolute;
  top: 4%;
  left: 12%;
  width: 15%;
  height: 45%;
}
.page_thin .lens_right_container {
  position: absolute;
  top: 4%;
  right: 12%;
  width: 15%;
  height: 45%;
}
.page_thin .lens_left {
  padding-top: 8%;
  height: 90%;
  margin: 0 auto;
  display: block;
}
.page_thin .lens_right {
  padding-top: 8%;
  height: 90%;
  margin: 0 auto;
  display: block;
}
.page_thin .face {
  position: absolute;
  left: 30.5%;
  width: 33%;
  height: 63%;
  top: -1%;
  background-image: url(/page_5_thin/images/face_background.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.page_thin .face_glasses {
  position: absolute;
  left: 31.2%;
  right: 0;
  width: 49%;
  top: 17.5%;
}
.page_thin .options {
  width: 30%;
  position: absolute;
  bottom: 5%;
}
.page_thin .options.left {
  right: 74%;
}
.page_thin .options.right {
  left: 74%;
}
.page_thin .options a {
  font-size: 1em;
  color: #8e8e8e;
  font-weight: 400;
  border-radius: 30px;
  display: block;
  text-align: left;
  padding: 2px 10px;
  text-decoration: none;
  width: 52%;
  margin: 0 0 0 auto;
  border: 2px solid transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.page_thin .options.right a {
  margin: 0 auto 0 0;
}
.page_thin .options.left a {
  text-align: right;
}
.page_thin .options a.active {
  background-color: #2b4283;
  color: #fff;
}
.page_thin .range {
  width: 40%;
  position: absolute;
  bottom: 9%;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
}
.page_thin .glasses_eye_left {
  position: absolute;
  left: 41%;
  width: 7.5%;
  top: 4.6%;
  height: 17%;
  transform: scaleX(-1);
  display: block;
  background-image: url(/page_5_thin/images/eye/compressed/1.png);
  background-size: 77%;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 10000;
}
.page_thin .glasses_eye_right {
  position: absolute;
  left: 49%;
  width: 7.5%;
  top: 4.6%;
  height: 17%;
  transform: scaleX(1);
  display: block;
  background-image: url(/page_5_thin/images/eye/compressed/1.png);
  background-size: 77%;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 10000;
}
.page_thin .thickness_left,
.page_thin .thickness_left_text {
  position: absolute;
  top: 49.1%;
  left: 9%;
  width: 20%;
  font-weight: 500;
}
.page_thin .thickness_right,
.page_thin .thickness_right_text {
  position: absolute;
  top: 49.1%;
  right: 9%;
  width: 20%;
  font-weight: 500;
}
.page_thin .thickness_left_text,
.page_thin .thickness_right_text {
  top: 52.5%;
  color: #99a4ac;
}
.page_thin .weight_left {
  position: absolute;
  top: 44%;
  left: 23%;
  width: 20%;
  font-weight: 500;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page_thin .weight_right {
  position: absolute;
  top: 44%;
  right: 23%;
  width: 20%;
  font-weight: 500;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page_thin {
  background: #fff;
  background: linear-gradient(to bottom,#cbe0f4 15%,#cbe0f4 16%,#ffffff 46%,#fff 66%,#e3f3fe 61%,#E3F3FE 65%,#e2f2fb 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5781b1',endColorstr='#f1f6fa',GradientType=0);
}
.page_thin .irs-grid-text {
  padding-left: 8px;
  color: #324185;
  font-size: 1em !important;
  visibility: visible !important;
}
.page_thin .irs-line {
  background: #d3d6da !important;
  border: none !important;
  box-shadow: 0px 1px 0px 16px #fff, 0px 0px 0px 17px #bbb, inset 1px 1px 3px rgba(255,255,255,0.16) !important;
}
.page_thin .options_heading_left {
  text-align: right;
  padding-bottom: 8px;
}
.page_thin .options_heading_right {
  text-align: left;
  padding-bottom: 8px;
}
.page_thin .range_header {
  left: 31%;
  right: 30%;
  position: absolute;
  text-align: center;
  top: 92%;
  font-size: 1em;
}
.page_thin .info {
  bottom: 30.4%;
  right: 2.4%;
  position: fixed;
  width: 2.2%;
}
.page_thin .icons {
  display: none;
}
.page_thin .icons img {
  width: 10%;
}
.page_thin span.compare {
  font-size: 0.8em;
}
.page_thin span.compare.more {
  color: #b43738;
}
.page_thin span.compare.less {
  color: #20b426;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.page_thin .text_constant {
  position: absolute;
  bottom: 4% !important;
  right: 1%;
  font-size: 0.85vw;
  color: #8e8e8e;
  font-weight: 100;
}
.page_thin {
  font-size: 14px;
}
.page_thin .irs-min,
.page_thin .irs-max {
  display: none;
}
.page_thin .irs-grid {
  top: -20px;
}
.page_thin .irs-grid-pol {
  top: 30px;
}
.page_thin .irs-single {
  top: 60px;
}
.page_thin .options {
  bottom: 10% !important;
}
.page_thin .options a {
  width: 25%;
  text-align: center !important;
  color: #2b4283;
  font-weight: bold;
  font-size: 1.2em;
  line-height: normal;
}
.page_thin .options.left a {
  margin-right: 40px;
}
.page_thin .options.right a {
  margin-left: 40px;
}
.page_thin .range {
  bottom: 16% !important;
}
.page_thin .range_header {
  top: 86% !important;
}
.page_thin .text_constant {
  position: absolute;
  bottom: 5%;
  right: 1%;
  left: 0;
  font-size: 11px;
  letter-spacing: normal;
  color: #393939;
  margin-bottom: 3px;
  font-weight: 100;
  text-align: center;
}
.page_thin .options a {
  border-radius: 0 !important;
}
.page_thin .options a.active {
  background-color: #ea0341;
  color: #fff;
}
.page_thin .text_constant {
  bottom: 6% !important;
}
#container img {
  display: block;
  width: 100%;
}
.page_eyedrive .container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
}
.page_eyedrive .scene {
  padding: 0;
  margin: 0;
  min-width: 100%;
  min-height: 100%;
  display: block;
  overflow: hidden;
}
.page_eyedrive .fill {
  position: absolute;
  bottom: 5%;
  right: 5%;
  left: 5%;
  top: 5%;
}
.page_eyedrive .expand-width {
  width: 100%;
}
.page_eyedrive .border {
  border: 2px dashed #00FFAA;
}
.page_eyedrive .aspect {
  opacity: 0.2;
}
.page_eyedrive .background {
  position: relative;
  width: 110%;
  height: 1000px;
  left: -5%;
  top: 0px;
}
.page_eyedrive .background svg {
  margin-top: -20px;
  z-index: 10000;
}
.page_eyedrive .cockpit {
  position: absolute;
  top: 200px;
  left: -10%;
  width: 120%;
  pointer-events: none;
}
.page_eyedrive .cockpit img {
  pointer-events: none;
}
.page_eyedrive .layer {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative !important;
}
.page_eyedrive .layer.bottom {
  pointer-events: none;
  height: auto;
  top: auto;
  bottom: 0;
}
#MoveThis:hover {
  cursor: move;
}
#change-scene {
  color: #000;
  padding: 15px 0px;
  background-image: url(/page_6_eyedrive/images/global/content-image-textbox-bg.png);
  text-transform: uppercase;
  width: 240px;
  text-align: center;
  float: left;
  margin-right: 5px;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
#change-scene:hover {
  cursor: pointer;
}
#tool-nav {
  position: absolute;
  bottom: 0;
  right: 0;
}
#scenes {
  position: absolute;
  right: 5px;
  bottom: 53px;
  width: 240px;
  display: none;
}
#scenes img:hover {
  cursor: pointer;
}
#change-glas {
  color: #000;
  padding: 15px 0px;
  background-image: url(/page_6_eyedrive/images/global/content-image-textbox-bg.png);
  width: 260px;
  text-align: center;
  float: left;
  text-transform: uppercase;
}
#change-glas:hover {
  cursor: pointer;
}
#glasses {
  position: absolute;
  right: 0px;
  bottom: 30px;
  width: 260px;
  display: none;
}
#glasses img {
  margin-bottom: 5px;
}
#glasses img:hover {
  cursor: pointer;
}
#intro {
  width: 100%;
  background-color: rgba(0,45,86,0.75);
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  padding-top: 10%;
}
#intro h1 {
  font-family: 'RotisSansSerifStd-ExtraBold', Arial;
  color: #fff;
  font-weight: normal;
  font-size: 30px;
  padding-top: 40px;
  margin-bottom: 0px;
  padding-bottom: 0;
}
#intro p {
  color: #c0c0c0;
  font-size: 18px;
  margin-top: 5px;
}
.page_eyedrive .btn {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  display: inline-block;
  margin: 15px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background-color: #00000045;
  border: 1px solid #fff;
  border-radius: 12px;
  padding: 35px 35px;
}
.page_eyedrive .btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.page_eyedrive .btn:hover,
.btn:active {
  color: #002d56;
  background: #fff;
}
.page_eyedrive .intro_buttons {
  padding-top: 310px;
}
.page_eyedrive .intro_buttons .btn.first {
  margin-right: 60px;
}
.page_eyedrive .intro_buttons .btn.second {
  margin-left: 60px;
}
#browser-update {
  width: 100%;
  height: 500px;
  background-color: #002d56;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  display: none;
}
#browser-update h1 {
  font-family: 'RotisSansSerifStd-ExtraBold', Arial;
  color: #fff;
  font-weight: normal;
  font-size: 30px;
  padding-top: 40px;
  margin-bottom: 0px;
  padding-bottom: 0;
}
#browser-update p {
  color: #c0c0c0;
  font-size: 18px;
  margin-top: 5px;
}
#logo_overlay {
  position: absolute;
  right: 0;
  top: 30px;
  background-color: #fff;
}
#logo_overlay img {
  padding: 12px 0 12px 20px;
  width: 140px;
}
#produktuebersicht_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  display: none;
  z-index: 999;
}
#btn_produktuebersicht_close {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #000;
  padding: 15px 0px;
  background-image: url(/page_6_eyedrive/images/global/content-image-textbox-bg.png);
  text-transform: uppercase;
  width: 260px;
  text-align: center;
}
#btn_produktuebersicht_close:hover {
  cursor: pointer;
}
#container img.produktvergleich {
  padding-top: 12%;
}
.page_eyedrive .produktvergleich_subtext {
  width: 100%;
  color: #fff;
}
.page_eyedrive .produktvergleich_subtext_einstaerke {
  width: 50%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 10%;
}
.page_eyedrive .produktvergleich_subtext_gleitsicht {
  width: 50%;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 10%;
}
.page_eyedrive .produktvergleich_padder {
  padding: 20px;
}
.page_eyedrive .produktuebersicht_overlay_image {
  height: 100%;
  background-color: #000;
}
.page_eyedrive .produktuebersicht_overlay_image_left {
  width: 40%;
  float: left;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.page_eyedrive .produktuebersicht_overlay_image_left img {
  width: 100%;
}
.page_eyedrive .produktuebersicht_overlay_image_right {
  width: 60%;
  float: left;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.page_eyedrive .produktuebersicht_overlay_image_right img {
  width: 100%;
}
.page_eyedrive .produktuebersicht_description {
  width: 50%;
  float: left;
}
.page_eyedrive .produktuebersicht_overlay_image_right .produktuebersicht_description {
  width: 33%;
}
.page_eyedrive .produktuebersicht_description .padder {
  padding: 0 15px 15px 15px;
}
.page_eyedrive .produktuebersicht_description p {
  color: #fff;
  padding-bottom: 0;
  margin-bottom: 0;
}
.page_eyedrive .produktuebersicht_description li {
  color: #fff;
}
.page_eyedrive .produktuebersicht_image_container {
  position: relative;
}
.page_eyedrive .produktuebersicht_zoom {
  position: absolute;
  width: 36px;
  height: 36px;
  padding: 7px;
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 32px;
  line-height: 37px;
  left: 50%;
  margin-left: -27px;
  bottom: 50px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-family: Arial;
}
.page_eyedrive .produktuebersicht_zoom:hover {
  background-color: #fff;
  color: #0c255e;
  cursor: pointer;
}
.page_eyedrive .produktuebersicht_overlay_image_left.width100 {
  width: 100%;
}
.page_eyedrive .produktuebersicht_overlay_image_right.width0 {
  overflow: hidden;
  width: 0%;
}
.page_eyedrive .produktuebersicht_overlay_image_right.width100 {
  width: 100%;
}
.page_eyedrive .produktuebersicht_overlay_image_left.width0 {
  width: 0%;
  overflow: hidden;
}
.page_eyedrive .produktuebersicht_overlay_image_left.width100 .produktuebersicht_description {
  display: none;
}
.page_eyedrive .produktuebersicht_overlay_image_left.width0 .produktuebersicht_description {
  display: none;
}
.page_eyedrive .produktuebersicht_overlay_image_right.width100 .produktuebersicht_description {
  display: none;
}
.page_eyedrive .produktuebersicht_overlay_image_right.width0 .produktuebersicht_description {
  display: none;
}
.page_eyedrive .subtext_description {
  text-align: center;
  color: #ddd;
  font-size: 12px;
}
.page_eyedrive .clear {
  clear: both;
}
#txt-overlay {
  position: absolute;
  z-index: 998;
  top: 25px;
  right: 25px;
  width: 300px;
  height: 110px;
  display: none;
  pointer-events: none;
}
#txt-overlay img {
  width: 100%;
  pointer-events: none;
}
@media screen and (max-width: 880px) {
  #intro p {
    margin: 5px 180px 0;
  }
}
@media screen and (max-width: 780px) {
  .produktuebersicht_description p {
    font-size: 12px;
    line-height: 1.5em;
  }
  .produktuebersicht_description li {
    font-size: 12px;
    line-height: 1.5em;
  }
}
.page_eyedrive .overview {
  position: absolute;
  top: 15%;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  z-index: 100000;
}
.page_eyedrive .overview .inside {
  position: absolute;
  top: 10%;
  bottom: 10%;
  right: 10%;
  left: 10%;
  background-color: #fff;
  padding: 30px;
}
.page_eyedrive .overview .inside .close {
  position: absolute;
  bottom: 20px;
}
.page_eyedrive .hide-product-overview {
  position: absolute;
  bottom: 20px;
}
.page_eyedrive .footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70px;
  background-color: #fff;
  text-align: left;
  z-index: 100000;
  padding: 15px 30px;
}
.page_eyedrive .header {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #cae0f5;
  z-index: 100000;
}
.page_eyedrive .header_menu {
  background-color: #cae0f5 !important;
}
.page_eyedrive .header h2 {
  padding: 15px;
}
.page_eyedrive .footer h3 {
  margin-bottom: 5px;
  margin-left: 4px;
  font-size: 1em;
  font-weight: 600;
}
.page_eyedrive .footer img {
  height: 65%;
}
.page_eyedrive .eyedrive_footer img {
  width: 60%;
}
.page_eyedrive .eyedrive_footer {
  bottom: 2px;
  position: relative;
}
.page_eyedrive .footer img.tags {
  max-width: 68% !important;
  height: auto !important;
}
.page_eyedrive .footer .eyedrive_button_right {
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.page_eyedrive .info_page {
  display: none;
  position: absolute;
  top: 180px;
  bottom: 100px;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 100000;
  font-weight: 500;
  font-family: 'VAG Rounded W01 Bold', 'VAG_Rounded_Bold', Arial, sans-serif !important;
  background: linear-gradient(to bottom,#cbe0f4 15%,#cbe0f4 16%,#f1f6fa 42%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5781b1',endColorstr='#f1f6fa',GradientType=0);
}
.page_eyedrive .info_page p {
  font-weight: 300;
  font-family: 'VAG Rounded W01 Bold', 'VAG_Rounded_Bold', Arial, sans-serif !important;
  font-size: 1.10em;
  color: #183e8a;
}
.page_eyedrive .info_page .text_top {
  padding-top: 40px;
}
.page_eyedrive .info_page .text_footnote {
  position: absolute;
  bottom: 5px;
  font-size: 0.8em;
  font-family: Arial !important;
  text-align: left;
  padding-left: 30px;
  padding-left: 32px;
}
.page_eyedrive .info_page table {
  width: 90%;
  margin: 10px auto;
}
.page_eyedrive .info_page table td {
  vertical-align: top;
  padding-top: 20px;
  width: 33%;
}
.page_eyedrive .info_page img {
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 5px;
}
.page_eyedrive .info_page .button_compare_eyedrive,
.page_eyedrive .info_page .button_compare_zeiss {
  position: fixed;
  right: 4%;
  top: 52%;
  width: 10%;
  height: auto;
  cursor: pointer;
}
.page_eyedrive .button_back_to_demo {
  display: none;
  cursor: pointer;
}
.page_eyedrive .title_zeiss {
  display: none;
  vertical-align: middle;
  margin: 10px;
}
.page_eyedrive .title_zeiss h2,
.page_eyedrive .title_zeiss img {
  display: inline-block;
}
.page_eyedrive .title_zeiss img {
  display: inline-block;
  height: 39px;
  vertical-align: top;
  top: 7px;
  padding: 0;
  padding-right: 3px;
  position: relative;
}
.page_eyedrive .demo_text {
  color: #fff;
  font-size: 14px;
  position: absolute;
  bottom: 2px;
  left: 10px;
}
.page_eyedrive .eyedrive_popin {
  display: none;
  position: absolute;
  top: -6px;
  left: -20px;
  float: left;
  width: 19vw;
  z-index: 1000000000;
}
.page_eyedrive .rotate {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  color: #fff;
  z-index: 1000000;
  vertical-align: middle;
  text-align: center;
  display: none;
  align-items: center;
  justify-content: center;
}
@media (max-width: 800px) and (orientation: portrait) {
  .rotate {
    display: flex !important;
  }
}
.page_eyedrive .action_show_change_scene {
  position: absolute;
  top: 3vh;
  right: 0px;
  width: 17vw;
  background-color: #1f3594;
  border-radius: 20px 0 0 20px;
  padding: 10px 0px;
  vertical-align: middle;
  z-index: 1000;
  text-align: left;
}
.page_eyedrive .action_show_change_scene img {
  width: 79%;
  padding-top: 4px;
  display: block;
  padding-left: 15px;
}
.page_eyedrive .action_show_change_scene.active ul {
  display: block;
}
.page_eyedrive .action_show_change_scene ul {
  list-style: none;
  display: none;
  padding-bottom: 10px;
  padding-top: 10px;
}
.page_eyedrive .action_show_change_scene ul li a {
  display: block;
  padding: 5px 10px;
  color: #fff;
  font-size: 1.1em;
  line-height: 15px;
  padding-left: 20px;
  text-decoration: none;
  border-top: 1px solid rgba(112,173,227,0);
  border-bottom: 1px solid rgba(112,173,227,0);
}
.page_eyedrive .action_show_change_scene ul li a.active {
  font-weight: bold;
  text-transform: uppercase;
  color: #8eccf8;
  border-top: 1px solid #8eccf8;
  border-bottom: 1px solid #8eccf8;
  margin: 1px 0;
}
.page_eyedrive .intro_buttons {
  padding-top: 11vh !important;
}
.page_eyedrive .footer {
  height: auto;
}
.page_eyedrive .footer img.tech_logo {
  width: 20vw;
  position: absolute;
  bottom: 105%;
  right: 0;
  height: auto;
}
.page_eyedrive .footer img.features {
  width: 100%;
  display: block;
  margin: 10px 0;
}
.page_eyedrive .footer p {
  color: #000b7f;
  font-size: 12px;
}
.page_eyedrive .footer .tech_logo {
  width: 20vw;
  position: absolute;
  bottom: 100%;
  right: 0;
}
.popup {
  text-align: center;
  position: fixed;
  z-index: 100000;
  top: 10%;
  bottom: 10%;
  left: 5%;
  right: 5%;
  box-shadow: 0 0 20px #4c4c4c;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  display: none;
}
.popup .action-popup-close {
  color: #4c4c4c;
  font-weight: bold;
  font-size: 18px;
  font-family: Arial, sans-serif;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 3px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 100001;
  width: 30px;
  box-shadow: 0 0 10px -4px #000;
  line-height: 30px;
  border: 3px solid #4c4c4c;
  height: 30px;
  text-transform: uppercase;
  line-height: 1em;
  text-align: center;
  padding-left: 6px;
}
.popup .action-popup-close:hover {
  box-shadow: 0 0 10px 0px #000;
}
.popup .content {
  padding: 20px 50px;
  color: #4c4c4c;
  text-align: left;
}
.popup .content h2 {
  padding-top: 20px;
  color: #4c4c4c;
  text-align: left;
}
@media all and (min-width: 980px) and (max-width: 990px) and (max-height: 590px) {
  * {
    font-family: Arial !important;
  }
  .page {
    padding-top: 0px;
  }
  header .cell_logo {
    display: none;
  }
  header .grid {
    justify-content: center !important;
    -webkit-justify-content: center !important;
  }
  .page_varifocal h2 {
    margin-top: 0;
    height: 50px;
  }
  .page_varifocal .left_selection,
  .page_varifocal .right_selection {
    padding-top: 1vh;
  }
  .page_varifocal .lens {
    width: 68%;
  }
  .page_varifocal .selection .top a,
  .page_varifocal .selection .bottom a {
    font-size: 1.2em;
  }
  .page_varifocal .selection .top {
    padding-top: 0.4em;
  }
  .page_varifocal .selection .bottom {
    padding-bottom: 0.4em;
  }
  .page_coatings .left_navigation {
    top: 2%;
  }
  .page_coatings .left_navigation ul li a:not(.title) {
    width: 2.2em;
    height: 2.2em;
  }
  .page_coatings .left_navigation ul li {
    margin: 5px;
    margin-bottom: 24px;
  }
  .page_polarised .left_navigation {
    top: 2%;
  }
  .page_polarised .info_panel {
    height: 41vh;
    width: 29vw;
  }
  .page_thin_ms {
    background: linear-gradient(to bottom,#fff 15%,#fff 16%,#ffffff 46%,#fff 62%,#ffffff 58%,#3a3a3a 58%,#848484 99%);
  }
  .page_thin_scrivens {
    background: linear-gradient(to bottom,#fff 15%,#fff 16%,#ffffff 46%,#fff 62%, 58%, 58%, 99%);
  }
  .page_thin .face_glasses {
    top: 21.5%;
  }
  .page_thin .glasses_eye_left,
  .page_thin .glasses_eye_right {
    top: 7.2%;
  }
  .page_thin .options_heading_left,
  .page_thin .options_heading_right {
    padding-bottom: 0;
  }
  .page_thin .irs-grid {
    top: -8px;
  }
  .page_thin .range {
    bottom: 13% !important;
  }
  .page_thin .range_header {
    top: 88% !important;
    color: #fff;
    font-weight: 400;
  }
  .page_thin .options {
    bottom: 16% !important;
  }
  .page_thin .options a {
    font-size: 11px;
    font-weight: 800;
    padding: 0;
  }
  .page_thin .text_constant {
    bottom: 2% !important;
    font-weight: 400;
  }
}
@media all and (min-width: 1020px) and (max-width: 1040px) and (max-height: 800px) {
  .page {
    padding-top: 0px;
  }
  .page_varifocal h2 {
    margin-top: 0;
    height: 50px;
  }
  .page_coatings .left_navigation ul li a:not(.title) {
    width: 3.2em;
    height: 3.2em;
  }
  .page_coatings .left_navigation ul li {
    margin: 5px;
    margin-bottom: 24px;
  }
  .page_polarised .left_navigation {
    top: 20%;
  }
  .page_polarised .info_panel {
    bottom: 0;
    height: 41vh;
  }
  .page_thin .face {
    width: 38%;
    left: 27.5%;
  }
  .page_thin .face_glasses {
    top: 19.5%;
  }
  .page_thin .glasses_eye_left,
  .page_thin .glasses_eye_right {
    top: 5.9%;
  }
}
@media all and (min-width: 1350px) and (max-width: 1400px) and (max-height: 800px) {
  .page {
    padding-top: 0px;
  }
  .page_varifocal h2 {
    margin-top: 0;
    height: 50px;
  }
  .page_varifocal .left_selection,
  .page_varifocal .right_selection {
    padding-top: 2vh;
  }
  .page_coatings .left_navigation ul li a:not(.title) {
    width: 3.2em;
    height: 3.2em;
  }
  .page_coatings .left_navigation ul li {
    margin: 5px;
    margin-bottom: 24px;
  }
  .page_polarised .left_navigation {
    top: 20%;
  }
  .page_polarised .background {
    background-position: center 80% !important;
    background-position-y: 110% !important;
    background-size: 100% 120%;
  }
  .page_polarised .info_panel {
    bottom: 0;
    height: 51vh;
  }
  .page_thin .face {
    width: 33%;
    left: 30.5%;
  }
  .page_thin .face_glasses {
    top: 22.5%;
  }
  .page_thin .glasses_eye_left,
  .page_thin .glasses_eye_right {
    top: 7.9%;
  }
  .page_thin .text_constant {
    bottom: 10% !important;
  }
  .page_thin .options {
    bottom: 12% !important;
  }
}
