html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
html {
  color: #222;
  font-size: 62.5%; /* 10px; */
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
}
body {
	font: 1.5rem/2.5rem  "Open Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	background: #fff; 
}

.header-wrapper {
  position: relative;
  z-index: 10;
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 0 0;
} 
.header-logo {
  position: absolute;
  z-index: 10010;
  display: block;
	width: 121px;
	height: 28px;
  left: 20px;
  top: 20px;
	background: url(//cdn.livehome3d.com/assets/img/belight-logo.svg) no-repeat left top;
	background-size: 100%;
	text-indent: -9999em;
}
.header-logo:hover {
  opacity: .8;
}
.site-header-menu {
  text-align: right;
  position: relative;
  font-size: 0;
}
.site-header-menu-point {
  position: relative;
  display: inline-block;
  margin: 0 16px 20px;
  font-size: 1.5rem;
  text-align: right;
  vertical-align: middle;
  text-decoration: none;
  color: #f2f0eb;
}
.site-header-menu-point:hover {
  cursor: pointer;
}
.site-header-menu-point:hover {
  color: #f9c3a8;
}
.pro .site-header-menu-point:hover {
  color: #d2d694;/*  #c9d057 */
}
.extras .site-header-menu-point:hover {
  color: #ef6996;
}
.plants .site-header-menu-point:hover {
  color: #94e88c;
}

.site-header-current {
  color: #f59361;  
}
.pro .site-header-current {
  color: #c9d057;  
}
.extras .site-header-current {
  color: #bd5376;
}
.plants .site-header-current {
  color: #88d581;
}

.site-header-menu-point.desktop {
  display: none;
}
.site-header-menu-point.mobile {
  text-transform: uppercase;
  margin-right: 20px;
}
.site-header-toggle-button {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 12px;
  margin-left: 9px;
  top: -2px;
  vertical-align: middle;
}

.site-header-toggle-button span, 
.site-header-toggle-button span::before, 
.site-header-toggle-button span::after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 20px;
  background: #f2f0eb;
  position: absolute;
  display: block;
  content: '';
  left: 0;
}
.site-header-toggle-button span {
  top: 5px;
}
.site-header-toggle-button span::before {
  top: -5px; 
}
.site-header-toggle-button span::after {
  top: 5px;
}
.site-header-toggle-button span,
.site-header-toggle-button span::before,
.site-header-toggle-button span::after {
/*
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-backface-visibility: hidden;
*/
}
.site-header-toggle-button.active span {
  background: transparent;
}
.site-header-toggle-button.active span::before,
.site-header-toggle-button.active span::after {
  top: 0;
}
.site-header-toggle-button.active span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.site-header-toggle-button.active span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.site-header-menu-point.mobile:hover .site-header-toggle-button:not(.active) span, 
.site-header-menu-point.mobile:hover .site-header-toggle-button span::before, 
.site-header-menu-point.mobile:hover .site-header-toggle-button span::after {
/*   background: #ff9b93; */
  background-color: #f9c3a8;
}

.pro .site-header-menu-point.mobile:hover .site-header-toggle-button:not(.active) span, 
.pro .site-header-menu-point.mobile:hover .site-header-toggle-button span::before, 
.pro .site-header-menu-point.mobile:hover .site-header-toggle-button span::after {
/*   background: #c9d057; */
  background-color: #d2d694;
}

.extras .site-header-menu-point.mobile:hover .site-header-toggle-button:not(.active) span, 
.extras .site-header-menu-point.mobile:hover .site-header-toggle-button span::before, 
.extras .site-header-menu-point.mobile:hover .site-header-toggle-button span::after {
  background: #ef6996;
}
.plants .site-header-menu-point.mobile:hover .site-header-toggle-button:not(.active) span, 
.plants .site-header-menu-point.mobile:hover .site-header-toggle-button span::before, 
.plants .site-header-menu-point.mobile:hover .site-header-toggle-button span::after {
  background: #88d581;
}

.drop-down-menu {
  background: rgba(106,36,46,.95);
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  position: relative;
  z-index: 20;
  font-size: 1.5rem;
  padding-top: 9px;
  padding-bottom: 12px;
  -webkit-font-smoothing: subpixel-antialiased;
  z-index: 10000;
}
.pro .drop-down-menu {
  background: rgba(11,82,103,.95);
}
.extras .drop-down-menu {
  background: rgba(68,46,87,.95);
}
.plants .drop-down-menu {
  background: rgba(21,109,60,.95);
}
.drop-down-menu li {
  line-height: 32px;
}
.drop-down-menu a {
  text-decoration: none;
  color: #f2f0eb;
  display: block;
  padding-left: 40px;
  padding-right: 40px;
}
.drop-down-menu a:hover {
  color: #ff9b93;
}
.pro .drop-down-menu a:hover {
  color: #c9d057;
}
.extras .drop-down-menu a:hover {
  color: #ef6996;
}
.plants .drop-down-menu a:hover {
  color: #94e88c;
}

.drop-down-menu .devider {
  border-bottom: 1px solid #5d1c25;
  margin-bottom: 3px;
  padding-bottom: 5px;
}
.pro .drop-down-menu .devider {
  border-color: #0d3f50;
}
.extras .drop-down-menu .devider {
  border-color: #341d48;
}
.plants .drop-down-menu .devider {
  border-color: #004520;
}

/* what's new*/
.header-small {
  background: url(//cdn.livehome3d.com/assets/img/base/small-header-bg.jpg) no-repeat center top;
  background-size: cover;
  z-index: 9999;
  position: relative;
}
.header-small-wrapper {
  max-width: 696px;
  width: 100%;
  margin: 0 auto;
  padding: 19px 28px 36px;
  color: #f2f0eb;
  text-align: center;
  font-size: 0;
}
.header-small-app-icon {
  display: inline-block;
  width: 91px;
  height: 94px;
  background: url(//cdn.livehome3d.com/assets/img/base/app-icon-small.png) no-repeat center top;
  background-size: contain;
  vertical-align: middle;
}
.header-small-title {
  display: inline-block;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0;
  vertical-align: middle;
  width: 100%;
}
.header-small-x {
  background-color: #692731;
  z-index: 9999;
  position: relative;
  z-index: 9999;
}

.product-menu-section {
  display: none;
}


@media only screen and (min-width: 568px) {
  body {
    font-size: 1.7rem;
    line-height: 2.6rem;
  }

  .header-wrapper {
    padding-top: 17px;
  }
  .header-logo {
    width: 150px;
    height: 35px;
    left: 32px;
    top: 15px;
  }
  
  .site-header-menu-point {
    font-size: 1.7rem;
    margin-bottom: 8px;
  }
  .site-header-menu-point.desktop {
    display: inline-block;
  }
  .site-header-menu-point.mobile {
    margin-right: 35px;
  }
  .drop-down-menu {
    position: absolute;
    min-width: 230px;
    right: 0;
    top: 100%;
    padding: 4px 15px 12px;
    font-size: 1.7rem;
    background: rgba(106,36,46,.95);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .drop-down-menu a {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 300;
  }
  .drop-down-menu .devider {
    border-bottom-color: #5d1c25;
    margin-bottom: 4px;
    padding-bottom: 4px;
  }
  .header-small-title {
    font-size: 5rem;
    margin-left: 35px;
    margin-top: 0;
    width: auto;
  }
  .header-small-x .site-header-menu {
    padding-bottom: 12px;
  }
}

@media only screen and (min-width: 768px) {
  .product-menu-section {
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 1000;
  }
  .product-menu-section {
    background: #752c37;
  }
  .pro .product-menu-section {
    background: #0b5267;
  }
  .extras .product-menu-section {
    background: #442e57;
  }
  .plants .product-menu-section {
    background: #156d3c;
  }
  .product-menu-fixed {
    position: fixed;
    top: 0;
  }
  #fixed-menu {
    padding-top: 4rem;
  }
  .ordinary-section#fixed-menu {
    padding-top: 8rem;
  }
  .product-menu-wrapper {
    max-width: 782px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  .product-menu-item,
  .product-menu-button {
    display: inline-block;
    line-height: 4rem;
    text-decoration: none;
  }
  .product-menu-item,
  .product-menu-button {
    color: #f2f0eb;
  }
  .pro .product-menu-item,
  .pro .product-menu-button {
    color: #f2f0eb;
  }
/*
  .extras .product-menu-button {
    color: #f2f0eb;
   }
*/

  .product-menu-items,
  .product-menu-buttons {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
  }
  .product-menu-items {
    text-align: left;
  }
  .product-menu-item {
    display: inline-block;
  }
  .product-menu-item:first-child {
    margin-right: 82px;
  }
  .product-menu-buttons {
    display: inline-block;
    margin-left: auto;
    text-align: right;
  }
  .extras .product-menu-buttons {
    text-align: center;
  }
  .plants .product-menu-buttons {
    text-align: center;
  }
  .product-menu-button-trial {
    display: inline-block;
    margin-right: 21px;
  }
  .product-menu-button-buy {
    width: auto;
    padding: 0 21px;
  }
  .product-menu-item:hover,
  .product-menu-button:hover {
    color: #f9c3a8;
  }
  .pro .product-menu-item:hover,
  .pro .product-menu-button:hover {
    color: #d2d694;
  }
  .product-menu-item:active,
  .product-menu-button:active {
    color: #fbb38e;
  }
  .pro .product-menu-item:active,
  .pro .product-menu-button:active {
    color: #d0d67e;
  }
  .product-menu-item-active,
  .product-menu-item-active:hover {
    color: #f59361;
  }
  .pro .product-menu-item-active,
  .pro .product-menu-item-active:hover {
    color: #c9d057;
  }
  .product-menu-item-active {
   pointer-events: none;
  }
  .product-menu-item-active:hover {
    cursor: default;
  }
  .product-menu-button-buy {
    background-color: #cd4a60;
  }
  .product-menu-button-buy:hover {
    background-color: #c03d53;
    color: #f2f0eb;
  }
  .pro .product-menu-button-buy {
    background-color: #1782a4;
  }
  .pro .product-menu-button-buy:hover {
    background-color: #0f7796;
    color: #f2f0eb;
  }
  .plants .product-menu-button-buy {
    background-color: #6ba83a;
  }
  .plants .product-menu-button-buy:hover {
    background-color: #629b3d;
/*     color: #f2f0eb; */
  }
   
}


@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .header-small-app-icon {
    background: url(//cdn.livehome3d.com/assets/img/base/app-icon-small@2x.png) no-repeat center top;
    background-size: contain;
  }
}