@charset "UTF-8";

#sectionOverview{
    background-color: #fff;
    min-height: 1500px;
    color: #000;
    font-family: 'Helvetica Neue',Helvetica, Arial,sans-serif;
}
#sectionOverview #rog-width-full {
    width: 100%;
    background-color: #fff;
    position: absolute;
    left: 0px;
    overflow: hidden;
}
#sectionOverview #precent-cont{
    margin: 0 auto;
    height: 100%;
    max-width: 940px;
}
#sectionOverview .clear:after{
    content: '';
    clear: both;
    display: block;
}






#sectionOverview h2{
    font-size: 3.5em;
    padding: 0;
    margin: 0;
    font-weight: 300;
    line-height: 1.2em;
}
#sectionOverview p{
    padding: 0;
    margin: 0;
    font-size: 1.4em;
    line-height: 1.5em;
}
#sectionOverview .mx-content{
    padding: 0 20px;
}
#sectionOverview .mx-content a:hover{
    color: #0a8dd1;
}



/***************************hero*******************************/



#sectionOverview .mx-hero{
    position: relative;
    padding: 40px 20px 0 20px;
}
#sectionOverview .mx-hero img{
    width: 100%;
}
#sectionOverview .mx-hero h1, #sectionOverview .mx-hero h2{
    text-indent: -9999em;
    margin: 0;
    padding: 0;
    font-size: 1px;
    position: absolute;
}




#sectionOverview .mx-content h2{
    font-weight: bold;
    color: #000 !important;
    margin: 1.5em 0 0.5em 0;
    font-size: 2.5em;
}
#sectionOverview .mx-content h3{
    font-weight: normal;
    color: #000 !important;
    margin: 1.5em 0 0.5em 0;
    font-size: 2em;
}


#sectionOverview .mx-content ol{
    margin: 20px 0 25px 18px;
    padding: 0;
}

#sectionOverview .mx-content ol li{
    margin: 0 0 0.5em 0;
    padding: 0;
    font-size: 1.3em;
}


#sectionOverview .mx-steps{
    border-top: 1px solid #ccc;
    margin-top: 80px;
}









#sectionOverview .notice{
    font-size: 1em;
}

#sectionOverview .back-to-top{
    height: 50px;
    width: 50px;
    display: block;
    position: fixed;
    right: 0;
    bottom: 50px;
    text-indent: -9999px;
    background: #fff url(../img/arrow.png) center center no-repeat;
    display: none;
    z-index: 100;
}
@media screen and (max-width: 480px) { 
#sectionOverview .back-to-top{
    right: -100px;
}
}

#sectionOverview .mx-pic{
    margin-top: 20px;
}
#sectionOverview .mx-pic img{
}
#sectionOverview .mx-pic img.mx-pic-1{ width: 45%;}
#sectionOverview .mx-pic img.mx-pic-2{ width: 55%;}
#sectionOverview .mx-pic img.mx-pic-3{ width: 55%;}
#sectionOverview .mx-pic img.mx-pic-4{ width: 45%;}


@media screen and (max-width: 600px) { 
#sectionOverview .mx-pic img{ width: 100% !important;}
}

