* { margin: 0px; padding: 0px; }
body { font-family: Tahoma,Verdana,Arial; font-size: 16px; line-height: 23px; width: 100%; }
a { color: rgb(10, 120, 194); outline: medium none; text-decoration: none; }
a:hover { text-decoration: underline; }
/*p { margin: 0px 0px 11px; }*/
strong, b { font-weight: bolder; }
img { border: medium none; }
h1 { margin: 10px 0px; font-size: 24px; }
h2 { margin: 20px 0px; font-size: 24px; }
h3 { margin: 2px 0px 10px; font-size: 20px; font-weight: normal; }
/*.container { width: 960px; margin: 0px auto; }*/
.boxframeleft { box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); margin-right: 0px; margin-left: 0px; padding: 10px 15px; margin-top: 10px; margin-bottom: 10px; }
.boxframeright { box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); margin-right: 0px; margin-left: 0px; padding: 10px 10px; margin-top: 10px; margin-bottom: 10px; }
.header { width: 960px; margin: 0px auto; height: 131px; cursor: pointer; border-bottom-right-radius: 15px; border-bottom-left-radius: 15px; }
.left-column { float: left; width: 670px; background: none repeat scroll 0% 0% white; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); margin-right: 20px; padding: 10px 30px; margin-top: 0px; margin-bottom: 10px; }
.sidebar { float: left; width: 209px; font-size: 12px; }
.sidebar-bloggers { background: none repeat scroll 0% 0% white; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); padding: 10px; margin-bottom: 15px; }
.sidebar-bloggers-avatar { display: inline-block; }
.sidebar-bloggers img { margin: 5px; }
.footer { clear: both; margin-left:0px; margin-right:0px; margin-bottom: 20px; font-size: 12px; color: rgb(119, 119, 119); }
.vk-container { font-family: tahoma,arial,verdana,sans-serif,Lucida Sans; font-size: 11px; line-height: 17px; color: black; text-decoration: none; }
.vk-container a { text-decoration: none; }
.vk-container a:hover { text-decoration: none; }
.vk-header { background: none repeat scroll 0% 0% rgb(218, 226, 232); padding: 4px 4px 4px 6px; margin-bottom: 10px; }
.vk-logo { 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-right: 10px; }
.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; text-decoration: none; }
.vk-comment-name:hover { text-decoration: none; }
.vk-comment-text { margin-left: 60px; }
.vk-comment-date { margin-left: 60px; color: rgb(153, 153, 153); }
.vk-comment-like { position: absolute; right: -5px; bottom: 10px; width: 30px; height: 16px; display: inline-block; text-decoration: none; }
.vk-comment-like:hover { opacity: 0.5; cursor: pointer; text-decoration: none; }
.vk-comment-like-count { padding-left: 14px; font-weight: bold; color: rgb(114, 149, 178); font-size: 10px; text-decoration: none; }
.vk-comment-answer { color: rgb(43, 88, 122); text-decoration: none; }
.vk-comment-answer:hover { opacity: 0.5; cursor: pointer; text-decoration: none; }
.pulse 
{
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: pulse;
}
.mobile-header { display: none; background: #153953; padding: 12px 5px; border-bottom: 3px solid #c20100; }

h1 {
	line-height:normal;font-family:Tahoma,Verdana,Arial !important;margin-top:0px;padding-top:0px;
}

h1.headline {
	font-size:32px;
}

h1.subheadline {
	font-size:24px;
}

@media screen and (max-width: 767px) {
	.full-hder {
		display: none;
	}
	.mobile-header {
		display: block;
	}
	h1.headline {
		font-size:22px;
	}

	h1.subheadline {
		font-size:18px;
	}
}
