/** Generated by QuickPaging **/
.container{
    position: relative;
}
.form-group{
    background: #efefef;
    padding: 5px;
    margin: 5px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}
.form-group div{
    margin:0;
    padding:0;
}
.gotodown {
    text-align: center;
    padding:10px 0;
}
.gotodown img{
    width:50px;
    position:relative;
}
.radius5 {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}
section {
    position: relative;
    overflow: hidden;
}
.main-banner {
    position:relative;
}

figure {
    margin: 0;
    position:relative;
    /*opacity: 0;*/
}
figure#laptop{
    position:relative;
    margin:5% auto;
    text-align: center;
    z-index:10;
    width:100%;
}
figure#stiker{
    position:absolute;
    text-align: center;
    top:-500px;
    right:0;
    z-index:1;
}
figure#notebook{
    position:absolute;
    text-align: center;
    top:800px;
    right:-200px;
    z-index:1;
}
figure#cardgreen{
    position:absolute;
    text-align: center;
    top:700px;
    right:-100px;
    z-index:1;
}
figure#cup{
    position:absolute;
    text-align: center;
    top:0;
    left:-200px;
    z-index:2;
    -webkit-animation: cuprotate 1.3s ease-in ;
    -moz-animation: cuprotate 1.3s ease-in ;
    -o-animation: cuprotate 1.3s ease-in ;
    animation: cuprotate 1.3s ease-in ;
}
figure#calendar{
    position:absolute;
    text-align: center;
    top:-250px;
    left:0;
    z-index:1;
}
figure#pen{
    position:absolute;
    text-align: center;
    top:0;
    left:-200px;
    z-index:1;
}
figure#envelop{
    position:absolute;
    text-align: center;
    top:800px;
    left:0;
    z-index:5;
}
figure#cardred{
    position:absolute;
    text-align: center;
    top:-100px;
    left:-200px;
    z-index:1;
}
figure#cardyelow{
    position:absolute;
    text-align: center;
    top:0;
    left:-200px;
    z-index:6;
}
figure#cardblue{
    position:absolute;
    text-align: center;
    top:100px;
    left:-200px;
    z-index:1;
}

figure#teamwork{
    position:absolute;
    text-align: center;
    top:250px;
    left:50px;
    z-index:1;
}
figure#success{
    position:absolute;
    text-align: center;
    bottom:10px;
    right:50px;
    z-index:1;
}
figure#dot{
    position:absolute;
    text-align: center;
    top:10px;
    right:400px;
    z-index:1;
}
figure#goal{
    position:absolute;
    text-align: center;
    top:100px;
    right:150px;
    z-index:1;
}
figure#progress{
    position:absolute;
    text-align: center;
    bottom:80px;
    left:150px;
    z-index:1;
}

figure#light{
    margin:0;
    padding:0;
    position:absolute;
    text-align: center;
    top:-200px;
    left:0;
    z-index:10;
    -webkit-animation: norotate 4s ease-in ;
    -moz-animation: norotate 4s ease-in ;
    -o-animation: norotate 4s ease-in ;
    animation: norotate 4s ease-in ;
}
figure#light.animated{
    margin:0;
    padding:0;
    position:absolute;
    text-align: center;
    top:-200px;
    left:0;
    z-index:10;
    -webkit-animation: rotate 4s ease-in ;
    -moz-animation: rotate 4s ease-in ;
    -o-animation: rotate 4s ease-in ;
    animation: rotate 4s ease-in ;
}

@keyframes rotate {
    0% {
        -ms-transform: rotate(0deg); /* IE 9 */
        -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
        transform: rotate(0deg);

    }
    25% {
        -ms-transform: rotate(-7deg); /* IE 9 */
        -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
        transform: rotate(-7deg);

    }
    50% {
        -ms-transform: rotate(7deg); /* IE 9 */
        -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
        transform: rotate(7deg);

    }
    75% {
        -ms-transform: rotate(-7deg); /* IE 9 */
        -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
        transform: rotate(-7deg);

    }
    100% {
        -ms-transform: rotate(0deg); /* IE 9 */
        -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
        transform: rotate(0deg);

    }
}
@keyframes cuprotate {
    0% {
        -ms-transform: rotate(-90deg); /* IE 9 */
        -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
        transform: rotate(-90deg);

    }
    100% {
        -ms-transform: rotate(0deg); /* IE 9 */
        -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
        transform: rotate(0deg);

    }
}

figure.animated {
    margin: 5%;
    opacity: 1;
}
.content{
    background: #fff;
    border-top:#005baa 8px solid;
    min-height:400px;
    position:relative;
}
.formsection{
    margin:5% 0;
    top:400px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
.formbg{
    border:1px #ccc solid;
    background:#fff scroll right top no-repeat;
    padding:5%;
}
.formbg legend{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}
.newsletter{
    display:none;
}


@media only screen and (min-device-width : 1480px) and (max-device-width : 1960px) {

}

@media only screen and (min-device-width : 1200px) and (max-device-width : 1480px) {
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1200px) {
}

@media only screen and (min-device-width : 640px) and (max-device-width : 768px) {

}

@media only screen and (min-device-width : 480px) and (max-device-width : 640px) {

}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    figure img{
        width:100%;
    }
    .formbg{
        border:1px #ccc solid;
        background:#fff url('http://www.parsonline.com/data/uploaded_files/1481699721-4.png') scroll right top no-repeat;
        padding:60% 5% 5%;
    }
    .formbg legend{
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }
}

@media only screen and (max-device-width : 320px) {
    figure img{
        width:100%;
    }
    .formbg{
        border:1px #ccc solid;
        background:#fff url('http://www.parsonline.com/data/uploaded_files/1481699721-4.png') scroll right top no-repeat;
        padding:60% 5% 5%;
    }
    .formbg legend{
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }
}