.topImgBlock .newButton, .answerForm .newButton{
	border: none !important;
}
.clearfix:after{
	clear: both;
	content: '';
	display: table;
}
a{
	text-decoration: none;
}

.topImgBlock .newButton{
	padding-left: 25px;
	padding-right: 25px;
}
.topImgBlock .newButton:active{
	padding-left: 26px !important;
	padding-right: 24px !important;
}

.topImgBlock{
	width: 960px;
	height: 180px;
	background: url(/blog/templates/skin/pravoved/images/headerImg.jpg) no-repeat;
	overflow: hidden;
	position: relative;
}
.topImgBlock.video{
	background: url(/blog/templates/skin/pravoved/images/videocons.jpg) no-repeat;
}
.topImgBlock .textBlock{
	padding-top: 35px;
	color: #fff;
	text-align: center;
}
.topImgBlock .textBlock .title{
	font: bold 30px/normal 'Trebuchet MS', sans-serif;
}
.topImgBlock .textBlock .title+p{
	font: 15px/normal 'Trebuchet MS', sans-serif;
	margin: 10px 0 20px 0;
}
/* .topImgBlock .textBlock .subscribe{
	padding: 0 25px;
	font: bold 14px/34px 'Trebuchet MS', sans-serif;
	border-radius: 3px;
} */
.topImgBlock .form{
	padding: 20px 25px 0 25px;
	background-color: #fff;
	width: 390px;
	height: 140px;
	box-shadow: 0 -2px 4px 0 rgba(0,0,0,.1);
	position: absolute;
	left: 50%;
	margin: 0 0 0 -220px;
	top: 200px;

	-webkit-transition: top 400ms ease-in-out;
	-moz-transition: top 400ms ease-in-out;
	-ms-transition: top 400ms ease-in-out;
	-o-transition: top 400ms ease-in-out;
	transition: top 400ms ease-in-out;
}
.topImgBlock .form.opened{
	top: 20px;
}
.topImgBlock .form p{
	margin-bottom: 15px;
	color: #333;
	font: 16px/normal 'Trebuchet MS', sans-serif;
}
.topImgBlock .form input{
	margin: 0 0 15px 0;
	font: 15px/1 'Trebuchet MS', sans-serif;
	width: 159px;
	border: 1px solid #d1d1d1;
	border-radius: 5px;
	height: 35px;
	padding: 0 13px;
	float: left;
}
.topImgBlock .form input+input{
	float: right;
}
.topImgBlock .form input.error{
    border-color: #ea3535;
}
.sideSubscription input.error{
	box-shadow: inset 0 0 0 1px #ea3535;
}
.topImgBlock .close{
	cursor: pointer;
	margin-top: 12px;
	float: right;
	font: 12px/normal 'Trebuchet MS', sans-serif;
	color: #5474a2;
	border-bottom: 1px dashed #5474a2;
}
.topImgBlock .form .newButton{
	float: left;
	margin-right: 10px;
}
.topImgBlock .form .newButton+span{
	font: italic 15px/normal 'Trebuchet MS', sans-serif;
	color: #8a8a8a;
	display: block;
	float: left;
	margin-top: 10px;
}
.topImgBlock .form .newButton+span:before{
	display: inline-block;
	margin-right: 5px;
	content: '';
	width: 38px;
	height: 12px;
	background: url(/blog/templates/skin/pravoved/images/sprite.png) no-repeat;
}

.topImgBlock .subscribeSuccess{
	background-color: #ebf3e2;
	color: #83a164;
	text-align: center;
	width: 260px;
	height: 50px;
	bottom: -50px;
	left: 50%;
	margin: 0 0 0 -130px;
	position: absolute;
	font: 15px/50px 'Trebuchet MS', sans-serif;
	color: #83a164;

	-webkit-transition: bottom 400ms ease-in-out;
	-moz-transition: bottom 400ms ease-in-out;
	-ms-transition: bottom 400ms ease-in-out;
	-o-transition: bottom 400ms ease-in-out;
	transition: bottom 400ms ease-in-out;
}
.topImgBlock .subscribeSuccess.opened{
	bottom: 0;
}
.topImgBlock .subscribeSuccess:before{
	content: '';
	width: 16px;
	height: 15px;
	background: url(/blog/templates/skin/pravoved/images/sprite.png) no-repeat -38px 0;
	display: inline-block;
	margin-right: 5px;
}

.twoColumns{
	background: #dfdfdf;
	margin-top: 30px;
}	
.twoColumns>div{
	padding: 30px;
}
.twoColumns .mainColumn{
	background: #fff;
	width: 560px;
	float: left;
	color: #333;
}
.twoColumns .sideColumn{
	width: 280px;
	float: right;
}

.postInfo{
	color: #888;
	font: 12px/normal 'Trebuchet MS', sans-serif;
}
.postInfo a, .postInfo a.empty:hover{
	color: #888;
    cursor: default;
}
.postInfo a:hover{
	color: #333;
    cursor: pointer;
}
.postInfo>span, .postInfo>a{
	display: inline-block;
	margin-right: 18px;
}
.postInfo>span:before, .postInfo>a:before{
	margin-right: 8px;
	content: '';
	display: inline-block;
	background: url(/blog/templates/skin/pravoved/images/sprite.png) no-repeat;
	vertical-align: middle;
	margin-top: -2px;
}
.postInfo>.authorName:before{
	display: none;
}
.postInfo .postDate:before{
	width: 14px;
	height: 14px;
	background-position: -69px 0;
}
.postInfo .postVisitors:before{
	width: 16px;
	height: 12px;
	background-position: -69px -14px;
}
.postInfo .postComments:hover:before{
	width: 15px;
	height: 13px;
    cursor: pointer;
	background-position: -54px -13px;
}
.postInfo a.postComments:before, .postInfo a.postComments.empty:hover:before{
	width: 15px;
    height: 13px;
    cursor: default;
    background-position: -54px 0;
}

h1{
	margin: 20px 0;
	font: 30px/35px 'Trebuchet MS', sans-serif;
}

.mainColumn p, .mainColumn p>span, .mainColumn>span{
	margin: 20px 0;
	font: 15px/23px 'Trebuchet MS', sans-serif;
}
.mainColumn p.semiHeader{
	font: 24px/32px 'Trebuchet MS', sans-serif;
}
.mainColumn p.smallHeader{
	font: bold 17px/24px 'Trebuchet MS', sans-serif;
}

.mainColumn ul, .mainColumn ol{
    line-height: 24px;
    margin: 15px 0 15px 30px;
}
.mainColumn ul li, .mainColumn ol li{
    font: 15px/23px 'Trebuchet MS', sans-serif;
}
.mainColumn .edit-list{
	margin: 0 0 20px 0;
	line-height: 1;
	list-style: none;
}
.mainColumn .edit-list:after{
	content: '';
	display: table;
	clear: both;	
}
.mainColumn .edit-list>li{
	display: inline-block;
	font-size: 12px;
	color: #999;
	margin-right: 10px;
}
.mainColumn .edit-list a:hover{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
.mainColumn .edit-list .delete{
	color: #f00;
}
.mainColumn .edit-list a.delete:hover{
	border-color: #f00;
}

.insetQuestions{
	padding: 20px 30px 25px 30px;
	background: #eef3fb !important;
}
.insetQuestions .title{
	color: #464646;
	margin: 0;
	font: 24px/32px 'Trebuchet MS', sans-serif;
}
.insetQuestions ul{
	list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}
.insetQuestions li{
	margin-top: 20px;
}
.insetQuestions a:not(.answers){
	text-decoration: none !important;
	margin-right: 10px;
	color: #5474a2 !important;
	font: 15px/23px 'Trebuchet MS', sans-serif;
}
.insetQuestions a:hover{
	text-decoration: underline;
}
.insetQuestions .answers{
	text-decoration: none !important;
	border-radius: 2px;
	margin-right: 0;
	background: #7b93b7;
	color: #fff;
	padding: 0 6px;
	font: 12px/20px 'Trebuchet MS', sans-serif;
	display: inline-block;
}
.insetQuestions .answers:hover{
	background: #93a8c8;
	text-decoration: none;
}

.tags{
	margin-bottom: 30px;
}
.tags>p{
	margin: 0 5px 0 0;
	display: inline-block;
}
.tags ul{
	list-style: none;
	display: inline-block;
	margin-left: 0;
}
.tags ul>li{
	display: inline-block;
}
.tags a{
	padding: 0 9px;
	display: inline-block;
	border: 1px solid #b0b0b0;
	border-radius: 3px;
	color: #777;
	font: 13px/25px 'Trebuchet MS', sans-serif;
}
.tags a:hover{
	border-color: #7b93b7;
	color: #5474a2;
}

.likedPost{
	background: #f7f7f7;
	padding: 30px;
	text-align: center;
}
.likedPost>p{
	margin: 0 0 20px 0;
	color: #464646;
	font: 21px/normal 'Trebuchet MS', sans-serif;
}

.blogSocialBlock.top{
	margin-bottom: 30px;
}
.blogSocialBlock.top .trigger{
    height: 25px;
    border-radius: 3px;
    color: #777;
    background-color: #f6f6f6;
    padding: 0 9px;
    font: 12px/25px Arial, sans-serif;
	cursor: pointer;
}
.blogSocialBlock.top .short .trigger:after{
	width: 5px;
	height: 5px;
	content: '';
	display: inline-block;
	margin-left: 4px;
	border-top: 1px solid #777;
	border-right: 1px solid #777;

	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.blogSocialBlock.top .trigger:before{
	width: 5px;
	height: 5px;
	content: '';
	display: inline-block;
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	margin-right: 4px;

	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.blogSocialBlock.top .short .trigger:before{
	display: none;
}
.blogSocialBlock.top .trigger:hover{
	background-color: #e1e9f6;
	color: #5474a2;
}
.blogSocialBlock.top .trigger:hover:after, .blogSocialBlock.top .trigger:hover:before{
	border-color: #5474a2;
}

.blogSocialBlock ul{
	list-style: none;
    margin-left: 0;
}
.blogSocialBlock ul.short{
    margin-left: 0;
}
.blogSocialBlock li{
	display: inline-block;
	vertical-align: top;
}
.blogSocialBlock.top .short .hide{
	display: none;
}
.blogSocialBlock a{
    overflow: hidden;
    display: inline-block;
    height: 25px;
    border-radius: 3px;
    color: #fff;
    font: 12px/25px Arial, sans-serif;
    padding-right: 9px;
    opacity: 1;
}
.blogSocialBlock a:hover{
    opacity: .7;
}
.blogSocialBlock a:before{
    content: '';
    width: 25px;
    height: 25px;
    background: url(/images/sprite.png) no-repeat;
    float: left;
    margin: 0 3px;
}
.blogSocialBlock a.vk{
    background-color: #41658b;
}
.blogSocialBlock a.vk:before{
    background-position: -1104px -480px;
}
.blogSocialBlock a.ok{
    background-color: #f4960f;
}
.blogSocialBlock a.ok:before{
    background-position: -1204px -480px;
}
.blogSocialBlock a.fb{
    background-color: #39579a;
}
.blogSocialBlock a.fb:before{
    background-position: -1129px -480px;
}
.blogSocialBlock a.tw{
    background-color: #00abf0;
}
.blogSocialBlock a.tw:before{
    background-position: -1154px -480px;
}
.blogSocialBlock a.gp{
    background-color: #be3308;
}
.blogSocialBlock a.gp:before{
    background-position: -1179px -480px;
}

ul.alsoRead{
	list-style: none;
    margin-left: 0;
}
.alsoRead li{
	float: left;
}
.alsoRead li:not(:nth-child(3n)){
	margin-right: 25px;
}
.alsoRead li:nth-child(4n){
	clear:both;
}
.alsoRead a{
	display: block;
	width: 170px;
	color: #464646;
	font: 15px/23px 'Trebuchet MS', sans-serif;
	margin-bottom: 25px;
}
.alsoRead a img{
	width: 100%;
	margin-bottom: 10px;
}
.alsoRead a:hover{
	color: #5474a2;
	text-decoration: underline;
}
.alsoRead a:hover img{
	opacity: .85;
}

.showAllPosts, .showAllBest{
	display: block;
	text-align: center;
	padding: 20px 30px;
	background: #f6f6f6;
	color: #777 !important;
	font: 15px/normal 'Trebuchet MS', sans-serif;
}
.showAllBest{
	padding: 15px 30px;
}
.showAllPosts:hover, .showAllBest:hover{
	background: #e1e9f6;
	color: #5474a2 !important;
	text-decoration: none !important;
}
.showAllBest{
	margin: 0 -30px -30px -30px;
}

.postComments{
	list-style: none;
}
ul.postComments{
	margin-left: 0;
}
.postComments>li{
	position: relative;
	padding: 0 0 0 70px;
	margin-bottom: 30px;
}
.postComments>li:last-child{
	margin-bottom: 0;
}
.postComments .avatar, .answerForm .avatar{
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 3px;
	background: url(/blog/templates/skin/pravoved/images/sprite.png) -85px 0 #ebebeb no-repeat;
}
.postComments .avatar.hasImage, .answerForm .avatar.hasImage{
	height: auto;
}
.postComments .avatar img, .answerForm .avatar img{
	width: 100%;
	display: block;
}
.postComments .name{
	color: #333;
	font: 17px/normal 'Trebuchet MS', sans-serif;
	margin-right: 10px;
}
.postComments .date{
	color: #888;
	font: 12px/normal 'Trebuchet MS', sans-serif;
}
.postComments p{
	margin: 0 0 10px 0;
}

.answerForm{
	position: relative;
	padding: 0 0 0 70px;
	margin-top: 30px;
}
.answerForm textarea{
	resize: none;
	width: 420px;
	height: 140px;
	border: 1px solid #b0b0b0;
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 20px;
}

.notAuthorized>p{
	margin-bottom: 15px;
}

.authOptions ul{
	list-style: none;
}
ul.authOptions{
	margin-left: 0;
}
.authOptions li{
	display: inline-block;
}
.authOptions a{
	cursor: pointer;
    overflow: hidden;
    display: inline-block;
    height: 30px;
    border-radius: 3px;
    margin-right: 7px;
    color: #fff;
    font: 14px/30px Arial, sans-serif;
    padding-right: 10px;
    opacity: 1;
}
.authOptions a:hover{
    opacity: .7;
}
.authOptions a:before{
    content: '';
    width: 25px;
    height: 25px;
    background: url(/images/sprite.png) no-repeat;
    float: left;
    margin: 2px 5px 2px 3px;
}
.authOptions a.vk{
    background-color: #41658b;
}
.authOptions a.vk:before{
    background-position: -1104px -480px;
}
.authOptions a.ok{
    background-color: #f4960f;
}
.authOptions a.ok:before{
    background-position: -1204px -480px;
}
.authOptions a.fb{
    background-color: #39579a;
}
.authOptions a.fb:before{
    background-position: -1129px -480px;
}

.bestOf{
	background: #fff;
	padding: 20px 30px 30px 30px;
	margin-bottom: 60px;
}
.bestOf .title{
	margin-bottom: 20px;
	font: 21px/25px 'Trebuchet MS', sans-serif;
	text-align: center;
	color: #333;
}
.bestOf ul{
	list-style: none;
}
.bestOf li{
	margin-bottom: 20px;
}
.bestOf a{
	display: block;
	color: #464646;
	font: 15px/23px 'Trebuchet MS', sans-serif;
}
.bestOf a:hover{
	color: #5474a2;
	text-decoration: underline;
}
.bestOf img{
	width: 100%;
	margin-bottom: 10px;
}
.bestOf a:hover img{
	opacity: .85;
}

.sideSubscription{
	overflow: hidden;
	height: 324px;
	width: 220px;
	padding: 60px 30px 30px 30px;
	background: #7b93b7;
	background: -moz-linear-gradient(top, #7b93b7 0%, #5f7aa2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7b93b7), color-stop(100%,#5f7aa2));
	background: -webkit-linear-gradient(top, #7b93b7 0%,#5f7aa2 100%);
	background: -o-linear-gradient(top, #7b93b7 0%,#5f7aa2 100%);
	background: -ms-linear-gradient(top, #7b93b7 0%,#5f7aa2 100%);
	background: linear-gradient(to bottom, #7b93b7 0%,#5f7aa2 100%);
	text-align: center;
	position: relative;

	-webkit-transition: height 400ms ease-in-out, margin 400ms ease-in-out, padding 400ms ease-in-out;
	-moz-transition: height 400ms ease-in-out, margin 400ms ease-in-out, padding 400ms ease-in-out;
	-ms-transition: height 400ms ease-in-out, margin 400ms ease-in-out, padding 400ms ease-in-out;
	-o-transition: height 400ms ease-in-out, margin 400ms ease-in-out, padding 400ms ease-in-out;
	transition: height 400ms ease-in-out, margin 400ms ease-in-out, padding 400ms ease-in-out;
}
.sideSubscription.fixed{
	position: fixed;
	top: 0;
}
.sideSubscription.fixed.toBottom{
    position: absolute;
    top: auto;
    /*margin-left: none;
    right: 0; */
}
.sideSubscription.fixedInView{
	margin-top: 64px;
}
.sideSubscription .envelope{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 105px;
	width: 100%;
	overflow: hidden;

	-webkit-transition: height 400ms ease-in-out;
	-moz-transition: height 400ms ease-in-out;
	-ms-transition: height 400ms ease-in-out;
	-o-transition: height 400ms ease-in-out;
	transition: height 400ms ease-in-out;
}
.sideSubscription .envelope>p{
	opacity: 0;
	width: 100%;
	text-align: center;
	color: #83a164;
	height: 80px;
	top: 140px;
	left: 0;
	position: absolute;
	font: 15px/80px 'Trebuchet MS', sans-serif;
	color: #83a164;

	-webkit-transition: opacity 400ms ease-in-out, top 400ms ease-in-out;
	-moz-transition: opacity 400ms ease-in-out, top 400ms ease-in-out;
	-ms-transition: opacity 400ms ease-in-out, top 400ms ease-in-out;
	-o-transition: opacity 400ms ease-in-out, top 400ms ease-in-out;
	transition: opacity 400ms ease-in-out, top 400ms ease-in-out;
}
.sideSubscription .envelope>p:before{
	content: '';
	width: 16px;
	height: 15px;
	background: url(/blog/templates/skin/pravoved/images/sprite.png) no-repeat -38px 0;
	display: inline-block;
	margin-right: 5px;
}
.sideSubscription .envelope:before, .sideSubscription .envelope:after{
	content: '';
	width: 200%;
	height: 200px;
	position: absolute;
	top: 60px;
	left: -50%;
	background: #fff;

	-moz-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	-o-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	transform: rotate(20deg);

	-webkit-transition: background 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
	-moz-transition: background 400ms ease-in-out, -moz-transform 400ms ease-in-out;
	-ms-transition: background 400ms ease-in-out, -ms-transform 400ms ease-in-out;
	-o-transition: background 400ms ease-in-out, -o-transform 400ms ease-in-out;
	transition: background 400ms ease-in-out, transform 400ms ease-in-out;
}
.sideSubscription .envelope:before{
	background: #f0f0f0;

	-moz-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	transform: rotate(-20deg);
}
.sideSubscription .title{
	color: #fff;
	margin: 0 -10px 20px -10px;
	font: 21px/25px 'Trebuchet MS', sans-serif;
}
.sideSubscription .title+p{
	color: #fff;
	font: 15px/23px 'Trebuchet MS', sans-serif;
}
.sideSubscription .newButton{
	margin-top: 5px;
	border: none !important;
}
.sideSubscription form{
	margin: 20px 0 60px 0;
}
.sideSubscription input{
	height: 42px;
	background: #fff;
	border: none;
	border-radius: 5px;
	width: 190px;
	padding: 0 15px;
	margin-bottom: 15px;
}


.sideSubscription .arrowElement{
	height: 30px;
	background-color: #dfdfdf;
	width: 100%;
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
	color: #8a8a8a;
	font: italic 15px/30px 'Trebuchet MS', sans-serif;

	-webkit-transition: top 400ms ease-in-out;
	-moz-transition: top 400ms ease-in-out;
	-ms-transition: top 400ms ease-in-out;
	-o-transition: top 400ms ease-in-out;
	transition: top 400ms ease-in-out;
}
.sideSubscription .arrowElement:before{
	content: '';
	width: 36px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	background: url(/blog/templates/skin/pravoved/images/sprite.png) 0 -13px;
}

.sideSubscription>p{
	-webkit-transition: opacity 400ms ease-in-out;
	-moz-transition: opacity 400ms ease-in-out;
	-ms-transition: opacity 400ms ease-in-out;
	-o-transition: opacity 400ms ease-in-out;
	transition: opacity 400ms ease-in-out;
}

.sideSubscription.success{
	padding: 0 30px;
	height: 80px;
}
.sideSubscription.success .envelope{
	height: 140px;
}
.sideSubscription.success .envelope>p{
	opacity: 1;
	top: 60px;
	z-index: 1;
}
.sideSubscription.success .envelope:before, .sideSubscription.success .envelope:after{
	background: #ebf3e2;
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.sideSubscription.success .arrowElement{
	top: -30px;
}
.sideSubscription.success>p{
	opacity: 0;
}

.fixedBlogBlock{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 64px;
	background-color: #617ca4;
	z-index: 2;

	-webkit-transition: top .2s ease-in-out;
	transition: top .2s ease-in-out;
}
.fixedBlogBlock.hidden{
	display: block;
	top: -64px;
}
.fixedBlogBlock .container{
	width: 960px;
	height: 64px;
	margin: 0 auto;
	position: relative;
}
.fixedBlogBlock i{
	display: block;
	position: absolute;
	left: 105px;
	bottom: 0;
	width: 119px;
	height: 64px;
	background: url(/images/sprite.png) no-repeat -520px -88px;
}
.fixedBlogBlock .newButton{
	float: right;
	padding-left: 25px;
	padding-right: 25px;
	border: none !important;
	margin-top: 15px;
	margin-right: 110px;
}
.fixedBlogBlock .newButton:active{
	padding-left: 26px !important;
	padding-right: 24px !important;
}
.fixedBlogBlock .preButton{
	margin-left: 250px;
	color: #fff;
	font: 18px/64px Arial, sans-serif;
}

input::-webkit-input-placeholder{ color: #bea9a9; }
input:-moz-placeholder{ color: #bea9a9; }
input:-ms-input-placeholder{ color: #bea9a9; }
input:focus::-webkit-input-placeholder{ color: #fff; }
input:focus:-moz-placeholder{ color: #fff; }
input:focus:-ms-input-placeholder{ color: #fff; }