/** Generated by QuickPaging **/
.full-page {
    background:url('//www.parsonline.com/data/uploaded_files/1481625158-3.jpg') top center no-repeat scroll !important;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    -ms-background-size: cover !important;
    max-width:100% !important;
}
.witetxt {
    color: #fff;
}
#app{
    padding: 0;
    display:block;
    position:relative;
    height:900px;
}
#app img{
    top:-200px;
    left: 50px;
    opacity:0;
    position:absolute;
}

#down{
    padding: 0;
    display:block;
    position:relative;
}

#down a{
    margin: 0 1%;
    top:500px;
    opacity:0;
    position:relative;
}
#title{
    padding: 0;
    display:block;
	top:0;
    opacity:0;
    position:relative;
}
p.content{
    top:500px;
    opacity:0;
    position:relative;
}


@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	main.page-wrap {
		/*background:url('images/bg-mobile.jpg') center center no-repeat fixed;*/
		background-size: cover !important;
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover !important;
		background-size: cover !important;
		-ms-background-size: cover !important;
	}

    #app{
        width:100%;
        padding: 0;
        display:block;
        position:relative;
        height:auto;
    }
    #app img{
        width:100%;
        top:-200px;
        left: auto;
        opacity:0;
        position:relative;
    }
    #down{
        width:100%;
        padding: 20px 0;
        display:block;
        position:relative;
    }

    #down a{
        margin: 0 1%;
        top:500px;
        opacity:0;
        position:relative;
    }
	#title{
        width:100%;
        padding: 0;
		display:block;
		top:0;
		opacity:0;
		position:relative;
    }
    p.content{
        top:500px;
        opacity:0;
        position:relative;
    }
}

@media only screen and (max-device-width : 320px) {
	main.page-wrap {
		/*background:url('images/bg-mobile.jpg') center center no-repeat fixed;*/
		background-size: cover !important;
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover !important;
		background-size: cover !important;
		-ms-background-size: cover !important;
	}

    #app{
        width:100%;
        padding: 0;
        display:block;
        position:relative;
        height:auto;
    }
    #app img{
        width:100%;
        top:-200px;
        left: auto;
        opacity:0;
        position:relative;
    }
    #down{
        width:100%;
        padding: 20px 0;
        display:block;
        position:relative;
    }

    #down a{
        margin: 0 1%;
        top: 500px;
        opacity: 0;
        position: relative;
    }
	#title{
        width:100%;
        padding: 0;
		display:block;
		top:0;
		opacity:0;
		position:relative;
    }
    p.content{
        top:500px;
        opacity:0;
        position:relative;
    }    
}
