.main.outer {
    padding-top: 50px;
}
.header-panel.shadow-z-2 {
    background-color: #3d3d3d;
    padding: 20px 0 15px 0;
    width: 100%;
}
.full { 
    font-size: 16px; 
}
.row-content{
    vertical-align: top;
}
.row-picture {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
.row-details {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}
.full ul,.full ol {
    margin-left: 10px;
}
.full img {
    display: block;
    max-width: 100%;
    height: auto;
}
.social-icons {
    margin: 20px 0 0;
}
.icon {
    background: rgba(255, 255, 255, 0.63);
    border-radius: 100%;
    text-align: center;
    line-height: 20px;
    font-size: 20px;
    color: #3a3a3a;
    padding: 5px;
    width: 30px;
    height: 30px;
    display: inline-block;
}
.icon:hover {
    color: rgba(255, 255, 255, 0.63);
    background: #3a3a3a;
}
.menu ul li {
    list-style: none;
    margin: 5px 0;
}

.menu ul li a:hover, .menu ul li a:focus, li.current-menu-item > a{
    background: #555;
}
li.current-menu-item:before {
    content: "";
    display: inline-block;
    height: 55px;
    width: 5px;
    position: absolute;
    left: 9px;
    vertical-align: middle;
    background: #fff;
}
.menu ul li a {
    font-size: 15px;
    font-weight: normal;
    cursor: pointer;
    display: block;
    text-decoration: none;
    padding: 0 0 0 10px;
    color: #fff;
}
.home-subtitle {
    font-size: 26px;
    margin-bottom: 32px;
    margin-top: 5px;
    color: #fff;
    font-weight: 300;
}
.blog-title-pro {
    line-height: normal;
    margin: 10px 0px 14px 0px;
}
.blog-title-pro, .blog-title-pro a, .blog-title-pro a:hover {
    color: #fff;
    font-size: 36px;
}
.blog-title-pro a {
    text-decoration: none;
}
span.tags { 
    margin: 0 2px;
    cursor: pointer;
    display: inline-block;
}
.card .card-image .card-image-headline-custom {
    position: absolute;
    margin-bottom: 0;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 5px 0 12px;
    color: #fff;
    font-size: 2em;
    background: -moz-linear-gradient(bottom,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 83%, rgba(0,0,0) 100%);
    background: -webkit-linear-gradient(bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 83%,rgba(0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%,rgba(0,0,0,0.9) 83%,rgb(0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.card .card-footer a {
    margin: 0 !important;
    position: relative;
    bottom: 25px;
    width: auto;
}
#filters {
    margin: 0 0 25px 0;
}
.list-separator li > a i{
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    font-size: 20px;
}
.error {
    color: #EF7272!important;
    font-size: 12px!important;
}
#portfolio-filter {
        margin-top: 50px;
}
.navbar-toggle i {
    color: #BCCCBF;
}
.menu .list-group-item-heading, .menu .list-group-item-text{
    color:#fff!important;
}
@media (max-width: 768px) {
    #portfolio-filter {
        margin-top: 0px;
    }
}
footer {
    border-top: 1px solid #C5C0C0;
    width: 100%;
    height: 10px;
    margin-top: 10px;
    margin-bottom: 3em;
    padding-top: 10px;
    color: #444444;
    font-size: 11px;
    bottom: 0;
    padding-bottom: 10px;
}
.pager li.active a {
    background: rgba(89, 148, 129, 0.3);
}


/** Post images **/
.post img.fit {
    display: block;
    width: 100%;
}
.post img.featured {
    display: block;
    width: 100%;
}
.post img.alignleft {
    float: left;
    margin: 0 19px 19px 0;
}
.post img.alignright {
    float: right;
    margin: 0 0 19px 19px;
}
.post img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.post img.centered {
    display: block;
    margin: 0 0 19px 0;
}
.home .featured {
    margin-bottom: 15px;
}

/** Fixes from Bootstrap **/
body .container .well-primary {
    background-color: #3d3d3d;
}
a, a:focus, a:hover {
    color: #847b46;
}
.list-group .list-group-item {
    padding: 0px;
}
.list-group .list-group-item .row-content {
    min-height: auto;
}
.list-group .list-group-item .list-group-item-heading {
    font-size: 26px;
}
.list-group .list-group-item .list-group-item-heading a:hover {
    text-decoration: none;
}
.list-group .list-group-item .row-content .least-content {
    right: 1px;
}

/** Social sharing **/
.social-links-demo a {     
    font-size: 42px;
    margin: 5px;
    display: inline-block;
}
.social-links-demo .fa-facebook-square { 
      color: #3b5998 
}
.social-links-demo .fa-twitter-square { 
    color: #55acee 
}
.social-links-demo .fa-linkedin-square { 
    color: #0077B5 
}
.social-links-demo .fa-envelope-square { 
    color: #666 
}

/** Sidebar */
body .container .sidebar .well {
    padding-left: 0px;
    padding-right: 0px;
}
.sidebar header {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px;
}
.sidebar-links li {
    line-height: 30px;
}
.sidebar-links li.current-menu-item:before {
    height: 30px;
}

/** Pages **/
.page-content h1 {
    margin-top: 0px;
}

/** Comments **/
#isso-root {
    overflow: hidden;
}
#isso-thread .text-wrapper {
    overflow-wrap: break-word;
} 
#isso-thread .isso-postbox {
    margin-bottom: 2.4em;
}
/** Reponsive sizes **/
@media (min-width: 768px) { 
}
@media (min-width: 992px) { 
    .blog-title-pro, .blog-title-pro a, .blog-title-pro a:hover {
        font-size: 60px;
    }
}
@media (min-width: 1200px) {
}

/** Code should overflow towards the right **/
pre code {
    white-space: pre;
}

/** Links to H2 and H3 **/
.h-hover-links {
    margin-left: 10px;
    color: #333;
    font-size: 80%;
}

/* Emojis */
img.emoji {
    display: inline;
}