* { margin: 0px; padding: 0px; }
*{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body { background: url('../img/background.png') repeat scroll 0% 0% rgb(255, 255, 255); font-family: sans-serif; font-size: 14px; line-height: 23px; width: 100%; }
a { color: rgb(10, 120, 194); outline: medium none; text-decoration: underline; }
a:hover { text-decoration: none; }
p { margin: 0px 0px 11px; }
strong, b { font-weight: bolder; }
img { border: medium none; }
h1 { margin: 10px 0px; font-size: 21px; }
h2 { margin: 10px 0px; font-size: 22px; }
h3 { margin: 2px 0px 10px; font-size: 20px; font-weight: normal; }
.container {margin: 0px auto;max-width: 960px; }
.header { max-width: 960px; margin: 0px auto 20px; background: url('../img/header.png') no-repeat scroll 0% 0% transparent; height: 131px; cursor: pointer; }
.left-column { float: left; width: 625px; background: none repeat scroll 0% 0% white; -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); margin-right: 20px; padding: 30px; margin-bottom: 10px; text-align: justify; }
.sidebar { float: right; width: 309px; font-size: 12px; }
.sidebar-last-posts { background: none repeat scroll 0% 0% white; -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); padding: 15px; margin-bottom: 20px; }
.sidebar-last-post { margin-bottom: 0px; }
.sidebar-last-post a { color: rgb(72, 155, 31); }
.sidebar-last-post-info { font-size: 11px; margin-bottom: 15px; }
.sidebar-last-post-info-login { color: rgb(187, 34, 92); margin-right: 5px; }
.sidebar-last-post-info-date { margin-right: 5px; color: rgb(119, 119, 119); }
.sidebar-last-post-info-comments { color: rgb(119, 119, 119); text-decoration: underline; }
.sidebar-bloggers { background: none repeat scroll 0% 0% white; -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); padding: 15px; margin-bottom: 20px; }
.sidebar-bloggers-avatar { display: inline-block; }
.sidebar-bloggers img { margin: 5px; }
.footer { clear: both; text-align: center; margin-bottom: 20px; font-size: 12px; color: rgb(119, 119, 119); }
.photo { width: 100%; height: auto; }
.vk-container { font-size: 11px; line-height: 17px; color: black; text-decoration: none; }
.vk-link { text-decoration: none ! important; cursor: default ! important; }
.vk-header { background: none repeat scroll 0% 0% rgb(218, 226, 232); padding: 4px 4px 4px 6px; margin-bottom: 10px; }
.vk-logo { background: url('../img/vk-logo.gif') no-repeat scroll 0% 0% transparent; width: 16px; height: 16px; float: right; margin-top: -1px; }
.vk-header-text { padding: 2px 3px 1px; line-height: 100%; color: rgb(69, 104, 142); font-weight: bold; }
.vk-avatar img { float: left; margin: 3px 10px 0 0; }
.vk-comment, .vk-comment-load { margin-bottom: 15px; position: relative; border-bottom: 1px solid rgb(218, 225, 232); padding-bottom: 15px; }
.vk-comment:last-child { border-bottom: 0px none; }
.vk-comment-name { color: rgb(43, 88, 122); font-weight: bold; font-size: 12px;margin-left:60px; }
.vk-comment-text { margin-left: 60px; font-size: 14px; text-align: justify; line-height: 18px; }
.main-prod{float: right; margin: 0px 0px 10px 10px; width: 200px;}
.vk-comment-text img {margin-top: 15px;}
.vk-comment-date { margin-left: 60px; color: rgb(153, 153, 153);}
.vk-comment-like { position: absolute; right: -5px; bottom: 15px; background: url('../img/like.png') no-repeat left center transparent; width: 30px; height: 16px; display: inline-block;
background-size: 12px; }
.vk-comment-like:hover { opacity: 0.5; cursor: pointer; }
.vk-comment-like-count { padding-left: 14px; font-weight: bold; color: rgb(114, 149, 178); font-size: 10px; }
.vk-comment-answer a { color: rgb(43, 88, 122); text-decoration: none;}
.vk-comment-answer a:hover { opacity: 0.5; cursor: pointer; }
.no-ava a {font-size: 12px; color: rgb(119, 119, 119); text-decoration: none;}

/* Header */
.header {
	max-width: 960px;
	margin: 0px auto 20px;
	background: url('../img/header.png') no-repeat scroll 0% 0% transparent;
	height: 131px;
	-webkit-box-shadow: 0px 1px 2px rgb(129, 129, 129);
	        box-shadow: 0px 1px 2px rgb(129, 129, 129);
	text-transform: uppercase;
	color: #ffffff;
	position: relative;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}
a.hlink {text-decoration: none;}
.header h1 {position: absolute;top: 45px;left: 45px;}
.header div {position: absolute;font-weight: bold;top: 25px;}
.header .h-comment {right: 230px; width: 75px;}
.header .h-popular {right: 128px; width: 75px;}
.header .h-likes {right: 24px; width: 75px;}
.h-comment {
  padding-bottom: 80px;
  background: url(../img/header-post.png) no-repeat;
  background-position: center top 30px;
}
.h-popular {
  padding-bottom: 80px;
  background: url(../img/header-star.png) no-repeat;
  background-position: center top 30px;
}
.h-likes {
  padding-bottom: 80px;
  background: url(../img/header-like.png) no-repeat;
  background-position: center top 30px;
}
/* Header */
.left-column h2 {
    text-align: left !important;
}
@media only screen
and (max-width: 988px) {

.left-column {
    float: none;
    width: 100%;
  		margin:0;
    padding: 10px;
    margin-bottom: 10px;
}
.photo{
    max-width: 100%;
    width: 500px;
    margin: 10px auto;
    display: block;
}
.sidebar{
	display: none;
}

.main-prod{
    float: none;
    display: block;
    margin: 10px auto;
}

.header {
    height: 131px;
}

img{
	max-width: 100%;
}


}
@media only screen
and (max-width: 768px) {
    .left-column, .vk-comment-text{
        text-align: left;
    }
    .header div{display:none;}
}

@media only screen
and (max-width: 540px) {

.left-column img{
	display: block;
	margin: 3px auto!important;
	float:none!important;
}
h2 {
    margin: 10px 0px;
    font-size: 19px;
}
.vk-avatar img{
	float:left!important;
}
}


.text-center{
	text-align: center;
	
}

.main-btn{
	border: 0;
    font-size: 18px;
    font-weight: 400;
    color: white;
    text-transform: uppercase;
    background: #4a8cc3;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #4a8cc3), color-stop(100%, #3d628e));
    background: -webkit-gradient(linear, left top, left bottom, from(#4a8cc3), to(#3d628e));
    background: linear-gradient(to bottom, #4a8cc3 0%, #3d628e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$start-color', endColorstr='$end-color', GradientType=0 );
    margin: 10px auto;
    margin-bottom: 20px;
    padding: 12px 25px;
    border-radius: 5px;
    display: inline-block;
    *display: inline;
    text-decoration: none;

    *zoom: 1;
}

.main-btn:hover{
	    background: #3d628e;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #3d628e), color-stop(100%, #4a8cc3));
    background: -webkit-gradient(linear, left top, left bottom, from(#3d628e), to(#4a8cc3));
    background: linear-gradient(to bottom, #3d628e 0%, #4a8cc3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$start-color', endColorstr='$end-color', GradientType=0 );
}

.img-link {
    display: inline-block;
}

.img-link img {
    margin: auto;
    margin-bottom: -3px!important;
    margin-top: 0!important;
    display: inline-block;
}

.mb2 {
    margin-bottom: -2px !important;
}

.mb3 {
    margin-bottom: -3px !important;
}

.mb4 {
    margin-bottom: -4px !important;
}

.mt0 {
    margin-top: 0 !important;
}