.breadcrumb .pull-right:before { content: "" }

.breadcrumb{
	padding: 8px 5px 8px 10px;
    background-color: rgba(230, 230, 230, 0.20);
}

/* НОВОСТНАЯ ЛЕНТА */
.timeline {
	padding: 0px 0 20px 0;
	list-style: none;
	position: relative;
}

.timeline:before {
	content: " ";
}

.timeline > li {
	margin-bottom: 40px;
	position: relative;
	width: calc(100% - 20px);
	float: left;
	clear: left;
}

.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}

.timeline > li:after {
	clear: both;
}

.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}

.timeline > li:after {
	clear: both;
}

.timeline > li > .timeline-panel {
	width: 100%;
	float: none;
	border: 2px solid #eeeeee;
	/*border-radius: 2px;*/
	/*padding: 20px;*/
	position: relative;
}


.timeline > li > .timeline-badge {
	color: #ccc;
	width: 24px;
	height: 24px;
	line-height: 50px;
	font-size: 1.4em;
	cursor: pointer;
	text-align: center;
	position: absolute;
	top: 0px;
	right: -12px;
	/*background-color: #999999;*/
	z-index: 9;
	/*
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	*/
}

.timeline > li > .timeline-panel .timeline-heading {
    border-bottom: 2px solid #eee;
	padding: 5px;
	background: #eeeeee;
	/*background: #ff7300;*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E63B00', endColorstr='#FB6900');*/
    /*background: -webkit-linear-gradient(90deg, rgb( 230, 59, 0 ) 0%, rgb( 251, 105, 0 ) 100%);*/
    /*background: -moz-linear-gradient(90deg, rgb( 230, 59, 0 ) 0%, rgb( 251, 105, 0 ) 100%);*/
    /*background: -o-linear-gradient(90deg, rgb( 230, 59, 0 ) 0%, rgb( 251, 105, 0 ) 100%);*/
    /*background: -ms-linear-gradient(90deg, rgb( 230, 59, 0 ) 0%, rgb( 251, 105, 0 ) 100%);*/
}

.timeline > li > .timeline-panel .timeline-heading img {
	width: 100%;
}
.timeline .timeline-heading h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 33px;
	text-align: left;
	margin: 0;
    padding-left: 25px;
}
.timeline .timeline-heading h2 a { color: #555 }
.timeline .timeline-heading h2 .fa{ color: #555; position: absolute; left: 10px; top: 10px; }
.timeline .timeline-heading h2 a:hover { text-decoration: none; color: #333; }
.timeline .timeline-heading > div { margin: 0 0 10px }

.timeline .timeline-body {
    padding: 15px 0;
    margin-bottom: 0px;
}
.timeline .timeline-body img {
	display: block;
	width: 100% \9;
	max-width: 100%;
	height: auto;
}

.timeline .timeline-footer{
    padding: 7px 12px;
    overflow: hidden;
    border-top: 1px solid #ccc;
}
.timeline .timeline-footer > a { color: #2bace2 }
.timeline .timeline-footer .blog-info {
	float: left;
}

.timeline .timeline-footer .blog-info i { color: #777 }
.timeline .timeline-footer .timeline-comments { color: #555 }
.timeline > li.timeline-inverted{
	float: none;
    clear: right;
    margin-bottom: 40px;
    margin-left: 15px;
}

.timeline > li:nth-child(2){
  	margin-top: 60px;
}

.timeline > li.timeline-inverted > .timeline-badge{
  	left: -12px;
}

@media (max-width: 992px) {

}

@media (max-width: 767px) {
    ul.timeline:before {
        display: none;
    }
    .timeline .timeline-heading h2{
        line-height: normal;
    }
    .timeline .timeline-heading h2 .fa{ left: 6px; top: 6px; }
    ul.timeline > li {
      margin-bottom: 20px;
      position: relative;
      width:100%;
      float: left;
      clear: left;
    }
    ul.timeline > li > .timeline-panel {
        /*width: calc(100% - 50px);
        width: -moz-calc(100% - 50px);
        width: -webkit-calc(100% - 50px);*/
        width: 100%;
    }

    ul.timeline > li > .timeline-badge {
        display: none;
        left: 0;
        margin-left: 0;
        top: 0px;
    }

    ul.timeline > li > .timeline-panel {
        float: none;
    }

    
	.timeline > li.timeline-inverted{
		clear: left;
		margin-top: 0px;
		margin-bottom: 10px;
	    margin-left: 0px;
	}

	.timeline > li.timeline-inverted > .timeline-badge{
		left: -12px;
	}

    .wij12 > a > img {
        text-align: center;
        margin: 0 auto;
    }
    .timeline .timeline-body img {
    	max-width: calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-top: -15px;
    }
}

/* ПРОСМОТР ПОСТА */
.post h1,
.post>div,
.post form {
	/*padding-left:15px;
	padding-right:15px;*/
}
.post .credentials {
	border-bottom: 2px solid #f5f5f5;
	border-top: 2px solid #f5f5f5;
	color: #555;
	padding-bottom: 5px;
	padding-top: 5px;
}
.post .credentials a {
	color: #2bace2;
	font-weight: 500;
}
.post .date {
	font-size: 100%;
	margin-right: 10px;
}
.post .text {
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 20px;
    font-size: 14px;
}
.post img {
    display: inline-block;
	width: 100% \9;
	max-width: 100%;
	height: auto;
	/*margin: 0 auto;*/
}
.post a.funcyb{}

.post a.funcyb img{
    margin-right: 10px;
}
.post iframe {
	width: 100% \9;
}

.post-view{
    padding:0 15px;
}
.post table a{
    color: inherit;
}

.comments,
.comment-form {
	/*padding-left:15px;
	padding-right:15px;*/
}
.comments-header {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #2bace2;
	font-size: 22px;
	padding: 15px 0;
}
.comment-form form {
	max-width: 480px;
}
.comment-form h4 {
	color: #2bace2;
	font-size: 22px;
}

.comment-form .auth-type {
	font-size: 12px;
}
.comment-form .auth-type li a {
	color: #222;
	text-decoration: underline;
}
.comment-form .auth-type li a:hover {
	text-decoration: none;
}
.comment-form .auth-type li a img {
	margin-right: 4px;
	margin-top: -2px;
}
.comment .comment-reply {
	font-size: 12px;
	font-weight: 500;
}
.comment h4 {
	color: #000;
	font-size: 17px;
	font-weight: normal;
	position: relative;
}
.comment h4 .comment-date {
	color: #777;
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 3px;
}

/* ПОИСК ПОСТА */
.search-match .post-heading img {
	margin: 20px 0;
}
.search-match .post-info { 
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	color: #555;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.search-match .post-info ul {
	margin: 0;
}
.search-match h3 a {
	color: #585f69;
	font-size: 21px;
	line-height: 32px;
	margin-bottom: 10px;
}

/* БЛОГ 1.3.0 */
html.realtime-preview,
html.realtime-preview body { background: #fff; }
html.realtime-preview .footer,
html.realtime-preview .header,
html.realtime-preview .navbar,
html.realtime-preview .auth,
html.realtime-preview .wrapper-toolbar,
html.realtime-preview .breadcrumb{ display: none; }
/*html.realtime-preview .page-content { margin-right: 0; }
html.realtime-preview .page { top: 0; margin: 10px 0; }*/


.photo-album-attachment ul.thumbs { padding-left: 0; }
.photo-album-attachment ul.thumbs li { list-style: none; display: inline-block; margin: 0 20px 20px 0; float: left; }
.photo-album-attachment .photo { margin-bottom: 20px; }
.photo-album-attachment .photo img { margin-top: -10px; }
.post .photo-album-attachment { padding-top: 10px; }

.page.container .mainside {
    width: 100%;
    float: none;
}


.wij12 > p { margin: 0; font-size: 14px; }
.nopadding { padding: 0; }

/* фиксы */
div[role="main"]{
    min-height: auto!important;
}

.pagination>li{
    display: flex;
    float: left;
}
.pagination>li>a, .pagination>li>span{
    color: #848484;
}
.pagination>li.selected>a{
    background-color: #ff7300;
    color: #fff;
    border: 1px solid #bd5703;
    margin-right: 1px;
}
