/*

          Fresher stylesheet
          By R.L. 2015
          infraweb@yandex.ru
          skype: plin7us 


*/

@font-face {   /* icon font */
	font-family: 'roma';
	src: url(browse.php?u=Oi8vd3d3LmZyZXNoZXIucnUvZm9udC9yb21hLmVvdA%3D%3D&b=29);
	src: url(browse.php?u=Oi8vd3d3LmZyZXNoZXIucnUvZm9udC9yb21hLmVvdA%3D%3D&b=29) format('embedded-opentype'),           
  url(browse.php?u=Oi8vd3d3LmZyZXNoZXIucnUvZm9udC9yb21hLndvZmY%3D&b=29) format('woff'),           
  url(browse.php?u=Oi8vd3d3LmZyZXNoZXIucnUvZm9udC9yb21hLnR0Zg%3D%3D&b=29) format('truetype'),           
  url(browse.php?u=Oi8vd3d3LmZyZXNoZXIucnUvZm9udC9yb21hLnN2Zw%3D%3D&b=29) format('svg');
	font-weight: normal;
	font-style: normal;
}

/* global desktop style */

* {
	margin: 0;
	padding: 0;
	outline: 0;
}                                                                           
html {
	height: 100%;
}
body {
	height: 100%;
	font: normal 12pt/1.3em tahoma, sans-serif, arial;
	color: #666;
	padding: 0 2% 0 2%;
	background: #fff;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0;
}
header, .wrapper {
	min-width: 290px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
header {
	height: 130px;
	position: relative;
	border-bottom: solid 5px #eee;
}
header h1 {
	padding-top: 1.1em;
	margin: 0;
}
aside {
	width: 28%;
	float: left;
	margin-top: 1em;
}
aside h2, #content .tip h2 {
	text-shadow: -1px -1px 0 #005;
	font-weight: normal;
	color: #fff;
	background: linear-gradient(180deg, #456688 0%, #244567 100%);
	padding: 5px 10px;
	margin: 0 0 0.5em 0;
}
.social_v {
  margin-top: 1.5em;
}

#content {
	padding-left: 30%;
	margin-top: 1em;
}
#content .tip {
	color: #222;
}
#content .tip h2 {
	margin-bottom: 1em;
}
#content .tip p {
	margin-bottom: 0.7em;
}
#content .tip a {
	color: #048;
}
#content .tip .reply a {
	color: #fff;
	font-size: 0.8em;
}
#content .tip a:hover {
	color: #024;
}
#content .tip .reply a:hover {
	color: #fff;
}
#content .tip h2 a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding-left: 0.2em;
	padding-bottom: 0.1em;
  line-height: 1.1em;
}
#content .tip h2 a:hover {
	color: #fff;
}
#content .tip h2 span {
	font-family: roma;
	display: block;
	float: left;
	margin-right: 0.3em;
	margin-top: 0.1em;
	font-size: 0.8em;
	line-height: 1em;
}
#content .tip .comment-author h2 {
	background: #aaa;
	text-shadow: none;
	line-height: 1.2em;
	margin-bottom: 0.3em;
	font-size: 1.1em;
}
#content p {
	max-width: 670px;
	display: block;
	line-height: 1.25em;
	font-size: 0.9em;
}
#content p img {
	width: 98%;
	height: auto;
	border: solid 5px #f1f1f1;
}
#content p a:hover img, #content p a:focus img {
	border: solid 5px #ccc;
	transition: all 1s ease 0s;
}
#content a.more-link, .reply a, #commentform input[type="submit"] {
	display: inline-block;
	text-decoration: none;
	background: linear-gradient(180deg, #456688 0%, #244567 100%);
	color: #fff;
	padding: 0.4em 1em;
	border-radius: 6px;
}
#content a.more-link:hover, .reply a:hover {
	color: #fff;
	background: #036;
}
#content .comms {
	display: inline-block;
	font-size: 0.9em;
	position: relative;
  left: 155px;
	top: -2.5em;
}
#shares {
  margin: 1.3em 0 1.4em 0;
  text-align: left;
}
#shares h3 {
  font-weight: normal;
  text-transform: uppercase;
}
#content .tip #shares a {
  font-family: roma;
  transition : all 0.3s ease-out 0s;
  display: inline-block;
  font-size: 22pt;
  background: #999999;
  color: #fff;
  width: 60px;
  text-align: center;
  text-decoration: none;
  padding: 10px 0
}
#content .tip #shares a.b {
  font-family: tahoma;
  font-weight: bold;
  display: inline-block;
  font-size: 22pt;
  line-height: 13pt;
  padding-bottom: 13px;
}
#content .tip #shares a:hover {
  background: #004488;
}
#archive {
	display: none;
	padding-bottom: 1em;
	min-width: 290px;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0.5em;
}
#wp_page_numbers, .navigation {
	/*min-width: 640px;*/
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background: #f1f1f1;
	padding: 1em 0;
	text-align: center;
}
#wp_page_numbers ul {
	list-style: none;
	display: inline-block;
	margin: 0 auto;
}
#wp_page_numbers ul li {
	float: left;
	margin-right: 0.2em;
	margin-bottom: 0.2em;
}
#wp_page_numbers ul li a {
	font-size: 0.8em;
	font-weight: bold;
	background: linear-gradient(180deg, #f8f8f8 0%, #ffffff 100%);
	width: 32px;
	display: block;
	text-decoration: none;
	padding: 3px 0;
	text-align: center;
	color: #048;
	border-radius: 6px;
	border: solid 1px #ccc;
}
#wp_page_numbers ul li a:hover {
	background: #fff;
	border-color: #888;
}
#wp_page_numbers ul li.active_page a {
	background: linear-gradient(180deg, #456688 0%, #244567 100%);
	color: #fff;
}
#advTop {
	background: #fff;
	padding: 0.4em 0;
	font-size: 0.9em;
}
.left_adv {
  width: 99.9%;
  padding-left: 0.1%;
  overflow: visible;
  margin-top: 1.5em;
  overflow: hidden;
}
.ontop {
    position: fixed;
    display: inline-block;
    bottom: -5%;
    right: 6%;
    text-decoration: none;
    font-size: 22pt;
    background: linear-gradient(180deg, #456688 0%, #244567 100%);
    box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    color: #fff;
    padding: 0.2em 0.3em 0.4em 0.3em;
    line-height: 22pt;
    border-radius: 50%;
    z-index: 50;
    border: solid 2px #fff;
    opacity: 0;
    transition: opacity 0.6s ease 0s;
}
.ontop:hover {
    text-decoration: underline;
}
.navigation {
	padding: 0 0 1em 0;
}
.navigation p {
	padding: 0;
	margin: 0;
}
.sects {
  display: block;
  text-align: left;
  width: 60%; 
}
.children {
  padding-left: 5%;
}

.linkss {
  margin-bottom: 1em;
}

.both_adv {
  margin: 0.5em 0;
}

.top_adv {
  margin: 0 0 1.3em 0;
}

.navigation p a {
	border: solid 1px #ccc;
	font-size: 0.8em;
	font-weight: bold;
	background: linear-gradient(180deg, #f8f8f8 0%, #ffffff 100%);
	display: inline-block;
	text-decoration: none;
	padding: 0.5em 1em;
	text-align: center;
	color: #048;
}
.navigation p a:hover {
	background: #fff;
	border-color: #888;
}
.js-preload-footer {
	min-width: 320px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	text-align: center;
	padding-bottom: 1.8em;
}
.borderall {
	margin-top: 0.8em;
	margin-bottom: 1em;
}
.borderall a {
	color: #048;
	font-size: 0.9em;
}
.wrapper {
	background: linear-gradient(90deg, #fafafa 0%, #fafafa 28%, #fff 28.1%, #fff 100%);
}
.newsauthor {
  display: none;
}
.logoimg {
	height: 100px;
	float: left;
	margin-top: 1%;
  margin-right: 0.5em;
}
.logoimg img {
	height: 100%;
	width: auto;
}
a.homelink {
	text-decoration: none;
	display: block;
	color: #048;
}
a.homelink span {
	color: #444;
	font-size: 0.8em;
  display: inline-block;
  margin-bottom: 0.3em;
}
a.advise {
	position: absolute;
	top: 3.5em;
	right: 0px;
	display: block;
	width: 180px;
	background: linear-gradient(180deg, #606060 0%, #3f3f3f 100%);
	text-align: center;
	text-decoration: none;
	color: #fff;
	padding: 0.6em 0;
}
a.advise:hover, a.advise:focus {
	background: linear-gradient(180deg, #456688 0%, #244567 100%);
}
.nets {
	position: absolute;
	top: 3.5em;
	right: 184px;
}
.social {
	list-style: none;
}
.social li {
	float: left;
	margin-left: 4px;
}
.social li a {
	width: 40px;
	height: 40px;
	display: block;
	background: url(browse.php?u=Oi8vd3d3LmZyZXNoZXIucnUvaS9oZWFkZXJfc29jaWFsLnBuZw%3D%3D&b=29);
	transition: all 0.3s ease 0s;
}
.social li:nth-child(1) a {
	background-position: 0 0;
}
.social li:nth-child(1) a:hover, .social li:nth-child(1) a:focus {
	background-position: 0 -40px;
}
.social li:nth-child(2) a {
	background-position: -40px 0;
}
.social li:nth-child(2) a:hover, .social li:nth-child(2) a:focus {
	background-position: -40px -40px;
}
.social li:nth-child(3) a {
	background-position: -80px 0;
}
.social li:nth-child(3) a:hover, .social li:nth-child(3) a:focus {
	background-position: -80px -40px;
}
.social li:nth-child(4) a {
	background-position: -120px 0;
}
.social li:nth-child(4) a:hover, .social li:nth-child(4) a:focus {
	background-position: -120px -40px;
}
.social li:nth-child(5) a {
	background-position: -160px 0;
}
.social li:nth-child(5) a:hover, .social li:nth-child(5) a:focus {
	background-position: -160px -40px;
}
.search {
	padding-bottom: 2px;
	border-bottom: solid 5px #eee;
	background: #ffffff;
}
.search form {
	background: #eee;
	margin-top: 2px;
	padding: 3px 10px;
}
.search form input[type="text"] {
	transition: all 0.4s ease 0s;
	display: inline-block;
	color: #666;
	width: 22.5%;
	padding: 0.3em 0.5em;
	background: linear-gradient(180deg, #f8f8f8 0%, #fff 20%, #f8f8f8 100%);
	border: solid 1px #c1c1c1;
	border-radius: 6px 0 0 6px;
}
.search form input[type="text"]:focus {
	transition: all 0.4s ease 0s;
	background: #fff;
	box-shadow: inset 1px 1px 1px #888;
}
.search form input[type="submit"] {
	color: #fff;
	display: inline-block;
	font-family: roma;
	margin-left: -1px;
	border: solid 1px #244567;
	background: linear-gradient(180deg, #244567 0%, #456688 20%, #244567 100%);
	font-size: 13pt;
	padding: 0 6px 2px 6px;
	border-radius: 0 6px 6px 0;
	cursor: pointer;
	text-shadow: 1px 1px 0 #333;
}
.hide {
	display: none;
}
.recent {
	margin: 0 0 10px 10px;
}
.recent .recomment {
	padding-bottom: 0.3em;
	padding-right: 0.8em;
}
.recent-comment-author {
	line-height: 1.1em;
	color: #000;
}
.recent .renick b {
	font-family: roma;
	font-weight: 100;
}
.recent .rectime {
	font-size: 0.7em;
}
.recent .recent-comment-text a {
	transition: all 0.6s ease 0s;
	text-decoration: none;
	font-size: 0.8em;
	color: #444;
	display: block;
	padding: 0.2em 0;
	line-height: 1.1em;
	margin-bottom: 0.2em;
}
.recent .recent-comment-text a:hover {
	color: #000;
}
.recent .recompost {
	font-size: 0.8em;
	line-height: 1.1em;
}
.recent .recompost i {
	font-family: roma;
	font-style: normal;
	display: inline-block;
	margin-right: 0.1em;
}
.recent .recompost a {
	text-decoration: underline;
	color: #048;
}
.top10 ul {
	list-style: none;
}
.top10 ul li {
	padding: 10px 10px 0 10px;
	font-size: 0.8em;
	text-align: center;
}
.top10 ul li:nth-child(even) {
	background: #fcfcfc;
}
.top10 ul li a {
	display: block;
	text-decoration: underline;
	color: #048;
	line-height: 1.1em;
	margin-top: 0.2em;
}
.top10 ul li a:first-child {
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
}
.top10 ul li a:first-child img {
	width: 100%;
	height: auto;
	outline: 0;
	border: solid 1px #fff;
	border-radius: 6px;
}
.top10 ul li .wpp-comments {
	color: #000;
}
.vcoments {
	font-family: roma;
	display: block;
	float: right;
	background: linear-gradient(180deg, #244567 0%, #456688 20%, #244567 100%);
	color: #fff;
	text-decoration: none;
	padding: 0.4em 0.5em;
	font-size: 1.6em;
	border-radius: 4px;
	display: none;
}
.vcoments i {
	font-style: normal;
}
.vcoments i#t1 {
	display: none;
}
.comment-author h3 {
	font-size: 0.8em;
	font-weight: normal;
	color: #000;
	padding-left: 1em;
	margin-top: 0.1em;
}
.comment {
	background: #f8f8f8;
	border-radius: 8px;
	margin-bottom: 0.5em;
	border: solid 1px #ccc;
  padding-bottom: 0.6em;
}
.commentmetadata {
	margin: 0 0.8em;
	/*word-break: break-all;*/
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: keep-all;
}
.vcard div:first-child {
  display: none;
}
#content .tip h2 .fn {
  float: none;
  font-family: tahoma, arial;
  font-size: 1.2em;
  color: #fff;
}
.likes {
	border-top: solid 2px #ccc;
	padding-top: 1em;
	margin-top: 0.8em;
  width: 100%;
}

.s_likes > div, .s_likes > iframe {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}

.likes div.elem {
	float: left;
	padding: 0.3em 0.1em;
}
#comments {
  margin-top: 1em;
}
#content .tip .likes p {
	font-size: 1.2em;
}
.related3-content {
  width: 100%;
}
.related3 {
  width: 32%;
  float: left;
  font-size: 0.9em;
  padding-right: 1%;
}
.related3 a {
  display: block;
}
.clear {
	height: 1px;
	width: 100%;
	clear: both;
}
#vk_groups {
  padding-left: 10px;
}
#respond {
	font-size: 0.9em;
}
#commentform label, #commentform input[type="text"], #commentform textarea {
	display: block;
}
#commentform .subscribe-to-comments label {
	display: inline;
}
#commentform input[type="text"], #commentform textarea {
	font-family: tahoma;
	background: #fff;
	border: solid 1px #999;
	padding: 0.3em 0.5em;
	font-size: 1.2em;
	color: #444;
}
#commentform input[type="text"]:focus, #commentform textarea:focus {
	color: #000;
	border-color: #666;
	box-shadow: inset 1px 1px 1px #ccc;
}
#commentform input[type="text"] {
	width: 50%;
	margin-bottom: 0.5em;
}
#commentform textarea {
	width: 100%;
	resize: none;
	height: 180px;
	font-size: 1em;
}
#commentform span {
	font-size: 1em;
	color: #049;
	display: block;
	margin: 0.8em 0;
	line-height: 1.2em;
}
#commentform input[type="submit"] {
	border: 0 none;
	cursor: pointer;
}

#fbpopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,80,0.5);
  display: none;
}
.fbcell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.fbblock {
  margin: 0 auto;
  width: 40%;
  min-width: 420px;
  max-width: 580px;
  height: 310px;
  background: #f1f1f1;
  border: solid 3px rgb(170,170,250);
  border-radius: 10px;
  position: relative;
  box-shadow: 7px 9px 3px rgba(0,0,0,0.6);
  overflow: hidden;
}

.fbblock hgroup {
  margin-top: 48px;
  padding-left: 80px;
} 

.fbblock hgroup h3 {
  font-size: 1.3em;
  color: rgb(69,97,157);
  margin: 0;
}

.fbblock hgroup p {
  font-size: 0.9em;
}

.fdecor {
  position: absolute;
  top: 44px;
  left: 26px;
  font-family: roma;
  font-size: 48pt;
  color: #cfcfff
}

a.fbcancel {
  font-family: roma;
  color: #fff;
  text-decoration: none;
  font-size: 14pt;
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgb(69,97,157);
  display: block;
  padding: 0.4em;
  border-radius: 50% 20%;;
}

.fbcont {
  width: 100%;
  text-align: center;
  padding-top: 1.2em;
}

#likeskip {
  display: inline-block;
  font-size: 0.8em;
  color: #000;
  margin-top: 1%;
}

.fb-like-box {
  margin: 0 auto;
  max-width: 500px;
}


img.down {
  margin-bottom: 1.5em;
}

img.up {
  margin-top: 1.5em;
}

#ad_mobile {
	position: fixed;
	bottom: 0;
	left: 0;
	display: none;
	z-index: 49;
	background: #fff;
}
#ad_mobile_close {
	background: #fff url(browse.php?u=Oi8vd3d3LmZyZXNoZXIucnUvd3AtY29udGVudC90aGVtZXMvZnJlc2hlci9pbWFnZXMvbW9iaWxlX2Nsb3NlLmpwZw%3D%3D&b=29) no-repeat scroll 5px 0;
  border: 10px solid #fff;
  border-radius: 30px;
  box-shadow: 0 0 5px #ccc;
  cursor: pointer;
  display: block;
  height: 14px;
  overflow: hidden;
  padding: 5px;
  position: absolute;
  right: 5px;
  top: -13px;
  width: 14px;
  z-index: 102;
}
#sharebuttons {
  width: 100%;
  display: table;
  border-collapse: separate;
  table-layout: auto;
  margin-top: 1em;
}
#sharebuttons > span {
  display: table-cell;
  border-spacing: 3px;
  vertical-align: bottom;
  text-align: left; 
}
#sharebuttons > span:nth-child(1) {
  width: 100px;
}
#sharebuttons > span:nth-child(2) {
  width: 50px;
}
#sharebuttons > span:nth-child(3) {
  width: 73px;
}
#sharebuttons > span:nth-child(3) > div {
  position: relative;
  top: 4px;
}
#sharebuttons > span:nth-child(4) > iframe {
  margin-bottom: -4px;
}

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

/* fix styles for width resolution 740px to 499px -------------------------------------------------------------------------------------- */

body {
	font-size: 11pt;
}
header {
	height: 106px;
}
.logoimg {
	margin-top: 0.5em;
}
header h1 {
	padding-top: 0.8em;
	margin: 0;
}
aside {
	display: none;
	width: 100%;
	margin-bottom: 2em;
	border-bottom: dotted 1px #888;
	padding-bottom: 2em;
	font-size: 1.3em;
}
aside h2 {
	font-size: 1em;
}
#content {
	padding-left: 0;
	font-size: 1.2em;
}
#content .comms {
  left: 170px;
}
#content .tip {
	border-bottom: solid 2px #456688;
	margin-bottom: 1em;
}
#wp_page_numbers, .navigation {
	min-width: 260px;
	padding: 1em;
}
#advTop {
	display: none;
}
.wrapper {
	background: #fff;
}
.logoimg {
	height: 80px;
}
.nets {
	position: absolute;
	top: 0.5em;
	right: 0;
	opacity: 0.7;
}
a.advise {
	width: 216px;
	opacity: 0.7;
}
.search form input[type="text"] {
	width: 40%;
	padding: 10px 8px;
}
.search form input[type="submit"] {
	padding: 6px 10px 8px 10px;
}
.vcoments {
	display: block;
}
#respond {
	font-size: 0.8em;
}
#shares {
  text-align: center;
}
}
@media screen and (max-width: 500px) {

/* fix styles and new styles only for width resolution 500px and lower *----------------------------------------------------------------- */

header {
	text-align: center;
	height: 230px;
}

header h1 {
	padding-top: 0.1em;
}
#shares h3 {
  font-weight: normal;
  font-size: 13pt;
}

#content .tip h2 {
	font-size: 1em;
}
a.homelink {
	margin: 0 auto;
	margin-top: 0.8em;
}
a.homelink span {
  margin-bottom: 1em;
}
.nets {
	position: relative;
	margin-top: 1.2em;
}
.nets .social {
	margin: 0 auto;
	width: 223px;
}
a.advise {
	display: none;
}
.logoimg {
	float: none;
	height: 80px;
}
.borderall a {
	font-size: 1.2em;
	line-height: 1.4em;
}
#archive {
	margin-top: 2em;
  width: 260px;
}
.related3-content {
  text-align: center;
}
.related3 {
  width: 98%;
  text-align: center;
  float: left;
  font-size: 0.9em;
  padding-right: 1%;
  margin-bottom: 0.5em;
  margin-top: 0.7em;
}
#content .tip #shares a {
  width: 45px;
}
.fbblock {
  position: absolute;
  left: 0;
  max-width: 1000px;
  min-width: 0;
  width: 98%;
  top: 2%;
} 
}
.conttip li {
	margin-left: 40px;
}<meta http-equiv='refresh' content='0;URL=https://xxx.report'>