﻿.container{
    padding-top: 0%;
    color: white;
    text-align: center;
}

.backbenefitsvideorenu {
    /*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;
}

.videocontent {
    padding-top: 10%;

}
.videocontent .videoframe{
    max-width: 565px;

}
.videocontent .videoframe iframe{
    width: 100%;

    max-width: 565px;
    height: 315px;
}
.videocontent .textvideo{
    text-align: center;

}
.videocontent .textvideo .titlevideo{
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
    width: 268px;
    text-align: center;
    margin: 0 auto;
    border-bottom: 1px solid #AAB0B4;
    /*text-shadow: 0 0 0.5em white, 0 0 0.5em white, 0 0 0.5em white;*/
}
    .videocontent .textvideo .titlevideo a {
    color: #0AB5F4;
}
     .videocontent .textvideo .titlevideo a:hover {
    color: #616161;
    }
.videocontent .textvideo .detailvideo{
    padding-top: 8px;
}
.buttonlink a{
    /*color: #6D6D6D;*/
    display: block;
    width: 126px;
    color: #FFFFFF;
    /*text-shadow: 0 0 0.5em white, 0 0 0.5em white, 0 0 0.5em white;*/
}
.buttonlink {
    font-family: 'RobotoSlab-SemiBold';
    background-image: url(../../images/pages/arrowrigth2-white.png);
    background-repeat: no-repeat;
    width: 140px;
    background-position: 126px 3px;
    margin: 0 auto;
    font-size: 11px;
}
.buttonlink:hover{
    background-image: url(../../images/pages/arrowrigth2.png);
}
.buttonlink:hover a{
    color: #4AC9E3;
}
#datapage{
    max-width: 370px;
    padding-top: 14%;
    /*color: #6D6D6D;*/
    color: #FFFFFF;
    margin: 0 auto;
    text-align: left;
}
#datapage .title {
    font-family: 'PFDinTextStd-Thin';
    font-size: 44px;
    line-height: 42px;
    max-width: 248px;
}

    #datapage .textcontent {
        font-size: 17px;
        font-family: 'RobotoSlab-Light';
        line-height: 26px;
        /*max-width: 380px;*/
    }


    #datapage .textcontent p {
    margin: 10px 0px;
    }