#logo {
    position: absolute;
    right: 30px;
    bottom: 30px;
    border: none;
    width: 250px;
    height: 61px;
}

pre {
    padding: 10px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: inset 2px 2px 1px #BBD;
    background: -webkit-linear-gradient(-60deg,rgba(255,255,255,1), rgba(255,255,255,1) 15%, rgba(255,255,255,0) 90%, rgba(255,255,255,0));
    background: -moz-linear-gradient(-60deg,rgba(255,255,255,1), rgba(255,255,255,1) 15%, rgba(255,255,255,0) 90%, rgba(255,255,255,0));
    background: -o-linear-gradient(-60deg,rgba(255,255,255,1), rgba(255,255,255,1) 15%, rgba(255,255,255,0) 90%, rgba(255,255,255,0));
    background: -ms-linear-gradient(-60deg,rgba(255,255,255,1), rgba(255,255,255,1) 15%, rgba(255,255,255,0) 90%, rgba(255,255,255,0));
    background: linear-gradient(-60deg,rgba(255,255,255,1), rgba(255,255,255,1) 15%, rgba(255,255,255,0) 90%, rgba(255,255,255,0));
}

.long-title section {
    margin-top: 150px;
}

.title-page .bg img {
    position: absolute;
    top: 0;
    left: 0;
}

.title-page .inner header {
    width: 840px;
    height: 150px;
    margin: 0;
    padding: 0;
}

.title-page h1 {
    position: absolute;
    top : 130px;
    right: 0px;
    width: 500px;
    z-index: 10;
    text-align: right;
}

.slide.title-page {
    background: url(../images/cdt-rmll.jpg) no-repeat, -webkit-gradient(linear, left bottom, left top, from(#BBD), to(white)) ;
    background: url(../images/cdt-rmll.jpg) no-repeat, -moz-linear-gradient(center bottom , #BBBBDD, #FFFFFF) ;
    background: url(../images/cdt-rmll.jpg) no-repeat, -o-linear-gradient(center bottom , #BBBBDD, #FFFFFF) ;
    background: url(../images/cdt-rmll.jpg) no-repeat, -ms-linear-gradient(center bottom , #BBBBDD, #FFFFFF) ;
    background: url(../images/cdt-rmll.jpg) no-repeat, linear-gradient(center bottom , #BBBBDD, #FFFFFF) ;
}

.hidden {
    display: none;
}

.vid-schem video, vid-schem iframe {
    position: absolute;
    left: 30px;
    bottom: 95px;
}

.vid-schem .schema img {
    position: absolute;
    right: 30px;
    top: 100px;
    opacity: .1;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.vid-schem .schema img:hover {
    opacity: .9;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in;
}


div.slide p.licence {
    font-size: 100%;
    position: absolute;
    left: 30px;
    bottom: 30px;
}

p.left {
    float: left;
}

p.right {
    float: right;
}

.inline-imgs img {
    display: inline;
}

.imgs-baseline-top img {
    vertical-align: top;
}

.small-top-margin p{
    margin-top: 10px;
}

.metro {
    position: absolute;
    left: 400px;
    top: 150px;
}

.final li {
    list-style-type: none;
}

.final ul {
    margin-top: 5em;
}