/* line 1, ../../../../app/stylesheets/baked/frontend.sass */
span, p, h1, h2, h3, h4 {
  font-family: "Helvetica Neue", sans-serif;
}

/* line 5, ../../../../app/stylesheets/baked/frontend.sass */
body {
  background: url("/images/bg.jpg");
}

/* line 8, ../../../../app/stylesheets/baked/frontend.sass */
.wrapper {
  margin: 20px auto 0 auto;
}

/* line 11, ../../../../app/stylesheets/baked/frontend.sass */
.images {
  text-align: center;
}

/* line 15, ../../../../app/stylesheets/baked/frontend.sass */
.over_text {
  position: absolute;
  margin: 0 auto;
  top: 116px;
  z-index: 1;
  text-align: center;
}

/* line 22, ../../../../app/stylesheets/baked/frontend.sass */
.over_text.show-on-phones {
  top: 190px;
}

/* line 25, ../../../../app/stylesheets/baked/frontend.sass */
.cl {
  clear: both;
}

/* line 28, ../../../../app/stylesheets/baked/frontend.sass */
.row .screens {
  margin: 30px auto;
  text-align: center;
}

/* line 32, ../../../../app/stylesheets/baked/frontend.sass */
.hide {
  display: none;
}

/* line 35, ../../../../app/stylesheets/baked/frontend.sass */
.left_side, .right_side {
  width: 50% !important;
  margin-left: 0;
}
/* line 38, ../../../../app/stylesheets/baked/frontend.sass */
.left_side .img, .right_side .img {
  margin: 0 8px 10px 0 !important;
  border: 3px solid #28a4ea;
  cursor: pointer;
  width: 150px !important;
  height: 150px !important;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 150px;
}
/* line 47, ../../../../app/stylesheets/baked/frontend.sass */
.left_side .video, .right_side .video {
  background-image: url("/images/play.png");
  height: 60px;
  left: 49px;
  position: relative;
  top: 46px;
  width: 64px;
  cursor: pointer;
}
/* line 55, ../../../../app/stylesheets/baked/frontend.sass */
.left_side .img.no_margin_r, .right_side .img.no_margin_r {
  margin-right: 0 !important;
}

/* line 58, ../../../../app/stylesheets/baked/frontend.sass */
.mobile-side {
  margin: auto;
  max-width: 479px;
}
/* line 61, ../../../../app/stylesheets/baked/frontend.sass */
.mobile-side li {
  width: 29% !important;
  margin-bottom: 1px !important;
}
/* line 64, ../../../../app/stylesheets/baked/frontend.sass */
.mobile-side .img {
  margin-left: -6px;
  border: 3px solid #28a4ea;
  cursor: pointer;
  width: 85px !important;
  height: 85px !important;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 85px;
  display: inline-block !important;
}
/* line 74, ../../../../app/stylesheets/baked/frontend.sass */
.mobile-side .block-grid {
  margin: auto;
}

/* line 77, ../../../../app/stylesheets/baked/frontend.sass */
.dark_box {
  background-color: rgba(0, 0, 0, 0.7);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
}
/* line 85, ../../../../app/stylesheets/baked/frontend.sass */
.dark_box .chumk {
  bottom: 0px;
  position: relative;
  width: 36% !important;
}
/* line 89, ../../../../app/stylesheets/baked/frontend.sass */
.dark_box .chumk img {
  position: relative;
  bottom: -21px;
  float: left;
}
/* line 93, ../../../../app/stylesheets/baked/frontend.sass */
.dark_box .logo {
  margin: 15px 0 0 10px;
}
/* line 95, ../../../../app/stylesheets/baked/frontend.sass */
.dark_box .logo .description {
  margin-top: 17px;
}
/* line 97, ../../../../app/stylesheets/baked/frontend.sass */
.dark_box .logo .description p {
  font-size: 15px;
  color: white;
  line-height: 20px;
  text-align: justify;
  padding: 0 10px 0 0;
}
/* line 104, ../../../../app/stylesheets/baked/frontend.sass */
.dark_box .app_store {
  text-align: right;
  margin-left: 10px;
}
/* line 107, ../../../../app/stylesheets/baked/frontend.sass */
.dark_box .app_store .app {
  margin-top: 15px;
}
/* line 110, ../../../../app/stylesheets/baked/frontend.sass */
.dark_box .app_store .app .video {
  display: inline-block;
  cursor: pointer;
  margin-top: 15px;
  zoom: 1;
}
/* line 116, ../../../../app/stylesheets/baked/frontend.sass */
.dark_box .app_store.show-on-phones {
  margin: 0 auto;
  text-align: center;
}
/* line 119, ../../../../app/stylesheets/baked/frontend.sass */
.dark_box .app_store.show-on-phones .app {
  text-align: center;
}
/* line 121, ../../../../app/stylesheets/baked/frontend.sass */
.dark_box .app_store.show-on-phones .app .video {
  margin: 3px 10px 0px;
}

/* line 124, ../../../../app/stylesheets/baked/frontend.sass */
.footer .copy {
  margin-top: 20px;
}

/* line 127, ../../../../app/stylesheets/baked/frontend.sass */
.shadow {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 2000px;
}

/* line 137, ../../../../app/stylesheets/baked/frontend.sass */
.video_popup {
  padding: 40px;
  background-color: white;
  max-width: 780px;
  min-width: 0px;
  margin: 0 auto;
  z-index: 20;
  top: 150px;
  position: fixed;
  display: none;
}
/* line 148, ../../../../app/stylesheets/baked/frontend.sass */
.video_popup .title p {
  font-family: "Helvetica", sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin: 6px 5px 0 0;
}
/* line 153, ../../../../app/stylesheets/baked/frontend.sass */
.video_popup .title p, .video_popup .title img {
  cursor: pointer;
}
/* line 156, ../../../../app/stylesheets/baked/frontend.sass */
.video_popup .video {
  margin-top: 20px;
}

/* line 159, ../../../../app/stylesheets/baked/frontend.sass */
.detail_popup {
  display: none;
  width: 600px;
  margin: 0 auto;
  z-index: 20;
  top: 90px;
  position: absolute;
}
/* line 167, ../../../../app/stylesheets/baked/frontend.sass */
.detail_popup .show-on-phones .picture {
  margin-top: -100px;
  width: 280px;
}
/* line 170, ../../../../app/stylesheets/baked/frontend.sass */
.detail_popup .show-on-phones .picture .img {
  margin-bottom: -80px;
  max-width: 280px;
}
/* line 173, ../../../../app/stylesheets/baked/frontend.sass */
.detail_popup .show-on-phones .picture .img img {
  float: left;
  margin-bottom: 30px;
  max-width: 280px;
  min-width: 280px;
  padding: 10px;
  background-color: white;
  border: 2px solid white;
}
/* line 181, ../../../../app/stylesheets/baked/frontend.sass */
.detail_popup .show-on-phones .picture .img embed {
  float: left;
  margin-top: 0px;
  height: 700px;
  max-width: 290px;
  min-width: 290px;
  background-color: black;
}
/* line 188, ../../../../app/stylesheets/baked/frontend.sass */
.detail_popup .show-on-phones .close {
  z-index: 50;
  position: absolute;
  right: -24px;
  top: -14px;
}
/* line 197, ../../../../app/stylesheets/baked/frontend.sass */
.detail_popup .show-on-desktops .picture {
  width: 600px;
  max-height: 600px;
  overflow: hidden;
}
/* line 201, ../../../../app/stylesheets/baked/frontend.sass */
.detail_popup .show-on-desktops .picture .img {
  max-height: 600px;
  overflow: hidden;
  max-width: 600px;
  min-width: 575px;
  border: 1px solid white;
}
/* line 207, ../../../../app/stylesheets/baked/frontend.sass */
.detail_popup .show-on-desktops .picture .img img {
  max-width: 579px;
  min-width: 579px;
  padding: 10px;
  background-color: white;
}
/* line 212, ../../../../app/stylesheets/baked/frontend.sass */
.detail_popup .show-on-desktops .picture .img embed {
  height: 570px;
  width: 600px;
  background-color: black;
}
/* line 216, ../../../../app/stylesheets/baked/frontend.sass */
.detail_popup .show-on-desktops .picture .img #controls {
  background-color: rgba(0, 0, 0, 0.7);
  width: 600px;
  height: 29px;
  margin-top: -5px;
}
/* line 221, ../../../../app/stylesheets/baked/frontend.sass */
.detail_popup .show-on-desktops .picture .img #controls img {
  height: 18px !important;
  max-width: 24px;
  min-width: 24px;
  background-color: transparent !important;
  padding: 4px !important;
  cursor: pointer;
}
/* line 228, ../../../../app/stylesheets/baked/frontend.sass */
.detail_popup .show-on-desktops .close {
  z-index: 30;
  position: absolute;
  right: -10px;
  top: -14px;
}
/* line 233, ../../../../app/stylesheets/baked/frontend.sass */
.detail_popup .show-on-desktops .close img {
  cursor: pointer;
}

@-moz-document url-prefix() {
  /* line 240, ../../../../app/stylesheets/baked/frontend.sass */
  .dark_comments .video_comment embed {
    height: 216px !important;
    margin-top: -16px !important;
  }
}

/* line 244, ../../../../app/stylesheets/baked/frontend.sass */
.dark_comments {
  margin-top: 15px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.7);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}
/* line 253, ../../../../app/stylesheets/baked/frontend.sass */
.dark_comments .top .description {
  font-weight: bold;
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 18px;
  color: white;
  width: 80%;
}
/* line 260, ../../../../app/stylesheets/baked/frontend.sass */
.dark_comments .top .likes span {
  color: white;
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 18px;
}
/* line 264, ../../../../app/stylesheets/baked/frontend.sass */
.dark_comments .last_update {
  margin-top: 10px;
  color: #ababab;
}
/* line 266, ../../../../app/stylesheets/baked/frontend.sass */
.dark_comments .last_update p {
  width: 100%;
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 18px;
}
/* line 271, ../../../../app/stylesheets/baked/frontend.sass */
.dark_comments .comments {
  margin-top: 15px;
}
/* line 273, ../../../../app/stylesheets/baked/frontend.sass */
.dark_comments .comments .text_comment {
  margin-bottom: 10px;
}
/* line 275, ../../../../app/stylesheets/baked/frontend.sass */
.dark_comments .comments .text_comment .image {
  height: 40px;
  width: 40px;
}
/* line 278, ../../../../app/stylesheets/baked/frontend.sass */
.dark_comments .comments .text_comment .image img {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
}
/* line 282, ../../../../app/stylesheets/baked/frontend.sass */
.dark_comments .comments .text_comment .text {
  margin-top: 0px;
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 18px;
}
/* line 286, ../../../../app/stylesheets/baked/frontend.sass */
.dark_comments .comments .text_comment .text .user {
  color: #e3e1e1;
  margin: 0 6px;
  font-weight: bold;
}
/* line 290, ../../../../app/stylesheets/baked/frontend.sass */
.dark_comments .comments .text_comment .text .content {
  color: white;
  width: 300px;
}
/* line 294, ../../../../app/stylesheets/baked/frontend.sass */
.dark_comments .comments .video_comment {
  margin: 20px 0;
}
/* line 296, ../../../../app/stylesheets/baked/frontend.sass */
.dark_comments .comments .video_comment .video {
  cursor: pointer;
  position: static;
  background-color: white;
  width: 200px;
  height: 200px;
  overflow: hidden;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}
/* line 307, ../../../../app/stylesheets/baked/frontend.sass */
.dark_comments .comments .video_comment .video embed {
  margin-top: 0px;
  height: 200px;
  -webkit-mask-image: url("/images/rect.svg");
  -o-mask-image: url("/images/rect.svg");
}
/* line 314, ../../../../app/stylesheets/baked/frontend.sass */
.dark_comments .comments .video_comment .image img {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  width: 200px;
  height: 200px;
}
/* line 322, ../../../../app/stylesheets/baked/frontend.sass */
.dark_comments .comments .video_comment .text {
  width: 340px;
  margin-top: 0px;
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 18px;
}
/* line 327, ../../../../app/stylesheets/baked/frontend.sass */
.dark_comments .comments .video_comment .text .user {
  color: #e3e1e1;
  margin: 0 6px;
  font-weight: bold;
}
/* line 331, ../../../../app/stylesheets/baked/frontend.sass */
.dark_comments .comments .video_comment .text .content {
  margin-left: 10px;
  color: white;
}
/* line 334, ../../../../app/stylesheets/baked/frontend.sass */
.dark_comments .comments .video_comment .text .content span {
  color: #e3e1e1;
  margin: 0 6px 0 0;
  font-weight: bold;
}

/* line 339, ../../../../app/stylesheets/baked/frontend.sass */
.top_profile_name {
  background-color: rgba(0, 0, 0, 0.7);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border: 2px solid #cfcfc8;
  position: absolute;
  top: -5px;
  left: 210px;
  margin: -115px auto 0px auto;
  padding: 10px;
}
/* line 351, ../../../../app/stylesheets/baked/frontend.sass */
.top_profile_name span {
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
  color: white;
  font-size: 18px;
  font-weight: bold;
  margin: 0 30px;
  cursor: pointer;
}

/* line 359, ../../../../app/stylesheets/baked/frontend.sass */
.popup_mobile {
  width: 300px;
  left: 0 !important;
}
/* line 363, ../../../../app/stylesheets/baked/frontend.sass */
.popup_mobile .top_profile_name {
  min-width: 30%;
  max-width: 50%;
  position: relative;
  margin: 0 auto;
  top: -120px;
  left: 1%;
}
/* line 371, ../../../../app/stylesheets/baked/frontend.sass */
.popup_mobile .picture {
  position: relative;
  width: 90%;
  margin: auto auto 10px auto;
}
/* line 376, ../../../../app/stylesheets/baked/frontend.sass */
.popup_mobile .picture .close {
  right: -35px;
  top: -15px;
}
/* line 380, ../../../../app/stylesheets/baked/frontend.sass */
.popup_mobile .picture .img {
  text-align: center;
  margin: auto;
  min-width: 280px;
  max-width: 100%;
  height: 300px;
}
/* line 386, ../../../../app/stylesheets/baked/frontend.sass */
.popup_mobile .picture .img embed {
  max-width: 300px;
  min-width: 200px;
  max-height: 300px;
  border: 2px solid white;
  background-color: black;
}
/* line 393, ../../../../app/stylesheets/baked/frontend.sass */
.popup_mobile .picture .img img {
  max-width: 100%;
  min-width: 100px;
  padding: 10px;
  background-color: white;
}
/* line 399, ../../../../app/stylesheets/baked/frontend.sass */
.popup_mobile .dark_comments {
  width: 90%;
  margin: auto;
  left: 9px;
  position: relative;
}
/* line 406, ../../../../app/stylesheets/baked/frontend.sass */
.popup_mobile .dark_comments .comments .text_comments .image {
  width: 28% !important;
}
/* line 408, ../../../../app/stylesheets/baked/frontend.sass */
.popup_mobile .dark_comments .comments .text_comments .text {
  width: 60% !important;
}

/* line 411, ../../../../app/stylesheets/baked/frontend.sass */
.show-on-phones > .picture {
  position: relative;
}

/* line 414, ../../../../app/stylesheets/baked/frontend.sass */
.dark_comments.show-on-phones {
  margin-top: 0px;
  position: relative;
}

/* line 418, ../../../../app/stylesheets/baked/frontend.sass */
.pop {
  -moz-box-shadow: 10px 10px 10px #2a2a2a;
  -webkit-box-shadow: 10px 10px 10px #2a2a2a;
  box-shadow: 10px 10px 10px #2a2a2a;
  background-color: rgba(255, 255, 255, 0.95);
  width: 320px;
  height: 150px;
  position: absolute;
  z-index: 200;
  margin-top: -180px;
  margin-left: -100px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
}
/* line 432, ../../../../app/stylesheets/baked/frontend.sass */
.pop #top {
  padding: 10px;
}
/* line 434, ../../../../app/stylesheets/baked/frontend.sass */
.pop #top p {
  color: #12376e;
  font-size: 1.8rem;
  font-weight: bold;
}
/* line 438, ../../../../app/stylesheets/baked/frontend.sass */
.pop #top .comments {
  margin-right: 10px;
}
/* line 440, ../../../../app/stylesheets/baked/frontend.sass */
.pop #top .comments img {
  margin-right: 5px;
}
/* line 442, ../../../../app/stylesheets/baked/frontend.sass */
.pop #top .comments span {
  color: #989898;
  font-size: 1.8rem;
  position: relative;
  top: -2px;
}
/* line 447, ../../../../app/stylesheets/baked/frontend.sass */
.pop #top .likes {
  margin-right: 10px;
}
/* line 449, ../../../../app/stylesheets/baked/frontend.sass */
.pop #top .likes img {
  margin-right: 3px;
  width: 16px;
}
/* line 452, ../../../../app/stylesheets/baked/frontend.sass */
.pop #top .likes span {
  color: #989898;
  font-size: 1.8rem;
  position: relative;
  top: -2px;
}
/* line 457, ../../../../app/stylesheets/baked/frontend.sass */
.pop .comment {
  height: 70px;
  text-align: left;
  padding: 0 10px;
  color: black;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Helvetica Neue", sans-serif;
}
/* line 466, ../../../../app/stylesheets/baked/frontend.sass */
.pop .time {
  color: #aaaaaa;
  font-size: 1.7rem;
  font-family: "Helvetica Neue", sans-serif;
  padding: 0 10px;
}
/* line 472, ../../../../app/stylesheets/baked/frontend.sass */
.pop .tail {
  width: 31px;
  height: 19px;
  background-image: url("/images/tail.png");
  position: relative;
  bottom: -29px;
  left: 120px;
}
