@charset "UTF-8";
/* CSS Document */

/*@import url(../../../api/-family-entypo.css|fontawesome|iconicstroke|typicons);*/


/* Hide fonts icon */
.typekit-badge {display:none !important;}

/* entypo */
[class*="entypo-"]:before {
  font-family: 'entypo', helvetica, sans-serif;
}

/* fontawesome */
[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', helvetica, sans-serif;
}

/* iconicstroke */
[class*="iconicstroke-"]:before {
  font-family: 'IconicStroke', helvetica, sans-serif;
}

/* typicons */
[class*="typicons-"]:before {
  font-family: 'Typicons', helvetica, sans-serif;
}

[class*="typicons-"]:before {
  font-family: 'Typicons', helvetica, sans-serif;
}

input:focus {
    outline:none;
}


.next.down {
width: 100%;
float: left;
text-align: center;
font-size: 40px;
font-weight: 600;
color: #2cd5c4;
padding-top: 0px;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
cursor: pointer;
position: absolute;
color: #fff;
margin-top:-20px;
}

.next.down:hover {
color: #fff;
opacity:.5;
padding-top: 20px;
}

.anchor.home {
width: 100%;
float: left;
margin-bottom: 50px;
position: absolute;
margin-top: -50px;
}



/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn { from { opacity:0; margin-left:-20px; } to { opacity:1; margin-left:0px; } }
@-moz-keyframes fadeIn { from { opacity:0; margin-left:-20px; } to { opacity:1; margin-left:0px; } }
@keyframes fadeIn { from { opacity:0; margin-left:-20px; } to { opacity:1; margin-left:0px; } }

/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn2 { from { opacity:0; margin-left:140px; } to { opacity:1; margin-left:120px; } }
@-moz-keyframes fadeIn2 { from { opacity:0; margin-left:140px; } to { opacity:1; margin-left:120px; } }
@keyframes fadeIn2 { from { opacity:0; margin-left:140px; } to { opacity:1; margin-left:120px; } }

/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn3 { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn3 { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn3 { from { opacity:0; } to { opacity:1; } }

.fade-in {
    opacity:0;  /* make things invisible upon start */
    -webkit-animation:fadeIn ease-out 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation:fadeIn ease-out 1;
    animation:fadeIn ease-out 1;

    -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:.5s;
    -moz-animation-duration:.5s;
    animation-duration:.5s;
}

.fade-in2 {
    opacity:0;  /* make things invisible upon start */
    -webkit-animation:fadeIn2 ease-out 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation:fadeIn2 ease-out 1;
    animation:fadeIn2 ease-out 1;

    -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:.5s;
    -moz-animation-duration:.5s;
    animation-duration:.5s;
}

.fade-in3 {
    opacity:0;  /* make things invisible upon start */
    -webkit-animation:fadeIn3 ease-out 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation:fadeIn3 ease-out 1;
    animation:fadeIn3 ease-out 1;

    -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:.5s;
    -moz-animation-duration:.5s;
    animation-duration:.5s;
}

.fade-in.one {
-webkit-animation-delay: 0.7s;
-moz-animation-delay: 0.7s;
animation-delay: 0.7s;
}

.fade-in.two {
-webkit-animation-delay: 1.2s;
-moz-animation-delay:1.2s;
animation-delay: 1.2s;
}

.fade-in2.two {
-webkit-animation-delay: 1.2s;
-moz-animation-delay:1.2s;
animation-delay: 1.2s;
}

.fade-in.three {
-webkit-animation-delay: 1.6s;
-moz-animation-delay: 1.6s;
animation-delay: 1.6s;
}

.fade-in3.three {
-webkit-animation-delay: 1.6s;
-moz-animation-delay: 1.6s;
animation-delay: 1.6s;
}

body {
  font-family: "ProximaNova",helvetica, sans-serif;
  margin:0px;
  padding:0px;
  /*padding-top: 50px;*/
  }

  .no-scroll {
    overflow: hidden;
    height: 100%;
    margin:0;
    padding:0;
}


img {
  user-drag: none; -moz-user-select: none; -webkit-user-drag: none;
}

body, html {
    position: relative;
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
}


  a {
    text-decoration:none;
  }

.fullscreen {
width: 100%;
float: left;
}

.contain {
max-width: 1260px;
margin: 0 auto;
padding: 0px 30px;
}
.contain.hundo {
max-width: 100%;
}
.header {
background: #002b49;
position: fixed;
z-index: 99999;
top: 0px;
}

.logo {
float: left;
padding: 18px;
}

.navi {
height: 40px;
list-style: none;
float: right;
margin: 0px;
margin-left:25px;
padding: 0px;
}

.navi li {
display: block;
position: relative;
float: left;
margin: 0px 18px;
}

.navi li a {
padding: 18px 0px 16px 0px;
line-height: 18px;
float: left;
color: #B3C4C7;
text-transform: uppercase;
font-size: 13px;
margin-top: 2px;
text-decoration: none;
font-family: "ProximaNovaBold",helvetica, sans-serif;
letter-spacing: 2px;
border-bottom: 4px solid transparent;
}



.navi li a.login {
  color:#2cd4c4;
}

.navi li a:hover {
  color:#fff;
border-bottom:4px solid #2cd4c4;
}

.navi li a.here {
  color:#fff;
border-bottom:4px solid #2cd4c4;
}

.hero {
background:url(../../media/1/img/bg.jpg) repeat;
position: relative;
}

.hero-img {
  width:100%;
}

.hero-text {
width: 70%;
position: absolute;
bottom: 35%;
margin-left: -40px;
}

.logo-large {
}

.tagline {
font-size: 68px;
font-family: "ProximaNovaExtraBold",helvetica, sans-serif;
color: #fff;
text-transform: uppercase;
text-shadow: 0px 0px 60px #333;
margin-left: 120px;
margin-top: -40px;
line-height: 68px;
}

.steps {
  background:url(../../media/1/img/bg.jpg) repeat;
}

.third {
  width:  33.3%;
  float:left;
  text-align:center;
}

.third img{
  width:  100%;
  margin-top:30px;
}

.third img.no-mar{
  width:  100%;
  margin-top:0px;
}

.mid {
background-image: url(../../media/1/img/mid.jpg);
width: 100%;
padding: 0%;
/* padding-top: 10%; */
padding: 3% 0%;
height: 100%;
left: 0px;
position: relative;
z-index: 0;
background-attachment: scroll;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}


h4 {
color: #002b48;
font-size: 26px;
margin-top: 0px;
text-transform: uppercase;
font-family: "ProximaNovaExtraBold",helvetica, sans-serif;
}

h3 {
font-size: 40px;
font-family: "ProximaNovaExtraBold",helvetica, sans-serif;
text-transform: uppercase;
color: #002b49;
line-height: 40px;
}

h3.center {
  margin-bottom: 20px;
}

p {
font-size: 20px;
font-family: "ProximaNovaLight",helvetica, sans-serif;
letter-spacing: 1px;
line-height: 26px;
}

p.center {
text-align: center;
margin: 0% 4%;
margin-bottom: 5%;
}

h3.center {
text-align: center;
}

.white {
  color:#fff;
}

.half {
  width:50%;
  float:left;
  position:relative;
}

.half.newsy {
width: 46%;
padding: 2%;
float: left;
position: relative;
}


.vid {
  width:100%;
}

.vid img {
  width:100%;
}

.news {
  background:#fff;
}

.news.pad {
background: #fff;
padding: 30px 0px;
}

.featured {
  background:#e2eaeb;
  padding:20px 0px;
}

.twit {
  background:#2cd5c4;
}

.bird {
color: #00a0aa;
font-size: 40px;
line-height: 60px;
float: left;
text-align: center;
width: 6%;
}

#tweet {
padding: 1%;
margin: 1%;
float: left;
font-size: 14px;
color: #fff;
background: #00a0aa;
-webkit-border-radius: 4px;
border-radius: 4px;
float: left;
width: 86%;
}

#tweet a {
color: #fff;
text-decoration: underline;
}

#tweet a:hover {
color: #eee;
text-decoration: none;
}


.featured h3 {
color: #99a4ae;
text-align: center;
font-family: "ProximaNovaSemiBold",helvetica, sans-serif;
font-size: 18px;
letter-spacing: 10px;
}

.footer {
  background:#98a4ae;
  text-align:center;
}

.social {
width: 100%;
text-align: center;
margin: 40px 0px;
}

.social span {
color: #fff;
font-size: 32px;
}


.footer .navi li {
display: inline-block;
position: relative;
float: none;
margin: 0px;
padding: 0px 18px;
}

.footer .navi li a{
  color:#fff;
}

.footer .navi li a:hover {
  border-bottom:4px solid transparent;
  color:#002b49;
}

.footer .navi {
height: 40px;
list-style: none;
float: none;
margin: 0px;
margin-left: 0px;
padding: 0px;
text-align: center;
width: 100%;
margin: 30px 0px;
}


.user-logos {
  width:100%;
}

.menu-btn {
display: none;
position: absolute;
color: #fff;
right: 20px;
height: 20px;
width: 20px;
top: 12px;
font-size: 20px;
padding: 3px;
text-align: center;
line-height: 21px;
background: rgba(255, 255, 255, 0.06);
}


.play {
width: 60px;
height: 60px;
position: absolute;
margin-left: 50%;
margin-top: 25%;
left: -30px;
top: -30px;
background: rgba(0, 0, 0, 0.43);
border: 2px solid #fff;
-webkit-border-radius: 100px;
border-radius: 100px;
text-align: center;
font-size: 30px;
line-height: 60px;
color: #fff;
-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
}

.half:hover .play {
background: rgba(44, 213, 196, 0.88);
}

#set1-anchor {
float: left;
width: 100%;
}

#stay1 {
  opacity:0;
  margin-left:-20px;
  -webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
transition-delay:.0s;
-webkit-transition-delay:.0s;
}

#stay2 {
  opacity:0;
  margin-left:200px;
  -webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
transition-delay:.2s;
-webkit-transition-delay:.2s;
}

#stay1.change1, #stay2.change1 {
  opacity:1;
  margin-left:0px;
}




#set2-anchor {
float: left;
width: 100%;
}

#stay3, #stay4, #stay5 {
  opacity:0;
  padding-top:10px;
  -webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
}

#stay3 {
transition-delay:.0s;
-webkit-transition-delay:.0s;
}

#stay4 {
transition-delay:.2s;
-webkit-transition-delay:.2s;
}

#stay5 {
transition-delay:.4s;
-webkit-transition-delay:.4s;
}

#stay3.change2, #stay4.change2, #stay5.change2 {
  opacity:1;
  padding-top:0px;
}



#set3-anchor {
float: left;
width: 100%;
}

#stay6 {
  opacity:0;
  padding-top:10px;
  -webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
}

#stay6.change3 {
  opacity:1;
  padding-top:0px;
}






#s1-anchor,
#s2-anchor,
#s3-anchor,
#s4-anchor,
#s5-anchor
 {
float: left;
width: 100%;
}

#step-left1,
#step-left2,
#step-left3,
#step-left4,
#step-left5
 {
  opacity:0;
  margin-left:-60px;
  -webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
float:left;
}

#step-left1.cee,
#step-left2.cee,
#step-left3.cee,
#step-left4.cee,
#step-left5.cee
 {
  opacity:1;
  margin-left:0px;
}


#step-right1,
#step-right2,
#step-right3,
#step-right4,
#step-right5
 {
  opacity:0;
  margin-right:-60px;
  -webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
float:right;
}

#step-right1.cee,
#step-right2.cee,
#step-right3.cee,
#step-right4.cee,
#step-right5.cee
 {
  opacity:1;
  margin-right:0px;
}


#step-right1 p, #step-left1 p, #step-right2 p, #step-left2 p, #step-right3 p, #step-left3 p, #step-right4 p, #step-left4 p, #step-right5 p, #step-left5 p {
font-size: 16px;
font-family: "ProximaNovaLight",helvetica, sans-serif;
line-height: 22px;
text-align: justify;
margin: 0% 10%;
}

#step-right1 h3, #step-left1 h3,
#step-right2 h3, #step-left2 h3,
#step-right3 h3, #step-left3 h3,
#step-right4 h3, #step-left4 h3,
#step-right5 h3, #step-left5 h3
 {
font-size: 40px;
font-family: "ProximaNovaExtraBold",helvetica, sans-serif;
text-transform: uppercase;
color: #002b49;
text-align: center;
line-height: 40px;
margin: 40px 10%;
}


#step-right1 img, #step-left1 img, #step-right2 img, #step-left2 img, #step-right3 img, #step-left3 img, #step-right4 img, #step-left4 img, #step-right5 img, #step-left5 img {
width: 60%;
padding: 0% 20%;
}

.step-row {
float: left;
padding: 4.5% 0%;
border-bottom: 1px dotted #eee;
position: relative;
}

.step-num {
font-size: 36px;
font-family: "ProximaNovaSemiBold",helvetica, sans-serif;
color: #2cd5c4;
height: 100px;
width: 100px;
line-height: 100px;
text-align: center;
border: 5px solid #2cd5c4;
margin: 0 auto;
margin-top: 50px;
-webkit-border-radius: 1000px;
border-radius: 1000px;
}
.step-bg {
position: absolute;
font-size: 990px;
width: 100%;
/* margin: 0 auto; */
height: 100%;
bottom: 0px;
/* top: 200px; */
float: right;
right: -30px;
overflow: hidden;
text-align: center;
line-height: 900px;
font-family: "ProximaNovaExtraBold",helvetica, sans-serif;
color: rgba(0, 0, 0, 0.015);
}


.newsletter {
width: 90%;
margin: 5%;
position:relative;
}

.enter {
padding-bottom: 6px;
float: left;
font-family: "ProximaNovaExtraBold",helvetica, sans-serif;
color: #00a0aa;
}

.newsletter-email {
width: 82%;
font-size: 18px;
padding: 2%;
border: 2px solid #ccc;
float:left;
color:#999999;
font-family: "ProximaNovaSemiBold",helvetica, sans-serif;
-webkit-appearance: none;
-webkit-border-radius: 0;
border-radius: 0;
}

.newsletter-submit {
background: #2cd5c4;
border: 2px solid #ccc;
color: #fff;
font-size: 28px;
line-height: 22px;
margin-top: 2px;
float: left;
padding: 2%;
width: 14%;
margin-left: -2%;
-webkit-appearance: none;
-webkit-border-radius: 0;
border-radius: 0;
}

@-moz-document url-prefix() {
.newsletter-submit {
    background: none repeat scroll 0% 0% #2CD5C4;
    border: 2px solid #CCC;
    color: #FFF;
    font-size: 28px;
    line-height: 22px;
    float: left;
    width: 14%;
    margin-top: -.03%;
    margin-left: -2%;
    padding: .7%;
}
}

.newsletter-submit:hover {
background:#00a0aa;
}

.soc {
  padding:15px;
  color:#e2e9ea;
}

.soc:hover span{
  color:#002b49;
}


.download {
  width:150px;
  float:left;
  margin:5%;
}

.download.droid {
  width:130px;
  float:left;
  margin:5%;
}

.download img {
width: 100%;
-webkit-filter: grayscale(100%);
}

.btns {
position: absolute;
top: 2%;
right: 10%;
width: 160px;
}

.btns .download {
width: 150px;
float: left;
margin: 5px;
}

.video-img {
  width:100%;
  margin-bottom:20px;
}

.desk {
  display:block;
}

.mobile {
  display:none;
}

.mob-img {
width: 70%;
margin: 0% 15%;
}

.anchor {
width: 100%;
float: left;
margin-bottom: 50px;
}

.next {
width: 100%;
float: left;
text-align: center;
font-size: 38px;
color: #2cd5c4;
padding-top: 30px;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
cursor: pointer;
}

.next:hover {
  padding-top: 40px;
  color:#00a0aa;
}

.righty-col {
width: 44%;
padding: 1% 2%;
float: left;
font-size: 14px;
background: #f7f7f7;
}

.lefty-col {
width: 46%;
padding: 0% 2%;
float: left;
margin-bottom:100px;
}

.righty-col span {
color: #2cd5c4;
font-size: 24px;
width: 40px;
height: 40px;
line-height: 40px;
border: 3px solid #2cd5c4;
float: left;
text-align: center;
margin-top: -10px;
margin-right: 20px;
-webkit-border-radius: 100px;
border-radius: 100px;
}

.righty-col p {
font-size: 16px;
color: #002b49;
margin: 4.1% 0%;
float: left;
width: 100%;
}

h1 {
font-weight: 100;
font-size: 82px;
letter-spacing: 1px;
color: #00a0aa;
text-align: center;
margin-bottom: 10px;
}

.subhead {
font-size: 18px;
font-family: "ProximaNovaLight",helvetica, sans-serif;
color: #72808A;
text-align: center;
margin-top: 0px;
margin-bottom: 60px;
}


.cont-submit {
background: #002b49;
color: #fff;
border: 0px;
padding: 2.5% 0%;
font-size: 18px;
/* margin: 0px; */
/* border: 2px solid #333; */
width: 101%;
font-family: "ProximaNova",helvetica, sans-serif;
}
.cont-submit:hover {
background:#00a0aa;
}

.cont-in {
width: 96%;
padding: 2%;
font-size: 18px;
border: 2px solid #ccc;
margin-bottom: 4%;
font-family: "ProximaNova",helvetica, sans-serif;
}

.cont-message {
width: 96%;
padding: 2%;
font-size: 18px;
border: 2px solid #ccc;
margin-bottom: 4%;
font-family: "ProximaNova",helvetica, sans-serif;
}

.righty-col span.phone {
font-size: 28px;
line-height: 47px;
}

#twitter-widget-0 {
  display:none !important;
}

.twitter-timeline {
    display:none !important;
}

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


.bird {
  width: 100%;
}

#tweet {
  width: 96%;
  margin-bottom: 3%;
  padding: 2%;
}

#step-right1 img, #step-left1 img, #step-right2 img, #step-left2 img, #step-right3 img, #step-left3 img, #step-right4 img, #step-left4 img, #step-right5 img, #step-left5 img {
width: 100%;
padding: 0% 0%;
}

#step-right1 h3, #step-left1 h3, #step-right2 h3, #step-left2 h3, #step-right3 h3, #step-left3 h3, #step-right4 h3, #step-left4 h3, #step-right5 h3, #step-left5 h3 {
font-size: 30px;
font-family: "ProximaNovaExtraBold",helvetica, sans-serif;
text-transform: uppercase;
color: #002b49;
text-align: center;
line-height: 30px;
margin: 40px 5%;
}

.step-num {
margin-top: 50px;
}

#step-right1 p, #step-left1 p, #step-right2 p, #step-left2 p, #step-right3 p, #step-left3 p, #step-right4 p, #step-left4 p, #step-right5 p, #step-left5 p {
font-size: 16px;
font-family: "ProximaNovaLight",helvetica, sans-serif;
line-height: 22px;
margin: 0% 5%;
}

.righty-col {
width: 86%;
padding: 5%;
margin: 40px 2%;
}

.righty-col p {
font-size: 12px;
color: #002b49;
margin: 4.1% 0%;
float: left;
width: 100%;
}

.lefty-col {
width: 96%;
padding: 0% 2%;
margin-bottom:0px;
}

.hero-text {
width: 56%;
position: absolute;
top: 10%;
margin-left: 0px;
}
.tagline {
font-size: 28px;
margin-left: 0px;
margin-top: 0px;
line-height: 28px;
}

.logo-large {
  display:none;
}

.btns {
position: absolute;
top: 100px;
left: 20px;
}

.tagline.mobile {
  display:block;
}
.tagline.desk {
  display:none;
}

}


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

  h4 {
font-size: 16px;
}

  .enter {
padding-bottom: 6px;
float: left;
font-size: 12px;
font-family: "ProximaNovaExtraBold",helvetica, sans-serif;
color: #00a0aa;
/* text-align: center; */
width: 100%;
}

  .mobile {
  display:block;
}

  .desk {
  display:none;
}

.logo {
float: none;
padding: 14px;
padding-left: 0px;
}

  h1 {
font-family: "ProximaNovaLight",helvetica, sans-serif;
font-size: 42px;
letter-spacing: 1px;
color: #00a0aa;
text-align: center;
margin-bottom: 10px;
}

  .subhead {
font-size: 14px;
font-family: "ProximaNovaLight",helvetica, sans-serif;
color: #72808A;
text-align: center;
margin-top: 0px;
margin-bottom: 30px;
}

.step-num {
font-size: 22px;
font-family: "ProximaNovaSemiBold",helvetica, sans-serif;
color: #2cd5c4;
height: 50px;
width: 50px;
line-height: 50px;
text-align: center;
border: 5px solid #2cd5c4;
margin: 0 auto;
margin-top: 20px;
-webkit-border-radius: 1000px;
border-radius: 1000px;
}

#step-right1 h3, #step-left1 h3, #step-right2 h3, #step-left2 h3, #step-right3 h3, #step-left3 h3, #step-right4 h3, #step-left4 h3, #step-right5 h3, #step-left5 h3 {
font-size: 24px;
font-family: "ProximaNovaBlack",helvetica, sans-serif;
text-transform: uppercase;
color: #002b49;
text-align: center;
line-height: 24px;
margin: 20px 5%;
}

#step-right1 p, #step-left1 p, #step-right2 p, #step-left2 p, #step-right3 p, #step-left3 p, #step-right4 p, #step-left4 p, #step-right5 p, #step-left5 p {
font-size: 14px;
font-family: "ProximaNovaLight",helvetica, sans-serif;
line-height: 24px;
text-align: center;
margin: 5%;
}


  .footer .navi {
height: auto;
list-style: none;
float: none;
margin: 0px;
margin-left: 0px;
padding: 0px;
text-align: center;
width: 100%;
margin: 30px 0px;
}

  .download {
width: 100px;
float: left;
margin: 5%;
}

.download.droid {
width: 90px;
float: left;
margin: 5%;
}

  .navi li a {
padding: 1%;
line-height: 18px;
float: left;
color: #fff;
text-transform: uppercase;
font-size: 13px;
margin-top: 2px;
text-decoration: none;
font-family: "ProximaNovaBold",helvetica, sans-serif;
letter-spacing: 2px;
width: 99%;
text-align: center;
}

.footer .navi li {
display: inline-block;
position: relative;
float: none;
margin: 0px 0px;
padding: 0px;
width: 100%;
text-align: center;
}

.bird {
color: #00a0aa;
font-size: 50px;
float: left;
width: 100%;
text-align: center;
margin-top: 10px;
}


.btns .download {
  width:100px;
}

  /* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn2 { from { opacity:0; margin-left:20px; } to { opacity:1; margin-left:0px; } }
@-moz-keyframes fadeIn2 { from { opacity:0; margin-left:20px; } to { opacity:1; margin-left:0px; } }
@keyframes fadeIn2 { from { opacity:0; margin-left:20px; } to { opacity:1; margin-left:0px; } }

.half {
width: 100%;
float: left;
}

.half.newsy {
width: 96%;
padding: 2%;
float: left;
position: relative;
}

.logo-large {
  display:none;
}

h3 {
font-size: 28px;
line-height:28px;
margin-bottom:10px;
}

p {
font-size: 14px;
line-height: 22px;
font-family: "ProximaNova",helvetica, sans-serif;
}


.header {
height: 50px;
/* padding: 15px; */
overflow: hidden;
/* width: 96%; */
/* padding-left: 2%; */
/* padding-right: 2%; */
}

.header.menu-up {
  height:100%;
  position:fixed;
  border-top:none;
  overflow:scroll;
  z-index:999999999;
  padding-bottom:40px;
}


.menu-btn {
  display:block;
}

.header .navi {
list-style: none;
margin: 0px;
padding: 0px;
width: 100%;
}


.header .navi li {
  height: auto;
  margin:0px;
  width:100%;
  position:relative;
}

.header .navi li a {
padding: 10px 0px 10px 0px;
width: 100%;
position: relative;
text-align: center;
margin: 4px 0px;
background: rgba(255, 255, 255, 0.03);
/* border: 1px solid rgba(255, 255, 255, 0.11); */
}

}

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



.third img {
margin-top: 20px;
}

}