.content-h1,.divMove,.content-h2,.content-h3,.content-h3,.content-h4,.mid-img-box,.bottomBox{
    visibility: hidden;
}

.content-h1.content-h1-show{
    -webkit-animation: fadeIn 2s; animation: fadeIn 2s;
}

.divMove.divMove-show{
    -webkit-animation: fadeIn 2s;animation: fadeIn 2s
}

.content-h2.content-h2-show{
    -webkit-animation: fadeIn 2s; animation: fadeIn 2s
}

.content-h3.content-h3-show{
    -webkit-animation: fadeIn 2s; animation: fadeIn 2s
}

.content-h3.content-h3-show{
    -webkit-animation: fadeIn 2s; animation: fadeIn 2s
}

.content-h4.content-h4-show{
    -webkit-animation: fadeIn 2s; animation: fadeIn 2s
}

.mid-img-box.mid-img-box-show{
    -webkit-animation: fadeIn 2s; animation: fadeIn 2s
}

.bottomBox.bottomBox-show{
    -webkit-animation: fadeIn 2s; animation: fadeIn 2s
}

.mid-img-box-left{
    transition:all 0.3s;
    -moz-transition:all 0.3s; /* Firefox 4 */
    -webkit-transition:all 0.3s; /* Safari and Chrome */
    -o-transition:all 0.3s; /* Opera */
}

.mid-img-box-left:hover{
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
}

.mid-img-box-right{
    transition:all 0.3s;
    -moz-transition:all 0.3s; /* Firefox 4 */
    -webkit-transition:all 0.3s; /* Safari and Chrome */
    -o-transition:all 0.3s; /* Opera */
}

.mid-img-box-right:hover{
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
}