body {
  position: relative;
  font-family: "proxima-nova", sans-seriff;
}
a {
  cursor: pointer;
}
.captcha-row iframe {
  width: 308px;
  right: 90px;
}
@media (max-width: 1199px) {
  .captcha-row iframe {
    right: 12px;
  }
}
@media (max-width: 991px) {
  .captcha-row iframe {
    right: -71px;
  }
}
.hover {
  cursor: pointer;
  position: absolute;
  right: 170px;
  left: 0;
  top: 60px;
  font-size: 100px;
  z-index: 2;
}
.hover.displayed {
  display: none;
}
@media (max-width: 767px) {
  .hover {
    right: 10px;
    top: 75px;
    font-size: 80px;
  }
}
.hover .icon-play_hover {
  display: none;
}
.hover:hover .icon-play,
.hover:active .icon-play {
  display: none;
}
.hover:hover .icon-play_hover,
.hover:active .icon-play_hover {
  display: block;
}
iframe {
  height: 240px;
  width: 408px;
  position: absolute;
  right: 15px;
}
@media (max-width: 780px) {
  iframe {
    top: 0;
    width: 403px;
    right: 13px;
  }
}
@media (max-width: 767px) {
  iframe {
    height: 176px;
    width: 300px;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: auto;
  }
}
.video-image {
  position: relative;
  z-index: 1;
  width: 408px;
  height: 240px;
}
.video-image.displayed {
  display: none;
}
@media (max-width: 767px) {
  .video-image.displayed {
    display: inline;
    z-index: -2;
  }
}
@media (max-width: 767px) {
  .video-image {
    width: 300px;
  }
}
.social-links {
  margin-top: 20px;
  margin-left: -3px;
  margin-right: 10px;
}
.social-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.social-links ul > li {
  float: left;
}
.social-links ul > li a {
  display: block;
  margin-right: 10px;
}
.social-links ul > li a img {
  max-height: 40px;
}
.social-links ul > li a.blog {
  vertical-align: middle;
  color: #424B4B;
  border-radius: 3px;
  box-shadow: 2px 2px 0px #3ce2d5;
  background: #95EFE8;
  padding: 10px;
}
.footer {
  background: #6EDAD5;
  color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer .copyright {
  text-align: center;
}
.loading-contain {
  z-index: 5;
  background: rgba(66, 75, 75, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.loading-contain .loading-thing {
  color: black;
  box-shadow: 1px 1px 2px rgba(66, 75, 75, 0.9);
  padding: 20px;
  text-align: center;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  background-color: white;
}
.w960 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1200px) {
  .w960 {
    width: 1000px;
  }
}
.w960 .hamburger {
  margin-left: 40px;
}
.w960 .small-logo {
  width: auto;
}
.w960 .language {
  margin-right: 10px;
  margin-top: 7px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: white;
  color: black;
  cursor: pointer;
  float: right;
}
@media (max-width: 767px) {
  .w960 .language {
    float: left;
    margin-left: 50px;
    margin-top: -5px;
  }
}
.top-navigation {
  height: 67px;
}
@media (max-width: 767px) {
  .top-navigation {
    height: 223px;
  }
  .top-navigation.shown {
    height: 0;
  }
}
.top-navigation ul > li a {
  color: black;
  padding: 2px 25px;
  height: 41px;
  line-height: 41px;
  font-size: 14px;
  text-transform: uppercase;
}
.top-navigation ul > li a.logo-main {
  padding: 2px 25px 2px 0;
  font-size: 174px;
}
@media (max-width: 991px) {
  .top-navigation ul > li a.logo-main {
    padding: 2px 9px 2px 0;
  }
}
@media (max-width: 991px) {
  .top-navigation ul > li a {
    padding: 2px 9px;
  }
}
.top-navigation .icon-logo:hover {
  background-color: white;
}
.top-navigation .icon-logo:active {
  background-color: white;
}
.top-navigation .icon-logo:focus {
  background-color: white;
}
@media (max-width: 991px) {
  .top-nav-alt {
    margin: 7.5px -15px !important;
  }
}
@media (max-width: 767px) {
  .collapsable-nav {
    display: block;
    height: 220px;
  }
  .collapsable-nav.shown {
    display: none;
    height: 10px;
  }
}
.navbar-toggle {
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .navbar-toggle {
    top: -45px;
  }
  .navbar-toggle.shown {
    top: -51px;
  }
}
.navbar-toggle .icon-bar {
  background-color: #888;
}
.topbar {
  background: #424B4B;
  height: 55px;
  color: #FFFFFF;
}
.topbar .login-block a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}
.topbar .login-block .login {
  float: right;
}
.topbar .login-block .enroll {
  float: right;
}
.topbar .header-welcome {
  position: absolute;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .topbar .header-welcome {
    right: 10px;
    margin-top: -8px;
  }
}
.topbar .header-welcome img {
  margin-right: 10px;
  max-width: 30px;
  max-height: 30px;
  border-radius: 30px;
}
.topbar a {
  display: block;
  padding-top: 9px;
}
.topbar a img {
  width: 100px;
}
.panel-link {
  margin-left: 0!important;
  float: none!important;
}
.banner-link {
  color: white;
  background-color: #F38A00;
  padding: 14px 67px;
  border-color: #F38A00;
  margin-top: 50px;
  text-transform: uppercase;
  font-family: "refrigerator-deluxe";
  font-size: 22px;
  float: left;
}
.banner-link:hover {
  background-color: #F38A00;
  opacity: .9;
  border-color: #F38A00;
}
.banner-link:focus {
  background-color: #da7c00 !important;
  outline: 0;
  border-color: #F38A00 !important;
}
@media (max-width: 767px) {
  .banner-link {
    float: none;
  }
}
.center {
  display: table-cell;
  vertical-align: middle;
}
.center .product-title {
  display: block;
}
@media (max-width: 767px) {
  .center .product-title {
    font-size: 3em;
  }
}
.center .icon-row {
  text-align: center;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.center .icon-row .product-icon {
  font-size: 6em;
  color: #F38A00;
  position: relative;
  cursor: pointer;
}
.center .icon-row .product-icon:hover {
  color: #5C6666;
}
.center .icon-row .product-icon.active {
  color: #5C6666;
}
@media (max-width: 767px) {
  .center .icon-row .product-icon {
    font-size: 4em;
  }
}
.center .icon-row .product-icon .triangle {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #E2E4E4;
  margin-right: auto;
  margin-left: auto;
  margin-top: 8px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -59px;
}
@media (max-width: 767px) {
  .center .icon-row .product-icon .triangle {
    left: -7px;
  }
}
.center .icon-row .product-icon .triangle-name {
  font-size: 14px;
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  font-weight: 800;
  font-family: "proxima-nova";
  float: left;
}
@media (max-width: 767px) {
  .center .icon-row .product-icon .triangle-name {
    left: -2px;
    font-size: 12px;
  }
}
.product-panel {
  background-color: #E2E4E4;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 480px;
  display: table;
  width: 100%;
}
@media (min-width: 1400px) {
  .product-panel {
    min-height: 570px;
  }
}
@media (max-width: 767px) {
  .product-panel {
    margin-top: -30px;
  }
}
.product-panel .product-container {
  display: table-cell;
  vertical-align: middle;
}
.product-panel .product-container .product-video {
  text-align: right;
}
.product-panel .info-row {
  text-align: center;
}
@media (max-width: 991px) {
  .product-panel .info-row .title-products {
    font-size: 31px;
  }
}
@media (max-width: 767px) {
  .product-panel .info-row .title-products {
    font-size: 36px;
  }
}
.product-panel .info-row .title-balance {
  text-align: left;
  margin-top: 0;
}
@media (max-width: 767px) {
  .product-panel .info-row .title-balance {
    margin-right: 50px;
    text-align: center;
  }
}
.product-panel .info-row .title-matcha {
  text-align: left;
  margin-top: 0;
}
@media (max-width: 767px) {
  .product-panel .info-row .title-matcha {
    margin-right: 58px;
    text-align: center;
  }
}
.product-panel .info-row .title-complete {
  text-align: left;
  margin-top: 0;
}
@media (max-width: 991px) {
  .product-panel .info-row .title-complete {
    font-size: 29px;
  }
}
@media (max-width: 767px) {
  .product-panel .info-row .title-complete {
    margin-right: 20px;
    text-align: center;
  }
}
.product-panel .info-row .title-cleanse {
  text-align: left!important;
  margin-top: 0;
}
@media (max-width: 767px) {
  .product-panel .info-row .title-cleanse {
    margin-right: 73px;
    text-align: center;
  }
}
.product-panel .info-row .title-unimate {
  text-align: left;
  margin-top: 0;
}
@media (max-width: 767px) {
  .product-panel .info-row .title-unimate {
    margin-right: 58px;
    text-align: center;
  }
}
.product-panel .product-info {
  margin-top: -6px;
}
.product-panel .product-info .product-row {
  text-align: left;
  float: left;
}
@media (max-width: 767px) {
  .product-panel .product-info .product-row {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-left: 0;
  }
}
.product-panel .product-info .product-name {
  margin-bottom: 0;
  margin-top: -7px;
  font-weight: 400;
  float: left;
}
@media (max-width: 767px) {
  .product-panel .product-info .product-name {
    float: none;
    margin-left: -50px;
  }
}
@media (max-width: 767px) {
  .product-panel .product-info .product-subname {
    width: 340px;
  }
}
@media (max-width: 767px) {
  .product-panel .product-info .product-video {
    text-align: center;
  }
}
.product-panel .button-row {
  margin-top: -140px;
  display: inline;
}
.panel-title {
  height: 150px;
  width: 100%;
  display: table;
}
.panel-title h1 {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 5em;
  line-height: 1em;
  margin: 0;
  font-weight: 300;
  font-family: "refrigerator-deluxe";
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .panel-title h1 {
    font-size: 3em;
  }
}
@media (max-width: 767px) {
  .transformation-title {
    width: 90%;
    margin-left: 6%;
  }
}
.icon-panel {
  min-height: 300px;
}
.home-container {
  color: #424B4B;
}
.home-container .message {
  padding: 20px;
}
@media (max-width: 767px) {
  .home-container .live-headline {
    margin-top: 105px!important;
  }
}
.home-container .banner {
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */
  background-image: url("http://www.unicity.com/usa/files/unicity_banner_yellowShirt-011.png");
  border-bottom: 1px white solid;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .home-container .banner {
    min-height: 200px;
  }
}
@media (min-width: 992px) {
  .home-container .banner {
    min-height: 380px;
  }
}
@media (min-width: 1200px) {
  .home-container .banner {
    min-height: 480px;
  }
}
.home-container .banner .banner-headline {
  color: white;
  margin-top: 125px;
  margin-bottom: 20px;
  border-radius: 5px;
  text-align: center;
}
@media (max-width: 1199px) {
  .home-container .banner .banner-headline {
    margin-top: 65px;
  }
}
@media (max-width: 991px) {
  .home-container .banner .banner-headline {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .home-container .banner .banner-headline {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .home-container .banner .banner-headline .button-row {
    margin-right: 0;
  }
}
.home-container .banner .banner-headline .banner-above-title {
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .home-container .banner .banner-headline .banner-above-title {
    font-size: 19px;
  }
}
.home-container .banner .banner-headline .transformation-title {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  width: 38%;
}
@media (max-width: 1199px) {
  .home-container .banner .banner-headline .transformation-title {
    width: 48%;
  }
}
@media (max-width: 991px) {
  .home-container .banner .banner-headline .transformation-title {
    width: 58%;
  }
}
@media (max-width: 767px) {
  .home-container .banner .banner-headline .transformation-title {
    width: 68%;
  }
}
.home-container .banner .banner-headline .transformation-subtitle {
  width: 66%;
}
@media (max-width: 767px) {
  .home-container .banner .banner-headline .transformation-subtitle {
    width: 86%;
  }
}
.home-container .banner .banner-headline .opportunity-title {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .home-container .banner .banner-headline .opportunity-title {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .home-container .banner .banner-headline .opportunity-title {
    width: 80%;
  }
}
.home-container .banner .banner-headline .opportunity-subtitle {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px!important;
}
@media (max-width: 991px) {
  .home-container .banner .banner-headline .opportunity-subtitle {
    margin-top: 10px!important;
  }
}
@media (max-width: 767px) {
  .home-container .banner .banner-headline .opportunity-subtitle {
    width: 90%;
  }
}
.home-container .banner .banner-headline .banner-title {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 5em;
  line-height: 1em;
  font-weight: 100;
  font-family: "refrigerator-deluxe";
}
@media (max-width: 768px) {
  .home-container .banner .banner-headline .banner-title {
    font-size: 3em;
  }
}
.home-container .banner .banner-headline .join-title {
  margin-bottom: 0;
}
.home-container .banner .banner-headline .join-top-title {
  margin-top: 0;
}
.home-container .banner .banner-headline .live-banner {
  width: 30%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .home-container .banner .banner-headline .live-banner {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .home-container .banner .banner-headline .live-banner {
    width: 50%;
  }
}
.home-container .banner .banner-headline .banner-subtitle {
  text-align: center;
  margin-top: 50px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .home-container .banner .banner-headline .banner-subtitle {
    margin-top: 40px!important;
  }
}
.home-container .banner .banner-headline .banner-text {
  font-size: 25px;
  font-size: 1.6em;
  line-height: 1.3em;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .home-container .banner .banner-headline .banner-text {
    font-size: 20px;
  }
}
.home-container .banner .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-container .banner .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-container .banner.theme-1 {
  background-image: url('https://photos-5.dropbox.com/t/2/AAA6cE62csi_Kuq32ZFBmfJxR5XY4YWMxYyW0WbJI8IW4w/12/11960090/jpeg/32x32/1/_/1/2/2015-11-13%2015.24.02.jpg/ENPB39UBGOoKIAIoAg/aaDR9O6Jl888aJG-5Ud9StuksVS8JjBef4XbooD8nZs?size=1600x1200&size_mode=2');
}
.home-container .banner.theme-home {
  background-image: url('../img/banner_1.1_2200.jpg');
}
@media (max-width: 1199px) {
  .home-container .banner.theme-home {
    background-image: url('../img/banner_1.2_1199.jpg');
  }
}
@media (max-width: 991px) {
  .home-container .banner.theme-home {
    background-image: url('../img/banner_1.3_991.jpg');
  }
}
@media (max-width: 767px) {
  .home-container .banner.theme-home {
    background-image: url('../img/banner_1.4_767.jpg');
  }
}
.home-container .banner.theme-transformation {
  background-image: url('../img/banner_2_00.jpg');
}
@media (max-width: 1199px) {
  .home-container .banner.theme-transformation {
    background-image: url('../img/banner_2_1199.jpg');
  }
}
@media (max-width: 991px) {
  .home-container .banner.theme-transformation {
    background-image: url('../img/banner_2_991.jpg');
  }
}
@media (max-width: 767px) {
  .home-container .banner.theme-transformation {
    background-image: url('../img/banner_2_767.jpg');
  }
}
.home-container .banner.theme-about {
  background-image: url('../img/banner_3.1_2200.jpg');
}
@media (max-width: 1199px) {
  .home-container .banner.theme-about {
    background-image: url('../img/banner_3.2_1199.jpg');
  }
}
@media (max-width: 991px) {
  .home-container .banner.theme-about {
    background-image: url('../img/banner_3.3_991.jpg');
  }
}
@media (max-width: 767px) {
  .home-container .banner.theme-about {
    background-image: url('../img/banner_3.4_767.jpg');
  }
}
.home-container .banner.theme-join {
  background-image: url('../img/banner_4.1_2200.jpg');
}
@media (max-width: 1199px) {
  .home-container .banner.theme-join {
    background-image: url('../img/banner_4.2_1199.jpg');
  }
}
@media (max-width: 991px) {
  .home-container .banner.theme-join {
    background-image: url('../img/banner_4.3_991.jpg');
  }
}
@media (max-width: 767px) {
  .home-container .banner.theme-join {
    background-image: url('../img/banner_4.4_767.jpg');
  }
}
@media (min-width: 400px) {
  .home-container .banner {
    min-height: 400px;
  }
}
@media (min-width: 992px) {
  .home-container .banner {
    min-height: 500px;
  }
}
@media (min-width: 1400px) {
  .home-container .banner {
    min-height: 570px;
  }
}
.home-container .lower-content .content {
  border-radius: 5px;
  margin-bottom: 25px;
  padding-bottom: 20px;
}
.home-container .lower-content .content .main-person-image {
  border-radius: 10px;
}
@media (max-width: 703px) {
  .home-container .lower-content .content .main-person-image {
    width: 230px;
    height: 230px;
  }
}
.home-container .lower-content .content .three-links {
  padding-top: 15px;
  text-align: center;
  background: rgba(66, 75, 75, 0.9);
  border-radius: 5px;
  padding-bottom: 15px;
}
.home-container .lower-content .content .story {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .home-container .lower-content .content .story {
    margin-right: 15px;
  }
}
@media (max-width: 703px) {
  .home-container .lower-content .content .story {
    width: 230px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }
}
.home-container .lower-content .content .story .profile-image {
  width: 300px;
  margin-right: 20px;
}
.home-container .lower-content .content .send-message-form {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .home-container .lower-content .content .send-message-form {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 703px) {
  .home-container .lower-content .content .send-message-form {
    width: 260px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    padding-left: 0;
    padding-right: 24px;
    text-align: left;
  }
}
.home-container .lower-content .content .send-message-form .send-message-button {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .home-container .lower-content .content .send-message-form .send-message-button {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .home-container .lower-content .content .send-message-form .send-message-button {
    margin-top: -10px;
  }
}
@media (max-width: 767px) {
  .home-container .lower-content .content .send-message-form .send-message-button {
    margin-top: 10px;
  }
}
.home-container .lower-content .content .send-message-form .btn-orange {
  color: white;
  background-color: #55A5C4;
  padding: 14px 12px;
}
.home-container .lower-content .content .send-message-form .btn-orange:hover {
  background-color: #55A5C4;
  opacity: .7;
}
.home-container .lower-content .content .send-message-form .btn-orange:focus {
  background-color: #429bbd;
  outline: 0;
}
.unicityFooter {
  outline: none;
  height: 150px;
  background: #CED0D1;
  margin-bottom: 0;
  border: 0;
  width: 100%;
  border-radius: 0;
  bottom: 0;
  position: relative;
}
.unicityFooter .unicityContainer {
  padding-right: 0;
  padding-left: 0;
  margin-top: 10px;
}
.unicityFooter .social-media {
  margin-top: -11px;
  clear: both;
  float: left;
  padding-top: 22px;
}
.unicityFooter .bottom-arrow {
  margin-top: -4px;
  cursor: pointer;
}
.brand-footer {
  margin-top: 20px;
  margin-left: 5px!important;
}
.brand-footer .footer-brand {
  margin-left: -7px;
}
.unicity-bottom-footer {
  background-color: #55A5C4;
  margin-bottom: 0;
  width: 100%;
  border: none;
  min-height: 75px;
  border-radius: 0;
}
.unicity-bottom-footer .unicityContainer .footer-row {
  top: 15px;
}
.unicity-bottom-footer .unicityContainer .unicity-links {
  float: left;
}
.unicity-bottom-footer .unicityContainer .unicity-links .text-bottom-link {
  color: #FFFFFF;
  margin-right: 7px;
}
.unicity-bottom-footer .unicityContainer .unicity-links .text-bottom-bar {
  color: #FFFFFF;
  margin-right: 10px;
}
.unicity-link {
  padding-left: 0;
  margin-bottom: 5px;
}
a {
  text-decoration: none!important;
}
.footer-icon {
  font-size: 2em;
}
.footer-icon:hover {
  text-decoration: none;
}
.icon-play_hover:before {
  content: "\e97a";
  color: rgba(255, 255, 255, 0.35);
}
.icon-play:before {
  content: "\e97a";
  color: #ffffff;
}
.icon-complete_icon:before {
  content: "\e91b";
}
.icon-facebook:before {
  content: "\e904";
}
.icon-pinterest:before {
  content: "\e903";
}
.icon-cleanse_icon:before {
  content: "\e93d";
}
.icon-matcha_icon:before {
  content: "\e945";
}
.icon-twitter:before {
  content: "\e901";
}
.icon-youtube:before {
  content: "\e902";
}
.icon-balance_icon:before {
  content: "\ea45";
}
.icon-instagram:before {
  content: "\e900";
}
.icon-unimate_icon:before {
  content: "\ea4f";
}
