body {
    background-color: #EAEAEA;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #333333;
    line-height: 1.35em;
    font-size: 14px;
}
h1 {
    font-weight: 400;
    font-size: 24px;
    line-height: 110%;
}
img {
    max-width: 100%;
    max-height: 500px;
}
i {font-style: italic;}
a {
    color: #3394bc !important;
}
a:hover {
    text-decoration: none;
}
ul, ol {
    margin-left: 20px;
}
ul {
    list-style-type: disc;
}
ol {
    list-style-type: decimal;
}
button {
    display: table;
    margin: auto;
    padding: 5px 25px;
    font-size: 16px;
    font-family: "Roboto";
    line-height: 1;
    appearance: none;
    box-shadow: none;
    color: #5ea9c8;
    background: rgba(0,0,0,0);
    cursor: pointer;
    border: solid 3px #5ea9c8;
}
button:focus {outline: none}
button:hover,
button.hover {
    border-color: #346392;
    color: #346392;
}
button:active,
button.active {
    border-color: #27496d;
    color: #27496d;
}
.lb-timeline {
    clear: both;
    background-color: white;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 50px;
    border-top: 2px solid #CBCBCB;
    overflow: hidden;
    padding-bottom: 200px;
}
.lb-timeline__header, .lb-post {
    padding: 15px 10px;
}
.illustration {
    margin: 20px 0;
    text-align: center;
}
.description {
    font-size: 16px;
}
.sorting-bar {
    background-color: #FAFAFA;
    border-top: 2px solid #CBCBCB;
    border-bottom: 1px solid #CBCBCB;
    overflow: auto;
    padding: 10px 0 0 10px;
    margin: 10px 0 0 0;
    position: relative;
}
.sorting-bar__title {
    float: left;
    text-transform: uppercase;
    position: absolute;
    color: #adadad;
    font-size: 11px;
    font-weight: 500;
}
.sorting-bar__orders {
    float: left;
    padding-left: 70px;
    margin-right: 90px;
}
.sorting-bar__order {
    float: left;
    margin: 0 10px;
    padding-bottom: 8px;
    cursor: pointer;
    color: #999999;
    font-size: 13px;
}
.sorting-bar__order--active, .sorting-bar__order:hover {
    color: #333333;
    border-bottom: 2px solid #5ea9c8;
}
.sorting-bar__logo {
    position: absolute;
    right: 10px;
    top: 5px;
}
.load-new-posts {
    font-size: 1.2em;
    text-align: center;
    color: #5ea9c8;
    cursor: pointer;
}
.load-new-posts:hover {
    background-color: rgba(94, 169, 200, 0.11);
}
.lb-posts {
    clear: both;
    margin-bottom: 20px;
}
.lb-post {
    position: relative;
    border-bottom: 1px solid #CBCBCB;
}
.lb-post.ng-enter, .lb-post.ng-move {
  -webkit-transition:1s linear all;
  -moz-transition:1s linear all;
  -o-transition:1s linear all;
  transition:1s linear all;
  opacity:0;
}
.lb-post.ng-enter.ng-enter-active,
.lb-post.ng-move.ng-move-active {
  opacity:1;
}
.lb-author {
    position: relative;
    margin-bottom: 20px;
}
.lb-author:after {
    content: '';
    clear: both;
    display: block;
}
.lb-author__avatar {
    display: block;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    background: #B9B9B9 url("../images/avatar_64.png") no-repeat scroll 0% 0% / 100% auto;
    width: 50px;
    height: 50px;
    left: -80px;
}
.lb-author__name, .lb-author__date {
    float: left;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 13px;
}
.lb-author__date {
    padding-right: 20px;
}
.show-author-avatar .lb-author, .show-author-avatar .lb-item {
    margin-left: 80px;
}
.lb-item {
    clear: both;
}
.lb-post-date {
    float: left;
    padding-right: 20px;
}
.lb-updated-date {
    font-size: 10px;
    color: #adadad;
    text-align: right;
    text-transform: uppercase;
    margin-top: 20px;
}
.lb-updated-date span {
    color: #333333;
    font-weight: 500;
    font-size: 13px;
}
/* text */
article {
    font-size: 14px;
}
article b {
    font-weight: 500;
}
article p {
    margin: 1em 0;
}
/* images */
.lb-item figure {
    text-align: center;
    margin:20px 0;
}
article .liveblog--card {
    font-size: 0.9em;
    line-height: 1.25em;
}
/* quote */
article blockquote {
    position: relative;
    margin: 30px 0 0 16px;
}
article blockquote p {
    font-size: 1.25em;
    line-height: 1.25em;
}
article blockquote p:before {
    content: "“";
    font-size: 3em;
    position: absolute;
    left: -0.3em;
    color: #7C7C7C;
}
article blockquote li {
    text-align: right;
    margin:10px 0;
}
article blockquote li:before {
    color: #7C7C7C;
    content: "—";
    margin-left: -20px;
    padding-right: 5px;
}
.item--embed__illustration {
    position: absolute;
    width: 200px;
}
/* if there is an image, leave space on the left */
.item--embed__illustration ~ * {
    margin-left: 220px;
}
.item--embed__description,
.item--embed__credit {
    padding-top: 10px;
}
.item--embed__title {
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.25em;
    margin-bottom: .25em;
}
.item--embed__credit {
    text-align: right;
}
/* loading */
.loading {
    color: #5ea9c8;
    text-align: center;
    padding: 20px;
    margin: 10px;
    font-size: 1em;
    font-weight: 300;
    opacity: 1;
    transition-property: opacity;
    transition-duration:.25s;
}
.loading.ng-hide {
    opacity: 0;
}
/* adapt embed card to small screens
 * Remove the two cols layout
*/
@media (max-width: 650px) {
    .item--embed__illustration {
        position: relative;
        width: auto;
    }
    .item--embed__illustration ~ * {
        margin-left: 0;
    }
}
@media (max-width: 600px) {
    .lb-timeline {
        margin-top: 0;
    }
    .show-author-avatar .lb-author {
        margin-left: 50px;
    }
    .show-author-avatar .lb-item {
        margin-left: 0;
    }
    .lb-author__avatar  {
        width: 40px;
        height: 40px;
        left: -50px;
    }
    .lb-author__date {
        float: none;
    }
    .sorting-bar__title {
        display: none;
    }
    .sorting-bar__orders {
        padding-left: 0 !important;
    }
}

.lb-post-permalink {
    position: absolute;
    top: 10px;
    right: 10px;
    visibility: hidden;
}

.lb-post:hover .lb-post-permalink {
    visibility: visible;
}
@-webkit-keyframes fadeIt {
  0%   { background-color: #FFFFFF; }
  50%  { background-color: #e6f6ef; }
  100% { background-color: #FFFFFF; }
}
@-moz-keyframes fadeIt {
  0%   { background-color: #FFFFFF; }
  50%  { background-color: #e6f6ef; }
  100% { background-color: #FFFFFF; }
}
@-o-keyframes fadeIt {
  0%   { background-color: #FFFFFF; }
  50%  { background-color: #e6f6ef; }
  100% { background-color: #FFFFFF; }
}
@keyframes fadeIt {
  0%   { background-color: #FFFFFF; }
  50%  { background-color: #e6f6ef; }
  100% { background-color: #FFFFFF; }
}
.lb-post-permalink-selected {
    background-image:none !important;
    -webkit-animation: fadeIt 5s ease-in-out;
       -moz-animation: fadeIt 5s ease-in-out;
         -o-animation: fadeIt 5s ease-in-out;
            animation: fadeIt 5s ease-in-out;
}
