body {
    margin: 0;
    padding: 0;
    font-family: Roboto, Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f5f8fa;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Lato, Arial, sans-serif;
    line-height: 1.1;
    color: inherit
}

.article_account .img {
    float: left;
    margin-right: 10px;
}

.article_account .img img {
    height: 50px;
    border: 1px #ccc solid;
    padding: 2px;
    border-radius: 100%;
}

.article_account .fullname>a {
    font-family: Helvetica Neue LT, Helvetica Neue, Helvetica, Arial, sans-serif !important;
    font-weight: bold;
    font-size: 24px;
    color: #333;
}

.article_account .username>a {
    color: #868585;
    font-size: 15px;
}

.article_info_text .article_account .fullname>a {
    font-size: 16px !important;
}

.article_info_text .article_account .username>a {
    font-size: 13px !important;
}



.article_text a,
.article_text a:hover {
    text-decoration: none;
    color: #333;
    display: block;
}

.article_text img {
    margin: 0 !important;
}



.articlePage {
    margin-top: 60px;
    margin-bottom: 100px;
}

.articlePage .text {
    word-wrap: break-word;
    color: #333;
    font-style: normal;
    font-size: 22px;
    line-height: 1.6;
    margin: 10px 0;
}

.articlePage .article_account {
    margin-bottom: 30px;
}

.articlePage .article_account .fullname>a {
    font-size: 24px;
}

.articlePage .article_account .readOnTwitter {
    position: absolute;
    top: 14px;
    right: 0;
    font-size: 11px;
    font-weight: bold;
    font-family: tahoma;
}

.articlePage .article_account .readOnTwitter img {
    vertical-align: bottom;
    width: 20px;
}

.articlePage .text img {
    height: 28px !important;
}

.articlePage .text .img-responsive {
    height: auto !important;
}


.articles {
    transition: box-shadow 0.3s ease-in-out;
    -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 7px rgba(0, 0, 0, .05);
    border: none;
    border-radius: 0;
    /* margin-right: 8px;
    margin-left: 8px; */
    padding: 0;
}

.articles:hover {
    -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 7px rgba(0, 0, 0, .3);
}

.articles .article_img {
    height: 200px;
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.articles .article_info_text {
    padding: 10px;
    min-height: 270px;
    position: relative;
}

.articles .article_info_text::after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#fff));
    background-image: linear-gradient(hsla(0, 100%, 100%, 0), #fff);
    content: "";
    position: absolute;
    height: 8.5em;
    left: 0;
    right: 0;
    bottom: 0;
}

.articles .article_account {
    min-height: 60px;
}

.articles .article_text {
    font-size: 16px;
    overflow: hidden;
    margin-bottom: 30px;
    max-height: 158px;
    /* background: #1da1f2;border:1px #811231 solid; */
}

.overlay {
    background: #000;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.4;
}




.articles .readmore {
    margin: 0 auto !important;

    position: absolute;
    bottom: 20px;
    z-index: 4;

    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100px;
}

.articles .readmore a,
.articles .readmore a:hover {
    font-family: Helvetica Neue LT, Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0;
    color: #333;
    text-decoration: none;
}






.card_info {
    margin-top: 10px;
    margin-bottom: 20px;
    text-decoration: none;
    color: #63615f;
    border: 1px #efecec solid;
    background: #fff;
    border-radius: 6px;
}

.card_info .img {
    height: 180px;
    margin-left: -5px;
}

.card_info .img-cover {
    display: block;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #eee;
    border-radius: 6px 0 0 6px;
}

.card_info .paragraph {
    margin-top: 20px;
}

.card_info .paragraph a {
    color: #333;
    font-size: 12px;
    text-decoration: none;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
}

.card_info .paragraph p {
    color: #63615f;
    margin: 0;
}

.card_info .paragraph a:hover p {
    opacity: .8;
}

.card_info .paragraph small {
    color: #1da1f2;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-image: url(../img/link.png);
    background-position: 0 2px;
    font-size: 13px;
    display: block;
}

.howtouse ul {
    margin: 24px 0 50px 24px;
    padding: 0;
    list-style-type: decimal;
    font-size: 15px;
}

.howtouse ul li {
    font-size: 17px;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
}

.articlePage .note {
    border-top: 1px #ccc solid;
    padding-top: 10px;
    margin-top: 40px;

    font-size: 20px;
    color: #333;
}

.articlePage .shareButton {
    margin-top: 40px;
}

.articlePage .shareButton>div {
    margin-top: 6px;
}

.articlePage .shareButton i {
    font-size: 30px;
    color: #333;
    margin-right: 6px;
}


.embed-responsive {
    min-height: 360px !important;
    border-radius: 12px;
    margin: 14px 0;
    background: #000;
}

.embed-responsive-item {
    min-height: 360px !important;
}

.twitter_tweet {
    max-width: 500px;
    margin: 14px auto 24px auto;
}

.noResults {
    margin: 80px 0 140px 0;
    text-align: center;
    font-size: 32px;
    color: #9c9b9b;
}


.panel-group h4 a, .panel-group h4 a:hover, .panel-group h4 a:focus{
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}
.Emoji{
    height: 15px;
}



#tpPdf{
    font-family: auto;
    width:560px;
    padding: 30px;
    font-size: 16px !important;
    display: none;
}
#tpPdf .article_account .img img{
    height: 80px !important;
    border-radius: 0;
    border: none;
    padding: 0;
}



.center {
    display: block;
    text-align: -webkit-center !important;
    text-align: -moz-center !important
}

.navbar-brand {
    opacity: .8;
    font-family: Lato, Arial, sans-serif;
    color: #3A3E44 !important;
    font-size: 30px;
    font-weight: bold;
}
.navbar-brand small{
    font-size: 11px;
}


.navbar-brand:hover {
    opacity: .9
}

.nav li a {
    font-size: 17px;
    text-transform: capitalize
}


.input-group-btn{
    /* padding: 6px; */
    background: #FFF;
    border-radius: 0 5px 5px 0;
}

.home-search{
    padding-top: 70px;
}
.form-home-search button {
    background-color: #3388CD;
    border: none;
    font-size: 18px;
    padding: 0 33px;
    height: 46px;
    border-radius: 3px !important;
}

.form-home-search button:hover,
.form-home-search button:focus,
.form-home-search button:active {
    background-color: #156aaf !important;
    color: #fff !important;
    outline: 0 !important
}

.form-home-search .input-group-btn {
    padding: 6px;
}

.navbar-default {
    padding: 2px 0;
    background: #fff;
    color: #fff !important;
    border: none;
    border-radius: 0;
    margin: 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2)
}

.jumbotron {
    background: #3388CD;
    margin: 0;
    min-height: 340px;
    position: relative !important;
    padding: 0!important;
}

.home-search h1 {
    color: #fff;
    font-size: 50px;
    margin-top: 0;
    margin-bottom: 8px;
    font-weight: 600
}

.home-search h2 {
    color: #fff;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 500
}

.form-home-search {
    margin-bottom: 15px
}

.form-home-search .input-group {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1)
}

.form-home-search input:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

.form-home-search input {
    height: 58px;
    padding: 19px 16px;
    border: 0;
    font-size: 16px;
    border-radius: 3px
}

footer a:hover,
footer a:focus {
    text-decoration: none;
    color: #1e1a1a
}

.langs .dropdown-menu {
    min-width: 120px
}

.langs .dropdown-menu .dropdown-item {
    padding: 5px 18px;
    font-size: 13px;
    text-transform: capitalize
}

.langs .dropdown-menu .dropdown-item:hover,
.langs .dropdown-menu .dropdown-item.active,
.langs .dropdown-menu .dropdown-item:active {
    background-color: #f79434;
    color: #fff
}

.navbar-toggle {
    margin-right: 20px
}

/* .navbar-nav li:first-child a{
    background: 0 15px url(../img/search1.png) no-repeat;
    padding-left: 20px;
}

.search_link{
    background: 0 3px url(../img/search1.png) no-repeat;
    padding-left: 20px;
    color: #777;
    float: right;
    margin: 14px 10px 0 0;
} */



@media(min-width:300px) and (max-width:450px) {
    .navbar-header small{
        display: none;
    }
    .home-search h1 {
        font-size: 24px
    }

    .home-search h2 {
        font-size: 18px
    }

    .input-group-btn{
        padding: 2px;
        background: #FFF;
        border-radius: 2px;
    }
    .input-group-btn button{
        height: 58px;
    }
    .form-home-search form .input-group input {
        margin-bottom: 10px
    }

    .form-home-search button,
    .form-home-search form .input-group input,
    .form-home-search .input-group {
        width: 100%;
        display: block;
        -webkit-border-radius: .25rem !important;
        -moz-border-radius: .25rem !important;
        border-radius: .25rem !important;
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2)
    }

    .form-home-search form .input-group {
        box-shadow: none
    }
}



footer {
    margin-top: 40px;
    border-top: 2px solid #eee;
    padding: 15px 0;
}
footer p {
    margin-bottom: 0;
    font-size: 14px
}
footer a {
    color: #d2d1d1;
    text-decoration: none;
    font-size: 13px;
    color: #495057
}
footer a:hover,
footer a:focus {
    text-decoration: none;
    color: #1e1a1a
}
footer ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0
}

footer ul li {
    padding-right: 5px
}

footer ul li:last-child {
    padding-right: 0
}

footer ul li a {
    color: #555;
    font-size: 14px;
    text-transform: capitalize
}

footer ul li a:before {
    content: "|";
    margin-right: 15px;
    padding-left: 1px
}

footer ul li:first-child a:before {
    content: "";
    margin-right: 0;
    padding-left: 0
}

.bannerContainer {
    display: none;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    position: fixed;
    bottom: 0;
    left: 0;
    font-size: 14px;
    width: 100%;
    z-index: 100000000000;
    text-align: center;
    background: #000000;
    color: #FFFFFF;
    padding: 10px 35px 4px 15px;
    line-height: 20px;
}
.bannerContainer a, .bannerContainer a:hover {
    color: #FFFFFF;text-decoration: underline;
}





.navbar-default .navbar-toggle .icon-bar {
    width: 26px;
    height: 3px;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
    background-color: #fff;
    padding: 9px 4px;
    margin-right: 8px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #333;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #51a0e0;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #fff;
}
.form-search .form-control{
    font-size: 19px;
    min-width: 300px;
}
@media( max-width:400px ){
    .form-search .form-control{
        min-width: 140px;
    }
}
.search_mobile i{
    color:#333;margin:17px 10px 0 0;cursor: pointer;
}
.search_mobile .search .input-group{
    display: grid;
    padding: 10px 10px 0 10px;
}
.search_mobile .search .input-group input{
    background: #fff;
    border-color: #fff;
    box-shadow: none !important;
    border-bottom: 2px #333 solid;
    color: #333 !important;
    font-size: 20px;
    padding-left: 3px;
}

.search_mobile .search .input-group input::placeholder{
    color:#333 !important;
    opacity: 1; /* Firefox */
    font-size: 20px;
}
.search_mobile .search .input-group input:-ms-input-placeholder{
    color:#333 !important;
    font-size: 20px;
}
.search_mobile .search .input-group input::-ms-input-placeholder{
    color:#333 !important;
    font-size: 20px;
}
.search_mobile .navbar-brand{font-size: 29px;}