/*@import url(http://fonts.googleapis.com/css?family=Bad+Script|Ubuntu|Marck+Script|Russo+One|Marmelad&subset=cyrillic-ext,latin);*/
/*@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,400italic|Roboto+Mono:400italic,400&subset=cyrillic-ext,latin);*/

#page{
    max-width: 1000px;
}

body{
    background: rgba(251, 217, 196, 0.41);
    background:  url(/static/images/bg5.jpg);
    background-size: cover;
    /*background-size: 100% auto*/
}

a {
    color: #4d87ab;
    text-decoration: none;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}

.vertical-align {
    display: flex;
    flex-direction: row;
}

.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
    display: flex;
    align-items: center;
    justify-content: center; /* Optional, to align inner items
                              horizontally inside the column */
}

.no-pad{
    padding: 0;
}
.clr{
    clear: both;
}
/*--------------------------------POST*/
.post-list>.post{
    /*cursor: pointer;*/
}

.post {
    padding-bottom: 25px;
    margin-bottom: 10px;
    border-bottom: 1px solid #454545;
    font-family: 'Ubuntu', sans-serif;
}

.post .post-header-date{
    border-right: 1px solid #454545;
    padding-right: 15px;
    color: rgb(190, 121, 36);
}
.post .post-header-date span{
    font-family: 'Marck Script', cursive;
    font-family: 'Marmelad', sans-serif;
    outline-color: rgb(77, 77, 77);
}
.post .post-header-date span.day{
     font-size: 52px;
     float: left;
     padding-right: 10px;
     line-height: 42px;
}
.post .post-header-date span.month{
    font-size: 24px;
    float: left;
    padding-right: 10px;
    line-height: 17px;
}
.post .post-header-date span.year{
    font-size: 22px;
    float: left;
    padding-right: 10px;
    line-height: 29px;

}

.post-header-title{
    margin-bottom: 7px;
}
.post-header-title h2,
.post-header-title h1{
    margin-top: 0;
    /*margin-left: 12px;*/
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 3px;

}
.post-header-title h1.article-title,
.post-header-title h2.article-title
{
    font-size: 18px !important;
}


.post-header-title-meta{
    /*margin-left: 12px;*/
}
.post-header-title-meta .title-meta-info{
    padding-left: 20px;
    margin-right: 10px;
    white-space: nowrap;
}

.post-header-title-meta .publish-date{
    background: transparent url(/static/images/icon-time.png) no-repeat left center;
}

.post-header-title-meta .commentaries{
    background: transparent url(/static/images/icon-comment.png) no-repeat left center;
}
.post-header-title-meta .categories{
    background: transparent url(/static/images/icon-category2.png) no-repeat left center;

}

#content{
    padding: 30px;
}

#sidebar, #content, #footer, #menu{
    margin-top: 20px;
}
#sidebar{
    padding-top: 30px;
}


.scanlines {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -2;
    background: url('/static/images/tile.png');
}

.post-media .post-list-img-wrapper img{
    max-height: 150px;

}

.post-list-img-wrapper{
    margin: 5px;
}
.post-view-img-wrapper{
    margin: 5px;
}

.post .img-responsive{
    display: inline;
}

.hr1 {
    border-top: 3px solid #ab4d63;
    height: 6px;
    border-bottom: 1px solid #ab4d63;
    margin: 5px 0;
}

.page-title h1{
    color: #ab4d63;
    font-size: 22px;
    margin: 0;
    margin-bottom: 20px;
}

.page-title h2{
    color: #ab4d63;
    font-size: 19px;
    margin: 0;
    margin-bottom: 20px;
}

.page-title h3{
    color: #ab4d63;
    font-size: 16px;
    margin: 0;
    margin-bottom: 20px;
}

.hr2 {
    border-top: 3px solid #454545;
    height: 6px;
    border-bottom: 1px solid #454545;
    margin: 36px 0;
}
.nb-logo img {
    margin-top: -15px;
    height: 50px;
}
.site-title .nb-logo{
    display: inline;
    float: left;
}
.navbar-brand-title{
    display: inline-block;
    top: -5px;
    position: relative;
    color: rgb(223, 129, 14);
}


.transify {
    border: 0px none rgb(77, 77, 77);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background-image: none;
    background-color: rgb(255, 255, 255);
    background-repeat: repeat;
    border-radius: 5px;
}



#header, #menu, #content, #sidebar, #footer {
    background: none;
}
#menu{
    padding: 0;
}

#menu .navbar{
    margin-bottom: 0px;
    background-color: transparent;
    border-color: transparent;
}

.navbar-form{
    margin-right: initial;
    margin-left: initial;
}

.post-list-img-wrapper{
    min-height: 150px;
    min-height: 150px;
    background-image: url(/static/images/loading2.gif);
    background-repeat: no-repeat;
    background-position: center;
}
#header{
    margin: 20px 0 0 0;
}

#header div.site-title{
    font-size: 33pt;
    font-family: 'Ubuntu', sans-serif;
    }
div.site-title{
    color: rgb(248, 207, 41);
    text-shadow: rgb(102, 65, 19) 1px 0px, rgb(102, 65, 19) 1px 1px, rgb(102, 65, 19) 0px 1px, rgb(102, 65, 19) -1px 1px, rgb(102, 65, 19) -1px 0px, rgb(102, 65, 19) -1px -1px, rgb(102, 65, 19) 0px -1px, rgb(102, 65, 19) 1px -1px;

}
#header .ph{
    display: inline-block;
    font-family: 'Marck Script', cursive;
    font-size: 21pt;
    float: right;
    margin-top: 35px;
    }

.site-ph, .site-un{
    font-family: 'Marck Script', cursive;
    font-size: 21pt;
    float: right;
    padding-top: 17px;
}
.site-na{
    float: left;
}
.site-un {
    margin-left: 70px;
    font-family: inherit;
    font-size: 45%;
    padding-top: 19px;
}

.site-un .glyphicon{
    font-size: 18px;
    margin: 0;
    margin-right: 4px;
}

.navbar a{
    /*color: #4d87ab !important;*/
    text-decoration: none;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}

/*=============================SIDEBAR*/
.sidebar-box {
    margin-bottom: 15px;
    border-bottom: black 1px solid;
    padding-bottom: 15px;

}

.sb-boxes div:last-child{
    border: none;
}

.sidebar-box h4{
    color: #ab4d63;
    /*font-family: 'PT Sans', cursive;*/
    font-style: italic;
    font-size: 22px;
}

.sidebar-box p{
    font-size: 14px;
    line-height: 20px;
}

ul.latest-posts {
    margin-bottom: -15px;
    overflow: hidden;
    padding-left: 2px;
    line-height: 20px;
    font-size: 14px;
    list-style: none;
}

ul.latest-posts li:first-child {
    padding: 0;
    border: none;
}

ul.latest-posts li {
    padding: 0;
    margin: 0;
    background: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 14px;
    padding-top: 10px;
    margin-bottom: 10px;
    border-top: 1px dashed #454545;
    min-height: 50px;

}

ul.latest-posts li span.date {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    float: left;
    font-family: 'Marmelad', sans-serif;
    padding-right: 15px;
    padding-top: 2px;
    text-align: center;
    font-style: normal;
    color: rgb(190, 121, 36);
}

ul.latest-posts li em.day {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-size: 25px;
    font-style: normal;
}

ul.latest-posts li em.month {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    line-height: 8px;
    margin-top: 1px;
    font-style: normal;
}

ul.latest-posts div.lp-link {
    display: inline;
    text-overflow: ellipsis;
    overflow: hidden;
}

.latest-posts li{
    max-height: 75px;
    overflow: hidden;
}

.latest-posts li{
    max-height: 75px;
    overflow: hidden;
}

.cat-list{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.cat-list ul{
    list-style: none;
    font-family: 'CharisSILItalic';
    line-height: 20px;
    font-size: 14px;
    padding-left: 0px;
}

.cat-list ul li{
    background: none;
    padding: 0;
    display: block;
    background-color: #fff;
    border: 1px solid #dedede;
    margin: 0 0 8px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.cat-list ul li a {
    padding: 3px 10px;
    margin: 0;
    /*color: #4d4d4d;*/
    display: block;
    text-transform: capitalize;
    font-family: Marmelad, sans-serif;
    font-style: italic;
}

.cat-list ul li span {
    float: right;
}

.cat-list ul li a:hover {
    /*color: #4d87ab;*/
    text-decoration: none;
}
/* Webkit Fix */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .tag-list ul li a {
        padding: 2px 10px 4px;
    }
    .cat-list ul li a {
        padding: 2px 10px 4px;
    }
}

/* Opera Fix */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
    .tag-list ul li a {
        padding: 2px 10px 4px;
    }
    .cat-list ul li a {
        padding: 2px 10px 4px;
    }
}

/*FOOTER*/

.ftr-wrapper{
    min-height: 60px;
}
.ftr-content{
    margin-top: 23px;
}
/*LINKS*/
a, .navbar a {
    color: rgb(223, 129, 14) !important;
}

a:hover, .navbar a:hover {
    color: orange !important;
}

.ftr-links .ftr-link{
    /* text-transform: uppercase; */
    font-size: 12px;
    margin-right: 20px;
    white-space: nowrap;
}
/*COMMENT FORM*/

.article-comment-form{

}
.article-comment-form .user-mention{
    width: 100%;
}
/*COMMENT LIST*/
.a-comment{
    margin-bottom: 5px;
    font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
    border-top: 1px dashed black;
    padding-top: 5px;
}
.article-comments .a-comment:first-child{
    border-top: none;
}

.a-comment-portrait{
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 3px;
    padding-top: 5px;
    float: left;
}
.a-comment-header{
    color: rgb(223, 129, 14);
    font-size: 13px;
}
.a-comment-body{
    display: inline-block;
    float: left;
}
.a-comment-controls{
    float: right;
    display: none;
}
.a-comment-footer{
    color: #999;
    font-size: 11px;
}

.article-comments{
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid black;

}

/*PROFILE*/
#avatar_form .btn, #avatar_form button{
    width: 100%;
    margin: 0;
    margin-bottom: 4px;

}
#profile-shortinfo-form .btn{
    width: 100%;
}
.short-info-ta{
    width: 100%;
}

.profile-remainder{
    width: 297px;
    margin-top: 50px;
    color: rgb(157, 166, 174);
    text-align: center;
}

kbd {
    padding: .1em .6em;
    border: 1px solid #ccc;
    font-size: 11px;
    font-family: Arial,Helvetica,sans-serif;
    background-color: #f7f7f7;
    color: #333;
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
    box-shadow: 0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
    border-radius: 3px;
    display: inline-block;
    margin: 0 .1em;
    text-shadow: 0 1px 0 #fff;
    line-height: 1.4;
    white-space: nowrap;
}


/* fluid 5 columns */
.grid-sizer,
.grid-item { width: 50%; }
.grid-item{
    padding: 3px;
}
.grid-item--width100 {
    width: 100%;
}
.grid-item img {
    /*max-height: 315px;*/
}
.post-liked:before{
    content: '-1'
}
.post-notliked:before{
    content: '+1'
}


.ortext{
    font-family: 'Ubuntu', sans-serif;
}


.ych-wrap{

}
.ych-channel{
    margin-right: 5px;
    padding: 3px;
    border: 1px dashed grey;
    border-radius: 7px;
    margin-bottom: 5px;
}
.ych-channel.act-like{
    border-color: green;
    background: rgba(0, 255, 0, 0.05)
}
.ych-channel.act-dislike{
    border-color: red;
    background: rgba(255, 0, 0, 0.05)
}
.ych-channel-img{
    height: 88px;
    width: 88px;
    background-size: cover;
    border-radius: 7px;
}
.ych-channel-info{
    width: 70px;
    margin-left: 4px;
}
.ych-channel-title{
    width: 161px;
    /*height: 60px;*/
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: rgb(223, 129, 14);
}
.ych-act-wrap{
    font-size: 18px;
}
.ych-act-wrap a{
    color: grey !important;
    cursor: pointer;
    text-decoration: none;
}
.ych-act-wrap a:hover{
    color: #9e9e9e !important;
}
.ych-act-wrap.act-like a.like{
    color: green !important;

}
.ych-act-wrap.act-dislike a.dislike{
    color: red !important;

}
.ych-video{
    margin-bottom: 6px;
}
.ych-video>div{

}
.ych-video img.ych-video-img{
    top: -12px;
    /*position: relative;*/
}
.ych-video .ych-video-img-wrap{
    overflow: hidden;
    height: 63px;
}
.ych-video .ych-video-title-wrap{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ych-video .ych-video-title-wrap,
.ych-video .ych-video-act-wrap
{
    height: 63px;
    padding-left: 5px;
    justify-content: left;
}
.ych-video .ych-video-title-link{

}
.ych-video .ych-video-channel-link{
    font-size: 13px;
    color: #767676 !important;
}



