@font-face {
  font-family: 'paper_johnny_dreiregular';
  src: url("fonts/papejd__-webfont.eot");
  src: url("fonts/papejd__-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/papejd__-webfont.woff2") format("woff2"), url("fonts/papejd__-webfont.woff") format("woff"), url("fonts/papejd__-webfont.ttf") format("truetype"), url("fonts/papejd__-webfont.svg#paper_johnny_dreiregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 62.5%;
  /* 1rem = 10px */
}

body {
  background: #fff;
  background: url(img/bg.png) repeat;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Gudea', 'Archivo Narrow', 'Open Sans', Arial, sans-serif;
}

.row-mint {
  background: #74CAAA;
}
.row-twitter {
  background: #55acee;
}

.kigu-container {
  width: 1600px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.col-4 {
  width: 600px;
}
.col-5 {
  width: 700px;
}
.col-7 {
  width: 900px;
}
.col-8 {
  width: 1000px;
}

h2 {
  color: #CF3A62;
}

a {
  color: #bdc3c7;
}
a:hover {
  color: none;
  text-decoration: none;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

p {
  line-height: 1.6;
  font-size: 22px;
  font-size: 2.2rem;
  /* 2.2rem / 22px */
}

.btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.default {
  border: none;
}

.btn-default:hover,
.btn-default.active {
  border: none;
}

.inherit {
  color: inherit;
}
.inherit:hover {
  color: inherit;
}

.links {
  border-bottom: 1px solid #CF3A62;
  -webkit-transition: color .5s;
  -moz-transition: color .5s;
  -o-transition: color .5s;
  transition: color .5s;
}
.links:hover {
  text-decoration: none;
  color: #CF3A62;
}

.padding-40 {
  padding: 20px 40px 40px;
}
.padding-60 {
  padding: 20px 60px 40px;
}

.title {
  font-family: "paper_johnny_dreiregular", Impact, Arial, sans-serif;
  margin-bottom: 20px;
  font-size: 54px;
  font-size: 5.4rem;
  /* 5.4rem / 54px */
}
.title-link {
  text-decoration: underline;
}

/* #HEADER */
.header h1 {
  padding-bottom: 19px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}
.header img {
  display: inline-block;
}
.header .navbar-logo {
  margin-right: 0;
  position: relative;
  top: 32px;
}
.header .navbar-logo > a {
  color: inherit;
  text-decoration: none;
}

.fa {
  transition: all 0.5s ease;
}
.fa-facebook-square {
  color: #3b5998;
}
.fa-facebook-square:hover {
  transform: translate(0, -10px);
}
.fa-twitter-square {
  color: #55acee;
}
.fa-twitter-square:hover {
  transform: translate(0, -10px);
}
.fa-tumblr-square {
  color: #35465c;
}
.fa-tumblr-square:hover {
  transform: translate(0, -10px);
}
.fa-pinterest-square {
  color: #cc2127;
}
.fa-pinterest-square:hover {
  transform: translate(0, -10px);
}
.fa-instagram {
  color: #3f729b;
}
.fa-instagram:hover {
  transform: translate(0, -10px);
}
.fa-long-arrow-right {
  opacity: 0;
}
.fa-long-arrow-right:hover {
  transform: translate(0, -10px);
}
.fa-arrow-right {
  font-size: 34px !important;
  position: relative;
  top: -8px;
  opacity: 0;
}
.fa-arrow-right:hover {
  transform: translate(0, -10px);
}

.inherit:hover .fa-long-arrow-right, .inherit:hover .fa-arrow-right {
  transform: translate(20px, 0);
  opacity: 100;
}

/* #MAIN */
.main p {
  margin-bottom: 30px;
}

.what-is {
  background: #f6f6f6;
}
.what-is img {
  float: left;
  margin-right: 30px;
}

.what-is .btn,
.kigu-giveaway .btn {
  margin-top: 20px;
  color: #fff;
  background: #CF3A62;
  -webkit-transition: background .5s;
  -moz-transition: background .5s;
  -o-transition: background .5s;
  transition: background .5s;
  font-size: 32px;
  font-size: 3.2rem;
  /* 3.2rem / 32px */
}
.what-is .btn:hover,
.kigu-giveaway .btn:hover {
  background: #ac2a4d;
}

.kigu-img {
  background: #E5E7E6;
  height: 632px;
}
.kigu-img img {
  width: 100%;
}

.kigu-video {
  background: #74CAAA;
  color: #CF3A62;
  height: 503px;
}
.kigu-video .js-video {
  text-align: center;
  position: relative;
  top: 30px;
}

.authorized {
  text-align: center;
  padding: 20px 60px;
}
.authorized img {
  display: inline;
}
.authorized .fa-plus, .authorized .glyphicon-pause {
  margin: 0 60px;
  position: relative;
  top: 13px;
}
.authorized .glyphicon-pause {
  transform: rotate(90deg);
}
.authorized p {
  display: inline;
  position: relative;
  top: 10px;
  left: 40px;
  font-size: 40px;
  font-size: 4rem;
  /* 4.0rem / 40px */
}

.kigu-giveaway {
  background: #74CAAA;
}
.kigu-giveaway p {
  margin-bottom: 30px;
}
.kigu-giveaway a {
  color: #fff;
}
.kigu-giveaway .btn {
  display: none;
}

.kigu-fb {
  background: #3b5998;
}

.fb-post {
  text-align: center;
  display: block !important;
}

.social-reviews {
  font-size: 16px;
  margin-top: 30px;
  text-align: center;
}
.social-reviews a {
  color: #fff;
}

.kigu-twitter {
  background: #55acee;
}

.twitter-timeline {
  margin: 0 auto;
  display: block;
}

.kigu-gram {
  background: #3f729b;
}

#instafeed {
  text-align: center;
}
#instafeed img {
  display: inline-block;
}
#instafeed a:first-child img {
  margin: 0 10px 10px 0;
}
#instafeed a:nth-child(2) img {
  margin: 0 0 10px 10px;
}
#instafeed a:nth-child(3) img {
  margin: 10px 10px 0 0;
}
#instafeed a:nth-child(4) img {
  margin: 10px 0 0 10px;
}

.kigu-img2 {
  overflow: hidden;
}
.kigu-img2 img {
  overflow: hidden;
  position: relative;
  left: -80px;
  max-width: inherit;
}

.kigu-goto {
  clear: both;
}
.kigu-goto .btn {
  color: #fff;
  background: #CF3A62;
  padding: 20px 0;
  border-radius: 0;
  -webkit-transition: background .5s;
  -moz-transition: background .5s;
  -o-transition: background .5s;
  transition: background .5s;
  font-size: 80px;
  font-size: 8rem;
  /* 8.0rem / 80px */
}
.kigu-goto .btn:hover {
  background: #ac2a4d;
}

/* #FOOTER */
.footer {
  padding: 40px 15px 0;
  color: #777;
  text-align: center;
}

.footer-logo {
  padding: 0;
}

@media (max-width: 600px) {
  .container {
    width: auto;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 1630px) {
  /* 0.7975460122699387 */
  .kigu-container {
    width: 1300px;
  }

  .col-4 {
    width: 487.5px;
  }
  .col-5 {
    width: 568.75px;
  }
  .col-7 {
    width: 731.25px;
  }
  .col-8 {
    width: 812.5px;
  }

  p {
    font-size: 20px;
    font-size: 2rem;
    /* 2rem / 20px */
  }

  .kigu-img {
    overflow: hidden;
    position: relative;
  }
  .kigu-img img {
    height: 100%;
    margin-left: -50px;
    position: absolute;
    max-width: none;
    width: auto;
  }

  .kigu-video .js-video {
    top: 70px;
  }

  #instafeed img {
    width: 232px;
  }

  .kigu-img2 {
    height: 643px;
  }
  .kigu-img2 img {
    left: -150px;
  }

  .kigu-goto .btn {
    font-size: 75px;
    font-size: 7.5rem;
    /* 7.5rem / 75px */
  }
}
@media (max-width: 1330px) {
  .kigu-container {
    width: 1060px;
  }

  .col-5 {
    width: 463.75px;
  }
  .col-7 {
    width: 596.25px;
  }

  p {
    font-size: 20px;
    font-size: 2rem;
    /* 2rem / 20px */
  }

  .kigu-img,
  .what-is,
  .kigu-video,
  .kigu-giveaway {
    width: 100%;
  }

  .kigu-img {
    height: 450px;
    border-bottom: 2px solid #CF3A62;
  }
  .kigu-img img {
    position: absolute;
    margin-top: -50px;
    margin-left: 0;
    height: auto;
  }

  .kigu-video {
    height: auto;
    padding: 20px 60px 40px;
  }
  .kigu-video .js-video {
    position: inherit;
  }

  .row-twitter {
    background-color: #3b5998;
  }

  .giveaway-text {
    float: left;
    width: 48%;
  }
  .giveaway-widget {
    float: right;
    width: 48%;
    padding-left: 4%;
  }
  .giveaway-widget iframe {
    margin-left: 0;
    display: inline;
  }

  #raflcptr {
    margin: 0;
  }

  .kigu-fb {
    width: 45%;
  }

  .kigu-twitter {
    width: 55%;
  }

  .row-gram {
    background: #3f729b;
  }

  #instafeed {
    text-align: center;
  }
  #instafeed img {
    width: 232px;
  }
  #instafeed a:nth-child(1) img {
    margin: 0 12px 0 0;
  }
  #instafeed a:nth-child(2) img {
    margin: 0 0 0 0;
  }
  #instafeed a:nth-child(3),
  #instafeed a:nth-child(4) {
    display: none;
  }

  .row-gram {
    height: 391px;
    overflow: hidden;
  }

  .kigu-img2 img {
    width: 100%;
    left: 0;
  }

  .kigu-goto .btn {
    font-size: 60px;
    font-size: 6rem;
    /* 6rem / 60px */
  }
}
@media screen and (max-width: 1100px) {
  .kigu-container {
    width: 877px;
  }

  .kigu-img {
    height: 350px;
  }
  .kigu-img img {
    margin-left: -80px;
  }

  .giveaway-text,
  .giveaway-widget,
  .kigu-fb,
  .kigu-twitter,
  .kigu-gram,
  .kigu-img2 {
    width: 100%;
  }

  .giveaway-text {
    float: none;
  }

  .giveaway-widget {
    float: none;
    padding-left: 0;
  }

  #instafeed a:nth-child(3) {
    display: inline;
  }
  #instafeed a:nth-child(3) img {
    margin: 0 0 0 12px;
  }

  .row-gram {
    height: auto;
    overflow: visible;
  }

  .kigu-img2 {
    height: 500px;
  }

  .kigu-goto .btn {
    font-size: 50px;
    font-size: 5rem;
    /* 5rem / 50px */
  }
}
@media screen and (max-width: 920px) {
  .kigu-container {
    width: 733px;
  }

  p {
    font-size: 18px;
    font-size: 1.8rem;
    /* 1.8rem / 18px */
  }

  .header .navbar-logo {
    top: 38px;
  }

  .fa-3x {
    font-size: 2.5em !important;
  }

  .kigu-img img {
    margin: 0;
    width: inherit;
  }

  .title {
    font-size: 44px;
    font-size: 4.4rem;
    /* 4.4rem / 44px */
  }

  .what-is .btn {
    font-size: 30px;
    font-size: 3rem;
    /* 3rem / 30px */
  }

  #instafeed a:first-child img {
    margin: 0 10px 10px 0;
  }
  #instafeed a:nth-child(2) img {
    margin: 0 0 10px 10px;
  }
  #instafeed a:nth-child(3) {
    display: inline;
  }
  #instafeed a:nth-child(3) img {
    margin: 10px 10px 0 0;
  }
  #instafeed a:nth-child(4) {
    display: inline;
  }
  #instafeed a:nth-child(4) img {
    margin: 10px 0 0 10px;
  }

  .kigu-img2 {
    height: 400px;
  }

  .kigu-goto .btn {
    font-size: 40px;
    font-size: 4rem;
    /* 4rem / 40px */
  }
}
@media screen and (max-width: 760px) {
  /* 0.7975460122699387 */
  .kigu-container {
    width: 606px;
  }
}
@media screen and (max-width: 680px) {
  .fa-long-arrow-right {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .kigu-container {
    width: 510px;
  }

  p {
    font-size: 16px;
    font-size: 1.6rem;
    /* 1.6rem / 16px */
  }

  .rwd-pad {
    padding: 20px 40px 40px;
  }

  .navbar-logo {
    display: none;
  }

  .logo {
    text-align: center;
  }

  .kigu-img {
    height: 300px;
  }

  .title {
    font-size: 38px;
    font-size: 3.8rem;
    /* 3.8rem / 38px */
  }

  .what-is .btn,
  .kigu-giveaway .btn {
    font-size: 25px;
    font-size: 2.5rem;
    /* 2.5rem / 25px */
  }

  #instafeed img {
    margin: 0 0 20px !important;
  }

  .kigu-goto .btn {
    font-size: 34px;
    font-size: 3.4rem;
    /* 3.4rem / 34px */
  }
}
@media screen and (max-width: 540px) {
  .kigu-container {
    width: 430px;
  }

  .giveaway-widget {
    display: none;
  }

  .kigu-giveaway .btn {
    display: block;
  }

  .kigu-img2 {
    height: auto;
  }

  .kigu-goto .btn {
    font-size: 28px;
    font-size: 2.8rem;
    /* 2.8rem / 28px */
  }
}
@media screen and (max-width: 460px) {
  .kigu-container {
    width: 100%;
    /* 366  */
  }

  .rwd-pad {
    padding: 20px 20px 40px;
  }

  p {
    font-size: 15px;
    font-size: 1.5rem;
    /* 1.5rem / 15px */
  }

  .title {
    font-size: 34px;
    font-size: 3.4rem;
    /* 3.4rem / 34px */
  }
}
@media screen and (max-width: 360px) {
  .title {
    font-size: 31px;
    font-size: 3.1rem;
    /* 3.1rem / 31px */
  }

  p {
    font-size: 14px;
    font-size: 1.4rem;
    /* 1.4rem / 14px */
  }

  .kigu-img {
    height: 330px;
  }

  .what-is img {
    float: none;
    margin: 0 auto 30px;
  }

  .what-is .btn,
  .kigu-giveaway .btn {
    font-size: 22px;
    font-size: 2.2rem;
    /* 2.2rem / 22px */
  }

  .kigu-goto .btn {
    font-size: 26px;
    font-size: 2.6rem;
    /* 2.8rem / 28px */
    padding: 15px 0;
  }

  ._5v3q {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 320px) {
  .title {
    font-size: 35px;
    font-size: 3.5rem;
    /* 3.5rem / 35px */
  }

  .footer p {
    font-size: 12px;
    font-size: 1.2rem;
    /* 1.5rem / 15px */
  }
}

/*# sourceMappingURL=style.css.map */
