@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

body, html {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14pt;
    -webkit-touch-callout: none;
}

h2 {
    font-weight: 800;
    margin-bottom: 20px;
}

#article-text-id a {
    color: #2884b5;
    border-bottom: 1px dotted rgb(217, 217, 217);
}
#article-text-id a:hover {
    color: #186a96;
    border: none;
}

.title-div a {
    color: white;
}

.title-div a:hover {
    color: rgba(255, 255, 255, 0.65);
}

a:hover, a:visited , a:active , a:link  {
    text-decoration: none;
    border: none;
}

#article-text-id * {
    max-width: 100%;
}

.navbar-nav > li > a {padding-top:20px !important; padding-bottom:20px !important;}

.navbar {
    min-height:68px !important;
    background: rgba(255, 255, 255, 0.98);
    border-color: rgba(229, 229, 229, 0.61);
}

.navbar-left{
    height: 42px; margin-top: 11px; margin-left: 10px;
}

.navbar-brand img {
    height: 67px;
}

.navbar-brand
{
    position: absolute;
    width: 100%;
    left: 43%;
    text-align: center;
    margin: auto;
    padding: 0;
}

#cover {
    height: 75%;
    background-size: cover;
}

.blackout{
    background-color: rgba(0, 0, 0, 0.45);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75%;
    
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */

    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}


.title-div {
    margin-left: auto;
    margin-right: auto;
    color: white;
    font-weight: 700;
    font-size: 28pt;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}


.title {
    margin-top: 67px;
}

.website {
    font-weight: 100;
    font-size: 15pt;
}

#share-icon{
    margin-left: 5px;
}

.article-container{
    width: 950px;
}

.article-container .row {
    margin-left: 40px;
}

.article{
    margin-top: 50px;
    margin-bottom: 50px;
    font-weight: 400;
    line-height: 25pt;
}

.avatars-col {
    margin-top: 45px;
}

.color4 {
    background-color: rgb(242, 102, 45);
    border-color: rgb(242, 102, 45)!important;
}
.color3 {
    background-color: rgb(245, 199, 45);
    border-color: rgb(245, 199, 45) !important;
}
.color2 {
    background-color: rgb(157, 196, 65);
    border-color: rgb(157, 196, 65)!important;
}
.color1 {
    background-color: rgb(71, 139, 202);
    border-color: rgb(71, 139, 202)!important;
}
.color0 {
    background-color: rgb(66, 89, 157);
    border-color: rgb(66, 89, 157)!important;
}

.highlight-color4 {
    background-color: rgba(242, 102, 45, 0.50);
}
.highlight-color3 {
    background-color: rgba(245, 199, 45, 0.60);
}
.highlight-color2 {
    background-color: rgba(157, 196, 65, 0.60);
}
.highlight-color1 {
    background-color: rgba(71, 139, 202, 0.35);
}
.highlight-color0 {
    background-color: rgba(66, 89, 157, 0.30);
}

.transparent{
    opacity: 0.7;
}

.download-button img{
    height: 33px !important;
    margin-top: 17px;
    margin-right: 30px;
}

.highlight-pic {
    position: absolute;
    text-align: center;
    margin-left: -5px;
}

.highlight-pic img {
    width: 42px;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
}

.highlight-sentiment{
    color: white;
    font-size: 10pt;
    padding: 8px 12px ;
    border-radius: 5px;
}

.readby-div {
    margin-left: 10px;
    margin-top: -7px;
}

.readby-div *{
    display: inline-block;
}

.readby-div > img {
    height: 35px;
    margin-top: 5px;
}

.top-avatars-group {
    margin-left: 10px;
}

.top-avatar-div {
    position: relative;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

.top-avatar {
    display: inline-block;
    height: 35px;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
}

.sentiment-circle {
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    position: absolute;
    top: 23px;
    left: 25px;
}

.top-avatar-div p {
    font-size: 10pt;
    color: rgba(77, 77, 77, 0.7);
    margin-top: 12px;
    margin-left: 5px;
}

.arrow {
	width: 0; 
	height: 0; 
    background: none !important;
	border-left: 7px solid transparent !important;
	border-right: 7px solid transparent !important;
	border-bottom: 8px solid;
    margin: auto;
    margin-top: 10px;
}

.footer {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 62px;
    background: rgba(255, 255, 255, 0.98);
    border-top: 1px solid rgba(229, 229, 229, 0.61);
    transition: bottom 0.2s ease-in-out;
}

.footer-hidden {
  bottom: -62px;
}



#article-text-id > div > div > p {
    margin-bottom: 30px;
}




/*********************** Responsive **************************/


@media screen and (max-width: 1044px) {
    .article-container{
        width: 100%;
    }
    .article-container .row {
        margin-left: 0px;
    }
    .navbar-brand {
        left: 52%;
    }
    .article{
        margin-top: 30px;
    }
    .avatars-col {
        margin-top: 25px;
    }
}

@media screen and (max-width: 890px) {
    .footer {
        display: block;
    }
    
    .readby-div{
        margin: auto;
        text-align: center;
    }
    
    .download-button {
        position: absolute;
        text-align: right;
        margin-right: 0px;
        right: 0px;
    }
    
    .navbar-brand {
        display: inline-block;
        position: absolute;
        left: 10px;
        margin-left: 0px;
        text-align: left;
        width: 50px;
    }
    .article{
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 767px) {
    .download-button {
        margin-top: -53px;
    }
    
    .navbar-brand {
        margin-top: -53px;
        margin-left: -15px;
    }
}


@media screen and (max-width: 591px) {
    .highlight-pic img {
        width: 35px;
    }
    .highlight-sentiment {
        font-size: 9pt;
        padding: 6px 10px ;
    }
    .highlight-pic {
        margin-left: -15px;
    }
    .title {
        font-size: 23pt;
    }
    .website {
        font-size: 14pt;
    }
    p {
        font-size: 0.9em;
    }
    h2 {
    }
}
@media screen and (max-width: 491px) {
    .highlight-pic img {
        width: 30px;
    }
    .highlight-sentiment {
        font-size: 8pt;
        padding: 5px 9px ;
    }
    .highlight-pic {
        margin-left: -20px;
    }
    
}
@media screen and (max-width: 400px) {
    
    .navbar {
        min-height:60px !important;
    }
    
    .footer {
        height: 55px;
    }
    
    .readby-div {
        margin-top: -4px;
    }
    
    .top-avatar-div:nth-child(5) {
        display: none;
    }
    .highlight-pic img {
        width: 27px;
    }
    .highlight-sentiment {
        font-size: 8pt;
        padding: 4px 7px ;
    }
    
    .navbar-brand img {
        height: 60px;
        margin-top: -1px;
    }
    
    .download-button img{
        height: 29px !important;
        margin-top: 15px;
    }
    
    .readby-div > img {
        height: 32px;
        margin-top: 5px;
    }
    .top-avatar {
        height: 31px;
    }
    .sentiment-circle{
        height: 11px;
        width: 11px;
        left: 23px;
        top: 21px;
    }
    .top-avatars-group {
        margin-left: 3px;
    }

    .top-avatar-div {
        margin-left: 9px;
    }
    .top-avatar-div p {
        font-size: 9pt;
        margin-top: 14px;
        margin-left: 3px;
    }
    

}

@media screen and (max-width: 325px) {
    
    .navbar-brand img {
        height: 55px;
        margin-top: 4px;
    }
    
    .download-button img{
        height: 26px !important;
        margin-top: 18px;
        margin-right: 15px;
    }
    
    .readby-div > img {
        height: 32px;
        margin-top: 5px;
    }
    .top-avatar {
        height: 31px;
    }
    .sentiment-circle{
        height: 11px;
        width: 11px;
        left: 23px;
        top: 21px;
    }
    .top-avatars-group {
        margin-left: 3px;
    }

    .top-avatar-div {
        margin-left: 9px;
    }
    .top-avatar-div p {
        font-size: 9pt;
        margin-top: 14px;
        margin-left: 3px;
    }

}

@media screen and (max-width: 305px) {
    .readby-div {
        margin-top: -2px;
    }
    
    .readby-div > img {
        height: 29px;
        margin-top: 5px;
    }
    .top-avatar {
        height: 29px;
    }
    .sentiment-circle{
        height: 10px;
        width: 10px;
        left: 21px;
        top: 20px;
    }
    .top-avatars-group {
        margin-left: 0px;
    }

    .top-avatar-div {
        margin-left: 6px;
    }
    .top-avatar-div p {
        font-size: 8pt;
        margin-top: 14px;
        margin-left: 1px;
    }

}