.breadcrumb .pull-right:before { content: "" }
/* НОВОСТНАЯ ЛЕНТА */
.timeline {
	padding: 20px 0;
	list-style: none;
	position: relative;
}

.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 3px;
	background-color: #eee;
	left: 50%;
	margin-left: -1.5px;
}

.timeline > li {
	margin-bottom: 40px;
	position: relative;
	width: 50%;
	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: 94%;
	float: left;
	border: 1px solid #d4d4d4;
	/*border-radius: 2px;*/
	/*padding: 20px;*/
	position: relative;
}

.timeline > li > .timeline-panel:before {
	position: absolute;
	top: 26px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #ccc;
	border-right: 0 solid #ccc;
	border-bottom: 15px solid transparent;
	content: " ";
}

.timeline > li > .timeline-panel:after {
	position: absolute;
	top: 27px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 14px solid transparent;
	content: " ";
}

.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: 19px;
	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-inverted > .timeline-panel {
	float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}

.timeline > li > .timeline-panel .timeline-heading {
	padding: 5px;
}

.timeline > li > .timeline-panel .timeline-heading img {
	width: 100%;
}

.timeline .timeline-body {
    padding: 12px;
    margin-bottom: 10px;
}
.timeline .timeline-body img {
	display: block;
	width: 100% \9;
	max-width: 100%;
	height: auto;
}
.timeline .timeline-body h2 {
	font-size: 24px;
	font-weight: normal;
	line-height: 33px;
	text-align: left;
}
.timeline .timeline-body h2 a { color: #555 }
.timeline .timeline-body h2 a:hover { color: #2bace2 }
.timeline .timeline-body > div { margin: 0 0 10px }
.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: right; 
	clear: right;
	margin-bottom: 40px;
}

.timeline > li:nth-child(2){
  	margin-top: 60px;
}

.timeline > li.timeline-inverted > .timeline-badge{
  	left: -12px;
}

@media (max-width: 992px) {
	.timeline > li > .timeline-panel:before {
		top: 31px;
		right: -11px;
		border-top: 11px solid transparent;
		border-left: 11px solid #ccc;
		border-bottom: 11px solid transparent;
	}

	.timeline > li > .timeline-panel:after {
		top: 32px;
		right: -10px;
		border-top: 10px solid transparent;
		border-left: 10px solid #fff;
		border-bottom: 10px solid transparent;
	}
	.timeline > li.timeline-inverted > .timeline-panel:before {
		border-right-width: 11px;
		left: -11px;
	}
	.timeline > li.timeline-inverted > .timeline-panel:after {
		border-right-width: 10px;
		left: -10px;
	}

}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 20px;
    }

    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);
    }

    ul.timeline > li > .timeline-badge {
        left: 8px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:before {
    	top: 27px;
		right: -12px;
		border-top: 12px solid transparent;
		border-left: 12px solid #ccc;
		border-bottom: 12px solid transparent;
	}

	ul.timeline > li > .timeline-panel:after {
		top: 28px;
		right: -11px;
		border-top: 11px solid transparent;
		border-left: 11px solid #fff;
		border-bottom: 11px solid transparent;
	}

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 12px;
        left: -12px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 11px;
        left: -11px;
        right: auto;
    }
    
	.timeline > li.timeline-inverted{
		float: left; 
		clear: left;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.timeline > li.timeline-inverted > .timeline-badge{
		left: 8px;
	}
}

/* ПРОСМОТР ПОСТА */
.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;
}
.post img {
	display: block;
	width: 100% \9;
	max-width: 100%;
	height: auto;
}
.post iframe {
	width: 100% \9;
}
.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; }