@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);

/* Reset CSS
 * --------------------------------------- */
 /* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
/* body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
} */

body,div,dl,dt,dd,pre,
form,fieldset,input,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
    text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
    font-weight: bold;
}
/* ol,ul {
    list-style: none;
    margin:0;
    padding:0;
} */
caption,th {
    text-align: left;

}
/* h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#fff;
} */
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}
img {
    vertical-align: middle;
    max-width: 100%;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}
.myform-error{
	
	 color: lightcoral;
   /*  display: block; */
    margin-bottom: 10px;
   /*  margin-top: 5px; */
	
	
	
}
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 38px;
    padding: 6px 10px; 
    background-color: #fff;
    border: 1px solid #D1D1D1;
   /*  border-radius: 76px; */
    box-shadow: none;
  /*   text-align: center; */
    font-size: 13px;
    box-sizing: border-box;
}

/* textarea {
	
	 -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 270px;
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 28px;
    box-shadow: none;
    text-align: center;
    font-size: 13px;
    box-sizing: border-box;
    
     padding: 10px;
    margin: 0;
	
	width: 100%;
    max-width: 250px;
    margin: 1em 0 0 0;
	
} */
/* .control-label {
  display: none;
} */

.form-group input {
    width: 100%;
    max-width: 250px;
    margin: 1em 0 0 0;
}

.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 38px;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 76px;
    border: 0;
    cursor: pointer;
    box-sizing: border-box;
    background-color: #3AAA35;
}


/**
 * fullPage 2.6.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: scroll;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -2px 0 0 -6px;
    border-radius: 100%;
    background: rgba(255,255,255,1);
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 12px;
    width: 12px;
    border: 0;
    background: #fff;
    background: rgba(255,255,255,0.5);
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -6px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border: 1px solid #fff;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 12px;
    height: 12px;
    margin: -2px 0px 0px -6px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: 3px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}



/* Custom CSS
 * --------------------------------------- */
body{
    font-family: 'Roboto Condensed';
    color: #333;
    color: rgba(0,0,0,0.5);
    font-size: 16px;
}
.wrap{
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    position: relative;
}
/* h1{
    font-size: 4em;
    margin: 10px 0;
}
h2{
    font-size: 3em;
} */

.section{
    text-align:center;
}
.section0{
    background: url('https://d2zc23renulrga.cloudfront.net/assets/54465/6gqc5u2kmd4xxy0xwv44/bg-image-blue.jpg');
    background-size: cover;
    background-position: center center;
}
#menu li {
    display:inline-block;
    margin: 10px;
    color: #000;
    background:#fff;
    background: rgba(255,255,255, 0.5);
    -webkit-border-radius: 10px;
            border-radius: 10px;
}
#menu li.active{
    background:#666;
    background: rgba(0,0,0, 0.5);
    color: #fff;
}
#menu li a{
    text-decoration:none;
    color: #000;
}
#menu li.active a:hover{
    color: #000;
}
#menu li:hover{
    background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
    padding: 9px 18px;
    display:block;
}
#menu li.active a{
    color: #fff;
}
#menu{
    position:fixed;
    top:0;
    left:0;
    height: 40px;
    z-index: 70;
    width: 100%;
    padding: 0;
    margin:0;
}
.twitter-share-button{
    position: fixed;
    z-index: 99;
    right: 149px;
    top: 9px;
}
#download{
    margin: 10px 0 0 0;
    padding: 15px 10px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear,0 0,0 100%,from( #5bc0de),to( #2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(top, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
#download a{
    text-decoration:none;
    color:#fff;
}
#download:hover{
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #2F96B4;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -ms-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
}
#infoMenu{
    height: 20px;
    color: #f2f2f2;
    position:fixed;
    z-index:70;
    bottom:0;
    width:100%;
    text-align:right;
    font-size:0.9em;
    padding:8px 0 8px 0;
}
#infoMenu ul{
    padding: 0 40px;
}
#infoMenu li a{
    display: block;
    margin: 0 22px 0 0;
    color: #333;
}
#infoMenu li a:hover{
    text-decoration:underline;
}
#infoMenu li{
    display:inline-block;
    position:relative;
}
#examplesList{
    display:none;
    background: #282828;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 20px;
    float: left;
    position: absolute;
    bottom: 29px;
    right: 0;
    width:638px;
    text-align:left;
}
#examplesList ul{
    padding:0;
}
#examplesList ul li{
    display:block;
    margin: 5px 0;
}
#examplesList ul li a{
    color: #BDBDBD;
    margin:0;
}
#examplesList ul li a:hover{
    color: #f2f2f2;
}
#examplesList .column{
    float: left;
    margin: 0 20px 0 0;
}
#examplesList h3{
    color: #f2f2f2;
    font-size: 1.2em;
    margin: 0 0 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    padding: 0 0 5px 0;
}

.intro,
.about,
.connect {
    max-width: 650px;
    margin: 0 auto;
    padding: 0 1em;
}

.intro {
    color: #fff;
}
.app-icon {
    max-width: 120px;
    margin: 0 auto;
    padding-top: 10px;
}
.intro p {
    font-size: 20px;
}
.app-store {
    margin: 2em 0;
}
.about {
    color: #4A4A4A;
}
.about img {
    margin-bottom: 2em;
}

.connect {
    color: #fff;
}


.footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    color: #fff;
}
.social {
    float: left;
    width: 100%;
}
.social p {
    margin-bottom: 1em;
}
.social a:hover .social-button img{
    transform: scale(1.2);
}
.social-button {
    width: 25%;
    float: left;
}
.social-button img {
    max-width: 50px;
    padding: 2em 0;
    transition: all .2s ease-in-out;
}
.twitter{
background: #55ACEE;
}
.twitter img{
    max-width: 36px;
    padding: 1.8em 0;
}
.facebook {
background: #3B5998;
}
.facebook img{
    max-width: 30px;
    padding: 1.8em 0;
}
.instagram {
background: #3F729B;
}
.instagram img{
    max-width: 30px;
    padding: 1.8em 0;
}
.tumblr {
background: #35465C;
}
.tumblr img{
    max-width: 17px;
    padding: 1.8em 0;
}
.links{
    background: #4A4A4A;
    float: left;
    width: 100%;
}
.links ul{
    width: 100%;
    margin: 0;
    padding: 0;
}
.links ul li {
display: block;
}
.links ul li a{
    color: #fff;
    display: block;
}
.link {
    margin: 10px 0;
}
.copy {
    margin: 10px 0;
     color: white;
}
.kol_social_url a {
  color: #fff;
}
.common_thank_you_message{
  font-size: 14px;
  margin-top: 1em;
}
.kol_social_url {
  margin-bottom: 1em;
}
/*#section2 .fp-tableCell{
    vertical-align: baseline;
}*/

@media screen and (min-width: 769px){
	
    .intro p {
      font-size: 30px;
    }
    .about p {
      font-size: 30px;
    }
    .connect p {
      font-size: 36px;
    }

    .links {
        padding: 0 1em;
    }
    .link{
        float: left;
    }
    .copy{
        float: right;
    }
    .app-icon {
        max-width: 200px;
        margin: 0 auto;
        padding-top: 20px;
    }
    
    .terms {
	border: 1px solid #ccc;
	background: #f2f2f2;
	padding: 8px;
	overflow: auto;
	max-width: 640px;
	/* max-height: 500px;
 */	margin-top: 2%;
	width: 100%;
	height: 500px;
	color: black;
	text-align: justify !important;
}
    
  .footerspan {
  
  color: white;
  }  
  
  .extradiv {
	
	/*  display:none; */
}
    
   
    
}

.mytextarea {
	
	 -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 270px;
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #D1D1D1;
   /*  border-radius: 28px; */
    box-shadow: none;
   /*  text-align: center; */
    font-size: 13px;
    box-sizing: border-box;
    
     padding: 10px;
   /*  margin: 0; */
	
	width: 100%;
    max-width: 250px;
    margin: 1em 0 0 0;
	
}

@media screen and (max-width: 768px){
	.footer {
	
	/* display: none !important; */
	}
	
	.slogan{
	display: none !important;
	}
	/* .terms {
	 
        height: 320px !important;
	
	} */
	
	
	.terms {
	border: 1px solid #ccc;
	background: #f2f2f2;
	padding: 8px;
	/* overflow: auto; */
	max-width: 640px;
	/* max-height: 500px;
 */	margin-top: 2%;
	width: 100%;
	height: auto;
	color: black;
	text-align: justify !important;
}
.footerspan {
  
  display:none;
  } 
	
.links {
	
	text-align: center;
}	


	/* iframe {
  
    height: 360px;
           
		} */

}

 .originalheading {
		
		 padding: 0;
         margin: 8px;
         
          font-weight: normal;
    color:#fff;
		}
.link li:hover{
	
	color:black;
}
	
	
}

.intro .headline {
  font-size: 24px;
  margin-bottom: 0.5em;
}
.intro .subheadline {
  font-size: 16px;
  margin-bottom: 0.5em;
}
.intro .subsubheadline {
  font-size: 18px;
  margin-bottom: 0.5em;
}

