/* Author: Luke Greenaway */
/* Stylesheet for project configuration */
/* Grid & Layout
=================================================== */
/* Colours
=================================================== */
/* White */
/* Base */
/* Medium */
/* Light */
/* Brand Colour */
/* Social */
/* Author: Luke Greenaway */
/* Stylesheet for Enhancements */
/* Generic Styles
=================================================== */
/* Inline Block */
/* Typography
=================================================== */
/* Font-face */
/* Font Size */
/* Line Height */
/* Anti Aliasing */
/* Wrap Words */
/* Hide Text */
/* CSS3
=================================================== *//* Opacity */
/* Border Radius */
/* Background Cover */
/* Rotate */
/* Box Shadow */
/* Transform */
/* Horizontal Gradient */
/* Flex Box */
/* CSS3 Transitions
=================================================== *//* Animate Background Colour */
/* Author: Luke Greenaway */
/* Stylesheet for base layout */
/* Generic Styles
=================================================== */
.post-launch {
  display: none!important;
}
/*
.pre-launch{
	display:none!important;
}
*/
.desktop {
  display: none;
}
iframe {
  height: 180px;
}
.reduced-width {
  width: 80%;
}
/* Main Layout
=================================================== */
.wrapper-inner section {
  padding-top: 4em;
  padding-bottom: 4em;
}
.wrapper-inner section.collaborate {
  padding-top: 4em;
  padding-bottom: 0em !important;
}

.wrapper-inner section.no-padding-bottom {
  padding-bottom: 0em!important;
}

.wrapper-inner.blogs section {
  padding-top: 4em;
  padding-bottom: 4em;
}
.wrapper-inner section article img {
  margin-left: auto;
  margin-right: auto;
}
/* Header
=================================================== */
header {
  background-color: #6ED7C0;
  padding: 2em 0;
  display: none;
}
header .logo {
  text-align: center;
  float: none;
}
header .logo a {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0 auto;
}
header .logo a img {
  width: 233px;
}
header nav {
  text-align: right;
  float: right;
  padding-top: 0px;
  display: none;
  padding-top: 1.5em;
  margin-right: 40px;
}
header nav.half {
  display: none;
}

header nav a,
header nav a:visited{
  color: black;
  opacity: 0.7;
}
header nav a:hover,
header nav a:active{
  color: black;
}{
  font-weight: 700;
}
header nav ul {
  list-style: none;
}
header nav ul li {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-left: 1em;
}
header nav ul li.middle {
  margin: 0 20px;
}
header .social {
  text-align: center;
  display: none;
}
header .social ul {
  list-style: none;
}



img.logo{
  width: 160pt !important;
  /*margin-top: 3em !important;
  margin-bottom: 2em;*/
}


a.app-store-badge{
display: block;
width: 180px;
}

img.retina {
  display: none;
}

/* Generic Content
=================================================== */
/* Social Buttons */
.social ul li {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.social ul li a {
  background: url(../images/interface/sprite-social.png) 0 0 no-repeat;
  height: 20px;
  width: 20px;
  margin: 0 3px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 0;
  overflow: hidden;
  text-indent: -99999px;
}
.social ul li a.facebook {
  background-position: -28px 0;
}
.social ul li a.googleplus {
  background-position: -56px 0;
}
.social ul li a.pinterest {
  background-position: -84px 0;
}
.social ul li a.vimeo {
  background-position: -112px 0;
}
.social ul li a.email {
  background-position: -140px 0;
}
/* Share Buttons */
.share-buttons {
  list-style: none;
}
.share-buttons li {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0 5px;
}
.share-buttons li a {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 0;
  overflow: hidden;
  text-indent: -99999px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: url(../images/interface/sprite-share.png) 0 0 no-repeat;
  padding: 10px 21px 9px 22px;
}
.share-buttons li a.facebook {
  background-color: #3b5998;
  background-position: 11px 12px;
}
.share-buttons li a.twitter {
  background-color: #00aced;
  background-position: 11px -46px;
}
.share-buttons li a.googleplus {
  background-color: #d14836;
  background-position: 12px -105px;
}
/* Panels Generic
=================================================== */
.panel {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.panel img {

}
.panel p {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.panel.gradient {
  background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 1%, #ffffff 85%, #f2f2f2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 1%,#ffffff 85%,#f2f2f2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 1%,#ffffff 85%,#f2f2f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}

.panel.primary {
  background-color: #85daef;
}
.panel.secondary {
  background: #ff2d55; /* Old browsers */
background: -moz-linear-gradient(top, #ff2d55 0%, #fa671d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ff2d55 0%,#fa671d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ff2d55 0%,#fa671d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2d55', endColorstr='#fa671d',GradientType=0 ); /* IE6-9 */


}

.panel.tertiary {
  background-color: #e76851;

}
.panel.tint {
  background-color: #fafafa;
}
.panel h2 {
  margin-bottom: 5px;
}
/* Hero Panel
=================================================== */
.hero {

  /*background-position: bottom center;
  background-size: 1884px auto;
  background-repeat: no-repeat;*/


}

.hero.no-background  {
  background: none !important;
}

.hero section {
  padding-top: 0em !important;
padding-bottom: 0em !important;
}
.hero section img.logo {
  margin-top: 3em;
    margin-bottom: 1.5em;
}
.hero section img {
  margin-top: 1.5em;
  max-width: 400px;
}
.hero section article h1 {
  margin-bottom: 10px;
}
.hero section article h1 br {
  display: none;
}
.hero section article h2 {
  margin-bottom: 20px;
}
.hero section article .button {
  margin-top: 10px;
  margin-bottom: 15px;
}
.hero section article  h2 {
  margin-bottom: 25px;
}
.hero section article .sub {
  margin-bottom: 15px;
}
.hero section article input.email {
  width: 150px;
  margin-right: 3px;
}
.hero section article .submit {
  height: 46px;
}
.hero section article .response {
  margin: 15px 0 0;
}

.hero section article.hero-phone {
  position: relative;
  overflow: hidden;
}

.hero section article.hero-phone img{
  position: relative;
}

.hero section article.text-content {
  margin-bottom: 2em;
}

.hero .title-text {
  /* margin-top: 1.6em; */
}

.hero h1,
.hero h2 {
  color: white !important
}

/* Video Panel
=================================================== */

.preview-video{
  position: absolute;
top: 24px;
left: 0;
right: 0;
margin: 0 auto;
padding-left: 5px;
width: 93%;
max-width: 365px;
}

.hero section article.hero-phone img.preview-video-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}


/* BLOGS Panel
=================================================== */

.blogs ul{
  margin: 0 auto;
}

.blogs ul li{
  display: inline-block;
  margin: 0.5em 1.5em;
}

.blogs ul li img {
  width: auto;
  margin-top: 0;
}

.blogs ul li img.blog-apple {
  max-width: 33px;
}

.blogs ul li img.blog-bless {
  max-width: 197px;
}

.blogs ul li img.blog-gizmodo {
  max-width: 169px;
}

.blogs ul li img.blog-lifehacker {
  max-width: 125px;
}

.blogs ul li img.blog-time {
  max-width: 98px;
}

.blogs ul li img.blog-wired {
  max-width: 142px;
}

/* USPs Panel
=================================================== */.usp {
  padding-bottom: 0em;
}

.usp-wrapper {
  margin: 7em 4em 1em 4em;
}

.usp-item img {
  width: 132px;
  border-radius: 200px;
  margin-bottom: 1.5em;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.15);
}

.usp .usp-item{
  margin-bottom: 6em;
}

@media only screen and (max-width: 507px) {
  .usp {
    padding-bottom: 0em;
  }

  .usp-wrapper {
    margin: 0;
  }

  .usp-item img {
    width: 70%;
    margin-bottom: 1.5em;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.15);
  }

  .usp .usp-item{
    margin-bottom: 3em;
    width: 46%;
  }

  .usp h4{
    font-size: 1.4rem;
  }
}

/* Testimonal Panel
=================================================== */.testimonal {
  padding-bottom: 3em;
}
.testimonal p .orphin {
  display: none;
}
.testimonal .flexslider {
  margin-top: 2em;
  margin-bottom: 3em;
}
.testimonal .flexslider p {
  margin-bottom: 5px;
}
.testimonal .flexslider .flex-direction-nav {
  display: none;
}
.testimonal .flexslider .flex-control-paging {
  bottom: -30px;
}
.testimonal .flexslider .flex-control-paging li a {
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border: 3px solid #d9d9d9;
  margin: 0 1px;
  width: 6px;
  height: 6px;
  cursor: pointer;
}
.testimonal .flexslider .flex-control-paging li a.flex-active {
  border-color: #84ecaf;
}
/* Sign Up Panel
=================================================== */.sign-up {
  padding-bottom: 3em;
}
.sign-up form {
  margin: 2.5em 0;
}
.sign-up form input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 8px;
  height: 46px;
}
.sign-up form input.submit {
  width: 46px;
}
.sign-up .share-buttons {
  margin-top: 1.5em;
}
#pennies_mc_embed_signup input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
#pennies_mc_embed_signup input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset, 0 0 8px rgba(82, 168, 236, 0);
}
#pennies_mc_embed_signup textarea:focus,
#pennies_mc_embed_signup input:focus {
  outline: 0;
}
#pennies_mc_embed_signup *:focus {
  outline: 0;
}

#sign-up #email,
#sign-up #submit {
  opacity: 1;
  position: relative
}

form#signup {
  margin-top: 1.5em;
}

#email{
  font-family: 'Raleway', sans-serif;
  font-size: 2em;
  min-width: 40%;
  height: 3em;
  line-height: 2em;
}

input.submit {
height: 66px;
position: relative ;
top: -2px
}


#email,
.submit {
    border-color: #444;
    color: #444;
}

/* Press Kit Panel
=================================================== */.press-kit {
  padding-bottom: 3.25em;
}
.press-kit .button {
  margin-top: 15px;
}
/* Footer
=================================================== */
footer {
  padding: 2.5em 0;
}
footer .social ul {
  margin: 0;
}
footer .social ul li {
  margin-bottom: 0;
}
footer ul {
  margin: 2.5em 0 1.5em;
}
footer ul li {
  margin-bottom: 10px;
}
footer ul li.divider {
  display: none;
}

.credit a{
    color: #666666 !important;
}

.watches img{
  width: 55% !important;
}

.app-store-badge{
  margin: 2em auto;
}

.reviews{
  margin-top: 1em;
}

.review-item{
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em;
}

.review-item .stars{
  margin-bottom: 0.5em;
  font-size: 2em;
}

.review-item h6{
  margin-top: 1em;
}

.review-item p{
  font-size: 1.5em;
  margin: 0.3em 0;
}


/* Images
=================================================== */
img#simple-quick{
  width: 100%;
}

img#capture{
  width: 80%;
}

img#collaborate{
  width: 100%;
}

img#export{
  width: 60%;
}

img#big-screen{
  width: 100%;
}

#privy-container #privy-inner-container .privy-popup-container .privy-powered-by .powered-by img {
  height: 0px;
  width: 0px;
}

#privy-container #privy-inner-container .privy .privy-powered-by {
  height: 0px;
}

#privy-container #privy-inner-container .privy-popup-container .privy-privacy-container a {
  height: 0px !important;
  opacity: 0 !important;
}


/* Shapes
=================================================== */
.shape {
  position: absolute;
}
.shape.header {
  top: 0;
}

.shape.header img {
  width: auto;
}
.shape.cta-top {
  left: 0;
  top: 0;
  width: 30vw;
  max-width: 370pt;
}

.shape.examples-left {
  left: 0;
  top: 5vh;
  width: 20vw;
  max-width: 400pt;
}

.shape.examples-right {
  right: 0;
  bottom: 0;
  width: 20vw;
  max-width: 400pt;
}

.shape.your-way {
  bottom: 0;
  min-width: 1000pt;
}

.shape.more-than-photo {
  left: 5vw;
  bottom: 0;
  width: 65vw;
  min-width: 400pt;
}

.shape.sharing-caring {
  bottom: 0;
width: 80vw;
max-width: 2000px;
left: 10vw;
}

.shape.export {
  top: 0;
  height: 100%;
  right: -45vw;
}
.shape.export img{
  height: 100%;
}

.shape.big-screen {
  left: 0;
  bottom: 0;
  width: 70vw;
max-width: 700pt;
}

.shape.cta-bottom {
  right: 0;
  bottom: 0;
  width: 40vw;
}


/* Panel colours
=================================================== */
.bg-green {
  background-color: #E8FFFA;
}

.bg-darkgreen {
  background-color: #6ED7C0;
}

.bg-red {
  background-color: #FFEDEB;
}

.bg-blue {
  background-color: #F0F9FF;
}

.bg-yellow {
  background-color: #FFFEF7;
}

.bg-pink {
  background-color: #FFF5FA;
}
