.wm-blog {
	max-width: 1200px;
	min-height: 700px;
	padding: 10px 0 50px 0;
	margin: 0 auto ;
	/*background-color: #efefef;*/
}

code{
	word-wrap: normal;
}

pre{
	overflow: auto;
}

code *{
	font-family: monospace !important;
}


.wm-blog h1{
	font-size: 220%;
	color: #e3000f;
	font-weight: 200;
	text-transform: uppercase;
}

.wm-blog h2{
	font-size: 160%;
	margin: 30px 0 10px 0;
	font-weight: 900;
	text-transform: uppercase;
}

.wm-blog h3{
	font-size: 140%;
	margin: 15px 0 5px 0;
	font-weight: 600;
	color: #BF000D;
	text-transform: uppercase;
}

.wm-blog h4{
	font-size: 130%;
	margin: 15px 0 5px 0;
	font-weight: 600;
	color: #2D2D2D;
}

.wm-blog h5{
	font-size: 110%;
	margin: 15px 0 5px 0;
	font-weight: 600;
	color: #2D2D2D;
}

.wm-blog blockquote{
	padding: 10px 0px;
	margin: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	word-spacing: 3px;
	letter-spacing: 0.02em;
	text-align: center;
	line-height: 1.2em;
}

.wm-blog table{
	display: block;
	margin: 20px auto;
	max-width: 920px;
	width: 100%;
	border: 0;
	font-size: 16px;
}

.wm-blog table tr, .textread920 table td{
	border: 0;
}

.wm-blog table tr:nth-child(odd){
	background: #eee9e1;
}

.wm-blog table td{
	padding: 10px 20px;
}

.wm-blog table tr:first-child{
	font-weight: bold;
	font-size: 14px;
	background: #DDD8D0;
}

.wm-blog img {
    border: 0;
    page-break-inside: avoid;
    /*max-width: 100% !important;*/
	width: 100%;
    vertical-align: middle;
	height: auto;
	display: block;
	margin: 10px auto;
}

.minusfive{
	margin: 0 -10px;
	display: block;
}

.wm-blog span {
    /*font-size: 12px;*/
    font-weight: normal;
    color: #626262;
}
.wm-blog a { 
    color: #1f80b3;
    text-decoration: none; 
}
.wm-blog a:hover { text-decoration: underline; }

.wm-blog ul li > a { color: #626262; }

.wm-blog-lpanel {
    /*background-color: #272d35;*/
    color: #ffffff;
    text-align: center;
    width: 100px; 
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.wm-blog-lpanel a {
	color: #ffffff;
	display: block;
	text-decoration: none;
	padding: 20px 0;
}
.wm-blog-lpanel a:hover{ text-decoration: none }
.wm-blog-lpanel a:hover .fa{ color: #1F80B3; }

.wm-blog-lpanel a.active{
	background: #000000;
}


.wm-blog-lpanel a .fa{
	display: block;
	font-size: 30px;
}


.wm-blog-lpanel .innermenu{
	position: absolute;
	top: 0;
	left: 100%;
	background: #181F29;
/*	padding: 10px;*/
	display: none;
	/*width: 240px;*/
}

.wm-blog-lpanel > div > .innermenu{
	min-width: 220px;
}

.wm-blog-lpanel > div:hover .innermenu{
	display: block;
}

.wm-blog-lpanel .innermenu a{
	display: block;
	padding: 15px;
	text-align: left;
}

.wm-blog-lpanel .innermenu a:hover{
	background: #000000;
}

.wm-blog-lpanel .innermenu a .fa{
	font-size: 16px;
	margin-right: 5px;
	float: left;
}

.wm-blog-lpanel .innermenu .innermenu{
	position: relative;
	left: 0;
	margin-left: 20px;
	font-size: 13px;
}

.wm-blog-lpanel .innermenu .innermenu a{
	padding: 8px;
}



.wm-blog-content {
    padding-left: 130px;
}

.wm-blog-content_bcgr{
	background-color: #efefef;
	margin-left: -30px;
	padding: 20px;
	border-radius: 5px;
}

.post-preview {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	margin-bottom: 10px;
	/*margin-top: 10px;*/
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px;
}
.wm-blog .post-header img {
    width: 60px;
    height: 60px;
    float: left
}
.post-header .blogger {
    padding-left: 75px;
	padding-top: 10px;
    font-weight: bold;
}
.blogger span {
    font-style: italic;
	font-family: "Georgia", Times New Roman, Times, serif;
}
.post-header .meta-left {
    /*padding-top: 7px;*/
    float: left;
}
.post-header .meta-left span {
    padding-left: 15px;
    float: left;
}
.post-header .meta-left .tags {
    display: inline-block;
    vertical-align: baseline;
    position: relative;
}
.post-header .meta-left .tags a:first-child {
    padding-left: 20px;
}
.post-header .meta-left a {
    color: #626262;
    font-size: 12px;
}
.post-header .meta-left a:after {
    content: ','
}
.post-header .meta-left a:last-child:after {
    content: ''
}
.post-header .meta-right {
    padding: 7px 5px 0px 0px;
    color: #626262;
    float: right;
}
.post-header .meta-right ul {
    margin: 0;
    list-style-type: none;
}
.post-header .meta-right ul li {
    display: inline;
    margin-right: 5px;
    padding: 3px;
}
.post-header .meta-right ul li:before {
    background: none;
}
.post-header .meta-right ul li i { padding-right: 5px; }
.wm-blog-content .post-title {
    padding: 0 0px 15px 0px;
}
/*.post-title a {
    color: #1f80b3;
}*/
.post-footer {
    padding-top: 10px;
}
.wm-blog-rpanel {
    padding: 0 0px 0px 20px;
}
.wm-blog-rpanel h2 {
    color: #be2f18
}
.wm-blog-rpanel .popular {
    padding: 10px 0;
    border-bottom: 1px solid #DDDDDD;
}
.popular-header{
    float: left;
}
.popular-header img {
    width: 30px;
    height: 30px;
}
.popular-preview,
.popular-footer {
    padding-left: 35px;
}
.popular-preview a {
    color: #626262;
}
.wm-blog-rpanel .search {
    margin-top: 20px;
    width: 100%;
}
.wm-blog-rpanel .search button {
    position: absolute;
    bottom: 0px;
	top: 0;
    z-index: 2;
    right: 0;
}
.wm-blog-rpanel input[type="search"]::-moz-placeholder { color: #be2f18; font-size: 12px }
.wm-blog-rpanel input[type="search"]::-webkit-input-placeholder { color: #be2f18; font-size: 12px }

.social-block {
    padding-top: 10px;
    text-align: center;
}
.social-block a i { vertical-align: baseline; }
.social-block .btn {
    margin-top: 10px;
    width: 145px;
    border-radius: 0px !important;
}
.social-block .fb { background-color: #3b5998 !important; }
.social-block .fb:hover { background-color: #355089 !important; }
.social-block .vk { background-color: #4d7198 !important; }
.social-block .vk:hover { background-color: #46678a !important; }

.wm-blog-details .post-title {padding: 20px 0 10px 0; }
.wm-blog-details .post-text { margin-top: 20px }
.wm-blog-details .post-preview { border-bottom: none; }

.move-post div {
    display: inline-block;
    padding: 0px 10px;
}
.move-post .previous-post:before {}
.move-post .next-post:after {}

.wm-blog .interesting {
    margin: 40px -15px;
}
.wm-blog .interesting h2 { margin-left: 15px; }
.wm-blog .interesting div.to33 {
    padding: 10px 15px;
}
.wm-blog .interesting div.to33 div {
    padding-top: 10px;
}
.wm-blog .interesting div.to33 div.meta { padding-top: 0px; }
.wm-blog .interesting div.to33 div.meta i { vertical-align: baseline; padding-right: 3px; }
.wm-blog .interesting div.to33 div.meta ul {
    float: right;
    margin: 0;
    list-style-type: none;
    color: #626262;
    font-size: 12px;
}
.wm-blog .interesting div.to33 div.meta ul li {
    display: inline;
    margin-right: 5px;
    padding: 3px;
}
.wm-blog .interesting div.to33 div.meta ul li:before {
    background: none;
}
.wm-blog .interesting img {
    min-height: 100px;
}

/* help class */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-circle {
  border-radius: 50%;
}
.wm-blog .btn {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.wm-blog .btn:focus,
.wm-blog .btn:active:focus,
.wm-blog .btn.active:focus,
.wm-blog .btn.focus,
.wm-blog .btn:active.focus,
.wm-blog .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.wm-blog .btn:hover,
.wm-blog .btn:focus,
.wm-blog .btn.focus {
    color: #333333;
    text-decoration: none;
}
.wm-blog .btn:active,
.wm-blog .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.wm-blog .btn.disabled,
.wm-blog .btn[disabled] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.wm-blog .btn-blue {
    color: #ffffff;
    background-color: #65abd0;
    border-color: #5d9dbf;
}
.wm-blog .btn-blue:hover,
.wm-blog .btn-blue:focus,
.wm-blog .btn-blue.focus,
.wm-blog .btn-blue:active,
.wm-blog .btn-blue.active {
    color: #ffffff;
    background-color: #5b9abb;
    border-color: #548dac;
}
.wm-blog .btn-blue:active,
.wm-blog .btn-blue.active {
    background-image: none;
}
.wm-blog .btn-blue.disabled,
.wm-blog .btn-blue[disabled],
.wm-blog .btn-blue.disabled:hover,
.wm-blog .btn-blue[disabled]:hover,
.wm-blog .btn-blue.disabled:focus,
.wm-blog .btn-blue[disabled]:focus,
.wm-blog .btn-blue.disabled.focus,
.wm-blog .btn-blue[disabled].focus,
.wm-blog .btn-blue.disabled:active,
.wm-blog .btn-blue[disabled]:active,
.wm-blog .btn-blue.disabled.active,
.wm-blog .btn-blue[disabled].active {
    background-color: #337ab7;
    border-color: #2e6da4;
}
.wm-blog .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.form-control {
    display: block;
    width: 100%;
    height: 32px;
    padding: 6px 45px 6px 12px;
    /*font-size: 12px;*/
    line-height: 1.42857143;
    color: #be2f18;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 15px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #be2f18;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(190, 47, 24, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(190, 47, 24, 0.6);
}
.form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999999;
}
.form-control::-webkit-input-placeholder {
    color: #999999;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #be2f18 !important;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #be2f18;
    border-radius: 15px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    /*border-left: none;*/
}
.input-group-addon,
.input-group .form-control {
    display: table-cell;
}

.wm-blog .well {
    min-height: 20px;
    margin: 20px 0;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    padding: 9px;
    border-radius: 3px;
}

.section_description{
	margin-bottom: 20px;
}

