body, html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: "adelle-sans", Georgia, serif;
}
body {
    overflow-y: auto;
    font-size: 16px;
    color: #0b0b0b;
    line-height: 187.5%;
    /*-webkit-perspective: 1px;
    -moz-perspective: 1px;
    -ms-perspective: 1px;
    -o-perspective: 1px;
    perspective: 1px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;*/
    /*background: #000;*/
}
body.user {
    background: #fafafa;
}
body.article {
    background: #fff;
}
h1, h2, h3, h4 {
    font-family: "nimbus-sans-condensed", Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 0 0 .3em;
    padding: 0;
}
ol, ul {
    margin: 0;
    padding: 0;
}
a, a:active, a:hover, a:link {
    color: #9b59b6;
    text-decoration: none;
}
a h1, a h2, a h3, a h4 {
    color: #0b0b0b;
    text-decoration: none;
}
code { font-size: 11px; color: #555; background: transparent; line-height: 11px; }
img {
    width: 100%}
img.brand {
    width: 80px;
    height: 80px;
}
img.user.small {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    margin: 0 .5em 0 0;
}
img.user.medium {
    width: 50px;
    height: 50px;
    border-radius: 25px;
}
img.user.large {
    width: 80px;
    height: 80px;
    border-radius: 40px;
}
.hero {
    background: #444;
    font-family: "nimbus-sans-condensed", Helvetica, sans-serif;
    color: #fff;
    /*position: absolute;*/
    width: 100%;
    top: 0;
    /*z-index: -900;*/
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.75);
    /*
    background: 50% 50% no-repeat #555;
    background-size: cover;
    */
    background-position: 50% 50%; 
    background-repeat: no-repeat; 
    background-size: cover;
}
.hero a, .hero a h1, .hero h1 {
    color: #fff;
    text-decoration: none;
    /*text-shadow: 0 0 10px #555;*/
}
.hero h1 { padding-bottom: .5em; font-weight: bold; font-size: 3em; }
.hero header { padding-top: 5em; padding-bottom: 5em; min-height: 400px; }

.hero header p {
    margin: 0 0 3em;
}
/*.header-wrapper { position: absolute; top: 0; width: 100%; }*/
.home .main h2, .user h2, header.latest h2, header.trending h2 {
    /*color: #fff;*/
    font-family: , Helvetica, sans-serif;
    font-size: .9em;
    padding: 1em 0;
    text-transform: uppercase;
}
.article header.trending h2, .user h2 {
    color: #0b0b0b;
}
.main article h2 {
    color: #0b0b0b;
    font-family: "nimbus-sans-condensed", Helvetica, sans-serif;
}
.article .main {
    position: relative;
}
.user-item {
    text-align: center;
}
.user-item h4 {
    margin: 1em 0;
}
.article-item {
    /*height: 530px;*/
    position: relative;
    /*background: #fff;*/
    color: #555;
    overflow: hidden;
    margin-bottom: 1em;
}
.article-item .no-image>div { display: block; position: relative; width: 100%; background: #f2f2f2; padding: 25px 1em; }
.article .main article {
    height: auto;
}
.main>.row {
    margin-top: 2em;
}
article header {
    position: relative;
    padding: 1em 0;
}
article header h3 {
    font-size: 1.3em;
}
article header span {
    font-size: .9em;
    line-height: 30px;
}
article small.source {
    font-size: .7em;
    position: absolute;
    bottom: 1em;
    left: 15px;
}
article small.date {
    font-size: .7em;
    position: absolute;
    bottom: 1em;
    right: 15px;
}
.article-item header { /*height: 160px; */padding: 0 0 1em 0; font-family: "nimbus-sans-condensed", Helvetica, sans-serif; }
article small.date,
article small.source { position: relative; display: block; left: 0; right: 0; }
article ul, article ol { padding-left: 1.5em; }

.article-item-image {
    display: block;
    position: relative;
    width: 100%;     /* desired width */
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.article-item-image:before{
    content: "";
    display: block;
    padding-top: 150%;  /* initial ratio of 1:1*/
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container embed, .video-container iframe, .video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}


.tags {
    font-family: "nimbus-sans-condensed", Helvetica, sans-serif;
    font-size: 18px;
    color: #ccc;
    text-transform: uppercase;
    /*font-size: 16px    font-weight: bold;*/
}
.tags li { list-style: none; float: left; margin: 0 1em 0 0; }
.tags a { padding: .3em .7em; color: #999 }
.tags a.tag:before {
    content: '#';
}
span.tags a.tag { padding: 0; }
span.tags a.tag:after {
    content: ',';
}
span.tags a.tag:last-child:after {
    content: '';
}
.social {
    font-size: 18px;
    padding: 30px 0 0 15px;
    text-shadow: none;
}
.navbar-nav {
    color: #ccc;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.75);
}
.navbar-nav>li>a {
    padding: .3em .7em;
    /*background: #9b59b6;*/
}
.navbar-nav>li.social>a {
    padding: 10px;
}
.navbar-nav>li.social>a:hover,
.navbar-nav>li.social>a:active {
    background: #fff;
}
.nav.tags { display: none; }
.nav.tags li { margin: 40px .5em; }
.nav.tags li a:before { content: '#'; }
.nav>li>a {
    font-size: 18px;
    color: #fff;
    /*font-size: 16px;*/
}
.nav.tags>li>a:hover,
.nav.tags>li>a:active {
    /*background: #0b0b0b;*/
    /*color: #9b59b6;*/
    background: transparent;
}
.social a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
}
.social.facebook a {
    color: #fff;
    background: transparent;
    /*background: #3b5998;*/
}
.social.twitter a {
    color: #fff;
    background: transparent;
    /*background: #55acee;*/
}
.social.google a {
    color: #fff;
    background: transparent;
    /*background: #dd4b39;*/
}
.social.rss a {
    color: #fff;
    background: transparent;
    /*background: #f26522;*/
}
.social.facebook a:hover {
    color: #3b5998;
}
.social.twitter a:hover {
    color: #55acee;
}
.social.google a:hover {
    color: #dd4b39;
}
.social.rss a:hover {
    color: #f26522;
}
a.share {
    font-family: "nimbus-sans-condensed", Helvetica, sans-serif;
    display: block;
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: .6em 0;
    margin: 0 0 .5em;
}
a.share .fa {
    margin-right: .5em;
}
.share.facebook {
    background: #3b5998;
}
.share.twitter {
    background: #55acee;
}
.share.whatsapp {
    background: #4dc247;
}
.share.mail {
    background: #666;
}
.abg {
    height: 100px;
}
.bottom {
    background: #fafafa;
}
footer {
    font-family: "nimbus-sans-condensed", Helvetica, sans-serif;
    text-transform: uppercase;
    color: #0b0b0b;
    padding: 1em 0;
    text-align: center;
    font-size: 1em;
}

@media (min-width: 480px) { 
    .article-item-image:before { padding-top: 100%; }
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .hero header { padding-top: 4em; padding-bottom: 2em; }
    .article-item header { height: 180px; padding: 1em 0; }
    .article-item-image:before { padding-top: 56.25%; }
    .article-item .no-image>div { padding: 28.125% 1em; }
    .article-item .no-image header { padding: 75px 0; }
    article small.date,
    article small.source { position: absolute; display: inline; }
    article small.date { left: auto; right: 15px; }
    article small.source { left: 15px; right: auto; }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .nav.tags { display: block; }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
}





#mc_embed_signup {
    background: 0 0;
    color: #0b0b0b;
    clear: left;
    text-align: center;
    margin: 3em 0 5em 0;
    padding: 1.5em;
    line-height: 250%}
#mc_embed_signup h2 {
    font-family: "nimbus-sans-condensed", Helvetica, sans-serif;
    margin-bottom: .5em;
}
#mc_embed_signup p {
    margin-bottom: 1.4em;
    line-height: 130%;
    font-size: .9em;
}
#mc_embed_signup label {
    margin-right: 1em;
}
#mc_embed_signup input {
    background: #fff;
    color: #0b0b0b;
    border: none;
    padding: .2em 1em;
    outline: 0;
}
#mc_embed_signup input[type=email] {
    width: 40%;
    border: 1px solid #0b0b0b;
}
#mc_embed_signup input[type=submit] {
    font-family: "nimbus-sans-condensed", Helvetica, sans-serif;
    background: #0b0b0b;
    color: #fff;
    margin-left: 1em;
}
#mc_embed_signup input[type=submit]:hover {
    background: #666;
}
#mc_embed_signup input.mce_inline_error {
    border-color: #ff5a5f!important;
}
#mc_embed_signup div.mce_inline_error {
    margin: 1em auto!important;
    width: 50%;
    padding: .1em 1em;
    background-color: #ff5a5f!important;
}