.fLight {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.fNormal {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.fMedium {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.fSemiBold {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.fBold {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
  /* ie 6/7 */
}
.text-transform-none {
  text-transform: none!important;
}
.icon-bar:before {
  content: '';
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #303030;
  background-color: #000000;
}
body.light-header {
  padding-top: 80px;
}
hr {
  max-width: 70px;
  border-color: #b2ff59;
  border-width: 1px;
  margin-top: 7px;
}
hr.light {
  border-color: #fff;
}
a {
  outline: none!important;
  cursor: pointer;
  color: #b2ff59;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
a:hover,
a:focus {
  color: #6c9b36;
  outline: none!important;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}
p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
}
.bg-primary {
  background-color: #b2ff59;
}
.bg-dark {
  color: #fff;
  background-color: #222;
}
.text-faded {
  color: rgba(255, 255, 255, 0.7);
}
section {
  position: relative;
  padding: 40px 0 15px 0;
}
aside {
  padding: 50px 0;
}
.no-padding {
  padding: 0;
}
.normal-text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
}
.navbar-nav {
  float: none;
  text-align: center;
}
.navbar-nav .indicator {
  height: 2px;
  background-color: #b2ff59;
  margin-top: 3px;
  display: none;
}
@media (max-width: 768px) {
  .navbar-nav .indicator {
    display: none!important;
  }
}
.navbar-nav li.active .indicator {
  display: block;
}
.navbar-nav li a.active .indicator {
  display: block;
}
.nav > li {
  display: inline-block;
  float: none;
}
@media (max-width: 768px) {
  .nav > li {
    display: block;
  }
}
.navbar-default {
  border: none;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
  z-index: 998;
}
.navbar-collapse {
  position: relative;
  z-index: 4;
}
.navbar-fb {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.navbar-fb a {
  color: #FFFFFF;
  font-size: 30px;
}
@media (max-width: 768px) {
  .navbar-fb {
    display: none;
  }
}
.navbar-fb-mobile {
  position: fixed;
  left: 50%;
  top: 5px;
  transform: translate(-50%, 0);
  display: none;
}
.navbar-fb-mobile a {
  color: #FFFFFF;
  font-size: 30px;
}
@media (max-width: 768px) {
  .navbar-fb-mobile {
    display: block;
  }
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFFFFF;
}
.navbar-toggle {
  background-color: transparent!important;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -5px;
  }
}
.navbar-default.light {
  background-color: #f9f9f9 !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-default .highlighted {
    background-color: #b2ff59;
    padding: 7px 22px;
    margin-top: 22px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #FFFFFF !important;
  }
  .navbar-default .highlighted:hover,
  .navbar-default .highlighted:focus {
    background-color: #6c9b36 !important;
    color: #FFFFFF !important;
  }
}
.navbar-brand {
  padding: 5px;
  height: 65px;
}
@media (max-width: 768px) {
  .navbar-brand {
    height: 50px;
  }
}
.navbar-brand img {
  height: 100%;
}
.navbar-default .navbar-header {
  z-index: 5;
  position: relative;
}
.navbar-default .navbar-header .navbar-brand {
  text-transform: uppercase;
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  color: #b2ff59;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #6c9b36;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  text-transform: uppercase;
  font-size: 15px;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  outline: none;
}
.navbar-default.light .nav > li > a,
.navbar-default.light .nav > li > a:focus {
  text-transform: uppercase;
  font-size: 15px;
  color: #303030;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.navbar-default .nav > li > a.active {
  color: #b2ff59 !important;
}
.navbar-default.light .nav > li > a.active {
  color: #b2ff59 !important;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #b2ff59;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #b2ff59 !important;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .navbar-nav .separator {
    display: none;
    width: 2px;
    height: 16px;
    float: left;
    background-color: #b2ff59;
    margin-top: 33px;
  }
  .navbar-default {
    border-color: rgba(255, 255, 255, 0.3);
    background-color: transparent;
  }
  .navbar-default .navbar-header .navbar-brand {
    color: #ffffff;
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: #ffffff;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: #ffffff;
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: #b2ff59;
  }
  .navbar-default.affix {
    border-color: rgba(34, 34, 34, 0.05);
    background-color: rgba(0, 0, 0, 0.6);
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    font-size: 14px;
    color: #b2ff59;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #6c9b36;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #ffffff;
  }
  .navbar-default.light.affix .nav > li > a,
  .navbar-default.light.affix .nav > li > a:focus {
    color: #303030;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #b2ff59;
  }
}
header {
  position: relative;
  width: 100%;
  min-height: 100%;
  text-align: center;
  color: #ffffff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
header.landing .mask {
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.25);
}
header .header-content {
  text-align: center;
}
header .header-content .header-content-inner h1 {
  margin-top: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 30px!important;
  margin-bottom: 0px;
}
header .header-content .header-content-inner h1 span {
  color: #b2ff59;
}
.house-core {
  background: url('../img/house_default_contrast_hue.png') center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.house-layer {
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  transition: all 3s;
  opacity: 0;
}
.house-a {
  background: url('../img/houselayers/all1.png') center no-repeat;
  background-size: cover;
}
.house-b {
  background: url('../img/houselayers/all2.png') center no-repeat;
  background-size: cover;
}
.house-c {
  background: url('../img/houselayers/all3.png') center no-repeat;
  background-size: cover;
}
.house-d {
  background: url('../img/houselayers/all4.png') center no-repeat;
  background-size: cover;
}
.house-e {
  background: url('../img/houselayers/all5.png') center no-repeat;
  background-size: cover;
}
.house-f {
  background: url('../img/houselayers/all6.png') center no-repeat;
  background-size: cover;
}
.main-head-title {
  color: #FFFFFF;
  margin-top: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 0px;
}
.main-head-title span {
  color: #b2ff59;
}
.main-head-title-line {
  max-width: 110px;
  border-color: #b2ff59;
  border-width: 2px;
  margin-left: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
.main-paragraph {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  text-align: justify;
}
.main-paragraph span {
  color: #b2ff59;
}
@media (max-width: 768px) {
  .main-paragraph {
    font-size: 15px;
  }
}
header .header-content .header-content-inner hr {
  max-width: 110px;
  border-color: #b2ff59;
  border-width: 2px;
  margin-left: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  header .header-content .header-content-inner hr {
    margin-left: auto;
    margin-right: auto;
  }
}
.header-content-inner-text {
  z-index: 60;
  text-align: center;
  float: right;
  position: absolute;
  top: 50%;
  right: 0px;
  left: 0px;
  transform: translate(0, -50%);
}
@media (min-width: 768px) {
  header {
    min-height: 100%;
  }
  header .header-content .header-content-inner h1 {
    margin-top: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 59px!important;
    margin-bottom: 0px;
  }
  header.aas .header-content .header-content-inner h1 {
    margin-top: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 48px!important;
    margin-bottom: 45px;
  }
  header .header-content .header-content-inner {
    margin: 0;
  }
  header .header-content .header-content-inner .header-content-inner-text {
    z-index: 60;
    text-align: left;
    float: right;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.section-heading {
  margin-top: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 36px;
  margin-bottom: 15px;
}
.section-sub-heading {
  margin-top: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 30px;
}
.call-to-action h2 {
  margin: 0 auto 20px;
}
.text-primary {
  color: #b2ff59;
}
.no-gutter > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.btn-default {
  border-color: #5b5e64;
  color: #FFFFFF;
  background-color: #5b5e64;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
  font-size: 18px;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  border-color: #3d4046;
  color: #FFFFFF;
  background-color: #3d4046;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  border-color: #fff;
  background-color: #fff;
}
.btn-default .badge {
  color: #fff;
  background-color: #222;
}
.btn-primary {
  border-color: #FFFFFF;
  color: #fff;
  background-color: transparent;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
  font-size: 18px;
}
.btn-primary i {
  font-size: 21px;
  margin-left: 5px;
  color: #b2ff59;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  border-color: #6c9b36 !important;
  color: #fff;
  background-color: #6c9b36 !important;
}
.btn-primary:hover i,
.btn-primary:focus i,
.btn-primary.focus i,
.btn-primary:active i,
.btn-primary.active i,
.open > .dropdown-toggle.btn-primary i {
  font-size: 18px;
  color: #FFFFFF;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  border-color: #f05f40;
  background-color: #f05f40;
}
.btn-primary .badge {
  color: #f05f40;
  background-color: #fff;
}
.btn-light {
  border-color: #ffffff;
  color: #222;
  background-color: transparent;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
.btn-light:hover,
.btn-light:focus,
.btn-light.focus,
.btn-light:active,
.btn-light.active,
.open > .dropdown-toggle.btn-light {
  border-color: #ffffff !important;
  color: #fff;
  background-color: #ffffff !important;
}
.btn-light:active,
.btn-light.active,
.open > .dropdown-toggle.btn-light {
  background-image: none;
}
.btn-light.disabled,
.btn-light[disabled],
fieldset[disabled] .btn-light,
.btn-light.disabled:hover,
.btn-light[disabled]:hover,
fieldset[disabled] .btn-light:hover,
.btn-light.disabled:focus,
.btn-light[disabled]:focus,
fieldset[disabled] .btn-light:focus,
.btn-light.disabled.focus,
.btn-light[disabled].focus,
fieldset[disabled] .btn-light.focus,
.btn-light.disabled:active,
.btn-light[disabled]:active,
fieldset[disabled] .btn-light:active,
.btn-light.disabled.active,
.btn-light[disabled].active,
fieldset[disabled] .btn-light.active {
  border-color: #fff;
  background-color: #fff;
}
.btn-light .badge {
  color: #fff;
  background-color: #222;
}
.btn {
  border-radius: 6px;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
@media (min-width: 768px) {
  .btn-xl {
    padding: 15px 30px;
  }
}
::-moz-selection {
  text-shadow: none;
  color: #fff;
  background: #222;
}
::selection {
  text-shadow: none;
  color: #fff;
  background: #222;
}
img::selection {
  color: #fff;
  background: 0 0;
}
img::-moz-selection {
  color: #fff;
  background: 0 0;
}
body {
  webkit-tap-highlight-color: #222;
}
.section-border-shadow {
  position: absolute;
  left: 0;
  right: 0;
  height: 170px;
  z-index: 2;
}
.section-border-shadow.top {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
  bottom: 0;
}
.section-border-shadow.bottom {
  background: linear-gradient(to top, rgba(0, 0, 0, 0), #000000);
  top: 0;
}
#head-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 60;
  margin-bottom: 30px;
}
#head-info > div {
  height: 100%;
}
#head-info a {
  margin: 10px;
  max-width: 100%;
  display: inline-block;
}
#head-info img,
#head-info object,
#head-info svg {
  max-width: 100%;
  height: 40px;
}
@media (max-width: 450px) {
  #head-info {
    height: 30px;
  }
}
#head-info object {
  pointer-events: none;
}
#head-info .first {
  text-align: right;
}
#head-info .second {
  text-align: center;
}
#head-info .third {
  text-align: left;
}
@media (max-width: 768px) {
  #head-info .first,
  #head-info .second,
  #head-info .third {
    text-align: center;
    padding: 2px;
  }
  #head-info a {
    margin: 0;
  }
}
.mask {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 1;
  top: 0px;
}
.mobile-block .iphone img {
  width: 100%;
}
.mobile-block .mobile-box h5 {
  font-size: 20px;
}
.mobile-block .mobile-box p {
  font-size: 14px;
  font-weight: 300;
}
.mobile-block .left,
.mobile-block .right {
  margin-top: 90px;
}
#overview .steps img {
  max-width: 600px;
  width: 100%;
}
@media (min-width: 992px) {
  #overview .steps {
    padding-right: 50px;
  }
}
#overview .texts {
  text-align: left;
  padding-top: 50px;
}
@media (min-width: 992px) {
  #overview .texts {
    padding-left: 50px;
  }
}
#overview .action {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  #overview .action {
    text-align: left;
  }
}
.full-height-centered-box {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}
#feature-list {
  position: relative;
  padding: 200px 0 200px 0;
  background-image: url('../img/landing2.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  #feature-list {
    padding: 20px 0 20px 0;
  }
}
#feature-list .mask {
  background-color: rgba(0, 0, 0, 0.65);
}
.feature-container {
  z-index: 3;
  height: 100%;
  position: relative;
  width: 100%;
}
.feature-content {
  padding-right: 400px;
}
.feature-content p {
  color: #FFFFFF;
  text-align: justify;
}
.feature-content .main-head-title {
  font-size: 65px;
  margin-bottom: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
@media (max-width: 768px) {
  .feature-content .main-head-title {
    font-size: 44px;
  }
}
@media (max-width: 768px) {
  .feature-content {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.feature-content ul {
  color: #ffffff;
  font-size: 16px;
  padding-left: 15px;
  font-weight: 500;
}
.feature-pic {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 768px) {
  .feature-pic {
    display: none;
  }
}
#download-list {
  position: relative;
  padding: 130px 0 130px 0;
  background-image: url('../img/landing3.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  #download-list {
    padding: 20px 0 20px 0;
  }
}
.download-container {
  z-index: 3;
  height: 100%;
  position: relative;
  width: 100%;
}
.download-content {
  text-align: center;
}
.download-content .main-head-title {
  font-size: 65px;
}
@media (max-width: 768px) {
  .download-content .main-head-title {
    font-size: 44px;
  }
}
.download-content .devices {
  margin-top: 50px;
}
.download-content .devices img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .download-content .devices img {
    height: 460px;
  }
}
@media (max-width: 768px) {
  .download-content .devices > div {
    padding: 2px;
  }
}
.download-content .actions {
  margin-top: 30px;
}
.download-content .actions a {
  display: inline-block;
}
.download-content .actions img,
.download-content .actions object,
.download-content .actions svg {
  max-width: 100%;
  height: 40px;
}
@media (max-width: 450px) {
  .download-content .actions .android img,
  .download-content .actions .ios img,
  .download-content .actions .wp img,
  .download-content .actions .android object,
  .download-content .actions .ios object,
  .download-content .actions .wp object,
  .download-content .actions .android svg,
  .download-content .actions .ios svg,
  .download-content .actions .wp svg {
    height: 30px;
  }
}
.download-content .actions img {
  max-width: 100%;
}
.download-content .actions object {
  pointer-events: none;
}
@media (max-width: 768px) {
  .download-content .actions > div {
    padding: 2px;
  }
}
#contact-section {
  position: relative;
  padding: 130px 0 130px 0;
  background-image: url('../img/hue_contact_bgr.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#contact-section .main-head-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #contact-section {
    padding: 20px 0 100px 0;
  }
}
#contact-section .mask {
  background-color: rgba(0, 0, 0, 0.15);
}
.contact-container {
  z-index: 3;
  height: 100%;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
}
.contact-content {
  text-align: center;
}
.contact-content .main-head-title {
  text-align: left;
  font-size: 65px;
}
@media (max-width: 768px) {
  .contact-content .main-head-title {
    font-size: 44px;
  }
}
.contact-content .devices {
  margin-top: 50px;
}
.contact-content .actions {
  margin-top: 30px;
}
.scroll-top {
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translate(-50%, 0);
}
.scroll-top a {
  width: 30px;
  height: 30px;
  color: rgba(255, 255, 255, 0.38);
  display: block;
  text-align: center;
  border: 2px solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.scroll-top a span {
  position: relative;
  top: 3px;
}
.footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  z-index: 4;
}
.footer .footer-content {
  text-align: center;
  color: #FFFFFF;
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer .footer-content span {
  color: #b2ff59;
}
footer {
  position: relative;
  background-color: #2a2c32;
  padding: 75px 0 0 0;
}
footer .link-box {
  text-align: center;
}
@media (min-width: 768px) {
  footer .link-box {
    text-align: left;
  }
  footer .link-box hr {
    border-width: 1px;
    margin: 15px auto 15px 0;
  }
}
footer .link-box h3 {
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 600;
}
footer .link-box .store-icon {
  margin-bottom: 10px;
}
footer .link-box hr {
  margin-bottom: 15px;
  border-width: 1px;
  margin-top: 15px;
}
footer .link-box .footer-link {
  margin-bottom: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #777;
}
footer .link-box .footer-link a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #777;
}
footer .bottom {
  margin-top: 35px;
}
footer .bottom .copy {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #777;
  text-align: center;
}
footer .bottom .terms {
  list-style: none;
  padding-left: 0px;
  text-align: center;
}
footer .bottom .terms a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #777;
}
footer .bottom .terms li {
  display: inline-block;
}
footer .bottom .terms .separator {
  width: 2px;
  height: 16px;
  float: left;
  background-color: #b2ff59;
  margin: 0 3px;
  position: relative;
  top: 3px;
}
.reg-form input.ng-invalid-required.ng-invalid.ng-dirty.ng-touched {
  border: 1px solid #ff0000;
}
.reg-form input.ng-valid-required {
  border: 1px solid #ccc!important;
}
.reg-form label.error {
  display: none!important;
}
.reg-form .invalid-border {
  border: 1px solid #ff0000;
}
.reg-form .centered-error-block {
  text-align: center;
}
.reg-form .centered-error-block .error-block {
  float: none;
}
.reg-form .error-block {
  float: right;
  color: #FF0000;
}
.reg-form .error-block.radio {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.reg-form .form-control:focus {
  border-color: #b2ff59;
  box-shadow: none;
}
.reg-form .form-group {
  margin-bottom: 30px;
  text-align: left;
}
.reg-form .form-group label {
  color: #FFFFFF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
}
.reg-form .form-group textarea {
  height: 100px;
}
.reg-form .form-group.light {
  margin-bottom: 10px;
}
.reg-form .form-group.light label,
.reg-form .form-group.light .error-block {
  display: none;
}
.reg-form .fb-wrapper a {
  color: #FFFFFF;
  text-decoration: none;
}
.reg-form .ortext {
  text-align: center;
  color: #000;
  margin: 15px 0;
  font-size: 14px;
}
.reg-form .modal-main-btn {
  width: 100%;
}
.reg-form .form-title {
  font-size: 15px;
  border-bottom: 1px solid red;
  padding: 15px 0;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.reg-form .input-with-param {
  width: 50%;
}
.reg-form .input-with-param .param {
  line-height: 50px;
  font-size: 15px;
  padding-left: 5px;
}
.reg-form .private-radio label {
  display: inline-block !important;
  margin-right: 35px;
}
.reg-input {
  height: 35px;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: none;
  color: #FFFFFF;
  font-size: 14px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #FFFFFF;
  outline: none;
}
.reg-input.error {
  border-bottom: 2px solid #FF0000;
}
.cookie-policy {
  position: fixed;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cookie-policy {
    text-align: center;
  }
}
.cookie-policy .inner .action {
  text-align: right;
  margin-top: 5px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cookie-policy .inner .action {
    text-align: center;
  }
  .cookie-policy .inner .action button {
    margin-right: 0px;
  }
}
.cookie-policy .inner .action button {
  outline: none!important;
  width: 120px;
  margin-right: -15px;
  font-size: 15px;
  font-family: Neris-Light, serif !important;
  font-weight: 600!important;
}
.feedback-layer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: flex;
  text-align: center;
}
.feedback-layer.success .section-title {
  color: #b2ff59;
}
.feedback-layer.error .section-title {
  color: #FF0000;
}
.layer-content {
  margin: auto;
  width: 100%;
}
