#content .article {
	margin: 0;
	padding: 0 ;
}
#content .article h2{
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
}
#content .article h3{
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
}
#content .article .title,
#content .videoconference .title{
	line-height: 20px;
	vertical-align: baseline;
	font-size: 20px;
	font-weight: normal;
	color: #000;
}

#content .article .title a,
#content .videoconference .title a{
	display: inline-block;
	font-size: 26px;
	color: #333;
	padding-top: 3px;
}
#content .article a{ 
    color: #F94C16;
}
#content .article .subtitle,
#content .videoconference .subtitle{
    color: #000;
    font-weight: bold;
    margin: 5px 0;
}
#content .videoconference .subtitle{
    font-weight: normal;
}
#content .article .author{
    color: #000;
    background: #F0F0F0;
    margin: 5px 0;
}
#content .article .author a{}

#content .article .published ,
#content .videoconference .published {
        margin: 5px 10px 5px 0px;
}

#content .article .article-small-image ,
#content .videoconference .article-small-image { 
    position: relative;
    display: inline-block;
    float: left;
     padding: 0px 5px 5px 0px;
    background: #FFF;
}  
#content .article .article-small-image .img,
#content .videoconference .article-small-image .img{
    display: inline-block;
    position: relative;
}
#content .article .article-small-image img,
#content .videoconference .article-small-image img{
    width: 180px;
    height: auto;
}
#content .article .article-medium-image ,
#content .videoconference .article-medium-image {
    position: relative;
    padding: 10px 0px;
}    
#content .article .article-medium-image img,
#content .videoconference .article-medium-image img{
    width: 500px;
    height: auto;
}
#content .article .article-small-image .copyright,
#content .article .article-medium-image .copyright,
#content .videoconference .article-small-image .copyright,
#content .videoconference .article-medium-image .copyright{ 
    font-size: 80%;
    right: 0;
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    padding: 0;
    margin: 0;
    line-height: 15px;
    height: 15px;
    text-align: center;
    overflow: hidden;
}    
#content .article .article-small-image .copyright,
#content .videoconference .article-small-image .copyright{
    bottom: 0px;
}
#content .article .article-medium-image .copyright,
#content .videoconference .article-medium-image .copyright{ 
    bottom: 10px;
}    
#content .article .article-small-image .copyright span,
#content .article .article-medium-image .copyright span,
#content .videoconference .article-small-image .copyright span,
#content .videoconference .article-medium-image .copyright span{
    padding: 0px 5px
}    
#content .article .article-head {
}    
#content .article .thumbnail {
	
}
#content .article .article-text {
    font-size: 13px;
    color: #000;
    text-align: justify;
    display: inline-block;
}
#content .article .article-text img{
    max-width: 500px !important;
    height: auto !important;
}
#content .article .article-text p{
    margin: 20px 0;
}
#content .article .article-text br{
    line-height: 20px;
}
#content .article .videoconfbtn{
    width: 100%;
    text-align: center;
}
#content .article .videoconfbtn a{
    color: #fff;
}
#content .author{
    padding: 5px 0;
}
#content .author .author-description{
    padding: 5px 0;
}
#content .copyright{
    padding: 5px 0;
}
#content .article .tags {
	font-weight: bold;
	width: 80%;
	float: left;
}

#content .article .sequel {
	margin: 10px 0;
}

#content .article .readmore {
	float: right;
}

.item-separator, #content .article .item-separator {
	margin-top: 10px;
	border-top: 1px solid #999;
}

.social-buttons-header {
	color: #1a1a1a;
	font-size: 12px;
	font-weight: bold;
}

.social-buttons {
	margin-bottom: 10px;
}

.social-buttons ul.nav {
	margin-top: 5px;
	margin-bottom: 0;;
}

.social-buttons ul li.span {
	margin-left: 0;
	margin-right: 5px;
}

.social-buttons ul li:last-child.span {
	margin-right: 0;
}
.social-buttons ul li.social-button-mailru{
	width: 105px;
}

.readalso .readalso-header,
#article-comments h3{
    margin: 0;
    padding: 5px 0px 5px 0px;
    color: #FFF;
    line-height: normal;
    width: 100%;
    vertical-align: top;
    font-size: 14px;
    font-weight: normal;
    background: #F94C16;
    text-indent: 5px;
}
.readalso ul.nav {
	margin: 5px 0 0px 0;
        padding: 0px 0 0 0;
}

.readalso ul li {
        margin: 0;
        line-height: normal;
        background: none;
        display: inline-block;
        width: 100%;
}
.readalso ul li:before {
        color: #F94C16;
        content: "•";
        padding-right: 10px;
        font-size: 20px;
        float: left;
        line-height: 0.8em;
}
.readalso ul li:nth-child(2n) a{
    color: #F94C16;
}
.readalso ul li a{
	font-size: 12px;
	color: #333;
}

.readalso ul li a:hover {
	background: none !important;
	text-decoration: underline;
}

#article-comments {
	margin: 10px 0;
}
#article-comments #PostContent{
    width: 485px;
}
.print-preview {
	font-size: 11px;
	color: #1e72a4;
	text-decoration: underline;
	margin-left: 25px;
	cursor: pointer;
}

.print-preview:hover {
	color: #1e72a4;
	text-decoration: underline;
}

.add-comment {
	font-size: 11px;
	color: #1e72a4;
	text-decoration: underline;
	margin-left: 25px;
	cursor: pointer;
}

.add-comment:hover {
	color: #1e72a4;
	text-decoration: underline;
}

.page-actions ul.nav li{
	float: left;
	padding: 10px;
}

#print-li{
	background: url(../../img/print.png) 3px 7px no-repeat !important;
}

#comment-li{
	background: url(../../img/comments.png) 3px 7px no-repeat !important;
	margin-left: 20px;
}

#content .send-text-error{
    background-image: url('../../img/zoom.png');
    background-size: auto 50px;
    background-repeat: no-repeat;
    background-color: #ffffff;
    position: fixed;
    left: 0;
    border: 1px solid #c7c7c7;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-box-shadow: 0px 1px 5px #c7c7c7;
    -webkit-box-shadow: 0px 1px 5px #c7c7c7;
    box-shadow: 0px 1px 5px #c7c7c7;
    width: 150px;
    line-height: 16px;
    top: calc(50% - 25px);
    padding: 5px 10px 0px 35px;
    color: #333;
    text-align: center;
    cursor: pointer;
    display: none;
}
#content .send-text-error.show{
    display: block;
}
#content .send-text-error .close{
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 15px;
}
#content .send-text-error .question{
    font-weight: bold;
}
#content .send-text-error .desc{
    font-size: 10px;
}
#content .send-text-error .command{
    font-weight: bold;
}

.send-error{
    //width: 490px;
    background-color: #ffffff;
    left: 0;
    border: 1px solid #c7c7c7;
    -webkit-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0px 1px 5px #c7c7c7;
    -webkit-box-shadow: 0px 1px 5px #c7c7c7;
    box-shadow: 0px 1px 5px #c7c7c7;
    font-size: 12px;
    line-height: 1.5em;
    padding: 10px;
    z-index:1001;
}
.send-error .info{
    font-weight: bold;
}
.send-error .string{
    font-style: italic;
}
.send-error .string .error{
    font-weight: bold;
}
.send-error .info-by-send{
    margin-top: 10px;
}
.send-error .form-comment{
    margin:0;
    padding: 0;
}
.send-error .form-comment .desc{
    font-weight: bold;
}
.send-error .form-comment input[type="text"]{
    width: calc(100% - 20px);
}
.send-error .form-comment .btns{
    display: inline-block;
    width: 100%;
}
.send-error .form-comment .btns .send{
    float: left;
}
.send-error .form-comment .btns .cancel{
    float: right;
}