body {
  color: #263f57;
  /*font-family: 'Lato', sans-serif, Arial, Helvetica;*/
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.231;
  font-weight: 300;
  letter-spacing: 1px;
}



a {
  color: #062444;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
a:hover {
  color: #abb2c8;
  text-decoration: none;
}


.scroll-btn {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 70px;
  text-align: center;
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  color: #7f8c8d;
  color: #ffffff;
  font-family: 'Lato', sans-serif, Arial, Helvetica;
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
  color: #ffffff;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mouse {
  position: relative;
  display: block;
  width: 46px;
  height: 73px;
  margin: 0 auto -10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid white;
  border-radius: 23px;
}
.mouse > * {
  position: absolute;
  display: block;
  top: 10%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: white;
  border-radius: 50%;
  -webkit-animation: ani-mouse 4s linear infinite;
  -moz-animation: ani-mouse 4s linear infinite;
  animation: ani-mouse 4s linear infinite;
}




  
  .background {
            background-color:black;
            background-attachment:fixed; 
            background-position:50% 0%;
			height:100%;
			margin: 0 auto; 
		    width: 100%; 
		    position: relative; 
		    box-shadow: 0 0 25px rgba(0,0,0,0.8);
		    padding: 0px 0;

     }

@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@-moz-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}






.data {     
            background-color:white;
			height: auto;  
			margin: 0 auto; 
		    width: 100%; 
		    position: relative; 
		    box-shadow: 0 0 5px rgba(0,0,0,0.8);
		    padding: 50px 0;
		    
		}
		
		
.product {     
            background-color:#cdd0d8;
			height: auto;  
			margin: 0 auto; 
		    width: 100%; 
		    position: relative; 
		    box-shadow: 0 0 25px rgba(0,0,0,0.8);
		    padding: 50px 0;
		    
		}

.home {     
			height: auto;  
			margin: 0 auto; 
		    width: 100%; 
		    position: relative; 
		    box-shadow: 0 0 25px rgba(0,0,0,0.8);
		    padding: 50px 0;
		    
		}
		
		

.home h3 {
  text-align: center;
  color: #263f57;
  font-size: 30px;
  font-weight: normal;
  font-family: 'Lato', sans-serif, Arial, Helvetica;
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  margin-bottom: 80px;
  line-height: 42px;
  font-weight: 400;
  letter-spacing: -1px;
}

		
.home h6 {
  font-family: 'Lato', sans-serif, Arial, Helvetica;
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-size: 18px;
  font-weight: normal;
  font-weight: 500;
  margin-top: 60px;
  text-transform: none;
}

.home h6:first-child {
  margin-top: auto;
}
		


.home h6 {
  font-family: 'Lato', sans-serif, Arial, Helvetica;
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-size: 20px;
  font-weight: normal;
  color: #263f57;
  line-height: 25px;
  margin-top: 38px;
}




.home .row > .span3:first-child {
  font-family: 'Lato', sans-serif, Arial, Helvetica;
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
   height: 100%;
   vertical-align:middle;
}
.home .row > .span3:first-child a {
  font-weight: 600;
}
		
		
.home .info {
  line-height: 24px;
  font-family: 'Lato', sans-serif, Arial, Helvetica;
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  color: #263f57;
  margin-top: 50px;
}		
		
		

.home .left {
  font-size: 20px;
  font-weight: normal;
  color: #263f57;
  font-family: 'Lato', sans-serif, Arial, Helvetica;
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  line-height: 25px;
  margin-top: 38px;
  
}


	
.bottom {     
            background-color:black;
			height: auto;  
			margin: 0 auto; 
		    width: 100%; 
		    position: relative; 
		    padding: 100px 0;
		}
		

.bottom .better {
    margin-top: 10px;
	box-shadow: 0 0 25px rgba(0,0,0,0.2);
	font-size: 44px;
	line-height: 35px;
    font-weight: normal;
    color: #ffffff;
    font-family: 'Lato', sans-serif, Arial, Helvetica;
     /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-weight: 100;
		}		

.bottom .hero-unit {
  padding: 0;
  margin: 0;
   font-family: 'Lato', sans-serif, Arial, Helvetica;
  font-weight: 100;
  background-color: transparent;
}				


.bottom h2 {
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	font-size: 44px;
	line-height: 50px;
    color: #ffffff;
    font-family: 'Lato', sans-serif, Arial, Helvetica;
     /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-weight: 100;
    letter-spacing: 2px;
}

.lead {
	font-size: 20px;
	line-height: 22px;
    color: #ffffff;
    font-family: 'Lato', sans-serif, Arial, Helvetica;
     /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-weight: 100;
    letter-spacing: 2px;
}

.iphone-custom {
  margin: 0 auto;
  width: 311px;
  height: 642px;
  padding: 90px 23px 90px 25px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;

}



.karma-text {
    margin-top: 120px;
	color: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	font-size: 24px;
	line-height: 35px;
    font-weight: normal;
    color: #ffffff;
    font-family: 'Lato', sans-serif, Arial, Helvetica;
     /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-weight: 100;
		}
		
		

		
footer {
  background-color: transparent;
}



/*------------------------------------
		fluid
-------------------------------------- */
@media (min-width: 1180px) and (max-width: 1280px) {

	

}



@media (min-width: 1144px) and (max-width: 1179px) {


}



@media (min-width: 1120px) and (max-width: 1143px) {




}


@media (min-width: 1096px) and (max-width: 1119px) {




}




@media (min-width: 1075px) and (max-width: 1095px) {




}


@media (min-width: 1000px) and (max-width: 1074px) {




}



@media (min-width: 981px) and (max-width: 999px) {




}


@media (min-width: 771px) and (max-width: 980px) {

      body {
    padding-right: 0 !important;
    padding-left: 0 !important;

  }

}

@media (min-width: 481px) and (max-width: 770px) {
  body {
    padding-right: 0 !important;
    padding-left: 0 !important;

  }
  

  .screenshot{
 
  position:relative;
  margin-left: -50px;
  margin-right: 0px;
  top: 0px;
  left: 0;
  right: 0;
  background-size: 80% 80%;
 
  background-repeat:no-repeat;
  }
  
  .navbar-fixed-top .navbar-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  

		.info {
  text-align: center;
}
  
}



@media (max-width: 480px) {

		.info {
  text-align: center;
}

 .screenshot{
 
  position:relative;
  margin-left: -50px;
  margin-right: 0px;
  top: 0px;
  left: -50px;
  right: 0;
  background-size: 70% 70%;

  background-repeat:no-repeat;
  }
 


}

