/* article content*/

#news-page-header {

    border-width: medium;
    color: black;
    font-weight: bold;
    margin-bottom: 10px;

}

.main-title {
    font-size: 1.7em
}

.news-submitted-by {
    color: #7d7a77;
    font-size: 0.8em;
    margin-bottom: 15px;
    overflow: hidden;
}

.glyphicon-color-orange {
    color: #ff8600;
}

.news-img {
    margin-bottom: 18px;
    width: 100%
}
.news-img img {
    max-height: 450px;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.news-subtitle {
    color: black;
    margin-bottom: 13px
}

.subtitle-1 {
    font-size: 1.48em
}

.subtitle-2 {
    font-size: 1.4em
}

.subtitle-3 {
    font-size: 1.3em
}

.subtitle-4 {
    font-size: 1.2em
}

.subtitle-5 {
    font-size: 1.139em
}

.subtitle-6 {
    font-size: 1.1em
}

.news-p {
    font-size: 1.1em;
    color: #444;
    margin-bottom: 20px;
    line-height: 1.7em;
}

.hp-video {
    margin-bottom: 20px
}

.table {
    margin-bottom: 20px
}
.ul{
    margin-bottom: 20px
}

#iframe-youtube {
    margin-bottom: 20px
}

.news-tweet {
    margin-bottom: 20px
}

.news-insta {
    margin-bottom: 20px;
}

.news-fcpost {
    margin-bottom: 20px;
}

.news-fcvideo {
    margin-bottom: 20px;
}

.news-link {
    margin-top: 50px;
    font-size: 0.9em
}
.news-link a {
    color: #00a550;
}
.source-date-shar{
    display: inline-block;
    width: auto;
}
.share-buttons{
display: inline-block;
}

.g-plus-wrapper{display: inline-block}
.fb-share-button{display: inline-block}

/*-----------------------------------*/
#side-nav-wrap{
    display: none;
}
@media (min-width: 768px) {
    #side-nav-wrap{
        display: block;
    }
}
@media (max-width: 768px) {
    .news-list-group{
        margin-right: 57px;
    }
}

@media (min-width: 992px) {
    .nopadding {
        padding-left: 0;
        padding-right: 0
    }
}








