/* prototype, needs a complete rewrite (like that will ever happen :p) */

@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-light-webfont.woff2') format('woff2'), url('fonts/opensans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-regular-webfont.woff2') format('woff2'), url('fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.container {
    max-width: 720px;
    margin-top: 16px;
    margin-bottom: 16px;
}

h1,
h2,
h3 {
    font-family: 'open_sanslight', Verdana, Arial;
    font-size: 3.0rem;
    line-height: 1.3;
    margin-bottom: 10px;
}

h3 {
    font-size: 2.1rem;
    line-height: 1.2;
}

@media (min-width: 550px) {
    h1 {
        font-size: 4.0rem;
        line-height: 1.2;
    }
}

body {
    background: #fff;
    font-family: 'open_sansregular', Verdana, Arial;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: rgb(0, 121, 211);
    text-decoration: none;
}

a:hover {
    color: rgb(0, 121, 211);
}

.share_buttons {
    margin-top: -10px;
    margin-bottom: 12px;
}

.share_buttons ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.share_buttons li {
    display: inline-block;
}

.picture img,
#timeline img,
video {
    max-width: 100%;
    height: auto;
}

.label {
    font-size: 16px;
    margin-bottom: 14px;
    margin-top: -6px;
    width: 180px;
    background: #00bcd4;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    padding: 2px 10px;
}

.label_p {
    margin-top: 0px;
    margin-bottom: 18px;
}

#buk_materials {
    margin-top: 32px;
    margin-bottom: 32px;
}

#buk_materials_div {
    margin-top: -16px;
    margin-bottom: 0px;
    padding-top: 16px;
    padding-bottom: 0;
    /*border-style: solid;
    border-color: #00bcd4;
    border-width: 1px 0;*/
    /*border-bottom: 1px solid #00bcd4;*/
}

.caption {
    line-height: 15px;
}

.captionNum,
.captionText {
    font-family: verdana, arial, helvetica, sans-serif;
}

.captionNum {
    color: rgb(6, 85, 128);
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}

.captionText {
    margin-left: 5px;
    font-size: 11px;
}

.hline {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #00bcd4;
    margin-top: 0px;
    margin-bottom: 16px;
}

#timeline {
    margin-top: 20px;
}

#timeline .year {
    width: 100%;
    height: 25px;
    background: #00bcd4;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 16px;
    margin-top: -5px;
}

#timeline .day {
    font-size: 1.3rem;
    color: #00bcd4;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    top: -18px;
    text-align: center;
}

#timeline .circle {
    width: 16px;
    height: 16px;
    background: #00bcd4;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin-left: 0px;
    margin-top: 4px;
    margin-bottom: 5px;
    display: none;
}

#timeline .year p {
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding-top: 1px;
}

#timeline .new_day,
#timeline .new_event,
#timeline .first_space,
#timeline .space {
    margin-left: 0;
    border-left: 0;
    padding-left: 0;
    padding-top: 1px;
}

#timeline .first_space,
#timeline .space {
    height: 16px;
}

#timeline .space {
    margin-top: -8px;
}

#timeline .new_event {
    margin-top: -25px;
    padding-top: 11px;
}

#timeline .new_event p {
    margin-left: 0;
}

.p_line {
    border-top: 1px solid #00bcd4;
    /*padding-top: 9px;*/
    padding-top: 20px;
    margin-top: 14px;
}

#timeline .new_day .first_line {
    border-top: 1px solid #00bcd4;
    /*padding-top: 9px;*/
    padding-top: 20px;
    margin-top: -14px;
    margin-left: 0;
}

.banner {
    display: none;
}

@media (min-width: 550px) {
    .banner {
        display: inline;
    }
    #timeline .new_day,
    #timeline .new_event,
    #timeline .first_space,
    #timeline .last_space,
    #timeline .space {
        margin-left: 54px;
        padding-left: 20px;
        border-left: 2px solid #00bcd4;
    }
    #timeline .space {
        margin-top: -25px;
    }
    #timeline .day {
        margin-left: -24px;
        float: left;
        margin-top: 0;
        top: 1px;
        text-align: right;
        width: 60px;
    }
    #timeline .circle {
        margin-left: 47px;
        margin-bottom: 4px;
        display: block;
    }
    #timeline .new_event p {
        margin-left: 0;
    }
    #timeline .new_day p:first-child {
        margin-left: 0;
    }
    #timeline .year {
        margin-bottom: 0;
        margin-top: 0;
        width: 110px;
    }
    #timeline .last_space {
        margin-top: -25px;
        height: 50px;
    }
    #timeline .first_space {
        height: 50px;
    }
    #timeline .space {
        height: 16px;
    }
}

#timeline img {
    border: 1px solid #e1e8ed;
    padding: 6px;
    margin-top: -16px;
    margin-bottom: 24px;
}

#timeline .no_border,
.banner img {
    border: 0 !important;
    padding: 6px 0 !important;
}

.banner {
    margin-left: -91px;
    margin-top: 22px;
    float: left;
}

.lower {
    margin-top: 50px;
}

.lower2 {
    margin-top: 16px;
}

.banner p {
    margin-top: -34px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    width: 50px;
    line-height: 15px;
    text-align: center;
}

.line_right {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
    border-bottom: 1px solid #e1e8ed;
    margin-bottom: 20px;
}

.no_line_right {
    padding-left: 0;
    padding-top: 8px;
}

.line_left {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
    border-top: 1px solid #e1e8ed;
    padding-top: 28px;
}

.no_line_left {
    padding-right: 0;
    padding-top: 8px;
}

@media (min-width: 550px) {
    .line_right {
        border-bottom: 0;
        margin-bottom: 0;
        border-right: 1px solid #e1e8ed;
        padding-right: 4.1%;
        margin-right: -4.1%;
    }
    .no_line_right {
        padding-top: 0;
        padding-left: 1px;
    }
    .line_left {
        border-top: 0;
        margin-top: 0;
        border-left: 1px solid #e1e8ed;
        padding-left: 4.1%;
        margin-left: -4.1%;
        padding-top: 0;
    }
    .no_line_left {
        padding-top: 0;
        padding-right: 1px;
    }
}

strong {
    font-weight: 600;
}

#references {
    margin-top: 60px;
    margin-bottom: 38px;
}

#references h2 {
    margin-bottom: 10px;
    font-size: 2.6rem;
    line-height: 1.3;
}

#references p {
    font-size: 1.3rem;
    margin-bottom: 2px;
}

#mia {
    margin-top: 32px;
}

@media (min-width: 550px) {
    #mia {
        margin-top: 60px;
    }
}

video {
    width: 100%;
}

#mia .video_div {
    max-width: 720px;
    height: auto;
    margin-top: -6px;
}

.timetable {
    margin-top: -6px;
    margin-left: 0;
    font-size: 1.3rem;
    margin-bottom: 42px;
}

.timetable .two {
    font-size: 1.3rem;
}

.timetable .two a {
    color: #00bcd4;
}

.timetable .two {
    text-align: left;
    padding-right: 0;
    border-right: 0;
    /*font-weight: 600;*/
    color: #00bcd4;
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid #00bcd4;
    text-align: center;
}

.timetable .ten {
    text-align: left;
    padding-top: 6px;
}

@media (min-width: 550px) {
    .timetable {
        margin-left: -25px;
    }
    .timetable .two {
        text-align: right;
        padding-top: 0px;
        border-bottom: 0;
    }
    .timetable .ten {
        padding-left: 4%;
        border-left: 2px solid #00bcd4;
        border-bottom: 0;
        padding-top: 0;
    }
    .timetable .columns {
        margin-bottom: -6px;
        padding-bottom: 12px;
    }
    .no_pad {
        padding-bottom: 4px !important;
    }
}

h2 {
    margin-bottom: 16px;
}

#intro {
    margin-top: 16px;
}

.anchor {
    border-bottom: 1px dotted rgb(0, 121, 211);
    color: rgb(0, 121, 211);
    cursor: pointer;
}

#conclusion {
    margin-top: 48px;
}
