﻿.container{
    padding-top: 0%;
    text-align: center;
    /* color: white; */
}
.Footerpage .sFooterpage3 .maincol ,
.Footerpage .sFooterpage1 .maincol {
    /* color:white; */
}

.backintro {
    /*background-image: url(../../images/pages/slide-productinfo.png);*/
   background-image: url(../../images/pages/slide-productinfo-blue.png);

   background-repeat: no-repeat;
   background-size: cover;
}

.imgcontent {
   
     /* width: 216px; */
     /* height: 281px; */
     /* text-align: center; */
     padding-top: 0%;
     margin: 0px auto 0 auto;
}
.imgcontent img{
    /*max-width: 220px*/  /*MODIFY BY EDER 07-01-2014*/
    /* max-width: 244px; */ /*MODIFY BY EDER 07-01-2014*/
    /* margin-top: 5px; */
    /* width: 100%; */
    max-height: 500px;
}
#datapage{
    max-width: 480px;
    padding-top: 16%;
}

#datapage .title {
    /*font-family: 'PFDinTextStd-ExtraThin';
    font-size: 75px;
    line-height: 70px;
    max-width: 520px;
    text-transform: uppercase;*/

    font-family: 'PFDinTextStd-Thin';
    font-size: 44px;
    line-height: 42px;
    text-align: left;
    /*max-width: 290px;*/
}

@media only screen and (max-width: 635px) {
    #datapage .title {
        font-family: 'PFDinTextStd-Thin';
        font-size: 44px;
        line-height: 42px;
    }

}

@media only screen and (max-width: 479px) {
    #datapage .title {
        font-family: 'PFDinTextStd-Thin';
        font-size: 44px;
        line-height: 42px;
    }
    #datapage {
        max-width: 300px;
        padding-top: 16%;
    }
}




#datapage .line{
    margin: 0px 14px;
}
#datapage .subtitle {
    color: #A1F2FF;
    font-size: 15px;
    font-family: PFDinTextStd-Medium;
    border-bottom: 1px solid #7DD3F7;
    line-height: 35px;
}
#datapage .textcontent {
    font-size: 17px;
    font-family: 'RobotoSlab-Light';
    line-height: 25px;
    text-align: left;
}

#datapage .buttons {
    width: 100%;
    min-height: 27px;
}

#datapage .buttons .sbuttons{
    float: left;
}

#datapage .buttons .buttons1{
    width: 210px;
}

#datapage .buttons .buttons2{
    width: 210px;
}


@media only screen and (max-width:480px) {
    #datapage .buttons {

    }

    #datapage .buttons .sbuttons{
        float: initial;
        height: 43px;
    }

    #datapage .buttons .buttons1{
    
    }

    #datapage .buttons .buttons2{

    }
}

/*@media only screen and (max-width:767px) {
    #ContentPage{
        background-color: #1072C5;
    }  
}*/
