﻿.container{
    padding-top: 0%;
    color: white;
    text-align: center;
}
.Footerpage .sFooterpage3 .maincol ,
.Footerpage .sFooterpage1 .maincol {
    /* color:white; */
}

.backasea {
    /*background-image: url(../../images/pages/slide-productinfo.png);*/
    background-image: url(../../images/pages/slide-productinfo-blue.png);
    /*NEW CSS's*/
    background-size: cover;
    background-repeat: no-repeat;
}

.imgcontent {
   
     padding-top: 3%;
     margin: 0px auto 0 auto;
     text-align: center;
}
.imgcontent img{
    max-width: 345px;
    /* margin-top: 5px; */
    width: 100%;
    max-height: 500px;
}
#datapage{
    max-width: 461px;
    padding-top: 10%;
    color: #FFFFFF;
}
#datapage .title {
    font-family: 'PFDinTextStd-Thin';
    font-size: 44px;
    line-height: 42px;
    text-align: left;
    /* max-width: 520px; */
}
#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: 140px;
    /*border-right: 1px solid #E1E1E1;*/
}

#datapage .buttons .buttons2{
    width: 150px;
    /*margin-left: 21px;*/
}

.spacer-buttons {
    border-right: 1px solid #dedede;
    height: 30px;
    width: 1px;
    float: left;
    margin: 0 20px 0 15px;
}


@media only screen and (max-width:480px) {
    #datapage .buttons {

    }


    #datapage .buttons .sbuttons{
        float: initial;

        height: 43px;
        margin: 0px;
        border: 0px;
    }

    #datapage .buttons .buttons1{
    
    }

    #datapage .buttons .buttons2{

    }

    .spacer-buttons {
        display: none;    
    }
}
/*@media only screen and (max-width:767px) {
    #ContentPage{
        background-color: #1072C5;
    }  
}*/
    @media only screen and (min-width: 768px) and (max-width: 959px) {
        .imgcontent img{
    width: 100%;
}
    }
    
        @media only screen and (min-width: 960px) and (max-width: 1199px) {
                    .imgcontent img{
    width: 100%;
}
        }


@media only screen and (max-width: 959px) {
    .spacer-buttons {
        margin: 0 15px 0 6px;
    }
}

.button_white span, .button_white a {
    color: #0ab6f6;
}

.button_white span:hover, .button_white a:hover {
    color: #414141!important;
}
.button_white:hover span{
     color: #414141;
}
