html {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Lato";
    line-height: 140%;
    background: #F5E4CD;
    margin: 0;
}

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

.cf:after {
    clear: both;
}

a {
    text-decoration: none;
    color: #3fabd3;
    font-family: "Lato";
}


#stample-logo {
    position: relative;
    z-index: 2;
    width: 150px;
    height: auto;
    margin: 0 auto 40px;
}

#stample-logo img {
    width: 100%;
    height: auto;
}

.wrapper {
    width: 640px;
    margin: 0 auto 100px;
    position: relative;
    z-index: 2;
    clear: both;
    background: white;
    padding: 0 50px;
}

#title, strong {
    font-family: "Lato";
}

#title {
    position: relative;
    z-index: 1;
    padding: 20px;
    text-align: center;
    font-size: 300%;
}

#description {
    margin: 40px 0;
}

.guests {
    text-align: center;
}

#eventbrite {
    width: 600px;
    margin: 0 auto;
}

#visuel img {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

iframe {
    height: 300px !important;
}

.image {
    width: 100%;
}

p {
    margin: 30px auto;
}


#signupForm label {
    display:none;
}


#signup {
    float: right;
    position: relative;
    z-index: 2;
    box-shadow: none;
    min-height: 0;
    text-align: center;
    width: 300px;
}

.error {
    color:red;
}
.info {
    display:none;
}
#signupForm label {
    display:none;
}

dd {
    margin: 10px 0 0;
}

#signup form input {
    font-family: "Lato";
    padding: 10px;
    width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: normal;
    height: auto;

}

#signup form input:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

#signup form input[type="submit"] {
    width: 100%;
    margin: 20px auto;
    font-size: 150%;
    cursor: pointer;
    background: #0bb988;
    color: white;
}

#signup form input[type="submit"]:hover {
    background: #0eedae;
}

.join-startupKeynote {
    margin: 20px 0;
    width: 100%;
    background: #3fabd3;
    padding: 10px 0;
}

.join-startupKeynote a {
    color: white;
}

.join-startupKeynote:hover {
    background: #48c5f3;
}


#formStyle {
    background: none;
    position: relative;
    z-index: 2;
    padding-bottom: 100px;
    box-shadow: none;
}
#formStyle form input {
    margin: 0;
}

#signup #username,
#signup #email {
    text-transform: lowercase;
}

#signup #firstname,
#signup #lastname {
    text-transform: capitalize;
}

#password_field {
    margin-bottom: 0;
}

#progressbar {
    width: 100%;
    margin: 0 auto 20px auto;
    height:10px;
    display:block;
    background: #938b7f;
    border: none;
    border-radius: 0;
    overflow:hidden;
}

#progress {
    display:block;
    height:10px;
    width:0;
}

.progressbarValid {
    background-color:green;
    background-image: -o-linear-gradient(-90deg, #8AD702 0%, #8AD702 100%);
    background-image: -moz-linear-gradient(-90deg, #8AD702 0%, #8AD702 100%);
    background-image: -webkit-linear-gradient(-90deg, #8AD702 0%, #8AD702 100%);
    background-image: -ms-linear-gradient(-90deg, #8AD702 0%, #8AD702 100%);
    background-image: linear-gradient(-90deg, #8AD702 0%, #8AD702 100%);
}

.progressbarInvalid {
    background-color:red;
    background-image: -o-linear-gradient(-90deg, #F94046 0%, #F94046 100%);
    background-image: -moz-linear-gradient(-90deg, #F94046 0%, #F94046 100%);
    background-image: -webkit-linear-gradient(-90deg, #F94046 0%, #F94046 100%);
    background-image: -ms-linear-gradient(-90deg, #F94046 0%, #F94046 100%);
    background-image: linear-gradient(-90deg, #F94046 0%, #F94046 100%);
}

.existing-users span {
    font-family: "Lato";
}

.social {
    height: 200px;
}


.share {
    width: 250px;
    margin: 20px auto 100px;
}

.share li {
    display: inline-block;
    width: 100px;
    text-align: center;
    box-shadow: none;
    padding: 0;
    vertical-align: middle;
}

.share li img {
    width: 100%;
    height: auto;
    box-shadow: none;
    opacity: 0.7;
}

.share li img:hover {
    opacity: 1;
}

h1 {
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 50px;
    font-weight: normal;
    font-family: "Lato";
    text-transform: uppercase;
}

h2 {
    font-size: 300%;
    text-align: center;
    margin: 20px 0 2px;
    font-family: "LLato";
    font-weight: normal;
    line-height: 160%;
}

h3 {
    text-align: center;
    margin: 20px 0 20px;
    font-family: "Lato";
    font-weight: normal;
    line-height: 160%;
}

h6  {
    font-size: 0.5em;
    margin: 0;
    font-family: "Lato";
    letter-spacing: 2px;
    text-transform: uppercase;
}



.partners ul {
    padding: 0;
}

.partners ul li {
    display: inline-block;
    width: 20%;
    margin: 2.3%;
    list-style-type: none;
    -moz-list-style-type: none;
    vertical-align: top;
}

.img-wrapper {
    width: 100%;
    height: 210px;
}

.img-wrapper img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

@media only screen and (max-device-width : 1024px) {

    ul {
        width: 100%;
    }

    li {
        display: block;
        width: 90%;
        margin: 5%;
    }
}

@media only screen and (min-width: 700px) and (max-width: 1023px) {
    .wrapper {
        width: 70%;
    }
    h1 {
        line-height: 110%;
    }
    h2 {
        font-size: 260%;
    }
    h3 {
        line-height: 110%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 699px) {
    .wrapper {
        width: 70%;
    }
    h1 {
        line-height: 110%;
        font-size: 1.2em;
        margin-bottom: 20px;
    }
    h2 {
        font-size: 200%;
    }
    h3 {
        font-size: 95%;
        line-height: 110%;
    }
    h6 {
        font-size: 0.3em;
    }
    img {
        width: 50%;
    }
    #description {
        margin: 0;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .wrapper {
        width: 70%;
    }
    #title {
        padding: 50px 0 10px 0;
    }
    h1 {
        line-height: 110%;
        font-size: 1em;
        margin-bottom: 0px;
    }
    h2 {
        font-size:180%;
    }
    h3 {
        font-size:90%;
        line-height: 110%;
    }
    h6 {
        font-size: 0.25em;
    }
    p{
        font-size: 96%;
    }
}