html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* simple player styles */
#simplePlayerContainer #ri-timeline .base .hit {
    height: initial;
    top: -8px;
    bottom: -5px;
}

#simplePlayerContainer #ri-playPauseToggle .icon .hit {
    height: initial;
    width: initial;
    bottom: 0;
    left: 0;
    right: -6px;
    top: -3px;
}

#simplePlayerContainer #ri-timeline .scrubber-hit {
    width: 30px;
    height: 30px;
    top: -10px;
    left: -7px;
}
a
{
    color:#222222;
    cursor:pointer;
    outline:none;
    padding-bottom:1px;
    text-decoration:underline;
}
a:hover
{
    color:#ffbd47;
}
a.img
{
    background-image:none;
    padding-bottom:0px;
}
a.img:hover
{
    background-image:none;
}
body
{
    background-color:#FFFFFF;
    color:#000000;
    cursor:default;
    margin:0px;
    overflow:auto;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}
img
{
    border:none;
}
table
{
    font:normal 12px arial;
}
table.header
{
    background-color:#000000;
    height:60px;
    padding-left:20px;
    padding-right:20px;
    width:100%;
}
table.master
{
    height:100%;
    width:100%;
}
td.body
{
    background-color:#ffffff;
    height:1px;
    vertical-align:top;
}
td.fill_h
{
    background-color:#ffffff;
    height:100%;
}
td.footer
{
    background-color:#ffffff;
    height:1px;
    padding-bottom:10px;
    padding-left:10px;
    vertical-align:middle;
}
td.footer a
{
    background-image:none;
    color:#888888;
    padding-left:10px;
    padding-right:10px;
    text-decoration:none;
}
td.footer a:hover
{
    background-image:none;
    color:#888888;
    text-decoration:underline;
}
td.footer span.active
{
    color:#cccccc;
    padding-left:10px;
    padding-right:10px;
}
td.footer table
{
    font-size:10px;
    padding-right:20px;
    width:100%;
}
td.login
{
    text-align:right;
}


/**********************************************************************************************************************/

#logoContainer { 
    padding: 28px 3px 46px 3px;
    margin: auto;
    max-width: 1230px;
}

#mediaContainer {
    margin: auto;
    max-width: 1230px;
}

#footerContainer {
    margin: auto;
    max-width: 1230px;
    padding: 0px 3px 0px 3px;
}

#mediaContainer {
    background-color: #000000;
}

#entryDataBlock {
	margin: auto;
}

div.footer-ubs {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    position: relative;

    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #646464;
    
    border-top: 1px solid #bebebe;
    padding-top: 18px;
}


#trial {
    background: #fff;
    color: #666;
    padding: 60px 30px;
}

#contact {
    background: #666;
    color: #fff;
    padding: 80px 30px;
    line-height: 32px;
}


#trialTable {
    display: table;
    width: 100%;
}


#trialImg {
    width: 128px;
    padding-right: 10px;
}

#trialText {
    text-align: center;
}

#trialButton {
    width: 270px;
    padding-left: 10px;
}

#contactText {
    max-width: 700px;
    padding-right: 280px;
}

#contactButton {
    position: absolute;
    right: 30px;
    top: 80px;
    width: 270px;
    font-size: 16px;
    padding: 0 15px;
    background: #333;
}
#contactButton:hover {
    background: #555;
}

/* footer social block */
#social{
    position: absolute;
    right: 160px;
    top: 175px;
}

#social li{
    margin: 0px 15px 0 0;
    float: left;
}

#social li:last-child{
    margin: 0;
}
#social .icon{
    background-image: none,url(//cfvod.kaltura.com/p/1851201/sp/185120100/raw/entry_id/0_0uxq6l2z/version/100000/direct_serve/1/file_name/a.png);
    width: 24px;
    height: 24px;
}
#social .icon-facebook{
    background-position: 0;
}

#social .icon-twitter{
    background-position: -75px;
}
#social .icon-linkedin{
    background-position: -50px;
}

#social .icon-google-plus{
    background-position: -25px;
}
/* end footer social block */


@media (max-width:767px) {

    #logoContainer { 
        padding: 23px 3px 23px 3px;
    }

    div.footer-block {
        font-size: 20px;
    }

    div.footer-row {
        display: block;
    }

    #trial, #contact {
        padding: 40px 10px 55px;
    }

    div.footer-cell {
        display: inline-block;
        vertical-align: top;
    }

    #trialImg {
        float: left;
        padding-right: 40px;
    }

    #trialText {
        display: block;
        text-align: justify;
    }

    #trialButton {
        width: 100%;
        padding: 0;
        margin-top: 26px;
    }


    #contactText {
        max-width: initial;
        padding-right: initial;
        text-align: justify;
        line-height: 28px;
    }

    #contactButton {
        width: 100%;
        position: initial;
        margin-top: 21px;
    }

    /* footer social block */
    #social {
        margin-top: 20px;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        right: inherit;
        top: inherit;
    }
}