html, body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    background: #fdfdfd;
}

.main {
    width: 1000px;
    margin: 0 auto;
}

header {
    padding: 20px 0 20px 0;
    border-bottom: solid 1px #f1f1f1;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.05);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

header .logo {
    display: inline-block;
    margin-right: 30px;
    float: left;
}

header h2 {
    font-weight: normal;
    display: inline-block;
    margin-top: 14px;
    margin-bottom: 15px;
    font-size: 16px;
}

header h2 span {
    font-size: 14px;
    color: #999;
    padding-left: 5px;
}


header h2 a {
    font-size: 12px;
    color: #8a8a8a;
}

header .subscribeBtn {
    float: right;
    background: #1e8be9;
    display: block;
    padding: 10px 20px 10px 20px;
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 6px;
}

header .subscribeBtn:hover {
    background: #2b6be0;
    color: #FFF;
    text-decoration: none;
}

header .subscribeBtn i {
    display: none;
}

.content {
    margin-top: 75px;
}

#timeline-content {
    margin-top: 50px;
    text-align: center;
}
/* Timeline */
.timeline {
    border-left: 1px solid #dadada;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(255, 255, 255, 0.03);
    color: #000;
    font-family: 'Chivo', sans-serif;
    margin: 20px auto;
    letter-spacing: 0.5px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px;
    list-style: none;
    text-align: left;
    font-weight: 100;
    max-width: 60%;
}

.timeline h2,
.timeline h3 {
    letter-spacing: 1.5px;
    font-weight: 400;
    font-size: 1.4em;
}
.timeline .event {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    padding-bottom: 25px;
    margin-bottom: 50px;
    position: relative;
}

.timeline .event iframe,
.timeline .event img {
    max-width: 100%;
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}
.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}
.timeline .event:before {
    left: -217.5px;
    color: #999;
    content: attr(data-date) ' \A ' attr(data-rawdate) ;
    text-align: right;
    font-weight: 100;
    min-width: 120px;
    font-size: 12px;
    white-space: pre-wrap;
}
.timeline .event:after {
    box-shadow: 0 0 0 4px #dadada;
    left: -55.85px;
    background: #FFF;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    content: "";
    top: 5px;
}

.timeline h3 a {
    color: #333;
    text-decoration: none;
}

.timeline h3 a:hover {
    color: #1898ed;
}


.badge {
    font-size: 12px;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    color: #FFF;
}

.categories {
    position: fixed;
    top:90px;
    left: 50%;
    margin-left: 320px;
}

.categories ul {
    list-style: none;
    padding: 30px;
    display: block;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.05);
}

.categories li {
    padding: 1px 3px 1px 3px;
}

.categories li a {
    font-size: 14px;
    text-decoration: none;
    color: #666;
}

.categories li a:hover {
    text-decoration: underline;
    color: #333;
}

.categories li a i {
    font-size: 12px;
}

.poweredBy {
    padding-left: 10px;
    font-size: 12px;
    color: #999;
}

hr {
    height: 1px;
    border: none;
    border-bottom: solid 1px #dadada;
}

.reaction {
    font-size: 32px;
    color: #999;
}

.reaction:hover {
    color: #fdce4c;
}

.reactionSelected {
    color: #fdce4c;
}

.share {
    font-size: 32px;
    color: #999;
}

.shareFb:hover {
    color:#0d8af0;
}

.shareTw:hover {
    color:#1da1f2;
}

.shareIn:hover {
    color:#0077b5;
}

.sharing {
    position: absolute;
    margin-left: -130px;
    margin-top: 50px;
}

textarea {
    width: 100%;
    border: solid 1px #dadada;
    padding: 10px;
    border-radius: 5px;
    outline: none;
    margin-top: 20px;
}

.btn {
    background: #1e8be9;
    display: block;
    padding: 10px 20px 10px 20px;
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 6px;
    border: none;
    cursor: pointer;
}

.btn:hover {
    background: #2b6be0;
}

.subscribeHolder {
    position: fixed;
    top:0;
    left: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.2);
    width: 100%;
    height: 100%;
}

.subscribeHolder .popup {
    position: fixed;
    top:50%;
    left: 50%;
    width: 400px;
    height: 181px;
    padding: 20px;
    margin-left: -220px;
    margin-top: -120px;
    -webkit-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.05);
    background: #FFF;
    text-align: center;
    border-radius: 5px;
}

.subscribeHolder .popup input {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border:solid 1px #dadada;
    outline: none;
    -webkit-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.05);
}

.toast {
    position: fixed;
    top: 10px;
    left: 50%;
    width: 200px;
    padding: 10px;
    margin-left: -110px;
    -webkit-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.05);
    border-radius: 5px;
    background: #00a651;
    z-index: 9999;
    color: #FFF;
    font-size: 12px;
    opacity: 0.8;
    text-align: center;
}

.line {
    position: fixed;
    top:0;
    left: 0;
    width: 10px;
    height: 100%;
    background: #2b6be0;
    z-index: 9999;
}


.languageSelector {
    float: right;
    background: #1e8be9;
    display: block;
    padding: 10px 20px 10px 20px;
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 6px;
    margin-left: 5px;
    cursor: pointer;
    position: relative;
}

.languageSelector ul {
    position: absolute;
    right: 0;
    top: 35px;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.15);
    width: 160px;
    margin: 0;
    padding: 20px;
    list-style: none;
    display: none;
}
.languageSelector ul li {
    padding: 5px;
}

.languageSelector:hover ul {
    display: inherit;
}


@media (max-width:767px)  {
    .main {
        width: 100%;
    }

    .categories {
        display: none;
    }

    header {
        padding-left: 20px;
        padding-right: 20px;
    }
    header h2 {
        display: none;
    }

    .timeline .event:before , .timeline .event:after{
        display: none;
    }

    .timeline {
        max-width: 100%;
        padding: 30px 30px 0 30px;
    }

    .pages {
        padding: 0 30px 30px 30px;
    }

    .line {
        display: none;
    }

    header .subscribeBtn i {
        display: inherit;
    }

    header .subscribeBtn span {
        display: none;
    }

    .subscribeHolder .popup {
        top:0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 20px;
        margin-left:0;
        margin-top: 0;
    }

    .languageSelector img {
        width: 18px;
        height: 14px;
    }
}

.textBody .content {
    margin: 0;
}
/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 *//*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:hover,a:focus{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:5px 11px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.clearfix:before,.clearfix:after{display:table;content:" "}.clearfix:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}