@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
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;
}
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:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}

/* Page CSS
 * --------------------------------------- */
body{
    font-family: 'Cabin', arial, helvetica;
}

input, button, textarea {
    font-family: 'Cabin', arial, helvetica;
}

.section{
    text-align: center;
}

.fullPage-slidesNav span {
    border: 2px solid #666;
    border: 2px solid rgba(20,20,20, 0.4);
}

.fullPage-slidesNav .active span {
    background: #666;
    background: rgba(20,20,20, 0.4);
}

.controlArrow.prev {
    border-color: transparent rgba(255,255,255, 0.7) transparent transparent;
}
.controlArrow.next {
    border-color: transparent transparent transparent rgba(255,255,255, 0.7);
}

p em {
    font-style: none;
    font-weight: 700;
}

p a {
    font-weight: 500;
    color: #777;
}

p a:hover {
    color: #000;
}

#down-arrow {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 100;
}

#down-arrow a {
    display: block;
    width: 40px;
    height: 40px;
    background: url('../img/down.png');
}

/* Menu
 * --------------------------------------- */

#menu li {
    display:block;
    float: left;
    font-size: 1.2em;
    font-weight: 500;
}
#menu li.active{
    border-top: 5px solid rgba(0,0,0, 0.5);
}
#menu li a{
    display: block;
    text-decoration:none;
    color: #444;
    padding: 9px 18px;
}

.inversed #menu li a{
    color: #eee;}

#menu li.active a{
    padding-top: 4px;
}

#menu li.active[data-menuanchor="welcome"] {
    display: none;
}

#menu li[data-menuanchor="welcome"] {
    float: right;
    margin: 4px;
    background: #666;
    background: rgba(20,20,20, 0.7);
    border-radius: 10px;
}

#menu li[data-menuanchor="welcome"] a {
    color: #fff;
    padding: 7px 16px;
}

#menu li:hover{
    background: rgba(255,255,255, 0.3);
}

#menu li:hover a{
    color: #000;
}

#menu{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 70;
	width: 100%;
}

/* Intro
 * --------------------------------------- */

.intro h1 {
    font-size: 6.6em;
}

.intro h1 span {
    font-size: 0.8em;
    font-weight: bold;
    color: #51C5D4;
}

.intro p {
    width: 50%;
    margin: 10px auto;
    font-size: 1.6em;
    color: #555;
}

#waitlist-signup {
    margin: 50px auto;
    font-size: 1.5em;
}

#waitlist-signup label {
    display: none;
}

#waitlist-signup input {
    background-color: #eee;
    border: 0;
    outline: 0;
    padding: 10px 20px;
    font-size: 1.0em;
}

#waitlist-signup button {
    padding: 10px 20px;
    border: 0;
    color: #fff;
    font-size: 1.0em;
    font-weight: 500;
    background-color: #51C5D4;
    border-radius: 10px;
    cursor: pointer;
    outline: 0;
}

#waitlist-signup button:hover {
    background-color: #555;
}

#waitlist-signup .line {
    margin-bottom: 5px;
}

#waitlist-signup .check {
    font-size: 0.8em;
    color: #555;
}

#waitlist-signup .check input {
    margin-right: 10px;
    background: #eee;
    border: 0;
    outline: 0;
}

#call-scrolldown {
    font-size: 1.3em;
    color: #555;
    position: fixed;
    padding-bottom: 20px;
    bottom: 0;
    left: 0;
    z-index: 70;
    width: 100%;
}

/* Features
 * --------------------------------------- */

.feature h1 {
    margin-top: 20px;
    font-size: 5em;
    margin-bottom: 20px;
}

h2 {
    font-size: 3.0em;
}

.feature p {
    text-align: left;
    font-size: 1.6em;
    color: #555;
    width: 50%;
    margin: 20px auto;
    margin-bottom: 20px;
}

.feature p span {
    font-weight: 700;
    color: #777;
}

p {
    max-width: 600px;
}

.feature img {
    max-width: 100%;
}

/* Columns
 * --------------------------------------- */

.column {
    max-width: 46%;
    margin-left: 2%;
    margin-right: 2%;
    float: left;
}

.column img {
    width: 100%;
}

.column img {
    margin-top: 40px;
    /*box-shadow: 0 0 5px #888888;*/
}

.column p {
    width: 100%;
}

.two-column {
    clear: both;
    max-width: 1000px;
    margin: 0 auto;
}

.flush-bottom {
    position: absolute;
    bottom: 0;
    margin-left: -305px;
    width: 600px;
    z-index: 1;
}

.flush-top {
    bottom: 20px;
    z-index: 2;
    position: relative;
    background: #DCDDD8;
}


/* About
 * --------------------------------------- */
#aboutus {
    background: #333;
    padding: 20px;
}

#aboutus p {
    color: #ccc;
}

#aboutus a {
    color: #fff;
}

#aboutus a:hover {
    color: #888;
}