@charset "UTF-8";
/**
* Vish Dev CSS
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section, time {
  display: block;
}

body {
  line-height: 1;
  color: black;
  background: white;
  overflow-x: hidden;
}

iframe {
  display: block;
  height: calc(60vw * 9/16);
  margin: 10px auto;
  width: 60vw;
}

a {
  color: inherit;
  text-decoration: none;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* meyerweb css reset end */

textarea:focus, input:focus {
  outline: 0;
}

input {
  border-width: 0;
}

em {
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

sup {
  vertical-align: text-top;
  font-size: 58.3%; /*Corresponds to Photoshop's font size glyph transformation*/
}

sub {
  vertical-align: text-bottom;
  font-size: 58.3%; /*Corresponds to Photoshop's font size glyph transformation*/
}

img,
embed,
object,
video {
  max-width: 100%;
}

.group:before,
.group:after {
  content: " ";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1; /* ie 6/7 */
}

.no-space-between-inline-blocks {
  letter-spacing: -0.31em; /* webkit */
  *letter-spacing: normal; /* reset IE < 8 */
  word-spacing: -0.43em; /* IE < 8 && gecko */
}

/* restore spacing on inner elements */
.no-space-between-inline-blocks > * {
  letter-spacing: normal;
  word-spacing: normal;
}

.displace {
  position: absolute;
  left: -5000px;
}

body {
  min-width: 1366px;
  color: #3c3c3c;
  font-family: 'Roboto Condensed', sans-serif;
  font-stretch: condensed;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  text-decoration: none;
}
body {
  float: none;
  height: auto;
  margin: 0 auto;
  position: relative;
  width: 100%; /* 1366px / 1366px = 100% */
}
.artboard-1 {
  position: relative;
}
.main-section {
  min-height: 650px;
  overflow: hidden;
  /*position: relative;*/
  width: 100%; /* 1366px / 1366px = 100% */
  background: url(../../assets/images/main_background.png) no-repeat center 0;
  height: 0;
  background-position: center top;
}
.header {
  padding: 3px 0;
  position: fixed;
  width: 100%;
  background: #a6dfe6;
  z-index: 2000;
}
.l-constrained-5 {
  margin: 0 auto;
  /*padding: 0 583px;*/
  padding: 5px 20px;
  position: relative;
  width: 1310px;
}
.new-logo {
  float: left;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.new-logo:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.social-media {
  /*float: right;*/
  margin: 11px 65px 0 540px;
  position: relative;
  width: 185px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.social-media:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.social-media > * {
  float: left;
  margin: 0 8.13px 0 0;
}
.social-media > *:last-child {
  margin-right: 0 !important;
}
.row-3 {
  margin: 150px auto 0;
  position: relative;
  width: 1366px;
}
.col-6 {
  float: left;
  margin: -30px 126px 0 0;
  position: relative;
  width: 774px;
}
.shop-with-your-camera {
  display: block;
}
.download-cta {
  margin: 40px 21px 0 20px;
  position: relative;
  z-index: 1000;
}
.apple-store {
  float: left;
  margin: 0 30px 0 0;
  /*margin: 1px -130px 0 70px;*/
  margin-left: 75%;

}
.android {
  float: left;
  margin: 0 30px 0 0;
}
.phone {
  float: left;
}
.fold-1 {
  display: block;
  margin: 49px auto 40px;
}
.section-2 {
  height: 692px;
  margin: -66px 0 0;
  position: relative;
  width: 100%; /* 1366px / 1366px = 100% */
  /*background: url(../../assets/images/section_2.png) no-repeat center 0;*/
  background-position: center top;
}
.l-unconstrained {
  margin: 125px 0 0;
  position: relative;
}
.l-constrained {
  margin: -300px auto;
  padding: 0 100px;
  position: relative;
  width: 1166px;
}
.section-3 {
  left: 28.5px;
  margin: 0 auto;
  position: relative;
  width: 1109px;
  top: 200px;
}
.motto {
  display: block;
  margin: 0 auto;
  position: relative;
  right: 20px;
}
.group-3 {
  display: block;
  margin: 113px 0 0;
  overflow: hidden;
  position: relative;
}
.amazing {
  display: block;
  margin: -63px auto 0;
  position: relative;
  right: 40px;
}
.video-section {
  /*display: table;*/
  margin: 240px auto 0;
  /*position: relative;*/
}
.top-line {
  height: 6px;
  margin: 0 auto;
  width: 471px;
  background: #85bdc4;
}
.text {
  display: block;
  margin: 50px auto 0;
}
.video {
  display: block;
  margin: -20px 0 0;
}
iframe {
  height: 600px;
  margin: 69px auto 0;
  position: relative;
  width: 1087px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.bottom-line {
  height: 6px;
  margin: 97px auto 0;
  width: 471px;
  /*background: #85bdc4;*/
}
.wrapper {
  height: 4683px;
  margin: 188px 0 0;
  position: relative;
  width: 100%; /* 1366px / 1366px = 100% */
}
.footer {
  left: 0;
  position: absolute;
  /*top: 540px;*/
  top: 1910px;
  bottom:0;
  width: 100%;
  background: #a6dfe6;
}


.l-constrained-2 {
  margin: 0px 0px;
  bottom: 0px;
  padding: 3px 54px;
  position: relative;
  width: 1246px;
  background: #a6dfe6;
}
.footer-logo {
  display: block;
  position: relative;
}
.copyright {
  margin: 10px 0 10px 505px;
  width: 619px;
  opacity: 0.42;
  font-size: 0.78125em; /* 12.5px / 16px = 0.78125em */
  line-height: 1.2;
}

.text-2 {
  display: block;
  margin: 0 auto;
}

.name {
  display: block;
}
.email {
  display: block;
  /*margin: 38px 0 0;*/
  margin: -70px 362px 0;
}
.background {
  background: url(../../assets/images/email.png) no-repeat 0;
  width: 1000px;
  height: 100px;
  background-size: 500px;
  margin: -110px 345px 0;
}

.input-email {
  padding-top: 4px;
  margin-top: 30px;
  margin-left: 100px;
  padding-left: 5px;
  line-height: 35px;
  width: 392px;
  font-size: x-large;
}
.sign-up-cta {
  display: block;
  left: 10.5px;
  /*margin: 48px auto 0;*/
  margin: 15px 525px 0px;
  position: relative;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.sign-up-cta:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.download-cta-2 {
  float: right;
  position: relative;
  width: 351px;
}
.apple-store-2 {
  display: block;
}
.android-2 {
  display: block;
  margin: 41px 0 0;
}
.complementary-section {
  position: relative;
  top: 3123px;
  width: 100%; /* 1366px / 1366px = 100% */
  text-align: center;
}
.influencer-section {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; /* 1366px / 1366px = 100% */
}
.text-3 {
  display: block;
  margin: 0 auto;
}
.influencer-images {
  height: 1826px;
  margin: 71px 0 0;
  position: relative;
  width: 100%; /* 1366px / 1366px = 100% */
  background: url(../../assets/images/influencer_images.png) no-repeat center 0;
  background-position: center top;
}
.l-unconstrained-2 {
  margin: 125px 0 0;
  position: relative;
}
.l-constrained-4 {
  margin: 0 auto;
  padding: 0 48px;
  position: relative;
  width: 1270px;
}
.row {
  margin: 0 0 0 17px;
  position: relative;
}
.time {
  float: left;
}
.followers {
  float: left;
  margin: 18px 0 0 87px;
}
.money {
  float: left;
  margin: 0 0 0 71px;
}
.text-4 {
  display: block;
  margin: 106px auto 0;
  position: relative;
  right: 8px;
}
.row-4 {
  margin: 53px auto 0;
  position: relative;
  text-align: center;
}
.tumblr {
  margin: 2px 73px 0 0;
}
.row-4 > * {
  display: inline-block;
  vertical-align: top;
}
.sign-up-cta-copy {
  display: block;
  left: 9px;
  margin: 110px auto 0;
  position: relative;
}
.header-app {
  margin-right: 10px;
}

.branch-sms{
  margin-left: 40px;
  margin-top: 0px;
}

.phone-text-box {
  /*width: 140px;*/
  width: 200px;
  margin-top: 3px;
  margin-left: 150px;

}

button {
  background-color: #2b2a2a;
  border: 1px solid #444;
  border-radius: 10px;
  font-size: 15px;
  color: #fff;
  line-height: 22px;
  cursor: pointer;
}

form > input {
margin-right: 10px;
-webkit-flex: 1;
background-color: #fff;
border: 1px solid #979797;
border-radius: 10px;
font-size: 15px;
color: #444;
line-height: 35px;
padding-left: 5px;
}

.sms{
  /*margin: -1px 0 -17px 340px;*/
  /*margin: -1px 0 -17px 256px;*/
  margin: -10px 0 -17px 156px;
  width: 651px;
}
