.profile-image{
    width:100%;
    max-width:200px;
}

.fail-image{
    width:100%;
    max-width:500px;
    }

.friends-image{
    width:100%;
    max-width:350px;
    max-height: 350px;
    }

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.c {
  background-color:rgba(255,255,255,0.6);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
}

.cm {
  background-color: #282d36;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
}

.cb {
  background-color: rgba(0, 136, 204, 0.40);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
}

ul
{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* Add here all your CSS customizations */
#footer {
	margin-top: 50px;
}

article.post-large {
	margin-left: 0;
}

article.post-large .post-image, article.post-large .post-date {
	margin-left: 0;
}

body {
	background-image: url("../img/subtle_grunge.png");
    color: #8C8C8C;
}

/* OG color #777777 */
p {
    color: #8C8C8C;
}

h2 small {
    color: #8C8C8C;
}

#header.flat-menu nav ul.nav-main li > a {
    color: #8C8C8C;
}

#footer .footer-copyright p {
	color: #8C8C8C;
}

#footer .contact-details a {
	color: #0088cc;
}

aside ul.nav-list > li > a {
	color: #8C8C8C;
}

#header nav.mega-menu ul.nav-main .mega-menu-signin {
	padding-left: 0;
	margin-left: 0;
	margin-right: 0;
}

.form-control {
	color: #FFFFFF;
}

.page-top {
    background-color: #171717;
    border-bottom: 5px solid #ccc;
    border-top: 5px solid #384045;
    margin-bottom: 0;
    min-height: 10px;
    padding: 0 0;
    position: relative;
    text-align: left;
}

.side-image{
    width: 100%;
    max-width: 250px;
}

#left {
    float: left;
	margin-right: 20px;
    margin-top: 5px;
}

#right {
    overflow: hidden;
	margin-bottom: 10px;
}

#commenters .form-control {
	background-color: #1d2127;
    border-color: #777777;
}

.post-share {
	margin: 25px 0 0 0;
	padding-bottom: 0;
}

.item-detail .img-responsive {
    max-height: 500px;
}

.item-detail {
    padding: 20px;
}

.buy-button {
    max-width: 250px;
}

.product-wrap {
    word-wrap: break-word;
}

html.dark h2.story-title {
    color: #0088cc;
}