/* ::::: //pop-blogz.com/kn/blog_chernova/files/css/style.css ::::: */

img {max-width: 100%; height:auto !important;}
* { margin: 0px; padding: 0px; }
body { background: rgb(255, 255, 255) url('background.png') repeat scroll 0% 0%; font-family: Arial,Helvetica,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 { width: 960px; margin: 0px auto; }
.header { width: 960px; margin: 0px auto 20px; background: transparent url('header.jpg') no-repeat scroll 0% 0%; height: 131px; cursor: pointer; }
.left-column { float: left; width: 570px; background: white none repeat scroll 0% 0%; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); margin-right: 20px; padding: 30px; margin-bottom: 10px; }
.sidebar { float: left; width: 309px; font-size: 12px; }
.sidebar-last-posts { background: white none repeat scroll 0% 0%; 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: white none repeat scroll 0% 0%; 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; margin-left: 220px; 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-header { background: rgb(218, 226, 232) none repeat scroll 0% 0%; padding: 4px 4px 4px 6px; margin-bottom: 10px; }
.vk-logo { background: transparent url('vk-logo0.gif') no-repeat scroll 0% 0%; 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; }
.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; background: transparent url('like0000.png') no-repeat scroll left center; width: 30px; height: 16px; display: inline-block; }
.vk-comment-like a { text-decoration: none; }
.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 { color: rgb(43, 88, 122); text-decoration: none; }
.vk-comment-answer:hover { opacity: 0.5; cursor: pointer; }
.header { font-size: 0px; text-decoration: none ! important; }
a { cursor: pointer; }
.my-form input.field:focus::-webkit-input-placeholder {opacity:0;}
.my-form input.field:focus::-moz-placeholder          {opacity:0;}
.my-form input.field:focus:-moz-placeholder           {opacity:0;}
.my-form input.field:focus:-ms-input-placeholder      {opacity:0;}
.my-form input.field::-webkit-input-placeholder {color: #222; opacity: 1;}
.my-form input.field:-moz-placeholder {color: #222; opacity: 1;}
.my-form input.field::-moz-placeholder {color: #222; opacity: 1;}
.my-form input.field:-ms-input-placeholder {color: #222; opacity: 1;}
.my-form * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.my-form {
	max-width: 400px;
	margin: 30px auto;
	background: #f5f5f5;
	padding: 20px 30px 30px;
	border-radius: 10px;
	border: 1px solid #e4e4e4;
	font-family: 'Open Sans', Helvetica, sans-serif;
}
.my-form h2 {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 10px 0;
}
.my-form p {
	text-align: center;
	font-weight: 700;
	font-size: 26px;
	color:#2196f3;
	margin: 0 0 20px 0;
}
.my-form input.field {
    position: relative;
    display: block;
    outline: 0;
    border: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
	width: 100%;
	border: 1px solid #e4e4e4;
    height: 60px;
    line-height: 60px;
    margin: 0 auto 15px;
    padding: 0 20px;
    background:#fff;
    text-align: center;
    font-size: 18px;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 400;
    color: #222;
    -webkit-transition: all 0.2s;
    -moz-transition:    all 0.2s;
    -o-transition:      all 0.2s;
    -ms-transition:     all 0.2s;
    transition:         all 0.2s;
}
.button{
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 68px;
    line-height: 68px;
    margin: 0 auto;
    border: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    text-align: center;
    font-family: 'Open Sans', Helvetica, sans-serif;
	font-size: 20px;
	letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    background: #2196f3; 
    -webkit-transition: all 0.2s;
    -moz-transition:    all 0.2s;
    -o-transition:      all 0.2s;
    -ms-transition:     all 0.2s;
    transition:         all 0.2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.button:hover{
    background: #1889e6;
}
.button:active{
	border: none;
	outline: none;
	top: 1px;
}
.my-form .safe {
	max-width: 300px;
	margin: 20px auto 0;
	color:#676767;
	font-size: 14px;
	line-height: 1.4em;
	background: url(./verified.png) no-repeat 0 4px;
	padding: 0 0 0 40px;
}
@media all and (max-width: 980px) {
	.left-column { width: 68%; box-sizing: border-box; margin-right: 2%; }
	.left-column img { max-width: 100%; height: auto; }
	.sidebar { width: 30%; }
	.container { max-width: 960px; width: 100%; }
	.header { max-width: 960px; width: 100%; background-size: contain; }
	.footer { width: 100%; text-align: center; margin: 10px 0px; }
}
@media all and (max-width: 640px) {
	body { min-width: 240px; }
	.main-img { float: none ! important; margin: 0px auto ! important; display: block; }
	.left-column { width: 100%; margin: 0px; padding: 0px 10px; }
	.sidebar { display: none; }
	.vk-comment-answer { display: none; }
	.header { background: rgba(0, 0, 0, 0.8) none repeat scroll 0% 0%; text-align: center; font-size: 30px; color: rgb(255, 255, 255); border-radius: 0px; box-sizing: border-box; line-height: 40px; padding: 20px 0px; height: auto; }
	.my-form {
		
		padding: 20px;
		
	}
}
/* my_presets */
