@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@font-face {
    font-family: 'Gotham Rounded Light';
    src: url('font/GothamRnd-Light.woff2') format('woff2'),
         url('font/GothamRnd-Light.woff') format('woff');
}
@font-face {
    font-family: 'Gotham Rounded Medium';
    src: url('font/GothamRnd-Medium.woff2') format('woff2'),
         url('font/GothamRnd-Medium.woff') format('woff');
}
@font-face {
    font-family: 'Gotham Rounded Book';
    src: url('font/GothamRnd-Book.woff2') format('woff2'),
         url('font/GothamRnd-Book.woff') format('woff');
}

*, *:before, *:after {
  box-sizing: inherit;
}

*::selection  {
  background: #db5561;
  color: #ffffff;
  text-shadow: none;
}

*::-moz-selection {
  background: #db5561;
  color: #ffffff;
  text-shadow: none;
}

*::-webkit-selection {
  background: #db5561;
  color: #ffffff;
  text-shadow: none;
}

/*General*/

html {
  box-sizing: border-box;
}

a {
  color: #db5561;
}

img {
  border: 0;
}

body {
  font-family: "Gotham Rounded Light", "Open Sans", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  background-color: #FFF;
  color: #707070;
  position: relative;
}

nav {
  font-family: "Gotham Rounded Book", "Open Sans", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: fixed;
  top: 0;
  -webkit-transition: top 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
  z-index:5;
  height: 60px;
}

.nav-up {top: -60px;}

.beta {
    font-family: "Gotham Rounded Book", "Open Sans", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 65px;
  padding: 0 20px;
  font-size: 18px;
  vertical-align: top;
  border: #fff 1px solid;
  border-radius: 3px;
  background-color: #db5561;
  color: #fff;
  border-radius: 3px;
}

.beta:active {
  background-color: #e1737d;
}

.beta:hover {
  background-color: #c14651;
}

h1 {
  font-family: "Gotham Rounded Book", "Open Sans", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 65px;
  line-height: 100%;
  margin-top:0;
  margin-bottom:40px;
  font-weight: normal;
}

h2 {
  font-family: "Gotham Rounded Medium", "Open Sans", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 32px;
  margin: 0;
  color: #1e354b;
  font-weight: normal;
}

header {
  height: 670px;
  background-image: url(img/header-bgi.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-top: 160px;
  padding-bottom: 25px;
  color: #202020;
  font-family: "Gotham Rounded Book", "Open Sans", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.hwrap {
  display: block;
  height: auto;
  width: 100%;
  background: none;
}

.hwrap img {
  height: 50px;
  width: auto;
}

header article {
  width: 1000px;
  padding-right: 600px;
  margin: 0 auto;
}

footer {
  background-color: #333333;
  color: #ffffff;
}

footer p {margin:0;}
footer section {margin: 0 auto 25px;}
footer a {
  text-decoration: none;
  color: #fff;
  border:0;
  margin: 0;
}
footer ul {
  margin-bottom: 30px;
}



/*specific*/

.tar {text-align:right;}
.tac {text-align:center;}
.tal {text-align: left;}

.bluetext {color: #1e354b;}

.nodisplay {
  display: none;
}

.outer-wrapper {
  width: 100%;
}

.hnav img {
  border: 0;
  float: left;
  vertical-align: middle;
  margin-top: -5px;
}

.hnav > ul, footer > ul {
  margin: 0;
  vertical-align: middle;
}

.footernav ul {
  padding:0;
}

.footernav {
  color: #CCCCCC;
  font-size: .9em;
}

.footernav li:last-child {
  margin: 0;
}

.footernav a {
  transition: all 0.1s ease-in-out;
}

.footernav a:hover {
  color: #db5561;
}

.hnav {
  width: 100%;
  padding: 15px 30px;
  text-align: right;
  background-color: #fff;
  box-shadow: 0 4px 0 rgba(0,0,0,0.03);
  line-height: 2;
}

.hnav li, .footernav li {
  display: inline;
  list-style-type: none;
  margin-right: 20px;
}

.hnav li:not(:last-child):after, .footernav li:not(:last-child):after {
  content: "•";
  margin-left: 20px;
  color: #ccc;
}


.hnav a {
  text-decoration: none;
}

.outer-wrapper p {
  font-size: 22px;
  line-height: 125%;
}

header img, .feature5 img, .badges img {
  margin-right:10px;
}

.video {
  background-color: #fff;
  width: 100%;
  padding: 100px 0 50px;
}

.video article {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.video iframe {
  margin-top: 50px;
  max-width: 960px;
  width: 95%;
  height: 540px;
}

.feature1, .feature2, .feature3, .feature4, .feature5, .feature6, .feature7 {
  width: 100%;
}

.feature6 {
  padding: 14px 0;
  margin: 0 auto;
  height: auto;
  background-color: #dbdbdb;
  text-align: center;
}

.feature7 {
  padding: 20px 0;
  background-color: #dbdbdb;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

.feature7:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(219,219,219,1);
  background: -moz-linear-gradient(left, rgba(219,219,219,1) 0%, rgba(219,219,219,0) 10%, rgba(219,219,219,0) 90%, rgba(219,219,219,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(219,219,219,1)), color-stop(10%, rgba(219,219,219,0)), color-stop(90%, rgba(219,219,219,0)), color-stop(100%, rgba(219,219,219,1)));
  background: -webkit-linear-gradient(left, rgba(219,219,219,1) 0%, rgba(219,219,219,0) 10%, rgba(219,219,219,0) 90%, rgba(219,219,219,1) 100%);
  background: -o-linear-gradient(left, rgba(219,219,219,1) 0%, rgba(219,219,219,0) 10%, rgba(219,219,219,0) 90%, rgba(219,219,219,1) 100%);
  background: -ms-linear-gradient(left, rgba(219,219,219,1) 0%, rgba(219,219,219,0) 10%, rgba(219,219,219,0) 90%, rgba(219,219,219,1) 100%);
  background: linear-gradient(to right, rgba(219,219,219,1) 0%, rgba(219,219,219,0) 10%, rgba(219,219,219,0) 90%, rgba(219,219,219,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#dbdbdb', GradientType=1 );
}

.feature6 img {
  margin: 5px;
  transform: scale(.8);
}

.feature1 {
  padding: 75px 0;
  height: auto;
  background-color: #74d3ff;
}

#background {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }

.left {
  float: left;
  width: 500px;
  padding: 0 20px;
}

.right {
  float: right;
  width: 500px;
  padding: 0 20px;
}

.ar-left {
  height: 632px;
  padding-top: 99px;
}

.ar-right {
  margin: 190px 0 0;
}

.center {
  width: 1000px;
  margin: 0 auto;
}

.quote {
  display: inline-block;
  margin: 0 10px;
  height: auto;
  white-space: normal;
}

.quote img {
  display: block;
  margin: 0 auto 24px;

}

.tail {
  width: 50px;
  height: 50px;
  position: absolute;
  display: block;
  background-color: #fff;
  transform: rotate(45deg);
  margin: 0 auto;
  top: 0;
  left: 100px;
  z-index: -1;
}

.copy {
  position: relative;
  display: block;
  text-align: center;
  width: 230px;
  background-color: #fff;
  border-radius: 4px;
  padding: 25px;
  font-size: 14px;
  color: #7d7d7d;
  box-shadow: 0 4px 0 #d4d4d4;
  z-index: 1;
}

.copy:after {
  content: '“';
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 40px;
  color: #bebebe;
}
.copy:before {
  content: '”';
  position: absolute;
  bottom: -18px;
  right: 10px;
  font-size: 40px;
  color: #bebebe;
}

.leftarrow {
  height: 24px;
  width: 15px;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-bottom: 12px;
  z-index: 3;
}

.rightarrow {
  height: 24px;
  width: 15px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-bottom: 12px;
  z-index: 3;
  transform: rotate(180deg);
}

.quotewrap {
  animation: carousel 45s linear infinite;
  text-align: center;
}

.quotewrap:hover {
  animation-play-state: paused;
}

.fivefifty {
  max-width: 550px;
  width: 95%;
  margin: 0 auto;
}

.mid p {
  width: 550px;
  margin: 0 auto 60px;
}

.feature2 {
  padding-top: 65px;
  background: #f0f0f0 url('img/bg-connections.png') bottom center no-repeat;
  position: relative;
}

.mb25 {
  margin-bottom: 25px;
}

.white {
  color: #fff;
}

.feature3 {
  display: block;
  height: 632px;
  background-color: #fff;
}

.feature4 {
  background: #db5561 url('img/feature4-bg.png') repeat;
  height: 632px;
  color: #fff;
}

.feature5 {
  padding-top: 65px;
  background: #f2f2f2;
  height: 250px;
}

.social img {
  width: auto;
  height: 40px;
  margin: 5px 10px;
}

#qcard1, #qcard2, #qcard3, #qcard4 {
  position: absolute;
  bottom:0;
  left:50%;
  width: 325px;
  height: 95px;
  background-color: #fff;
  text-align: center;
  border-radius: 3px;
  margin-left: -150px;
  -webkit-box-shadow: 0 4px 0 rgba(0,0,0,0.10);
  -moz-box-shadow: 0 4px 0 rgba(0,0,0,0.10);
  box-shadow: 0 4px 0 rgba(0,0,0,0.10);
  font-family: "Gotham Rounded Book", "Open Sans", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#qcard1 p, #qcard2 p, #qcard3 p, #qcard4 p  {
  width: 225px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -112px;
  font-size: 15px;
}

#qcard1:after, #qcard2:after, #qcard3:after, #qcard4:after {
  content: '“';
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 40px;
  color: #bebebe;
}
#qcard1:before, #qcard2:before, #qcard3:before, #qcard4:before {
  content: '”';
  position: absolute;
  bottom: -18px;
  right: 10px;
  font-size: 40px;
  color: #bebebe;
}

.footer-wrap {
  padding: 30px;
}

.form-email, .form-email2 {
  width: 225px;
  height: 50px;
  font-family: "Gotham Rounded Book", "Open Sans", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  vertical-align: top;
  padding-left: 10px;
  border: 1px solid #CECECE;
  background-color: #f4f4f4;
  border-radius: 3px;
  color: #222222;
}

.pkbutton {
  cursor: pointer;
  font-family: "Gotham Rounded Book", "Open Sans", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 60px;
  padding: 0 25px;
  font-size: 24px;
  vertical-align: top;
  border: #fff 1px solid;
  border-radius: 3px;
  background-color: #52a6d3;
  color: #fff;
  border-radius: 10px;
}

.form-submit, .form-submit2 {
  font-family: "Gotham Rounded Book", "Open Sans", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 50px;
  padding: 0 20px;
  font-size: 18px;
  vertical-align: top;
  border: #fff 1px solid;
  border-radius: 3px;
  background-color: #52a6d3;
  color: #fff;
  border-radius: 3px;
}

.form-submit:hover, .form-submit2:hover, .pkbutton:hover {
  background-color: #58b2e2;
}

.form-submit:active, .form-submit2:active, .pkbutton:active {
  background-color: #448fb7;
}

.form-email:focus, .form-submit:focus,
.form-email2:focus, .form-submit2:focus, .pkbutton:focus  {
  outline: none;
}

.form-email:focus, .form-email2:focus {
  background-color: #fff;
}

.overlay {
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.75);
  z-index:100;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.overlay-inside {
  position: fixed;
  top:50%;
  left:50%;
  width: 600px;
  height: 275px;
  margin: -200px 0 0 -300px;
  background-color: #efefef;
  z-index: 10;
  padding: 25px;
  box-shadow: 0 0 100px 15px rgba(0,0,0,0.6);
  border: #fff 10px solid;
  border-radius: 3px;
}
.boxclose{
  position: absolute;
  top: 15px;
  right: 15px;
    float:right;
    margin-top:-30px;
    margin-right:-30px;
    cursor:pointer;
    color: #fff;
    border: 2px solid #FFFFFF;
    border-radius: 30px;
    background-color: #e3585c;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
}

.boxclose:hover {
  background-color: #ce4b4f;
  }

.boxclose:before {
    content: "×";
    text-shadow: 0 -1px 0 #000000;
}

.blue {
  background-color: #e8e8e8 !important;
  color: #1e354b !important;
  padding-bottom: 205px;
}

/* Safety Page Etc */

.fullwidthp {
  width: 90%;
  max-width: 1100px;
  margin: 100px auto;
}

.greybg {
  background-color: #efefef;
}

.nav2 {
  display: none;
  width: 100%;
  margin: 25px auto;
  text-align: center;
}

.features {
  width: 1015px;
  height: auto;
  margin: 50px auto 0;
}

.features p {
  font-size: 16px;
  width: 85%;
  margin: 10px auto 0;
}

.features h3 {
  margin: 10px 0 0;
  font-weight: bolder;

}

.icon {
  display: inline-block;
  width: 29.33%;
  overflow: hidden;
  vertical-align: top;
  margin: 15px 0 20px;
}

.icon img {
  width: auto;
  height: 50px;
}

.dl img {
  height: 50px;
  width: auto;
}

#signup {
  display: none;
  position: fixed;
  top:0;
  left:0;
  background-color: #000000;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: .9;
}

#signupbox {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -102px;
  padding: 0 25px;
  text-align: center;
  background-color: #ddd;
  width: 300px;
  height: 205px;
  z-index: 15;
  border-radius: 15px;
}

.sbi {
  width: 100%;
  height: 35px;
  text-align: center;
  border-radius: 10px;
  border: 0;
  margin-bottom: 10px;
}

.sbi2 {
  width: 200px;
  height: 35px;
  border-radius: 10px;
  background-color: #66cc99;
  color: #fff;
  border: 0;
}
.sbi2:hover {
  background-color: #4cab7c;
}

.android {
  cursor: pointer;
}
@media screen and (max-width: 1031px) {
  .features {
    width: 95%;
  }
  .icon {
    width: 48%;
  }
  .icon p {
    width: 50%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 950px) {
  .video {
    width: 100%;
    padding: 50px 0 50px;
  }

  .video article {
    width: 90%;
  }

  .video iframe {
    width: 100%;
    height: 400px;
  }
}

@media screen and (max-width: 768px) {
    .spu-bg, .spu-box {
        display: none !important;
    }
    @keyframes carousel {
      0% {
        transform: translateX(-1000px);
      }

      50% {
        transform: translateX(calc(100% - 250px));
      }

      100% {
        transform: translateX(-1000px);
      }
    }
}

@media screen and (max-width: 1031px) {

  .novid {
    display: none !important;
  }
  .form-submit, .form-email {
    margin: 5px;
  }
  .hnav {
    display:none;
  }
  .nodisplay {
    display: block !important;
   }
  .yesdisplay {
    display: none !important;
  }
  .outer-wrapper p {
    font-size: 18px;
    line-height: 125%;
  }
  header {
    height: auto;
    font-family: "Gotham Rounded Book", "Open Sans", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-image: none;
    background-size: cover;
    padding-top: 15px;
    padding-bottom: 25px;
    color: #202020;
  }
  .icon p {
    font-size: 14px;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 24px;
    margin: 0;
  }
  header article {
    width: 80%;
    padding-right: 0;
    margin: 0 auto;
    text-align: center;
  }
  .center {
    width: 95%;
    margin: 0 auto;
  }
  .feature6 img {
    margin: 5px 20px;
    width: auto;
    height: 20px;
    transform: scale(1);
  }
  .feature5 button, .feature5 input {
    margin: 5px;
  }
  .feature1, .feature2, .feature3, .feature4 {
    padding-top: 50px;
    height: auto;
  }
  .feature5 {
    padding-top: 50px;
    padding-bottom: 50px;
    height: auto;
  }

  .feature1 p, .feature3 p, .feature4 p {
    margin-bottom: 50px;
    width: 80%;
    margin: 20px auto 50px;
  }

  .feature1 article, .feature3 article, .feature4 article {
    display: block;
    text-align: center;
  }

  .left, .right {
    float: none;
    width: 100%;
    padding: 0 20px;
  }

  .ar-left, .ar-right {
    margin: 0;
    padding: 0;
    height: auto;
  }
  .feature2 p, .feature5 p {
    width: 80%;
    margin: 20px auto 50px;
  }

  .feature2 img, .feature3 img, .feature4 img {
    width: 85%;
    max-width: 400px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .feature3 {
  background-position: 90% 100%;
  }
  #qcard1, #qcard2, #qcard3, #qcard4 {
    display: none;
  }
  .feature3 p {
    text-shadow: 0 1px 0 #fff, 0 -1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff ;
  }
  .hwrap {
    background: #ebebeb url(img/topbg.jpg);
    background-size: cover;
  }

  /* Privacy Etc */

  .fullwidthp {
  width: 90%;
  margin: 10px auto 50px;
  }
  .nav2 {
    display: block;
  }
  .video iframe {
    height: 350px;
  }
}

@media screen and (max-width: 500px) {
  .features {
    width: 95%;
  }
  .icon {
    width: 100%;
  }
  .icon p {
    width: 90%;
    margin: 0 auto;
  }
  .icon:last-child {
    margin-bottom: 50px;
  }
  .video iframe {
    height: 200px;
  }
}