* {
  box-sizing: border-box;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  not supported by any browser */
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.fullscreen-loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  text-align: center;
  font-size: 40px;
  vertical-align: middle;
  line-height: 100vh;
  z-index: 10000;
}
.fullscreen-loader video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 450px;
}
#video-player {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  text-align: center;
  font-size: 40px;
  vertical-align: middle;
  line-height: 100vh;
  z-index: 10000;
}
#video-player #youtube-player {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
select.ikeon {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAh0lEQVQ4T93TMQrCUAzG8V9x8QziiYSuXdzFC7h4AcELOPQAdXYovZCHEATlgQV5GFTe1ozJlz/kS1IpjKqw3wQBVyy++JI0y1GTe7DCBbMAckeNIQKk/BanALBB+16LtnDELoMcsM/BESDlz2heDR3WePwKSLo5eoxz3z6NNcFD+vu3ij14Aqz/DxGbKB7CAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-position: right center;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  /* needed for container min-height */
}
div.container {
  /* layout */
  position: relative;
  /* needed for footer positioning*/
  height: auto !important;
  /* real browsers */
  height: 100%;
  /* IE6: treaded as min-height*/
  min-height: 100%;
  /* real browsers */
}
div.content {
  padding-top: 59px;
  /* for the static menu */
  padding-bottom: 260px;
}
div.footer {
  /* layout */
  position: absolute;
  width: 100%;
  bottom: 0;
  /* stick to bottom */
}
body {
  font-family: "Roboto", sans-serif;
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(128, 128, 128, 0.1));
  background-repeat: no-repeat;
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(128, 128, 128, 0.1)), url(/ikeon/img/bg_small.png);
  background-repeat: no-repeat, repeat;
  background-attachment: fixed;
}
nav.main-menu {
  min-width: 240px;
  max-width: 980px;
  margin: 0 auto;
}
nav.main-menu:after {
  display: table;
  clear: both;
  content: '';
}
nav.main-menu .logo {
  display: inline-block;
  padding: 10px;
  float: left;
}
nav.main-menu .logo a {
  display: inline-block;
}
nav.main-menu .logo a img {
  height: 26px;
}
nav.main-menu .mobile-button {
  display: inline-block;
  float: right;
  padding: 2px 10px;
  font-size: 38px;
}
@media screen and (min-width: 660px) {
  nav.main-menu .mobile-button {
    display: none;
  }
}
nav.main-menu ul.mobile {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
}
@media screen and (min-width: 660px) {
  nav.main-menu ul.mobile {
    display: none !important;
  }
}
nav.main-menu ul.mobile li {
  padding: 5px 10px;
  border-top: 1px solid #dddddd;
}
nav.main-menu ul.mobile li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  color: #666666;
}
nav.main-menu ul.mobile li.selected {
  border-bottom: 4px solid #58c9ea;
}
nav.main-menu ul.mobile li.selected a {
  font-weight: bold;
}
nav.main-menu ul.desktop {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 20px;
  margin-left: 160px;
  padding-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 660px) {
  nav.main-menu ul.desktop {
    display: block;
  }
}
nav.main-menu ul.desktop li {
  display: inline;
  margin: 0 10px;
  padding-bottom: 6px;
}
nav.main-menu ul.desktop li a {
  text-decoration: none;
  font-size: 13px;
  color: #6d6e71;
  cursor: pointer;
}
nav.main-menu ul.desktop li a.btn_buy {
  background: #00A3F2;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 20px;
}
nav.main-menu ul.desktop li:hover {
  border-bottom: 4px solid #58c9ea;
}
nav.main-menu ul.desktop li.no-underline:hover {
  border-bottom: none;
}
nav.main-menu ul.desktop li.selected {
  border-bottom: 4px solid #58c9ea;
}
nav.main-menu ul.desktop li.selected a {
  font-weight: bold;
}
nav.main-menu .dropdown-container {
  position: relative;
}
nav.main-menu .dropdown-container .badge {
  background-color: #58c9ea;
  font-size: 10px;
  border-radius: 20px;
  color: #ffffff;
  position: absolute;
  top: -5px;
  left: -10px;
  font-weight: bold;
  padding: 2px 4px;
  min-width: 16px;
}
nav.main-menu .dropdown-content {
  position: absolute;
}
nav.main-menu .dropdown-content.my-ikeon {
  min-width: 160px;
  background-color: #ffffff;
  text-align: left;
  margin-top: 5px;
  right: 0;
}
@media screen and (max-width: 660px) {
  nav.main-menu .dropdown-content.my-ikeon {
    right: initial;
  }
}
nav.main-menu .dropdown-content.my-ikeon table {
  font-size: 13px;
  font-weight: normal;
  color: #64696c;
  width: 100%;
}
nav.main-menu .dropdown-content.my-ikeon table tr {
  margin: 0;
  border-top: 1px solid #cccccc;
  cursor: pointer;
}
nav.main-menu .dropdown-content.my-ikeon table tr:first-child {
  border: none;
}
nav.main-menu .dropdown-content.my-ikeon table tr:hover {
  border-bottom: none;
  background-color: #58c9ea;
  color: #ffffff;
}
nav.main-menu .dropdown-content.my-ikeon table tr td.icon {
  min-width: 20px;
  text-align: center;
}
nav.main-menu .dropdown-content.my-ikeon table tr td.icon .inline-badge {
  background-color: #58c9ea;
  border-radius: 20px;
  color: #ffffff;
  font-weight: bold;
  padding: 2px 4px;
  min-width: 20px;
  display: inline-block;
}
nav.main-menu .dropdown-content.my-ikeon table tr td.text {
  padding: 10px 0;
}
div.footer {
  font-size: 14px;
  font-weight: normal;
  color: #6d6e71;
}
div.footer footer {
  max-width: 960px;
  margin: 0 auto;
  border-top: 1px solid #999999;
}
div.footer h4 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
div.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.footer ul li {
  margin: 10px 0;
}
div.footer a {
  text-decoration: none;
  color: #6d6e71;
}
div.footer a.disabled {
  color: #999999;
}
div.footer div.logo {
  font-weight: 300;
  border-top: 1px solid #999999;
  margin: 20px 0 0 0;
  padding: 15px 0;
  /*
		@media screen and (max-width: 499px) {
			display: block;
			padding-bottom: 10px;

			& > div.separator_dot {
				display: none;
			}
		}
*/
}
div.footer div.logo img {
  height: 18px;
  vertical-align: middle;
}
div.footer div.logo span {
  color: #6d6e71;
}
.index {
  padding-top: 40px;
  margin-bottom: 50px;
}
.index .series button {
  background-color: #ffffff;
  border: none;
  color: #6d6e71;
  font-size: 14px;
  padding: 16px;
  width: 100%;
  border-radius: 5px;
  outline: none;
}
.index .series button.selected {
  background-color: #58c9ea;
  color: #ffffff;
  font-weight: bold;
}
.index .series.empty {
  height: 49px;
}
.index h1 {
  font-size: 41px;
  font-weight: bold;
  color: #6d6e71;
  text-align: center;
  margin: 0 0 20px 0;
}
.index h1.light {
  font-weight: 100;
}
.index h3 {
  font-size: 28px;
  font-weight: bold;
  color: #999999;
  text-align: center;
  margin: 80px 0 0 0;
}
.index h3 span.light {
  font-weight: 300;
}
.index h3.on-background {
  margin: 0;
  padding: 70px 0 0 0;
}
.index .links {
  text-align: center;
}
.index .links a {
  display: inline-block;
  color: #00a0eb;
  background: none;
  border: none;
  text-decoration: none;
  font-size: 16px;
}
.index .links a i {
  font-size: 11px;
  vertical-align: middle;
}
.index .links a.btn_buy {
  color: #ffffff;
  background-color: #58c9ea;
  padding: 5px 38px;
  border-radius: 20px;
  font-weight: bold;
  margin-left: 20px;
}
.index .images {
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
}
.index .images .product.power-point {
  margin: 45px 0;
  max-width: 480px;
  width: 100%;
  height: auto;
}
.index .images .product.light-switch {
  margin: 40px 0;
  max-width: 240px;
  width: 100%;
  height: auto;
}
.index .images .product.power-board {
  width: 100%;
}
.index .if_award {
  text-align: center;
  margin-top: 50px;
}
.index .if_award a {
  display: inline-block;
}
.index .if_award a img {
  width: 140px;
  vertical-align: middle;
  margin: 0 15px;
}
div.symphony-desc {
  text-align: center;
  max-width: 980px;
  margin: 0 auto 200px auto;
}
div.symphony-desc h1 {
  font-family: 'SnellRoundhand Script';
  font-size: 80px;
  font-weight: normal;
  font-style: italic;
  color: #6d6e71;
}
div.symphony-desc p {
  font-size: 22px;
  font-weight: 300;
  color: #6d6e71;
  padding: 0 20px;
}
div.symphony-desc h3 {
  font-weight: bold;
  font-size: 22px;
  color: #6d6e71;
}
input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 10.5px 0;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(0, 0, 0, 0);
  background: #58c9ea;
  border-radius: 0px;
  border: 0px solid rgba(0, 0, 0, 0);
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(0, 0, 0, 0);
  border: 1px solid #cccccc;
  height: 26px;
  width: 26px;
  border-radius: 16px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -10.5px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #58c9ea;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(0, 0, 0, 0);
  background: #58c9ea;
  border-radius: 0px;
  border: 0px solid rgba(0, 0, 0, 0);
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(0, 0, 0, 0);
  border: 1px solid #cccccc;
  height: 26px;
  width: 26px;
  border-radius: 16px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #58c9ea;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(0, 0, 0, 0);
}
input[type=range]::-ms-fill-upper {
  background: #cccccc;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(0, 0, 0, 0);
}
input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(0, 0, 0, 0);
  border: 1px solid #cccccc;
  height: 26px;
  width: 26px;
  border-radius: 16px;
  background: #ffffff;
  cursor: pointer;
  height: 5px;
}
input[type=range]:focus::-ms-fill-lower {
  background: #58c9ea;
}
input[type=range]:focus::-ms-fill-upper {
  background: #cccccc;
}
#light-switch-details .product-img {
  background: url(/ikeon/img/products/light_switch_background.png);
  text-align: center;
  background-size: cover;
}
#light-switch-details .product-img img {
  width: 315px;
  margin: 125px 0 135px;
}
#light-switch-details .product-header {
  background-color: #000000;
  text-align: center;
  padding: 80px 0 105px;
}
#light-switch-details .product-header .title {
  color: #58c9ea;
  font-size: 60px;
  font-weight: 100;
}
#light-switch-details .product-header .subtitle {
  color: #cccccc;
  font-size: 18px;
  font-weight: 300;
  padding: 0 140px;
}
@media screen and (max-width: 799px) {
  #light-switch-details .product-header .subtitle {
    padding: 0 15px;
  }
}
#light-switch-details .l-section:after {
  display: table;
  clear: both;
  content: '';
}
@media screen and (min-width: 1024px) {
  #light-switch-details .l-section {
    width: 1024px;
    margin: 0 auto;
  }
}
#light-switch-details .l-section.img-desc .img {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  font-size: 0;
}
#light-switch-details .l-section.img-desc .img img {
  max-width: 100%;
  max-height: 100%;
  margin-top: 105px;
}
@media screen and (max-width: 989px) {
  #light-switch-details .l-section.img-desc .img img {
    margin-top: 100px;
  }
}
@media screen and (min-width: 990px) {
  #light-switch-details .l-section.img-desc .img {
    width: 50%;
    float: left;
  }
}
#light-switch-details .l-section.img-desc .desc {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
@media screen and (min-width: 990px) {
  #light-switch-details .l-section.img-desc .desc {
    width: 50%;
    float: left;
    text-align: left;
    padding: 0;
  }
}
@media screen and (min-width: 990px) {
  #light-switch-details .l-section.img-desc .desc.left {
    padding-left: 20px;
  }
}
#light-switch-details .l-section.img-desc .desc h1 {
  font-size: 56px;
  font-weight: 100;
  color: #73C8ED;
  margin: 130px 0 5px;
}
@media screen and (max-width: 989px) {
  #light-switch-details .l-section.img-desc .desc h1 {
    margin-top: 100px;
  }
}
@media screen and (min-width: 990px) {
  #light-switch-details .l-section.img-desc .desc h1 {
    font-size: 70px;
  }
}
#light-switch-details .l-section.img-desc .desc h3 {
  font-size: 28px;
  font-weight: 300;
  margin: 5px 0;
  color: #6d6e71;
}
#light-switch-details .l-section.img-desc .desc h3.light {
  color: #999999;
}
#light-switch-details .l-section.img-desc .desc p {
  font-size: 20px;
  font-weight: 300;
  color: #6d6e71;
}
@media screen and (min-width: 500px) {
  #light-switch-details .l-section.img-desc .desc p {
    padding-left: 20px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 990px) {
  #light-switch-details .l-section.img-desc .desc p {
    padding-left: 0;
  }
}
#light-switch-details .l-section.img-desc .desc ul.icon-list {
  margin: 70px 0 120px;
  text-align: center;
}
@media screen and (max-width: 989px) {
  #light-switch-details .l-section.img-desc .desc ul.icon-list {
    margin-bottom: 100px;
  }
}
#light-switch-details .l-section.img-desc .desc ul.icon-list li {
  width: 110px;
}
#light-switch-details .l-section.img-desc .desc ul.icon-list li span {
  max-width: 100%;
}
#light-switch-details .l-section.certification {
  text-align: center;
}
#light-switch-details .l-section.certification .buttons {
  padding: 80px 0;
}
#light-switch-details .l-section.certification .buttons button {
  width: 200px;
  height: 38px;
  color: #ffffff;
  border: none;
  margin: 0 10px;
}
#light-switch-details .l-section.certification .buttons button.light-blue {
  background-color: #58c9ea;
}
#light-switch-details .l-section.certification .buttons button.gray {
  background-color: #6d6e71;
}
#light-switch-details .l-section.certification .installer {
  border-top: 1px solid rgba(109, 110, 113, 0.25);
  border-bottom: 1px solid rgba(109, 110, 113, 0.25);
  padding: 90px 0 60px;
  margin-bottom: 80px;
}
@media screen and (max-width: 989px) {
  #light-switch-details .l-section.certification .installer {
    padding: 100px 0;
  }
}
#light-switch-details .l-section.certification .installer h1 {
  font-size: 50px;
  font-weight: 100;
  color: #6d6e71;
  margin: 0;
}
#light-switch-details .l-section.certification .installer h4 {
  font-size: 22px;
  font-weight: 300;
  color: #6d6e71;
  margin: 0 0 40px;
}
#light-switch-details .l-section.certification .installer a {
  font-size: 22px;
  font-weight: normal;
  color: #58c9ea;
  text-decoration: none;
  cursor: pointer;
}
#light-switch-details .l-section.certification .copyrights {
  font-size: 18px;
  font-weight: 300;
  color: #6d6e71;
  margin: 0 0 40px;
}
#light-switch-details ul.icon-list {
  list-style: none;
  padding: 0;
}
#light-switch-details ul.icon-list li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
#light-switch-details ul.icon-list li img {
  display: block;
  margin: 0 auto;
}
#light-switch-details ul.icon-list li span {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  color: #999999;
}
#light-switch-details .features-generic h1 {
  padding: 130px 0 60px;
  margin: 0;
  text-align: center;
  font-size: 56px;
  font-weight: 100;
  color: #73C8ED;
}
@media screen and (max-width: 989px) {
  #light-switch-details .features-generic h1 {
    padding-top: 100px;
  }
}
#light-switch-details .features-generic ul.icon-detail-list {
  padding: 30px 0 130px;
}
@media screen and (max-width: 989px) {
  #light-switch-details .features-generic ul.icon-detail-list {
    padding-bottom: 100px;
  }
}
#light-switch-details .features-generic ul.icon-detail-list {
  list-style: none;
  text-align: center;
}
@media screen and (min-width: 400px) {
  #light-switch-details .features-generic ul.icon-detail-list {
    text-align: left;
  }
}
@media screen and (min-width: 850px) {
  #light-switch-details .features-generic ul.icon-detail-list {
    text-align: center;
    max-width: 1024px;
    margin: 0 auto;
  }
}
#light-switch-details .features-generic ul.icon-detail-list li {
  display: block;
  margin: 20px auto;
  max-width: 450px;
}
@media screen and (min-width: 760px) {
  #light-switch-details .features-generic ul.icon-detail-list li {
    display: inline-block;
    margin: 20px 10px;
  }
}
@media screen and (min-width: 850px) {
  #light-switch-details .features-generic ul.icon-detail-list li {
    width: 450px;
    text-align: left;
  }
}
#light-switch-details .features-generic ul.icon-detail-list li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#light-switch-details .features-generic ul.icon-detail-list li .details {
  display: inline-block;
  vertical-align: middle;
  max-width: 240px;
  text-align: left;
}
@media screen and (min-width: 400px) {
  #light-switch-details .features-generic ul.icon-detail-list li .details {
    max-width: initial;
  }
}
#light-switch-details .features-generic ul.icon-detail-list li .details h4 {
  font-size: 18px;
  color: #6d6e71;
  font-weight: 500;
  margin: 0;
}
#light-switch-details .features-generic ul.icon-detail-list li .details span {
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  color: #999999;
}
#light-switch-details .features-generic .comment {
  text-align: center;
  max-width: 1024px;
  margin: 0 auto;
  padding: 50px;
  border-top: 1px solid #cccccc;
  font-size: 22px;
  font-weight: 300;
  color: #6d6e71;
}
#light-switch-details .security-privacy {
  text-align: center;
  padding: 100px 0px;
  max-width: 980px;
  margin: 0 auto;
}
#light-switch-details .security-privacy h1 {
  color: #6d6e71;
  font-size: 70px;
  font-weight: 100;
  margin: 50px 0 5px;
}
#light-switch-details .security-privacy h3 {
  color: #999999;
  font-size: 28px;
  font-weight: 300;
  margin: 5px 0;
}
#light-switch-details .security-privacy p {
  font-size: 20px;
  font-weight: 300;
  color: #6d6e71;
  padding: 0 10px;
  margin: 65px 0 0 0;
}
@media screen and (min-width: 500px) {
  #light-switch-details .security-privacy p {
    text-align: center;
  }
}
#light-switch-details .specs {
  margin: 60px 0 80px 0;
}
#light-switch-details .specs .container {
  max-width: 980px;
  margin: 0 auto;
}
#light-switch-details .specs h3 {
  font-weight: 300;
  font-size: 28px;
  color: #6d6e71;
  border-bottom: 1px solid #999998;
}
#light-switch-details .specs table {
  margin: 0 auto;
}
#light-switch-details .specs table img {
  max-width: 140px;
}
#light-switch-details .specs table .button {
  background-color: #58c9ea;
  color: #ffffff;
  border-radius: 30px;
  padding: 7px;
  min-width: 140px;
  display: inline-block;
  margin-bottom: 12px;
}
#light-switch-details .specs table thead tr th {
  padding: 0 20px;
}
#light-switch-details .specs table tbody tr td {
  color: #6d6e71;
  border: 1px solid #999998;
  padding: 15px;
  text-align: center;
  font-size: 18px;
}
#light-switch-details .specs table tbody tr td.title {
  text-align: left;
}
#power-point-details .product-img {
  background: url(/ikeon/img/products/living_room_background2.png);
  text-align: center;
  margin: 0 auto;
  max-height: 720px;
  background-size: cover;
}
#power-point-details .product-img img {
  margin: 180px 0;
  width: 600px;
}
@media screen and (max-width: 599px) {
  #power-point-details .product-img img {
    max-width: 100%;
    padding: 0 20px;
  }
}
#power-point-details .product-header {
  background-color: #000000;
  text-align: center;
  padding: 70px 0;
}
#power-point-details .product-header .container {
  max-width: 980px;
  margin: 0 auto;
}
#power-point-details .product-header .title {
  color: #58c9ea;
  font-size: 60px;
  font-weight: 100;
  margin-bottom: 15px;
}
#power-point-details .product-header .subtitle {
  color: #cccccc;
  font-size: 18px;
  font-weight: 300;
  padding: 0 140px;
}
@media screen and (max-width: 799px) {
  #power-point-details .product-header .subtitle {
    padding: 0 15px;
  }
}
#power-point-details .l-section:after {
  display: table;
  clear: both;
  content: '';
}
@media screen and (min-width: 1024px) {
  #power-point-details .l-section {
    width: 1024px;
    margin: 0 auto;
  }
}
#power-point-details .l-section.img-desc .img {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  font-size: 0;
}
#power-point-details .l-section.img-desc .img img {
  max-width: 100%;
  max-height: 100%;
  margin-top: 130px;
}
@media screen and (max-width: 989px) {
  #power-point-details .l-section.img-desc .img img {
    margin-top: 100px;
  }
}
@media screen and (min-width: 990px) {
  #power-point-details .l-section.img-desc .img {
    width: 50%;
    float: left;
  }
}
#power-point-details .l-section.img-desc .desc {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
@media screen and (min-width: 990px) {
  #power-point-details .l-section.img-desc .desc {
    width: 50%;
    float: left;
    text-align: left;
    padding: 0;
  }
}
@media screen and (min-width: 990px) {
  #power-point-details .l-section.img-desc .desc.left {
    padding-left: 20px;
  }
}
#power-point-details .l-section.img-desc .desc h1 {
  font-size: 56px;
  font-weight: 100;
  color: #73C8ED;
  margin: 130px 0 0;
}
@media screen and (max-width: 989px) {
  #power-point-details .l-section.img-desc .desc h1 {
    margin-top: 100px;
  }
}
@media screen and (min-width: 990px) {
  #power-point-details .l-section.img-desc .desc h1 {
    font-size: 78px;
  }
}
#power-point-details .l-section.img-desc .desc h3 {
  font-size: 27px;
  font-weight: 300;
  margin: 5px 0;
  color: #6d6e71;
}
#power-point-details .l-section.img-desc .desc h3.light {
  color: #999999;
}
#power-point-details .l-section.img-desc .desc p {
  font-size: 20px;
  font-weight: 300;
  color: #6d6e71;
}
@media screen and (min-width: 500px) {
  #power-point-details .l-section.img-desc .desc p {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 990px) {
  #power-point-details .l-section.img-desc .desc p {
    padding-left: 0;
  }
}
#power-point-details .l-section.img-desc .desc p.dark {
  color: #666666;
}
#power-point-details .l-section.img-desc .desc ul.icon-list {
  margin: 50px 0 120px;
  text-align: center;
}
@media screen and (max-width: 989px) {
  #power-point-details .l-section.img-desc .desc ul.icon-list {
    margin-bottom: 100px;
  }
}
#power-point-details .l-section.img-desc .desc ul.icon-list li {
  width: 110px;
}
#power-point-details .l-section.img-desc .desc ul.icon-list li span {
  max-width: 100%;
}
#power-point-details .l-section.certification {
  text-align: center;
}
#power-point-details .l-section.certification .buttons {
  padding: 80px 0;
}
#power-point-details .l-section.certification .buttons button {
  width: 200px;
  height: 38px;
  color: #ffffff;
  border: none;
  margin: 0 10px;
}
#power-point-details .l-section.certification .buttons button.light-blue {
  background-color: #58c9ea;
}
#power-point-details .l-section.certification .buttons button.gray {
  background-color: #6d6e71;
}
#power-point-details .l-section.certification .installer {
  border-top: 1px solid rgba(109, 110, 113, 0.25);
  border-bottom: 1px solid rgba(109, 110, 113, 0.25);
  padding: 90px 0 60px;
  margin-bottom: 80px;
}
@media screen and (max-width: 989px) {
  #power-point-details .l-section.certification .installer {
    padding: 100px 0;
  }
}
#power-point-details .l-section.certification .installer h1 {
  font-size: 50px;
  font-weight: 100;
  color: #6d6e71;
  margin: 0;
}
#power-point-details .l-section.certification .installer h4 {
  font-size: 22px;
  font-weight: 300;
  color: #6d6e71;
  margin: 0 0 40px;
}
#power-point-details .l-section.certification .installer a {
  font-size: 22px;
  font-weight: normal;
  color: #58c9ea;
  text-decoration: none;
  cursor: pointer;
}
#power-point-details .l-section.certification .copyrights {
  font-size: 18px;
  font-weight: 300;
  color: #6d6e71;
  margin: 0 0 40px;
}
#power-point-details ul.icon-list {
  list-style: none;
  padding: 0;
}
#power-point-details ul.icon-list li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
#power-point-details ul.icon-list li img {
  display: block;
  margin: 0 auto;
}
#power-point-details ul.icon-list li span {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  color: #999999;
}
#power-point-details .features-generic h1 {
  padding: 130px 0 60px;
  margin: 0;
  text-align: center;
  font-size: 56px;
  font-weight: 100;
  color: #73C8ED;
}
@media screen and (max-width: 989px) {
  #power-point-details .features-generic h1 {
    padding-top: 100px;
  }
}
#power-point-details .features-generic ul.icon-detail-list {
  padding: 30px 0 130px;
}
@media screen and (max-width: 989px) {
  #power-point-details .features-generic ul.icon-detail-list {
    padding-bottom: 100px;
  }
}
#power-point-details .features-generic ul.icon-detail-list {
  list-style: none;
  text-align: center;
}
@media screen and (min-width: 400px) {
  #power-point-details .features-generic ul.icon-detail-list {
    text-align: left;
  }
}
@media screen and (min-width: 850px) {
  #power-point-details .features-generic ul.icon-detail-list {
    text-align: center;
    max-width: 1024px;
    margin: 0 auto;
  }
}
#power-point-details .features-generic ul.icon-detail-list li {
  display: block;
  vertical-align: top;
  margin: 20px auto;
  max-width: 450px;
}
@media screen and (min-width: 760px) {
  #power-point-details .features-generic ul.icon-detail-list li {
    display: inline-block;
    margin: 20px 10px;
  }
}
@media screen and (min-width: 850px) {
  #power-point-details .features-generic ul.icon-detail-list li {
    width: 450px;
    text-align: left;
  }
}
#power-point-details .features-generic ul.icon-detail-list li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#power-point-details .features-generic ul.icon-detail-list li .details {
  display: inline-block;
  vertical-align: middle;
  max-width: 240px;
  text-align: left;
}
@media screen and (min-width: 400px) {
  #power-point-details .features-generic ul.icon-detail-list li .details {
    max-width: initial;
  }
}
#power-point-details .features-generic ul.icon-detail-list li .details h4 {
  font-size: 18px;
  color: #6d6e71;
  font-weight: 500;
  margin: 0;
}
#power-point-details .features-generic ul.icon-detail-list li .details span {
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  color: #999999;
}
#power-point-details .features-generic .comment {
  text-align: center;
  max-width: 1024px;
  margin: 0 auto;
  padding: 50px;
  border-top: 1px solid #cccccc;
  font-size: 22px;
  font-weight: 300;
  color: #6d6e71;
}
#power-point-details .colorful-wrapper {
  background: linear-gradient(90deg, rgba(0, 0, 255, 0.1), rgba(255, 0, 0, 0.1));
  padding: 130px 0;
}
@media screen and (max-width: 989px) {
  #power-point-details .colorful-wrapper {
    padding: 100px 0;
  }
}
#power-point-details .colorful {
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
}
#power-point-details .colorful h3 {
  font-size: 28px;
  color: #6d6e71;
  font-weight: 300;
  margin-top: 0;
}
#power-point-details .colorful img.products {
  margin-left: -25px;
}
@media screen and (max-width: 979px) {
  #power-point-details .colorful img.products {
    margin-left: 0;
    max-width: 100%;
  }
}
#power-point-details .colorful p {
  font-size: 20px;
  font-weight: 300;
  color: #6d6e71;
  padding: 0 5px;
}
#power-point-details .safety-lock {
  text-align: center;
  padding: 130px 0;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 989px) {
  #power-point-details .safety-lock {
    padding: 100px 0;
  }
}
#power-point-details .safety-lock h1 {
  margin: 0;
  font-size: 70px;
  font-weight: 100;
  color: #58c9ea;
}
#power-point-details .safety-lock h3 {
  margin: 0;
  font-size: 28px;
  font-weight: 300;
  color: #6d6e71;
}
#power-point-details .safety-lock img {
  margin: 50px 0;
}
@media screen and (max-width: 709px) {
  #power-point-details .safety-lock img {
    max-width: 100%;
    padding: 0 10px;
  }
}
#power-point-details .safety-lock p {
  font-size: 20px;
  font-weight: 300;
  color: #6d6e71;
  padding: 0 175px;
}
@media screen and (max-width: 979px) {
  #power-point-details .safety-lock p {
    padding: 0 10px;
  }
}
#power-point-details .smart-active-tech {
  background-image: url(/ikeon/img/products/baby_power_point.png);
  background-size: cover;
  height: 600px;
  margin: 0 auto;
  background-position-x: center;
}
@media screen and (max-width: 799px) {
  #power-point-details .smart-active-tech {
    background-image: url(/ikeon/img/products/smart_active_mobile.png);
    height: auto;
  }
}
#power-point-details .smart-active-tech .container {
  max-width: 980px;
  margin: 0 auto;
}
#power-point-details .smart-active-tech .info {
  width: 50%;
  margin-left: 50%;
  padding-top: 120px;
}
@media screen and (max-width: 799px) {
  #power-point-details .smart-active-tech .info {
    width: 100%;
    margin-left: 0;
    padding: 100px 20px;
    text-align: center;
  }
}
#power-point-details .smart-active-tech .info h1 {
  font-size: 70px;
  font-weight: 100;
  color: #58c9ea;
  margin: 0;
}
#power-point-details .smart-active-tech .info h3 {
  font-size: 28px;
  font-weight: 300;
  color: #6d6e71;
  margin: 0;
}
#power-point-details .smart-active-tech .info p {
  font-size: 20px;
  font-weight: 300;
  color: #6d6e71;
}
#power-point-details .specs {
  margin: 60px 0 80px 0;
}
#power-point-details .specs .container {
  max-width: 980px;
  margin: 0 auto;
}
#power-point-details .specs h3 {
  font-weight: 300;
  font-size: 28px;
  color: #6d6e71;
  border-bottom: 1px solid #999998;
}
#power-point-details .specs table {
  margin: 0 auto;
}
#power-point-details .specs table img {
  max-width: 240px;
}
#power-point-details .specs table .button {
  background-color: #58c9ea;
  color: #ffffff;
  border-radius: 30px;
  padding: 7px;
  min-width: 180px;
  display: inline-block;
  margin-bottom: 12px;
}
#power-point-details .specs table thead tr th {
  padding: 0 20px;
}
#power-point-details .specs table tbody tr td {
  color: #6d6e71;
  border: 1px solid #999998;
  padding: 15px;
  text-align: center;
  font-size: 18px;
}
#power-point-details .specs table tbody tr td.title {
  text-align: left;
  padding-right: 80px;
}
#power-point-details.classic .product-img {
  background: url(/ikeon/img/products/living_room_background4.png);
}
#power-point-details.classic .product-header {
  background-color: #ffffff;
}
#power-point-details.classic .product-header .subtitle {
  color: #6d6e71;
}
.privacy-terms {
  max-width: 980px;
  min-width: 360px;
  margin: 0 auto 50px;
  padding: 0 10px;
}
.privacy-terms h1 {
  font-weight: 100;
  font-size: 35px;
  color: #64696c;
  border-bottom: 1px solid rgba(100, 105, 108, 0.25);
  padding: 20px 0;
  margin: 30px 0;
}
.privacy-terms p,
.privacy-terms div.p {
  font-weight: normal;
  font-size: 17px;
  color: #64696c;
  margin: 1em 0;
}
.privacy-terms p > ol,
.privacy-terms div.p > ol {
  list-style-type: lower-alpha;
  padding: 0;
  margin: 0;
}
.privacy-terms p > ol > li,
.privacy-terms div.p > ol > li {
  margin: 20px 0;
}
.privacy-terms ol {
  counter-reset: item;
}
.privacy-terms ol > li {
  counter-increment: item;
}
.privacy-terms ol ol > li {
  display: block;
}
.privacy-terms ol ol > li:before {
  content: counters(item, ".") " ";
}
.privacy-terms > ol {
  margin: 0;
  padding: 0;
  color: #64696c;
  font-size: 20px;
  font-weight: bold;
  list-style: decimal inside none;
}
.privacy-terms > ol > * {
  font-weight: normal;
}
.privacy-terms > ol > li > h3 {
  margin: 25px 0 0 0;
  display: inline-block;
}
.privacy-terms > ol > li > ol {
  font-size: 17px;
  margin: 0;
  padding: 0;
}
.privacy-terms > ol > li > ol > li {
  margin: 25px 0 0 0;
}
.privacy-terms > ol > li > ol > li > h4 {
  display: inline-block;
  font-weight: normal;
  margin: 0;
}
.privacy-terms > ol > li > ol > li > h4 + p {
  margin-top: 0;
}
.privacy-terms > ol > li > ol > li > ol {
  margin: 0;
  padding: 0;
}
.privacy-terms > ol > li > ol > li > ol.letters {
  counter-reset: letter;
  list-style-type: lower-alpha;
}
.privacy-terms > ol > li > ol > li > ol.letters > li {
  counter-increment: letter;
  margin-bottom: 25px;
}
.privacy-terms > ol > li > ol > li > ol.letters > li:before {
  content: "(" counters(letter, ".", lower-alpha) ") ";
}
.privacy-terms > ol > li > ol.letters {
  counter-reset: letter;
  list-style-type: lower-alpha;
}
.privacy-terms > ol > li > ol.letters > li {
  counter-increment: letter;
  margin-bottom: 25px;
}
.privacy-terms > ol > li > ol.letters > li:before {
  content: "(" counters(letter, ".", lower-alpha) ") ";
}
.contact {
  color: #64696c;
}
.contact .info {
  background-image: url(/ikeon/img/contact_background.png);
  text-align: center;
  padding: 32px 0;
  background-position: center;
  background-size: cover;
  color: #ffffff;
}
.contact .info h2 {
  font-weight: bold;
  font-size: 35px;
  padding-bottom: 24px;
  max-width: 980px;
  margin: 22px auto;
}
.contact .info h2.border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.contact .info h4 {
  font-weight: normal;
  font-size: 22px;
  max-width: 980px;
  margin: 22px auto;
}
.contact .info i {
  font-size: 54px;
}
.contact .form {
  font-size: 0;
  margin: 70px auto 50px;
  max-width: 980px;
  padding: 0 20px;
}
.contact .form .title {
  font-size: 35px;
  font-weight: bold;
  border-bottom: 1px solid #64696c;
  line-height: 35px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.contact .form .title.thin {
  font-size: 24px;
  font-weight: 300;
}
.contact .form .address,
.contact .form .email {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
}
.contact .form .address a,
.contact .form .email a {
  text-decoration: none;
  color: #269cd8;
}
.contact .form .contact-form {
  font-size: 0;
}
.contact .form .contact-form * {
  font-size: 16px;
}
.contact .form .contact-form input,
.contact .form .contact-form textarea {
  padding: 10px;
  border: 1px solid #c1c3c3;
  width: 100%;
  margin-bottom: 20px;
}
.contact .form .contact-form textarea {
  min-height: 100px;
  min-width: 100%;
  max-width: 100%;
}
.contact .form .contact-form button {
  border: none;
  background-color: none;
  border-radius: 15px;
  font-size: 14px;
  font-weight: normal;
  padding: 8px;
  width: 100%;
}
.contact .form .contact-form button.gray {
  background-color: #64696c;
  color: #ffffff;
}
.contact .form .contact-form button.blue {
  background-color: #4cc6e5;
  color: #ffffff;
}
.contact .form .contact-form button.blue:disabled {
  background-color: #64696c;
}
.contact .downloads {
  max-width: 980px;
  border-top: 1px solid #64696c;
  padding-top: 40px;
}
.contact .downloads table {
  font-size: 18px;
}
.contact .downloads table thead tr th {
  background-color: #4cc6e5;
  border: 1px solid #999998;
  font-weight: normal;
  color: #ffffff;
  padding: 24px;
}
.contact .downloads table thead tr th:first-child {
  text-align: left;
}
.contact .downloads table tbody tr td {
  border: 1px solid #999998;
  padding: 24px;
  text-align: center;
}
.contact .downloads table tbody tr td:first-child {
  font-weight: bold;
  color: #6d6e71;
  text-align: left;
}
.contact .downloads table tbody tr td a {
  text-decoration: none;
  color: #269cd8;
}
#messagebox-dlg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  overflow-y: scroll;
  background-color: rgba(0, 0, 0, 0.7);
}
#messagebox-dlg .dlg-contents {
  position: static;
  width: 350px;
  margin: 50px auto;
  background-color: #ffffff;
  z-index: 3000;
  padding: 40px 35px;
  border: 1px solid #4cc6e5;
  text-align: center;
}
#messagebox-dlg svg.checkmark {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
#messagebox-dlg h1 {
  font-weight: 100;
  font-size: 35px;
  color: #64696c;
}
#messagebox-dlg p {
  font-weight: normal;
  font-size: 16px;
  color: #64696c;
  margin: 40px 0;
}
#messagebox-dlg button {
  font-weight: normal;
  font-size: 16px;
  border: none;
  width: 200px;
  height: 38px;
}
#messagebox-dlg button.blue {
  background-color: #4cc6e5;
  color: #ffffff;
}
body.messagebox-open {
  overflow: hidden;
}
.ios-app .intro {
  padding-top: 90px;
}
.ios-app .intro .icon {
  text-align: center;
  margin-bottom: 10px;
}
.ios-app .intro h1 {
  font-weight: 100;
  font-size: 40px;
  color: #6d6e71;
  text-align: center;
  margin: 0;
}
.ios-app .intro h2 {
  font-weight: 300;
  font-size: 28px;
  color: #999999;
  text-align: center;
  margin: 0;
}
.ios-app .intro h2 .very-bold {
  font-weight: 900;
}
.ios-app .intro .images {
  margin: 100px 0;
  text-align: center;
}
.ios-app .intro .images img {
  max-width: 600px;
  width: 100%;
}
.ios-app .intro .app-store {
  text-align: center;
  margin: 100px 0;
}
.ios-app .iconography,
.ios-app .timers,
.ios-app .lock,
.ios-app .reports,
.ios-app .standby,
.ios-app .colors,
.ios-app .automations {
  text-align: center;
  padding-top: 88px;
}
.ios-app .iconography h1,
.ios-app .timers h1,
.ios-app .lock h1,
.ios-app .reports h1,
.ios-app .standby h1,
.ios-app .colors h1,
.ios-app .automations h1 {
  font-weight: 900;
  font-size: 70px;
  margin: 0;
  color: #6d6e71;
}
.ios-app .iconography h2,
.ios-app .timers h2,
.ios-app .lock h2,
.ios-app .reports h2,
.ios-app .standby h2,
.ios-app .colors h2,
.ios-app .automations h2 {
  font-weight: 300;
  font-size: 28px;
  margin: 0;
  color: #6d6e71;
}
.ios-app .iconography p,
.ios-app .timers p,
.ios-app .lock p,
.ios-app .reports p,
.ios-app .standby p,
.ios-app .colors p,
.ios-app .automations p {
  font-weight: 300;
  font-size: 18px;
  color: #6d6e71;
  margin: 40px auto 110px;
  max-width: 720px;
}
.ios-app .iconography img,
.ios-app .timers img,
.ios-app .lock img,
.ios-app .reports img,
.ios-app .standby img,
.ios-app .colors img,
.ios-app .automations img {
  width: 100%;
  max-width: 920px;
  height: auto;
}
.ios-app .iconography,
.ios-app .automations {
  background-image: radial-gradient(circle at bottom center, #ffffff, #cccccc);
  height: 855px;
  overflow: hidden;
}
.ios-app .timers,
.ios-app .colors {
  padding-bottom: 80px;
}
.ios-app .lock {
  background-color: #ffffff;
  padding-bottom: 80px;
}
.ios-app .reports {
  height: 875px;
  overflow: hidden;
}
.ios-app .standby {
  background-color: #333333;
  padding-bottom: 80px;
}
.ios-app .standby h1,
.ios-app .standby h2,
.ios-app .standby p {
  color: #ffffff;
}
.ios-app .automations {
  margin-bottom: 40px;
}
.ios-app .automations p {
  margin: 40px auto;
}
#alert-dlg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  overflow-y: scroll;
  background-color: rgba(0, 0, 0, 0.7);
}
#alert-dlg .dlg-contents {
  position: static;
  width: 350px;
  margin: 50px auto;
  background-color: #ffffff;
  z-index: 3000;
  padding: 40px 35px;
  border: 1px solid #4cc6e5;
  text-align: center;
}
#alert-dlg svg.checkmark {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
#alert-dlg h1 {
  font-weight: 100;
  font-size: 35px;
  color: #64696c;
}
#alert-dlg p {
  font-weight: normal;
  font-size: 16px;
  color: #64696c;
  margin: 0 0 20px 0;
}
#alert-dlg button {
  font-weight: normal;
  font-size: 16px;
  border: none;
  width: 200px;
  height: 38px;
}
#alert-dlg button.blue {
  background-color: #4cc6e5;
  color: #ffffff;
}
body.alert-open {
  overflow: hidden;
}
.press {
  max-width: 980px;
  padding-bottom: 40px;
}
.press h1 {
  color: #6d6e71;
  font-weight: 100;
  font-size: 35px;
  border-bottom: 1px solid #6d6e71;
}
.press h1 .subtitle {
  font-weight: normal;
  font-size: 16px;
  line-height: 43px;
}
.press .desc {
  padding: 40px 20px 15px 20px;
  background-color: #ffffff;
}
.press .desc h3 {
  font-weight: bold;
  font-size: 12px;
  margin: 0 0 27px 0;
}
.press .desc h3.red {
  color: #cc3333;
}
.press .desc h3.blue {
  color: #2f9cd7;
}
.press .desc p {
  font-size: 16px;
  font-weight: normal;
  color: #6d6e71;
  margin: 27px 0;
}
.press .desc p.bold {
  font-weight: bold;
  color: #000000;
}
.press .desc .date {
  font-size: 12px;
  color: #6d6e71;
}
.press .desc.blue {
  background-color: #59c9ea;
  color: #ffffff;
}
.press .desc.blue p.bold {
  color: #ffffff;
}
.press .desc a {
  text-decoration: none;
  color: #59c9ea;
}
.press .desc a.large {
  font-size: 18px;
}
.press .if-award-desc {
  padding: 64px 40px 23px 40px;
}
.press .spacer {
  height: 40px;
}
.press .video-image {
  position: relative;
  cursor: pointer;
}
.press .video-image i.play-button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 80px;
  font-size: 80px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}
.warranty {
  max-width: 1000px;
  min-width: 360px;
  margin: 0 auto 50px;
  padding: 0 10px;
}
.warranty h1 {
  font-weight: 500;
  font-size: 28px;
  color: #6d6e71;
  border-bottom: 1px solid rgba(109, 110, 113, 0.25);
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 30px 0;
}
.warranty h2 {
  font-weight: normal;
  font-size: 24px;
  color: #6d6e71;
  border-bottom: 1px solid rgba(109, 110, 113, 0.25);
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 20px 0;
}
.warranty h4 {
  font-weight: 500;
  font-size: 16px;
  color: #6d6e71;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.warranty h4 + p,
.warranty h4 + div.p {
  margin-top: 0;
}
.warranty p,
.warranty div.p {
  font-weight: normal;
  font-size: 16px;
  color: #6d6e71;
  margin: 1em 0;
}
.warranty a {
  font-weight: 500;
  font-size: inherit;
  color: #2f9cd7;
  text-decoration: none;
}
.warranty table.generic {
  margin-bottom: 40px;
  width: 100%;
}
.warranty table.generic thead tr th {
  font-weight: 500;
  font-size: 18px;
  color: #6d6e71;
  text-align: center;
  padding: 20px 10px 20px 10px;
}
.warranty table.generic tbody tr td {
  font-size: 16px;
  color: #6d6e71;
  vertical-align: top;
  padding: 20px 10px 20px 10px;
}
.warranty table.generic tbody tr td.bold {
  font-weight: 500;
}
.warranty table.generic tr {
  border-bottom: 1px solid #cccccc;
}
.warranty table.upload {
  margin-bottom: 20px;
  width: 100%;
}
.warranty table.upload thead tr th {
  font-weight: 500;
  font-size: 16px;
  color: #6d6e71;
  text-align: left;
  padding: 15px 20px;
  background-color: #cccccc;
}
.warranty table.upload tbody tr td {
  font-size: 16px;
  color: #6d6e71;
  vertical-align: top;
  padding: 15px 20px;
}
.warranty table.upload tbody tr td.bold {
  font-weight: 500;
}
.warranty table.upload tr {
  border-bottom: 1px solid #cccccc;
}
.warranty ol,
.warranty ul {
  font-size: 16px;
  color: #6d6e71;
}
.warranty form label {
  display: block;
  color: #999999;
  font-size: 14px;
  margin-bottom: 10px;
}
.warranty form input,
.warranty form textarea,
.warranty form select {
  font-weight: bold;
  font-size: 16px;
  color: #999999;
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #cccccc;
}
.warranty form input::placeholder,
.warranty form textarea::placeholder,
.warranty form select::placeholder {
  font-weight: normal;
}
.warranty form input.ng-touched.ng-invalid,
.warranty form textarea.ng-touched.ng-invalid,
.warranty form select.ng-touched.ng-invalid {
  border: 1px solid #ff0000;
}
.warranty form textarea {
  min-height: 100px;
}
.warranty form button.link {
  border: none;
  background: none;
  color: #2f9cd7;
  font-weight: 500;
  font-size: 16px;
}
.slide-btn {
  position: relative;
  width: 290px;
  height: 36px;
  line-height: 36px;
  background: #ffffff;
  padding: 4px;
  border: 1px solid #cccccb;
  border-radius: 40px;
}
.slide-btn button {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  margin: 4px;
  width: 50%;
  background: #58c9ea;
  font-weight: 500;
  color: #ffffff;
  border: none;
  transition: all 100ms linear;
  cursor: pointer;
  line-height: 26px;
  border-radius: 40px;
  font-size: 14px;
}
.slide-btn button.submitted {
  width: 97%;
  opacity: 0.8;
}
.slide-btn button.submitted + label {
  display: none;
}
.slide-btn button:disabled {
  background-color: #cccccb;
  cursor: default;
}
.slide-btn label {
  position: absolute;
  z-index: 8;
  top: 0px;
  right: 0px;
  width: 50%;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  color: #cccccb;
}
