/* Color */
/* End Color */
/* Mixin */
/* End Mixin */
/* Font */
@font-face {
  font-family: "regular";
  src: url("../font/NunitoSans-Regular.eot");
  src: url("../font/NunitoSans-Regular.woff2") format("woff2"), url("../font/NunitoSans-Regular.woff") format("woff"), url("../font/NunitoSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "black";
  src: url("../font/NunitoSans-Black.eot");
  src: url("../font/NunitoSans-Black.woff2") format("woff2"), url("../font/NunitoSans-Black.woff") format("woff"), url("../font/NunitoSans-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "bold";
  src: url("../font/NunitoSans-Bold.eot");
  src: url("../font/NunitoSans-Bold.woff2") format("woff2"), url("../font/NunitoSans-Bold.woff") format("woff"), url("../font/NunitoSans-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "extrabold";
  src: url("../font/NunitoSans-ExtraBold.eot");
  src: url("../font/NunitoSans-ExtraBold.woff2") format("woff2"), url("../font/NunitoSans-ExtraBold.woff") format("woff"), url("../font/NunitoSans-ExtraBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "semibold";
  src: url("../font/NunitoSans-SemiBold.eot");
  src: url("../font/NunitoSans-SemiBold.woff2") format("woff2"), url("../font/NunitoSans-SemiBold.woff") format("woff"), url("../font/NunitoSans-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "palanquinmedium";
  src: url("../font/PalanquinDark-Medium.eot");
  src: url("../font/PalanquinDark-Medium.woff2") format("woff2"), url("../font/PalanquinDark-Medium.woff") format("woff"), url("../font/PalanquinDark-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "palanquinsemibold";
  src: url("../font/PalanquinDark-SemiBold.eot");
  src: url("../font/PalanquinDark-SemiBold.woff2") format("woff2"), url("../font/PalanquinDark-SemiBold.woff") format("woff"), url("../font/PalanquinDark-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
/* End Font */
/* Base */
@-ms-viewport {
  width: device-width; }
html {
  background: #fff;
  margin: 0;
  padding: 0; }

body {
  margin: 0;
  padding: 0;
  font-family: "semibold", Arial, Helvetica, sans-serif !important;
  color: #282828; }

section, div, p, span, h1, h2, h3, h4, h5, h6, a {
  position: relative;
  font-weight: normal; }

p, li {
  font-family: "semibold", Arial, Helvetica, sans-serif !important;
  font-size: 16px;
  line-height: 1.7; }

span {
  font-family: "regular", Arial, Helvetica, sans-serif !important;
  font-size: 14px; }

h1 {
  font-family: "palanquinsemibold" !important;
  font-size: 48px;
  letter-spacing: -1px; }

h2 {
  font-family: "palanquinsemibold" !important;
  font-size: 42px;
  letter-spacing: -1px; }

h3 {
  font-family: "palanquinsemibold" !important;
  font-size: 28px; }

h4 {
  font-family: "palanquinsemibold" !important;
  font-size: 24px; }

h5 {
  font-family: "palanquinsemibold" !important;
  font-size: 17px; }

h6 {
  font-family: "palanquinsemibold" !important;
  font-size: 15px; }

a, a:hover, a:focus, a:active {
  font-size: 16px;
  outline: 0px;
  text-decoration: none;
  display: inline-block; }

img {
  display: inline-block; }

section {
  padding: 70px 0px; }

a.btn {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  background: #de2829;
  margin: 15px 0px;
  font-family: "semibold", Arial, Helvetica, sans-serif !important;
  font-size: 16px;
  padding: 10px 20px;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  a.btn:hover {
    background: #fff;
    color: #de2829;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

.wrapper {
  width: 100%;
  margin: auto;
  max-width: 1200px; }

/* End Base */
/* Navbar */
.navbar {
  background: #de2829 !important; }

.navbar-default, .navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: none !important; }

.navbar-brand {
  height: auto; }

.navbar-default {
  box-shadow: -1px 3px 6px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: -1px 3px 6px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -1px 3px 6px 1px rgba(0, 0, 0, 0.3); }

.navbar-default .navbar-nav > li {
  padding: 15px 12px 10px; }
  .navbar-default .navbar-nav > li > a {
    font-family: "semibold" !important;
    color: #fff !important;
    font-size: 18px;
    text-transform: uppercase;
    float: right;
    border: solid 1px transparent;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    box-shadow: none; }
    .navbar-default .navbar-nav > li > a.active {
      color: #ffd666 !important; }
  .navbar-default .navbar-nav > li:last-child {
    padding-left: 0px;
    padding-top: 10px; }
    .navbar-default .navbar-nav > li:last-child:before {
      content: '';
      position: absolute;
      top: 18px;
      left: 42px;
      width: 161px;
      height: 54px;
      z-index: 1;
      border: solid 2px #fff;
      opacity: 1;
      -webkit-border-radius: 40px;
      -moz-border-radius: 40px;
      -ms-border-radius: 40px;
      border-radius: 40px;
      overflow: hidden;
      animation: zoom 0.5s ease-in infinite alternate;
      -webkit-animation: zoom 0.5s ease-in infinite alternate; }
    .navbar-default .navbar-nav > li:last-child img {
      position: relative;
      z-index: 5; }
    .navbar-default .navbar-nav > li:last-child a {
      padding: 5px;
      padding-left: 30px;
      border-left: solid 1px #bcbec0; }

@-webkit-keyframes zoom {
  0% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1); }
  100% {
    transform: scale(1.2, 1.4);
    -webkit-transform: scale(1.2, 1.4);
    -moz-transform: scale(1.2, 1.4);
    -ms-transform: scale(1.2, 1.4);
    -o-transform: scale(1.2, 1.4); } }
@-moz-keyframes zoom {
  0% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1); }
  100% {
    transform: scale(1.2, 1.4);
    -webkit-transform: scale(1.2, 1.4);
    -moz-transform: scale(1.2, 1.4);
    -ms-transform: scale(1.2, 1.4);
    -o-transform: scale(1.2, 1.4); } }
@-o-keyframes zoom {
  0% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1); }
  100% {
    transform: scale(1.2, 1.4);
    -webkit-transform: scale(1.2, 1.4);
    -moz-transform: scale(1.2, 1.4);
    -ms-transform: scale(1.2, 1.4);
    -o-transform: scale(1.2, 1.4); } }
/* End Navbar */
/* Footer */
footer {
  background: #f7f7f7;
  padding: 30px 0px 20px;
  font-size: 14px; }
  footer .col-md-8 div img {
    margin-bottom: 15px; }
  footer .col-md-8 div p {
    padding-right: 130px;
    font-size: 14px; }
    footer .col-md-8 div p:after {
      content: '';
      height: 100%;
      width: 1px;
      background: #bcbec0;
      position: absolute;
      top: 0px;
      right: 110px; }
  footer .col-md-8 > img {
    position: absolute;
    top: 55px;
    right: 30px; }
  footer .col-md-4 {
    padding-top: 60px; }
    footer .col-md-4 p {
      text-align: right;
      font-size: 14px;
      padding: 0px 10px; }
    footer .col-md-4 div {
      text-align: right; }
    footer .col-md-4 img {
      margin-bottom: 10px; }
  footer .copyright {
    text-align: center;
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 30px; }
  footer .wrapper {
    padding: 0px 15px; }

.cd-top {
  display: inline-block;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 50;
  padding: 1px 5px;
  background: #ffd666;
  font-size: 30px;
  color: #282828;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  font-weight: bold;
  box-shadow: -1px 3px 6px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: -1px 3px 6px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -1px 3px 6px 1px rgba(0, 0, 0, 0.3); }

/* End Footer */
.section-header h1, .section-header h2, .section-header h3 {
  line-height: 1.1;
  color: #de2829; }

#mainbanner {
  padding: 0px;
  padding-top: 80px; }
  #mainbanner .mainbanner-frame {
    width: 100%;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 10; }
  #mainbanner .owl-nav {
    position: absolute;
    width: 100%;
    top: 30%; }
    #mainbanner .owl-nav button {
      background: none;
      cursor: pointer;
      outline: none !important; }
      #mainbanner .owl-nav button i {
        font-size: 50px;
        color: #ddd;
        outline: none !important; }
    #mainbanner .owl-nav .owl-prev {
      float: left; }
    #mainbanner .owl-nav .owl-next {
      float: right; }
  #mainbanner .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0px;
    padding: 20px 0px 50px;
    background: url("../img/frame.png") no-repeat center bottom;
    background-size: 100% 100%; }
    #mainbanner .owl-dots span {
      background: #fff !important; }
    #mainbanner .owl-dots .active span {
      background: #de2829 !important; }

#about {
  background: url("../img/bg-about.jpg") no-repeat right top;
  padding: 0px; }
  #about .row {
    padding: 0px 50px; }
  #about h1 {
    margin-top: 80px;
    margin-bottom: 30px;
    width: 100%;
    max-width: 450px;
    font-size: 38px; }
  #about .col-md-6:first-child {
    padding-bottom: 80px; }
  #about .col-md-6:last-child {
    padding: 0px 50px; }
    #about .col-md-6:last-child img {
      width: 100%;
      opacity: 0;
      margin-bottom: 50px; }
  #about .container > img {
    margin-bottom: 50px;
    position: absolute;
    top: 0px;
    left: 52%;
    width: 50%;
    max-width: 450px; }

#benefit {
  padding: 0px; }
  #benefit .container > div {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    overflow: hidden;
    padding: 50px;
    background: url("../img/benefit-pattern.png") repeat-x left bottom, #de2829;
    margin-bottom: 10px;
    top: -50px; }
  #benefit .section-header {
    width: 100%;
    max-width: 490px;
    margin: auto;
    margin-bottom: 20px; }
  #benefit h2 {
    color: #fff; }
  #benefit .benefit-item {
    padding: 20px;
    padding-bottom: 30px; }
    #benefit .benefit-item img {
      float: left;
      width: 130px;
      margin-left: -10px;
      margin-top: -15px; }
    #benefit .benefit-item div {
      padding-left: 135px; }
    #benefit .benefit-item h5 {
      color: #ffd666;
      text-transform: uppercase;
      margin-top: 0px; }
    #benefit .benefit-item p {
      color: #fff; }
  #benefit a {
    margin-left: 50px;
    color: #282828;
    position: relative;
    top: -40px; }
  #benefit .owl-carousel {
    display: none; }
  #benefit .owl-theme .owl-dots .owl-dot.active span, #benefit .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffd666; }

#promo {
  padding-top: 0px; }
  #promo .section-header {
    margin-top: 30px;
    margin-bottom: 30px; }
  #promo .row {
    padding: 0px 50px; }
  #promo .col-md-6:first-child .promo-wrapper {
    padding: 20px 50px; }
    #promo .col-md-6:first-child .promo-wrapper img {
      width: 100%;
      margin-bottom: 20px; }
    #promo .col-md-6:first-child .promo-wrapper p {
      font-family: "extrabold" !important; }
    #promo .col-md-6:first-child .promo-wrapper .buy a img {
      width: auto;
      margin-left: -5px;
      margin-bottom: 5px; }
    #promo .col-md-6:first-child .promo-wrapper .buy a:last-child {
      margin-right: 0px; }
  #promo .col-md-6:last-child {
    text-align: center; }
    #promo .col-md-6:last-child img {
      width: 100%;
      max-width: 500px;
      margin: auto; }
  #promo .owl-nav {
    position: absolute;
    width: 100%;
    top: 30%; }
    #promo .owl-nav button {
      background: none;
      cursor: pointer;
      outline: none !important; }
      #promo .owl-nav button i {
        font-size: 50px;
        color: #ddd;
        outline: none !important; }
    #promo .owl-nav .owl-prev {
      float: left; }
    #promo .owl-nav .owl-next {
      float: right; }

#join {
  background: #F2EBE2;
  padding-bottom: 0px; }
  #join .row {
    padding: 0px 50px; }
  #join .container img {
    width: 100%;
    max-width: 400px;
    margin: auto;
    display: inherit; }
  #join .section-header {
    width: 100%;
    max-width: 420px; }
  #join .panel {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 10px; }
  #join .panel-default > .panel-heading {
    background: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
    padding: 5px;
    cursor: pointer; }
    #join .panel-default > .panel-heading p:first-child {
      background: red;
      color: #fff; }
    #join .panel-default > .panel-heading.collapsed p:first-child {
      background: #fff;
      color: #000; }
  #join .panel-title {
    line-height: 2px;
    background: #fff; }
    #join .panel-title p {
      font-size: 24px;
      color: #282828; }
    #join .panel-title p:first-child {
      display: inline-block;
      text-align: center;
      width: 40px;
      height: 40px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%;
      overflow: hidden;
      line-height: 0.45;
      border: solid 1px #eeeeee;
      padding: 10px 12px;
      font-family: "palanquinmedium" !important;
      position: absolute;
      top: 0px;
      left: 0px; }
    #join .panel-title p:last-child {
      display: inline-block;
      margin-bottom: 10px;
      margin-top: 5px;
      line-height: 1;
      vertical-align: top;
      padding-left: 54px;
      font-family: "palanquinmedium" !important; }
  #join .panel-body {
    border: none;
    padding: 0px;
    padding-left: 61px;
    padding-right: 20px; }
    #join .panel-body p {
      padding-bottom: 5px; }

#instagram {
  padding-top: 170px;
  padding-top: 12vw; }

#testimonial .container > div:last-child {
  padding: 0px 150px; }
#testimonial .owl-carousel {
  margin-top: 40px; }
  #testimonial .owl-carousel .item {
    text-align: center;
    padding: 10px 20px; }
    #testimonial .owl-carousel .item img {
      width: 100%;
      max-width: 400px;
      margin: auto; }
#testimonial .owl-nav {
  position: absolute;
  width: 100%;
  top: 30%; }
  #testimonial .owl-nav button {
    background: none;
    cursor: pointer;
    outline: none !important; }
    #testimonial .owl-nav button i {
      font-size: 50px;
      color: #ddd;
      outline: none !important; }
  #testimonial .owl-nav .owl-prev {
    float: left;
    position: relative;
    left: -50px; }
  #testimonial .owl-nav .owl-next {
    float: right;
    position: relative;
    right: -50px; }

#chat {
  padding: 0px; }
  #chat .bg-chat {
    width: 100%;
    height: 400px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #F2EBE2;
    z-index: 1; }
  #chat .container {
    position: relative;
    z-index: 5; }
  #chat .row {
    padding: 0px 50px; }
    #chat .row .col-md-6:first-child {
      text-align: right; }
    #chat .row .col-md-6:last-child {
      position: absolute;
      left: 50%;
      bottom: 50px; }
    #chat .row .section-header {
      margin-top: 180px; }
      #chat .row .section-header h2 {
        color: #de2829; }
    #chat .row img {
      width: 100%;
      max-width: 400px;
      display: inline-block; }

@media (max-width: 1199px) {
  .navbar .navbar-header {
    float: none; }
  .navbar .navbar-toggle {
    display: block;
    z-index: 10; }
  .navbar .navbar-collapse {
    border-top: none;
    box-shadow: none;
    padding: 0px; }
  .navbar .navbar-collapse.collapse {
    display: none !important; }
  .navbar .navbar-nav {
    float: none !important;
    margin: 0px;
    padding: 0px; }

  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: none; }

  .navbar-default .navbar-nav > li {
    padding: 0px 20px;
    float: none; }
    .navbar-default .navbar-nav > li:last-child:before {
      left: 31px; }
    .navbar-default .navbar-nav > li:last-child a {
      border: none; }
      .navbar-default .navbar-nav > li:last-child a img {
        margin-left: -10px;
        margin-bottom: 20px; }
    .navbar-default .navbar-nav > li > a {
      float: none; }

  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a.active {
    background: #de2829; }

  .navbar-default .navbar-toggle {
    cursor: pointer;
    background: transparent !important;
    margin: 25px 20px 30px; }
    .navbar-default .navbar-toggle .icon-bar {
      background: #fff; }

  /* since 3.1,1 */
  .navbar-collapse.collapse.in {
    display: block !important; }

  .collapsing {
    overflow: hidden !important; }

  #testimonial .container > div:last-child {
    padding: 0px 50px; }

  #chat .row .col-md-6:last-child {
    bottom: 20px; } }
@media (max-width: 991px) {
  #about {
    background-position: bottom; }
    #about .container > img {
      display: none; }
    #about .col-md-6:first-child {
      padding-bottom: 10px; }
    #about .col-md-6:last-child {
      text-align: center; }
      #about .col-md-6:last-child img {
        opacity: 1;
        max-width: 400px; }

  #benefit .deskversion {
    display: none; }
  #benefit .owl-carousel {
    display: block; }
  #benefit .container > div {
    padding: 20px; }

  #testimonial {
    padding-top: 100px; }

  #chat .row .col-md-6:last-child {
    bottom: 0px; }

  .panel-group {
    padding-bottom: 30px; }

  footer .col-md-4 {
    padding-top: 30px; }
    footer .col-md-4 p, footer .col-md-4 div {
      text-align: center; } }
@media (max-width: 767px) {
  #mainbanner .owl-dots {
    padding: 20px 0px; }

  #join .row, #promo .row, #about .row, #chat .row {
    padding: 0px 10px; }

  #benefit .benefit-item {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px; }

  #chat .row .section-header {
    margin-top: 100px; }
  #chat .row .col-md-6:last-child {
    position: relative;
    left: 0;
    padding-bottom: 450px; }
  #chat .row .col-md-6:first-child {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center; }
  #chat .bg-chat {
    height: 820px; } }
@media (max-width: 550px) {
  #mainbanner .owl-dots {
    padding: 15px 0px; }

  #about h1 {
    margin-top: 50px; }

  #benefit a {
    margin-left: 10px; }

  #promo .col-md-6:first-child .promo-wrapper p, #promo .col-md-6:first-child .promo-wrapper .buy {
    text-align: center; }

  #join .row, #promo .row, #about .row {
    padding: 0px; }

  #benefit .benefit-item img {
    width: 100px; }
  #benefit .benefit-item div {
    padding-left: 110px; }

  #chat .bg-chat {
    height: 830px; }
  #chat .row .section-header {
    margin-top: 100px; }

  footer .col-md-8 div p {
    padding-left: 5px;
    padding-top: 20px;
    padding-right: 0px; }
    footer .col-md-8 div p:after {
      display: none; }
  footer .col-md-8 div img {
    float: none; }
  footer .col-md-8 > img {
    left: 250px;
    top: -15px;
    width: 70px; }

  h1, h2 {
    font-size: 28px !important; } }
@media (max-width: 350px) {
  #chat .row .col-md-6:last-child {
    padding-bottom: 300px; }
  #chat .bg-chat {
    height: 690px; } }

/*# sourceMappingURL=style.css.map */
