@import url(https://fonts.googleapis.com/css?family=Montserrat);
@font-face {
  font-family: tasty;
  src: url(/css/Tasty-Regular.otf); }

@font-face {
  font-family: 'journalregular';
  src: url("/css/journal-webfont.eot");
  src: url("/css/journal-webfont.eot?#iefix") format("embedded-opentype"), url("/css/journal-webfont.woff") format("woff"), url("/css/journal-webfont.ttf") format("truetype"), url("/css/journal-webfont.svg#journalregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@keyframes popup {
  0% {
    transform-origin: center;
    transform: scale(0); }
  100% {
    transform-origin: center;
    transform: scale(1); } }

@keyframes color-change {
  0% {
    color: blue;
    font-size: 16px; }
  50% {
    color: red;
    font-size: 200px; }
  100% {
    color: blue;
    font-size: 16px; } }

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px; }

.col-xs-15, .col-sm-15 {
  width: 20%;
  float: left; }

@media (max-width: 992px) {
  .mobile-padding {
    padding-top: 50px; }
  .kln-menu-item {
    width: 140px !important; }
  .vgx-store {
    font-size: 18px !important; }
  .smaller-mobile {
    font-size: 12px; }
  body {
    background: none;
    background-repeat: repeat-x !important; }
  .journal {
    padding: 0px !important;
    margin: 0px !important; }
  .hover-pair, .hover-pair2, .highlight-year {
    min-height: 165px;
    font-size: 14px; }
  .community-tab-1 h3, .community-tab-2 h3, .community-tab-3 h3 {
    font-size: 14px; } }

@media (max-width: 767px) {
  .family-item {
    min-height: 100px !important; }
  .xs-no-gutter {
    margin: 0px !important;
    padding: 0px !important; }
  .brand-item {
    min-height: 100px !important; }
  .brand-item img {
    height: 200px !important;
    padding-top: 15px; }
  .brand-row3 {
    height: 180px; }
  .brand-row2 {
    height: 110px; }
  .hover-pair2, .blue-text, .green-text, .aqua-text, .red-text {
    font-size: 12px !important; }
  .timeline-year {
    font-size: 38px !important; }
  .planet-item {
    min-height: 10px !important; }
  .community-slide {
    min-height: 100px !important; } }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; }
  .col-md-45 {
    width: 80%;
    float: left; }
  body {
    background: url("/images/kln-bg.jpg") no-repeat !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat; } }

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; } }

.animated {
  border: #000 2px solid; }

.popimg {
  animation: bounceIn 1s forwards;
  opacity: 0; }

.anim2 {
  /* Chrome, Safari, Opera */
  animation-delay: 1s; }

.anim3 {
  /* Chrome, Safari, Opera */
  animation-delay: 2s; }

.anim4 {
  /* Chrome, Safari, Opera */
  animation-delay: 3s; }

html {
  margin: 0;
  padding: 0; }

body {
  font-family: Tahoma, Geneva, sans-serif;
  margin: 0 !important;
  padding: 0 !important; }

.tasty {
  font-family: tasty, serif; }

.ptsans {
  font-family: 'PT Sans', sans-serif; }

.journal {
  font-family: journalregular, serif;
  color: #50007d;
  font-size: 50px; }

.blue-text {
  color: #0042b3; }

.green-text {
  color: #246301; }

.red-text {
  color: #c71f3e; }

.purple-text {
  color: #50007d; }

.aqua-text {
  color: #006d72; }

.no-gutter {
  padding-right: 0;
  padding-left: 0; }

.center-text {
  text-align: center; }

.bold {
  font-weight: bold; }

.inner-content {
  width: 1024px;
  margin-left: auto;
  margin-right: auto; }

#top-bar {
  background: url(/images/sticky-header-bg.png) repeat-x;
  border: 0;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  height: 24px; }

#header-sticky {
  position: absolute;
  top: 20px; }

.kln-link {
  z-index: 99;
  height: 67px;
  width: 92px;
  position: relative; }

#header-kln-badge {
  -webkit-transition: opacity 0.25s ease-in-out;
  background: url(/images/kln-badge2.png) 0px 0 no-repeat scroll transparent;
  height: 88px;
  left: 915px;
  z-index: 99;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  width: 117px;
  position: relative; }

.header-text-1 {
  font-size: 24px;
  margin-top: 10px; }

.header-row {
  margin-top: 30px; }

.mini-links {
  text-align: right;
  margin-right: 35px; }

.mini-links a {
  font-weight: bold;
  color: #50007d; }

.header-brand:hover {
  background: #dccce5;
  border-radius: 15px; }

.menu {
  background: url(/images/menu-bg.png) repeat-x; }

.kln-nav {
  padding: 0;
  margin: 0; }

.kln-menu-item {
  display: inline-block;
  background-color: #50007d;
  border-radius: 20px;
  color: #fff;
  border: #be8dda 3px solid;
  box-shadow: inset 0px 0px 7px 3px #fff;
  height: 50px;
  padding: 12px 0px 10px 0px;
  text-align: center;
  width: 166px;
  z-index: 15; }

.kln-menu-item:hover {
  background-color: #be8dda;
  color: #50007d; }

.career {
  position: absolute;
  padding: 0;
  margin: 0;
  list-style-type: none; }

.career-sub {
  display: none;
  background-color: #50007d;
  border-radius: 20px;
  color: #fff;
  border: #be8dda 3px solid;
  box-shadow: inset 0px 0px 7px 3px #fff;
  padding: 12px 0px 10px 0px;
  text-align: center;
  width: 166px;
  z-index: 15; }

.career:hover .career-sub {
  display: block;
  position: relative;
  width: 100%;
  background-color: #50007d;
  color: #fff;
  padding: 10px;
  border-radius: 20px;
  animation: bounceIn .5s; }

.menu a {
  width: 166px;
  color: #fff; }

.home-slider {
  border: #50007d 5px solid;
  font-size: 16px; }

.slider-link-1 {
  background: #dccce5;
  color: #50007d;
  text-align: center;
  padding-top: 20px;
  min-height: 85px; }

.slider-link-1 a {
  color: #000; }

.slider-link-1 a i {
  margin-top: -7px;
  color: #50007d; }

.slider-link-2 a {
  color: #FFF; }

.slider-link-2 a i {
  margin-top: -7px;
  color: #FFF; }

.slider-link-3 a {
  color: #FFF; }

.slider-link-3 a i {
  margin-top: -7px;
  color: #ba5543; }

.slider-link-1 a:hover i, .slider-link-2 a:hover i, .slider-link-3 a:hover i {
  opacity: .6; }

.slider-link-2 {
  background: #d56a34;
  color: #fff;
  text-align: center;
  padding-top: 20px;
  min-height: 85px; }

.slider-link-3 {
  background: #50007d;
  color: #fff;
  text-align: center;
  padding-top: 20px;
  min-height: 86px; }

.vertical .carousel-inner {
  height: 100%; }

.carousel.vertical .item {
  transition: 0.6s ease-in-out top; }

.carousel.vertical .active {
  top: 0; }

.carousel.vertical .next {
  top: 400px; }

.carousel.vertical .prev {
  top: -400px; }

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0; }

.carousel.vertical .active.left {
  top: -400px; }

.carousel.vertical .active.right {
  top: 400px; }

.carousel.vertical .item {
  left: 0; }

.brands {
  background: url(/images/menu-bg.png) repeat-x;
  background-position: center; }

.brand-item {
  background: url(/images/brand-bg.png) no-repeat;
  background-size: contain;
  background-position: center;
  min-height: 200px; }

.brand-item img {
  margin-top: 5px;
  transition: ease-out .2s;
  height: 225px; }

.brand-item img:hover {
  /* Chrome 4+, Op 15+, Saf 3.1, iOS Saf 3.2+ */
  /* Fx 3.5-15 */
  /* IE 9 */
  /* Op 10.5-12 */
  transform: rotate(10deg) scale(1.1);
  /* Fx 16+, IE 10+ */ }

.bottom-box {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  text-align: center; }

.left-box {
  border-radius: 25px 0px 0px 25px;
  -webkit-border-radius: 25px 0px 0px 25px;
  -moz-border-radius: 25px 0px 0px 25px;
  text-align: center; }

.right-box {
  border-radius: 0px 25px 25px 0px;
  -webkit-border-radius: 0px 25px 25px 0px;
  -moz-border-radius: 0px 25px 25px 0px;
  text-align: center; }

.right-box a, .left-box a {
  color: #fff; }

.purple-border {
  border: #50007d solid 5px;
  background-color: #000; }

.purple {
  background: #50007d;
  color: #fff; }

.green-border {
  border: #56cd06 solid 5px; }

.blue-border {
  border: #0175bd solid 5px; }

.blue {
  background: #0175bd;
  color: #fff; }

.facebook-box {
  font-size: 26px !important; }

#bottom-bar {
  clear: both;
  background: url(/images/sticky-footer-bg.png) repeat-x;
  color: white;
  height: 50px;
  padding: 1em 0em 0em 0em;
  width: 100%; }

.site-inner {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  background: #000;
  margin-top: 5px; }

.site-inner-black {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  background: #000;
  font-size: 12px;
  color: #fff;
  text-align: center; }

.site-inner-black a {
  color: white; }

#copyright {
  margin-top: 15px; }

#copyright, #address {
  float: left;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  line-height: 25px; }

#address {
  margin-top: 15px; }

#copyright, #address {
  float: left;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  line-height: 25px; }

#bottom-social {
  float: right; }

.connect {
  background-position: 0 0;
  height: 30px;
  width: 120px;
  margin-top: 15px; }

.connect, .connect-fb, .connect-tw, .connect-yt, .connect-pin, .connect-instagram {
  background: url(/images/connect-with-us-2.png) no-repeat;
  display: inline-block;
  overflow: hidden;
  text-align: right;
  text-indent: -9999px; }

.connect-fb {
  background-position: 0 -30px;
  height: 30px;
  width: 35px; }

.connect-tw {
  background-position: -33px -30px;
  height: 30px;
  width: 35px; }

.connect-yt {
  background-position: -65px -30px;
  height: 30px;
  width: 35px; }

.connect-pin {
  background-position: 0 -60px;
  height: 30px;
  width: 35px; }

.connect-instagram {
  background-position: -33px -60px;
  height: 30px;
  width: 35px; }

.planet-page, .family-page {
  font-weight: bold;
  font-size: 18px; }

.planet-page .red-text, .planet-page .blue-text, .planet-page .green-text, .planet-page .purple-text, .planet-page .aqua-text {
  font-size: 24px; }

.planet-page .row, family-page .row {
  margin-top: 20px; }

.planet-match:hover .planet-left {
  background: #99f;
  border-radius: 50px 0px 0px 50px; }

.planet-match:hover .planet-right {
  background: #99f;
  border-radius: 0px 50px 50px 0px; }

.planet-item {
  padding-left: 5px !important;
  padding-right: 5px !important; }

.planet-item, .family-item {
  min-height: 250px; }

.family-item {
  text-align: center;
  vertical-align: middle; }

.timeline-year {
  font-size: 56px;
  font-weight: bold; }

.hover-pair:hover .timeline-year, .highlight-year:hover .timeline-year {
  text-shadow: 0 0 5px #FF0000;
  text-decoration: underline; }

.hover-pair2:hover, .hover-pair-highlight:hover {
  text-shadow: 0 0 100px #060;
  text-decoration: underline; }

.hover-pair:hover img, .hover-pair2:hover img {
  /* Chrome 4+, Op 15+, Saf 3.1, iOS Saf 3.2+ */
  /* Fx 3.5-15 */
  /* IE 9 */
  /* Op 10.5-12 */
  transform: rotate(10deg) scale(1.1);
  /* Fx 16+, IE 10+ */ }

.small-lineheight {
  line-height: .8; }

.community-tab-1 {
  background-color: #20c7d7;
  color: #fff;
  border-radius: 15px;
  padding-top: 0px;
  text-align: center;
  font-family: 'PT Sans', sans-serif; }

.community-tab-1 a, .community-tab-2 a, .community-tab-3 a {
  cursor: pointer;
  display: block;
  padding-bottom: 40px; }

.community-tab-2 {
  background-color: #50007d;
  color: #fff;
  border-radius: 15px;
  padding-top: 0px;
  text-align: center;
  font-family: 'PT Sans', sans-serif; }

.community-tab-3 {
  background-color: #99cc33;
  color: #fff;
  border-radius: 15px;
  padding-top: 0px;
  text-align: center;
  font-family: 'PT Sans', sans-serif; }

.community-bg {
  border-radius: 15px;
  background-color: #fff;
  margin-top: -30px; }

.community-slide {
  min-height: 1000px; }

.ng-hide-remove-active {
  animation: fadeInRight 1s; }

.ng-hide-add-active {
  animation: fadeOutLeft .2s;
  display: block !important; }

.slide-top.ng-hide-remove-active {
  animation: fadeIn 1s; }

.slide-top.ng-hide-add-active {
  animation: fadeOutBottom .5s;
  display: block !important; }

.ng-hide {
  opacity: 0; }

.product-group {
  border-radius: 20px;
  border: #50007d solid 3px;
  padding-bottom: 20px;
  background-color: #fff; }

.product-header {
  background-color: #50007d;
  border-radius: 20px;
  color: #fff;
  border: #be8dda 3px solid;
  box-shadow: inset 0px 0px 7px 3px #fff;
  height: 50px;
  padding: 10px 0px 10px 20px;
  font-size: 18px;
  margin-top: -5px;
  margin-left: -3px;
  margin-right: -3px;
  font-family: 'PT Sans', sans-serif; }

.rounded {
  border: #be8dda 3px solid;
  border-radius: 5px;
  padding: 10px; }

.rounded-75 {
  width: 75%; }

.rounded-24 {
  width: 24%; }

.rounded:focus {
  box-shadow: inset 0px 0px 7px 3px #be8dda; }

.submitorange {
  padding: 20px;
  background-color: #50007d;
  color: #fff;
  border-radius: 15px; }

.submitorange:hover {
  background-color: #be8dda; }

.green-box {
  background-color: #000;
  width: 100%;
  color: #fff;
  border: #56cd06 3px solid;
  box-shadow: inset 0px 0px 7px 3px #fff;
  padding: 10px;
  text-align: center;
  z-index: 15; }

.orange-btn {
  background-color: #fa6c24;
  border-radius: 20px;
  color: #fff;
  border: #fa6c24 3px solid;
  box-shadow: inset 0px 0px 7px 3px #fff;
  height: 50px;
  padding: 12px 30% 10px 30%;
  text-align: center; }

.orange-btn:hover {
  color: #fff;
  opacity: .8; }

.career-tab-1 {
  background-color: #50007d;
  border-radius: 20px;
  color: #fff;
  border: #50007d 3px solid;
  box-shadow: inset 0px 0px 7px 3px #fff;
  text-align: center;
  font-family: 'PT Sans', sans-serif; }

.career-tab-2 {
  background-color: #fa6c24;
  border-radius: 20px;
  color: #fff;
  border: #fa6c24 3px solid;
  box-shadow: inset 0px 0px 7px 3px #fff;
  text-align: center;
  font-family: 'PT Sans', sans-serif; }

.career-tab-3 {
  background-color: #56cd06;
  border-radius: 20px;
  color: #fff;
  border: #56cd06 3px solid;
  box-shadow: inset 0px 0px 7px 3px #fff;
  text-align: center;
  font-family: 'PT Sans', sans-serif; }

.career-tab a {
  cursor: pointer;
  font-size: 28px;
  color: #fff;
  width: 100%;
  display: block;
  height: 100%;
  width: 100%;
  padding: 20px 0px 40px 0px; }

.career-content li {
  padding-top: 10px;
  font-weight: bold; }

.faq .panel-heading {
  background-color: #50007d;
  color: #fff; }

.faq .panel-heading a {
  background-color: #50007d;
  color: #fff; }

@media screen and (max-width: 767px) {
  .poll {
    width: 100% !important; } }

.poll {
  width: 50%;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  border: #bfccd6 3px solid;
  padding: 20px 40px 20px 40px;
  border-radius: 4px;
  background-color: #FFF; }

.poll h3 {
  margin: 20px 0 10px 0; }

.poll ul, .poll li {
  list-style: none;
  margin: 0;
  padding: 0; }

.poll li {
  padding: 10px 0 10px 0; }

.poll input[type="radio"] {
  margin: 0 10px 0 0; }

.poll input[type="submit"] {
  margin: 20px 0 0 0;
  background-color: #53626E;
  color: #FFF;
  border: 0;
  width: 100%;
  height: 40px;
  font-size: 10pt;
  border-radius: 4px; }

.coupon {
  border-radius: 20px;
  border: dashed 10px  #50007d;
  padding: 25px;
  text-align: center;
  background: #fff;
  margin-top: 50px;
  margin-bottom: 180px; }

.modal.fade:not(.in) .modal-dialog {
  transform: translate3d(0, 50%, 0); }

#myOffer .modal-dialog {
  margin-top: 25%; }

#myOffer .modal-header {
  background: #50007d;
  color: #fff; }

.value-select.selected {
  background: #dccce5 !important;
  border-radius: 15px;
  transition: .3s all ease; }

.no-gutter {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.top-menu-bar {
  margin-bottom: 1em;
  background: #fff;}

.top-menu-links {
  padding: 0;
  margin: 0; }
  .top-menu-links li {
    display: inline-block;
    height: 100px;
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .top-menu-links li a {
      display: block;
      width: 100%;
      padding-top: 35px;
      height: 100px;
      color: #fff;
      background: #50007d;
      text-align: center;
      font-size: 20px;
      transition: all .2s ease;
      font-family: "Montserrat", sans-serif; }
      .top-menu-links li a:hover {
        background: #dccce5;
        text-decoration: none;
        color: #50007d; }

.mobile-menu ul {
  padding: 0;
  margin: 0; }

.mobile-menu li {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important; }
  .mobile-menu li a {
    display: block;
    width: 100%;
    color: #fff;
    background: #50007d;
    text-align: center;
    font-size: 20px;
    transition: all .2s ease;
    font-family: "Montserrat", sans-serif; }
    .mobile-menu li a:hover {
      background: #dccce5;
      text-decoration: none;
      color: #50007d; }

.top-menu-kcc {
  background: #50007d;
  height: 100px; }
  .top-menu-kcc img {
    padding-top: 8px; }
  .top-menu-kcc:hover {
    background: #dccce5;
    text-decoration: none;
    color: #50007d; }

.top-menu-tpf {
  background: #50007d;
  height: 100px; }
  .top-menu-tpf img {
    padding-top: 8px; }
  .top-menu-tpf:hover {
    background: #dccce5;
    text-decoration: none;
    color: #50007d; }

.video-overlay-title {
  position: absolute;
  z-index: 99;
  left: 60%;
  bottom: 0;
  text-align: center;
  color: #fff;
  font-family: tasty, serif;
  font-size: 64px;
  padding-bottom: 50px;
  text-shadow: 2px 2px #50007D; }

.mobile-menu-btn {
  display: block;
  height: 75px;
  width: 100%;
  padding-top: 15px;
  color: #50007d; }

.app-label {
  font-weight: bold;
  padding-top: 10px; }

@media (min-width: 993px) {
  .app-label {
    float: right; } }

.position-form {
  min-height: 100vh;
  border: 5px #50007D solid;
  padding: 15px;
  background: #fff; }
  .position-form .row {
    padding-top: 10px; }

.apply-tabs .active a {
  background: #50007D !important;
  color: #fff !important; }

.btn-apply {
  background: #50007D !important;
  color: #fff !important; }

/*# sourceMappingURL=app.css.map */
