section#header:after{
    background: rgba(0,0,0,0.5);
}

section#try .try{
    padding: 0 0 100px;
}

section#try .try:after{
    content: '';
    display: block;
    clear: both;
}

section#try .info{
    float: left;
    width: 40%;
    padding-right: 40px;
}

section#try .info p{
    margin: 0 0 15px;
    text-align: justify;
    font-size: 16px;
}

section#try .info h3{
    font-size: 28px;
    font-weight: normal;
    margin-top: 50px;
    margin-top: 50px;
    line-height: 38px;
}

section#try form{
    position: relative;
    float: left;
    width: 60%;
}

section#try form .tip{
    top: 50px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}
section#try form .loading-anim{
    top: 75px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}



/* responsiveness -------------------------------------------- */



@media (max-width: 1100px){

}


@media (max-width: 1000px){

    .img img {
        -webkit-transform: translate(-60%, -50%);
           -moz-transform: translate(-60%, -50%);
             -o-transform: translate(-60%, -50%);
                transform: translate(-60%, -50%);
    }
}


@media (max-width: 900px){
    section#try .info{
        float: none;
        width: auto;
        padding: 0 0 30px;
    }
    section#try form{
        float: none;
        width: auto;
        text-align: center;
    }
}

@media (max-width: 800px){
    .img img {
        -webkit-transform: translate(-70%, -50%);
           -moz-transform: translate(-70%, -50%);
             -o-transform: translate(-70%, -50%);
                transform: translate(-70%, -50%);
    }
}


@media (max-width: 600px){
    section#try .info{
        padding-bottom: 20px;
    }
    section#try .info p{
        font-size: 17px;
    }
}

@media (max-width: 400px){
    section#try .info{
        padding-bottom: 10px;
    }
}

@media (max-width: 450px){
    section#try .info p{
        font-size: 15px;
    }
}