/* css reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Font face rules */
@font-face {
  font-family: 'PT Sans Caption';
  src: url('../fonts/ptc75f-webfont.eot');
  src: url('../fonts/ptc75f-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ptc75f-webfont.woff') format('woff'), url('../fonts/ptc75f-webfont.ttf') format('truetype'), url('../fonts/ptc75f-webfont.svg#PTSansBold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'PT Sans';
  src: url('../fonts/pt_sans-web-regular-webfont.eot');
  src: url('../fonts/pt_sans-web-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pt_sans-web-regular-webfont.woff') format('woff'), url('../fonts/pt_sans-web-regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PT Sans';
  src: url('../fonts/pt_sans-web-italic-webfont.eot');
  src: url('../fonts/pt_sans-web-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pt_sans-web-italic-webfont.woff') format('woff'), url('../fonts/pt_sans-web-italic-webfont.ttf') format('truetype'), url('../fonts/pt_sans-web-italic-webfont.svg#PTSansItalic') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'PT Sans';
  src: url('../fonts/pt_sans-web-bold-webfont.eot');
  src: url('../fonts/pt_sans-web-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pt_sans-web-bold-webfont.woff') format('woff'), url('../fonts/pt_sans-web-bold-webfont.ttf') format('truetype'), url('../fonts/pt_sans-web-bold-webfont.svg#PTSansBold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans Condensed Light';
  src: url('../fonts/opensans-condlight-webfont.eot');
  src: url('../fonts/opensans-condlight-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-condlight-webfont.woff') format('woff'), url('../fonts/opensans-condlight-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans-italic-webfont.eot');
  src: url('../fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-italic-webfont.woff') format('woff'), url('../fonts/opensans-italic-webfont.ttf') format('truetype'), url('../fonts/opensans-italic-webfont.svg#OpenSansItalic') format('svg');
  font-weight: normal;
  font-style: italic;
}
.clearfix:after,
.masonry-container:after {
  content: '';
  display: block;
  clear: both;
  line-height: 0;
  height: 0;
  font-size: 0;
  overflow: hidden;
  float: none !important;
}
.css-after-before-class {
  display: block;
  content: "";
  position: absolute;
}
/* Main styles */
header,
nav,
section,
article,
aside,
footer {
  display: block;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  font: 15px Arial, Tahoma, Verdana, sans-serif;
  color: #383e47;
  background: #fff;
  min-width: 320px;
}
h1,
h2,
h3 {
  margin-bottom: 10px;
  font-family: 'PT Sans Caption', Arial, Tahoma, Verdana, sans-serif;
  font-size: 30px;
  line-height: 32px;
  font-weight: bold;
  color: #000;
}
h2 {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 21px;
}
h3 {
  margin-bottom: 5px;
  font-size: 17px;
  line-height: 21px;
}
#content h2,
#content h3 {
  margin-top: 15px;
}
a:link {
  color: #9f9fdd;
  outline: none;
  text-decoration: underline;
}
a:visited {
  color: #8f99e6;
}
a:hover {
  color: #f9a21b;
}
a:active {
  text-decoration: none;
}
p {
  margin: 0;
  padding: 0 0 10px;
  line-height: 21px;
}
blockquote {
  padding-left: 27px;
  margin-bottom: 10px;
  line-height: 21px;
  font-style: italic;
  color: #768089;
  border-left: 3px solid #dfe0e2;
}
ul {
  margin: 0 0 10px 1.5em;
  line-height: 21px;
  list-style: none outside;
  /*ul li:before,*/
}
ul ul {
  margin: 10px 0 10px 1.5em;
}
ul li .before {
  display: inline-block;
  margin: 0 7px 0 -20px;
  content: "";
  width: 13px;
  height: 1px;
  vertical-align: middle;
  background: #383e47;
}
ol {
  margin: 0 0 10px 1.5em;
  line-height: 21px;
  list-style: outside decimal;
}
ol ol {
  margin: 10px 0 10px 1.5em;
}
li + li {
  margin-top: 10px;
}
img {
  border: none;
}
.figure {
  margin: 5px 0 15px;
}
.figure img {
  vertical-align: top;
}
.figure p.figcaption {
  margin: 6px 0 0 0;
  padding: 0 0 0 36%;
  font-size: 13px;
  line-height: 18px;
  font-style: italic;
  font-family: Open Sans;
}
.figure.hidden-preview,
.figure.preview-hidden {
  display: none;
}


/* Base structure
----------------------------------------------------------------------------- */
.hide-unwanted-elgg-output {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .bottom-border1,
  .bottom-border2 {
    position: relative;
    border: none;
    overflow: visible;
  }
  .bottom-border1:before,
  .bottom-border2:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: -20px;
    right: -20px;
    border-bottom: 3px solid #dfe0e2;
  }
  .bottom-border2:before {
    border-bottom: 1px solid #dfe0e2;
  }
}
#header-content {
  min-height: 100%;
}
#header {
  height: 133px;
  border-bottom: 3px solid #f9a21b;
  position: relative;
  background: #fdfdfd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fdfdfd 0%, #edeef0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #edeef0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fdfdfd 0%, #edeef0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fdfdfd 0%, #edeef0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fdfdfd 0%, #edeef0 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fdfdfd 0%, #edeef0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#edeef0', GradientType=0);
  /* IE6-9 */
}
#header:after {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -1px;
  border-bottom: 1px solid #ffffff;
  height: 0;
}
#header .wrap {
  position: relative;
  width: 954px;
  padding: 0 18px;
  height: 133px;
  margin: 0 auto;
}
#middle {
  width: 954px;
  padding: 0 18px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
#content {
  float: left;
  width: 630px;
  padding-top: 26px;
}
#content .interactive-vis-list {
  display: none;
}
#sidebar {
  background: url("../images/sidebar_back.gif") repeat scroll 0 0 transparent;
  float: right;
  width: 306px;
  padding-top: 26px;
}
#sidebar .sidebar-recommend-spacer {
  height: 62px;
  margin: 0 0 23px;
}
#footer {
  position: relative;
  /*margin-top: -250px;
  height: 250px;*/
  background: #1c2124;
}
#footer .wrap {
  width: 954px;
  padding: 20px 18px 26px;
  /*height: 250px;*/
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #middle,
  #header .wrap,
  #footer .wrap {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 16px;
    width: auto;
    position: relative;
  }
  #header-content {
    overflow: hidden;
  }
  #header {
    height: auto;
  }
  #header .wrap {
    height: 121px;
  }
  #middle {
    overflow: visible;
  }
  #content {
    float: none;
    width: 100%;
  }
  #content .interactive-vis-list {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 0 0 0 10px;
    float: left;
    width: 50%;
  }
  #content .interactive-vis-list .wr {
    padding: 12px 10px 15px;
    background: #dfe0e2;
  }
  #content .interactive-vis-list h2,
  #content .interactive-vis-list h3 {
    margin-top: 0;
  }
  #sidebar {
    float: none;
    width: 100%;
    padding: 20px 20px 10px;
    margin: -1px -20px;
    border-top: 1px solid #dfe0e2;
    overflow: hidden;
  }
  #sidebar .interactive-vis-list {
    display: none;
  }
  #sidebar .sidebar-recommend-spacer + .interactive-vis-list,
  #sidebar .sidebar-recommend-spacer + .side-block + .interactive-vis-list,
  #sidebar.blog-list-sidebar .interactive-vis-list {
    display: block;
    padding: 25px 20px 0;
    margin: 0 -20px;
    background: #fff;
    border-top: 1px solid #dfe0e2;
  }
  #sidebar.blog-list-sidebar .interactive-vis-list {
    padding-top: 0;
    background: none;
    border: none;
  }
  #sidebar.blog-list-sidebar .comments-panel {
    background: #fff;
    border-top: 1px solid #dfe0e2;
    padding: 25px 20px 0;
    margin: 0 -20px 20px;
  }
  #sidebar .side-block {
    margin-bottom: 0;
  }
  #sidebar .facebook-wr {
    display: none;
  }
  #sidebar .sidebar-recommend-spacer {
    display: none;
  }
  .last-3-articles {
    margin: 0 0 16px;
  }
}
@media screen and (max-width: 768px) {
  #middle,
  #header .wrap,
  #footer .wrap {
    margin: 0 12px;
  }
  h2,
  .h2 {
    font-size: 18px;
    line-height: 21px;
  }
  #header .wrap {
    height: 58px;
  }
  #content .interactive-vis-list {
    padding: 12px 0 15px;
    margin: 0;
    float: none;
    width: 100%;
    position: relative;
  }
  #content .interactive-vis-list .wr {
    padding: 0;
  }
  #content .interactive-vis-list :after {
    display: block;
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: -1000px;
    width: 100%;
    height: 100%;
    padding: 0 1000px;
    background: #dfe0e2;
    z-index: -1;
  }
}
/* Header styles
------------------------------------------------------------------------------*/
.header-top {
  padding: 7px 0;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  color: #888c91;
}
.header-top div.date {
  float: left;
}
.login-reg {
  position: absolute;
  right: 18px;
  top: 7px;
  margin: 0;
  line-height: normal;
  font-size: 10px;
  text-transform: uppercase;
  color: #888c91;
}
.login-reg li {
  float: left;
  margin: 0;
  margin-left: 10px;
  padding-left: 9px;
  border-left: 1px solid #e2e6ef;
  line-height: normal;
}
.login-reg li:first-child {
  border: none;
  padding-left: 0;
  margin-left: 0;
}
.login-reg li:before,
.login-reg li .before {
  display: none;
}
.login-reg a:link,
.login-reg a:visited {
  color: #7290da;
  text-decoration: none;
}
.login-reg a:hover {
  color: #f9a21b;
  text-decoration: none;
}
.login-reg a:active {
  color: #f9a21b;
  text-decoration: underline;
}
.nav-n-search {
  margin-bottom: 16px;
  height: 36px;
  background: #2f373b url(../images/sprite-bg-x.png) 0 -133px repeat-x;
}
#menu-btn {
  display: none;
  position: absolute;
  top: 11px;
  left: 0px;
  width: 36px;
  height: 37px;
  border-radius: 3px;
  background: #374046;
  /* Old browsers */
  background: -moz-linear-gradient(top, #374046 0%, #21272a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #374046), color-stop(100%, #21272a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #374046 0%, #21272a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #374046 0%, #21272a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #374046 0%, #21272a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #374046 0%, #21272a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#374046', endColorstr='#21272a', GradientType=0);
  /* IE6-9 */
}
#menu-btn:before {
  display: block;
  content: "";
  position: absolute;
  left: 8px;
  top: 11px;
  width: 20px;
  height: 17px;
  background: url("../images/sprite-objects2.png") -100px -50px no-repeat;
}
#menu-btn:after {
  display: none;
  content: "";
  position: absolute;
  z-index: -1;
  background: #28353c;
  top: -11px;
  right: -12px;
  width: 548px;
  height: 59px;
}
#menu-btn.active {
  background: #28353c;
}
#menu-btn.active:after {
  display: block;
}
#header nav {
  float: left;
}
#header nav ul {
  float: left;
  margin: 0;
}
#header nav li {
  float: left;
  margin: 0;
  padding: 0;
}
#header nav li:before,
#header nav li .before {
  display: none;
}
#header nav a:link,
#header nav a:visited {
  display: block;
  float: left;
  height: 36px;
  margin: 0;
  padding: 0 10px;
  font-size: 12px;
  line-height: 36px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  border-right: 1px solid #595f62;
}
#header nav a:hover,
#header nav a:active,
#header nav a .active {
  padding: 0 11px 0 10px;
  color: #6e4300;
  text-shadow: 0 1px #fad187;
  border-right: 0 none;
  background: #f5ab24 url(../images/sprite-bg-x.png) 0 -169px repeat-x;
}
#quicksearch {
  float: right;
  padding: 7px 7px 0 0;
}
#quicksearch input {
  margin: 0;
  vertical-align: top;
}
#quicksearch input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 22px;
  padding: 4px 9px;
  margin-right: 2px;
  width: 187px /*169px*/;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  color: #abafb2;
  border: 0 none;
  background: #fff;
}
#quicksearch input[type="submit"] {
  width: 25px;
  height: 22px;
  border: 0 none;
  cursor: pointer;
  background: #989da3 url(../images/sprite-objects.png) 0 -37px;
}
#quicksearch input[type="submit"]:hover {
  background-color: #faaf2c;
  background-position: -25px -37px;
}
#quicksearch input[type="submit"]:active {
  background-color: #f78d13;
  background-position: -50px -37px;
}
#quicksearch .text-input-wr {
  display: inline-block;
  vertical-align: top;
}
#quicksearch .search_btn {
  display: none;
}
.logo {
  float: left;
  padding: 1px 19px 0 0;
}
.logo img {
  background: url(../images/sprite-objects.png);
}
.help-to-site {
  float: right;
  padding-left: 18px;
}
.help-to-site a:link,
.help-to-site a:visited {
  display: block;
  width: 225px;
  height: 36px;
  padding-top: 1px;
  font-size: 14px;
  line-height: 36px;
  font-weight: bold;
  color: #462505;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 1px #ffd992;
  background: #f8aa18 url(../images/sprite-bg-x.png) 0 -205px repeat-x;
}
.help-to-site a:hover {
  text-shadow: 0 1px #ffe585;
  background: #fdc400 url(../images/sprite-bg-x.png) 0 -242px repeat-x;
}
.help-to-site a:active {
  text-shadow: 0 1px #fccd76;
  background: #faac1b none;
}
.help-to-site a:before,
.help-to-site a .before {
  display: inline-block;
  position: relative;
  content: "";
/*  margin-right: 8px;*/
  top: -2px;
  width: 20px;
  height: 24px;
  vertical-align: middle;
/*  background: url(../images/sprite-objects.png) -318px 0;*/
}
.categories-list {
  margin: 0;
  padding-top: 4px;
  overflow: hidden;
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
}
.categories-list li {
  float: left;
  margin: 0;
  padding-right: 6px;
}
.categories-list li:before,
.categories-list li .before {
  display: none;
}
.categories-list li:after,
.categories-list li .after {
  display: inline;
  content: "/";
  margin-left: 6px;
  color: #c5cacf;
}
.categories-list li:last-child:after,
.categories-list li:last-child .after {
  display: none;
}
.categories-list li a:link,
.categories-list li a:visited {
  color: #888c91;
  text-decoration: none;
}
.categories-list li a:hover {
  color: #f9a21b;
}
.categories-list li a:active {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .header-top {
    height: 0;
    padding: 0;
  }
  .header-top .date {
    display: none;
  }
  .login-reg {
    margin: 0;
    position: absolute;
    top: 62px;
    right: 62px;
    font-size: 12px;
  }
  .login-reg li {
    margin: 0 0 0 11px;
    padding: 0 0 0 11px;
    position: relative;
    line-height: 18px;
    border: none;
  }
  .login-reg li:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 1px;
    height: 10px;
    background: #d6dbe5;
  }
  .login-reg li:first-child {
    padding-left: 0;
    margin-left: 0;
  }
  .login-reg li:first-child:before {
    display: none;
  }
  .nav-n-search {
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    z-index: 3;
  }
  .categories-list {
    display: none;
  }
  #header nav {
    float: none;
  }
  #header nav ul {
    float: none;
    display: table;
    width: 100%;
    margin: 0;
  }
  #header nav li {
    display: table-cell;
    float: none;
  }
  #header nav li:before,
  #header nav li .before {
    display: none;
  }
  #header nav a:link {
    float: none;
    text-align: center;
  }
  #quicksearch {
    position: absolute;
    top: 52px;
    right: 0;
    padding: 0;
  }
  #quicksearch input {
    margin: 0;
    vertical-align: top;
  }
  #quicksearch .text-input-wr {
    display: block;
    float: left;
    overflow: hidden;
    margin-right: 48px;
    padding-right: 0px;
  }
  #quicksearch .text-input-wr input {
    margin-right: -166px;
  }
  #quicksearch input[type="text"] {
    display: block;
    padding: 0 11px;
    width: 166px;
    height: 38px;
    line-height: 38px;
    font-size: 11px;
    border-radius: 2px;
  }
  #quicksearch input[type="submit"],
  #quicksearch .search_btn {
    display: block;
    float: left;
    width: 40px;
    height: 38px;
    background: url(../images/sprite-objects2.png) 0 -50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
  #quicksearch input[type="submit"] {
    display: none;
  }
  #quicksearch .search_btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
  }
  #quicksearch .search_btn:hover,
  #quicksearch .search_btn:active,
  #quicksearch input[type="submit"]:hover,
  #quicksearch input[type="submit"]:active,
  #quicksearch.opened input[type="submit"] {
    background-position: -50px -50px;
  }
  .logo {
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 4;
  }
  .help-to-site {
    position: absolute;
    top: 68px;
    right: 223px;
    z-index: 4;
  }
  .help-to-site a:link,
  .help-to-site a:visited {
    font-size: 12px;
    width: auto;
    padding: 0 14px;
  }
  .help-to-site a:before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .logo {
    top: 19px;
    left: 61px;
  }
  .logo img {
    width: 202px;
    height: 23px;
    background: url("../images/sprite-objects2.png") -100px 0px no-repeat;
  }
  /*???????*/
  #content .heading-pad {
    padding: 0;
  }
  .help-to-site {
    left: auto;
    top: 11px;
    right: 0;
  }
  #header nav ul {
    display: block;
    overflow: hidden;
    margin: 0 0 -2px;
  }
  #header nav li {
    display: block;
  }
  #header nav a:link,
  #header nav a:visited {
    text-align: left;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-bottom: 1px solid #303d44;
    line-height: 39px;
  }
  #header nav a:hover,
  #header nav a:active {
    background: none;
    text-decoration: underline;
    text-shadow: none;
    color: #ffffff;
  }
  .nav-n-search {
    height: 0;
    top: 0;
    background: none;
  }
  #header .nav-wr {
    display: none;
    position: absolute;
    top: 59px;
    left: -500px;
    right: -500px;
    padding: 15px 500px 15px;
    background: #28353c;
  }
  #header nav {
    clear: both;
    padding: 6px 9px 1px 7px;
    overflow: hidden;
  }
  #header nav li {
    display: block;
    text-align: right;
    margin-left: 50%;
  }
  #header nav li a:link,
  #header nav li a:visited {
    display: inline-block;
    width: 137px;
    text-align: left;
  }
  #header nav li.first-half {
    float: left;
    clear: left;
    width: 50%;
    margin-left: 0;
    text-align: left;
  }
  #header nav li.first-half a {
    width: 100%;
  }
  #header li + li {
    margin-top: 0;
  }
  #menu-btn {
    display: block;
  }
  .login-reg {
    position: static;
    top: auto;
    left: auto;
    float: right;
    padding: 11px 16px 0 0;
  }
  .login-reg li {
    padding-left: 0;
    margin-left: 18px;
  }
  .login-reg li:first-child {
    margin-left: 0;
  }
  .login-reg li:before {
    display: none;
  }
  .login-reg li a:link,
  .login-reg li a:visited {
    color: #83878f;
  }
  #quicksearch {
    position: relative;
    top: auto;
    float: left;
  }
  #quicksearch .search_btn {
    display: none;
  }
  #quicksearch .text-input-wr input {
    margin-right: 0 !important;
    width: 224px;
  }
  #quicksearch input[type="submit"] {
    display: block !important;
    z-index: 3;
    background-position: -50px -50px;
  }
}
@media screen and (max-width: 480px) {
  .logo {
    left: 48px;
  }
  .help-to-site a:link,
  .help-to-site a:visited {
    position: relative;
    font-size: 0;
    padding: 0 0 0 36px;
  }
  .help-to-site a:link:before,
  .help-to-site a:visited:before {
    display: block;
    position: absolute;
    content: "";
    width: 20px;
    height: 24px;
    top: 6px;
    left: 8px;
    background: url("../images/sprite-objects.png") -318px 0 no-repeat;
  }
  .login-reg {
    float: none;
    overflow: hidden;
    margin: 0 0 14px;
  }
  #quicksearch {
    float: none;
    margin: 0 0 11px;
  }
  #quicksearch .text-input-wr {
    float: none;
  }
  #quicksearch .text-input-wr input {
    width: 100%;
  }
  #header .nav-wr {
    padding-top: 12px;
    padding-bottom: 10px;
  }
  #header nav li,
  #header nav li.first-half {
    margin: 0;
    width: auto;
    float: none;
    text-align: left;
  }
  #header nav li a,
  #header nav li.first-half a {
    width: auto;
    text-align: left;
  }
}
/* Sidebar styles
----------------------------------------------------------------------------- */
.your-recomendation {
  margin-bottom: 23px;
  padding: 5px 8px 8px;
  background: #f2f3f5;
}
.your-recomendation .yr-hd {
  margin-bottom: 10px;
  font-family: 'PT Sans Caption', Arial, Tahoma, Verdana, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #383e47;
}
.your-recomendation a:link,
.your-recomendation a:visited,
.your-recomendation a:hover {
  font-size: 11px;
  text-decoration: none;
}
.your-recomendation a:active {
  text-decoration: underline;
}
.your-recomendation a:before,
.your-recomendation a .before {
  display: inline-block;
  content: "";
  width: 22px;
  height: 22px;
  margin-right: 6px;
  vertical-align: middle;
  background-image: url(../images/sprite-objects.png);
}
.your-recomendation a.yr-read:before,
.your-recomendation a.yr-read .before {
  background-position: -97px -37px;
}
.your-recomendation a.yr-dont-read:before,
.your-recomendation a.yr-dont-read .before {
  background-position: -163px -37px;
}
.your-recomendation a.yr-comment:before,
.your-recomendation a.yr-comment .before {
  background-position: -207px -37px;
}
.your-recomendation a + a {
  margin-left: 16px;
}
.side-block {
  margin-bottom: 37px;
}
.side-block h2 {
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 24px;
  color: #555;
}
.side-block h2 a {
  font-family: 'PT Sans Caption', Arial, Tahoma, Verdana, sans-serif;
  font-size: 22px;
  line-height: 24px;
  text-transform: none;
  color: #555;
}
.side-block h2 a:link {
  color: #555;
  text-decoration: none;
}
.side-block h2 a:visited {
  color: #777;
}
.side-block h2 a:hover {
  color: #4f5fdd;
}
.side-block h2 a:active {
  color: #f9a21b;
}
.side-block h2 a.show-all:link,
.side-block h2 a.show-all:visited {
  display: inline-block;
  position: relative;
  top: -3px;
  height: 17px;
  margin-left: 4px;
  padding: 0 5px;
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 10px;
  line-height: 17px;
  text-transform: uppercase;
  color: #fff;
  vertical-align: baseline;
  background: #4f5fdd;
}
.side-block h2 a.show-all:hover {
  background: #f9a21b;
}
.sorting-switches {
  position: relative;
  margin: 0 0 18px -4px;
  overflow: hidden;
}
.sorting-switches li {
  float: left;
  margin: 0;
  padding: 0;
}
.sorting-switches li:before,
.sorting-switches li .before {
  display: none;
}
.sorting-switches li + li {
  margin-left: 9px;
}
.sorting-switches a:link,
.sorting-switches a:visited {
  display: block;
  float: left;
  height: 17px;
  padding: 0 4px;
  font-size: 10px;
  line-height: 17px;
  text-transform: uppercase;
  text-decoration: none;
  color: #888c91;
}
.sorting-switches a:hover {
  color: #f9a21b;
}
.sorting-switches a:active {
  text-decoration: underline;
}
.sorting-switches li.active a {
  color: #383e47;
  text-decoration: none;
  background: #edeef0;
}
.side-block h3 {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 18px;
  text-transform: none;
}
.side-block h3 a:link {
  /*color: #383e47;
  color: #e293cc;*/
  color: #e6bf7f;
  text-decoration: none;
}
.side-block h3 a:visited {
  color: #e6bf7f;
}
.side-block h3 a:hover {
  color: #4f5fdd;
}
.side-block h3 a:active {
  color: #f9a21b;
}
.popular-articles {
  margin: 0;
  line-height: normal;
}
.popular-articles li {
  margin: 0;
  padding: 0;
  width: 100%;
}
.popular-articles li:before,
.popular-articles li .before {
  display: none;
}
.popular-articles li + li {
  margin-top: 35px;
}
.pa-footer {
  font-size: 11px;
  color: #888c91;
}
.pa-footer div.time {
  display: inline;
  margin-right: 5px;
  padding-right: 10px;
  border-right: 1px solid #888c91;
}
.pa-footer a:link {
  text-decoration: none;
}
.pa-footer a:active {
  text-decoration: underline;
}
.interactive-visualisations {
  margin: 14px 0 0 0;
  line-height: normal;
}
.interactive-visualisations li {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.interactive-visualisations li:before,
.interactive-visualisations li .before {
  display: none;
}
.interactive-visualisations li + li {
  margin-top: 20px;
}
.interactive-visualisations .iv-img {
  float: left;
  margin-right: 19px;
}
.interactive-visualisations .iv-description {
  overflow: hidden;
}
.interactive-visualisations p {
  font-size: 11px;
  line-height: 15px;
  color: #454b53;
}
.interactive-visualisations p:last-child {
  padding-bottom: 0;
}
.interactive-visualisations h3 {
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .side-block .top-panel {
    overflow: hidden;
  }
  .side-block .top-panel h2 {
    float: left;
    max-width: 30%;
  }
  .side-block .top-panel .sorting-switches {
    max-width: 70%;
    float: right;
    margin-left: 20px;
  }
  .popular-articles {
    margin: 0 -10px 0;
    line-height: normal;
  }
  .popular-articles li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 24px;
    padding: 0 10px;
    float: left;
    width: 33.3%;
  }
  .popular-articles li + li {
    margin-top: 0px;
  }
  .popular-articles h3 {
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 5px;
  }
  .popular-articles h3 a:link {
    color: #000;
  }
  .popular-articles h3 a:visited {
    color: #555;
  }
  .popular-articles h3 a:hover {
    color: #4f5fdd;
  }
  #sidebar .interactive-visualisations {
    position: relative;
  }
  #sidebar .interactive-visualisations li {
    width: 33.3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 21px;
    padding: 0;
    overflow: hidden;
  }
  #sidebar .interactive-visualisations li:after {
    display: block;
    content: "";
    position: absolute;
    clear: both;
    height: 0;
    overflow: hidden;
  }
  #sidebar .interactive-visualisations li + li {
    margin: 0 0 21px;
  }
  #sidebar .interactive-visualisations .iv-img {
    width: 91px;
  }
  #sidebar .interactive-visualisations .iv-img a {
    display: block;
  }
  #sidebar .interactive-visualisations .iv-img img {
    display: block;
    width: 100%;
    height: auto;
  }
  #sidebar .interactive-visualisations .iv-description {
    overflow: visible;
    padding: 1px 0 0;
    margin: 0;
  }
  #sidebar .interactive-visualisations p {
    font-size: 13px;
    line-height: 18px;
    margin: 0;
  }
  #sidebar .interactive-visualisations h3 {
    margin: -3px 0 8px;
    font-size: 15px;
    line-height: 19px;
  }
  #sidebar .interactive-visualisations {
    position: relative;
    margin: 0 -10px;
  }
  #sidebar .interactive-visualisations li {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.3%;
    margin: 0 0 21px;
    padding: 0 10px;
  }
  #sidebar .interactive-visualisations .pa-img {
    margin-right: 12px;
    width: 83px;
  }
  #sidebar .interactive-visualisations h3 {
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 21px;
  }
}
@media screen and (max-width: 768px) {
  .popular-articles {
    margin: 0 -4px;
  }
  .popular-articles li {
    padding: 0 4px;
    width: 50%;
  }
  #sidebar .interactive-visualisations {
    margin: 0;
  }
  #sidebar .interactive-visualisations li {
    float: none;
    width: 100%;
    border-bottom: 1px solid #ececec;
    padding: 0 0 10px;
    margin: 0 0 9px;
  }
  #sidebar .interactive-visualisations li:last-child {
    border: none;
  }
  #sidebar .interactive-visualisations li + li {
    margin: 0 0 9px;
  }
  #sidebar .interactive-visualisations h3 {
    margin: -2px 0 3px;
    font-size: 15px;
    line-height: 18px;
  }
}
@media screen and (max-width: 480px) {
  .popular-articles {
    margin: 0;
  }
  .popular-articles li {
    padding: 0;
    width: 100%;
    float: none;
  }
  .side-block .top-panel {
    overflow: hidden;
  }
  .side-block .top-panel h2,
  .side-block .top-panel .sorting-switches {
    max-width: 100%;
    float: none;
    margin-left: 0;
  }
  #sidebar .interactive-visualisations li {
    padding: 0 0 20px;
    margin: 0 0 18px;
  }
  #sidebar .interactive-visualisations li:last-child {
    margin: 0 0 2px;
  }
  #sidebar .interactive-visualisations h3 {
    font-size: 18px;
    line-height: 21px;
  }
}
/* Footer styles
----------------------------------------------------------------------------- */
#footer nav {
  float: right;
  padding: 0px 30px 0 0;
}
#footer nav ul {
  float: left;
  margin: 0;
  font-size: 11px;
  line-height: 15px;
}
#footer nav ul + ul {
  margin-left: 50px;
}
#footer nav li {
  margin: 0 0 7px;
  white-space: nowrap;
}
#footer nav li:before,
#footer nav li .before {
  display: none;
}
#footer nav a:link,
#footer nav a:visited {
  color: #fff;
  text-decoration: none;
}
#footer nav a:hover {
  color: #f9a21b;
}
#footer nav a:active {
  text-decoration: underline;
}
#footer nav a.support-site:link,
#footer nav a.support-site:visited {
  color: #f9a21b;
  font-weight: bold;
  text-decoration: none;
}
#footer nav a.support-site:hover {
  text-decoration: underline;
}
#footer nav a.support-site:active {
  text-decoration: none;
}
#footer .copyright {
  float: left;
  margin-top: -3px;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
}
#footer .copyright p {
  line-height: 18px;
  padding: 0;
}
.designed-by {
  float: left;
  margin: 18px 0 0;
  font-size: 13px;
  color: #fff;
}
.designed-by a {
  position: relative;
  left: 3px;
  top: -3px;
}
.designed-by img {
  vertical-align: middle;
  background: url(../images/sprite-objects2.png) 0 0;
}
.copying-info {
  padding-top: 31px;
  clear: both;
  font-size: 11px;
  line-height: 15px;
  color: #888c91;
}
@media screen and (max-width: 768px) {
  #footer .wrap {
    padding-bottom: 19px;
  }
  #footer nav {
    display: none;
  }
  #footer .copyright {
    float: none;
  }
  #footer .copyright .p1 {
    float: left;
  }
  #footer .copyright .p2 {
    float: right;
  }
  #footer .copyright .designed-by {
    text-align: center;
    float: none;
    clear: both;
    margin: 0;
    padding: 23px 0 0;
  }
  .copying-info {
    padding-top: 21px;
    font-size: 10px;
    line-height: 14px;
    color: #888c91;
    text-align: center;
  }
}
/* Index page styles
----------------------------------------------------------------------------- */
/*--------------------------promoted-article1----------------------------*/
.promoted-article1 {
  padding: 17px 0 10px;
  border-bottom: 2px solid #dfe0e2;
}
.promoted-article1 .pa-img {
  float: left;
  margin-right: 18px;
  margin-bottom: 10px;
}
.promoted-article1 h1 {
  margin-bottom: 22px;
  font-size: 36px;
  line-height: 38px;
}
.promoted-article1 h1 a:link {
  color: #555;
  text-decoration: none;
}
.promoted-article1 h1 a:visited {
  color: #777;
}
.promoted-article1 h1 a:hover {
  color: #4f5fdd;
}
.promoted-article1 h1 a:active {
  color: #f9a21b;
}
.promoted-article1 .prom-art-text {
  padding-top: 7px;
  /*overflow: hidden;*/
}
.promoted-article1 .pa-text {
  margin-bottom: 17px;
  line-height: 20px;
}
.promoted-article1 .read-full:link {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
.promoted-article1 .read-full:active {
  text-decoration: underline;
}
.promoted-article1 .pa-meta {
  font-size: 11px;
  color: #888c91;
}
.promoted-article1 .pa-meta div.time {
  display: inline;
  padding-right: 10px;
  margin-right: 6px;
  border-right: 1px solid #888c91;
}
.promoted-article1 .pa-meta a:link {
  text-decoration: none;
}
.promoted-article1 .pa-meta a:active {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .promoted-article1 {
    padding: 17px 0 17px;
    border: none;
  }
  .promoted-article1 .pa-img {
    width: 358px;
  }
  .promoted-article1 .pa-img img {
    width: 100%;
    height: auto;
  }
  .promoted-article1 h1 {
    margin-bottom: 2px;
    font-size: 30px;
    line-height: 32px;
  }
  .promoted-article1 .prom-art-text {
    padding-top: 7px;
    /*overflow: hidden;*/
  }
  .promoted-article1 .pa-text {
    margin-bottom: 11px;
    padding: 0;
  }
  .promoted-article1 .pa-meta {
    position: relative;
    padding-right: 30px;
  }
  .promoted-article1 .pa-meta span {
    margin-left: 20px;
    font-size: 0.8em;
  }
}
@media screen and (max-width: 768px) {
  .promoted-article1 .pa-img {
    width: 224px;
  }
  .promoted-article1 h1 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 10px;
  }
  .promoted-article1 .pa-text {
    font-size: 17px;
    line-height: 22px;
  }
}
@media screen and (max-width: 480px) {
  .promoted-article1 .pa-img {
    width: 100%;
    float: none;
    margin: 0;
  }
  .promoted-article1 h1 {
    letter-spacing: -0.01em;
  }
  .promoted-article1 .read-full:link {
    font-size: 13px;
  }
}
/*--------------------------promoted-articles2----------------------------*/
.promoted-articles2 {
  margin: 0 0 25px;
  padding-bottom: 27px;
  border-bottom: 1px solid #dfe0e2;
  line-height: normal;
}
.promoted-articles2 li {
  overflow: hidden;
  padding-left: 0px;
}
.promoted-articles2 li:before,
.promoted-articles2 li .before {
  display: none;
}
.promoted-articles2 li:nth-child(2n+1) {
  clear: both;
}
.promoted-articles2 li + li {
  margin-top: 35px;
}
.promoted-articles2 .pa-img {
  float: left;
  margin-right: 18px;
  display: none;
}
.promoted-articles2 .prom-art-text {
  position: relative;
  top: -3px;
  overflow: hidden;
}
.promoted-articles2 h1 {
  margin: 0 0 11px;
  font-size: 24px;
  line-height: 27px;
  /*width: 550px;*/
}
.promoted-articles2 h1 a:link {
  color: #555;
  text-decoration: none;
}
.promoted-articles2 h1 a:visited {
  color: #777;
}
.promoted-articles2 h1 a:hover {
  color: #4f5fdd;
}
.promoted-articles2 h1 a:active {
  color: #f9a21b;
}
.promoted-articles2 .pa-text {
  padding-bottom: 11px;
  font-size: 13px;
  line-height: 18px;
}
.promoted-articles2 .read-full:link {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
.promoted-articles2 .read-full:active {
  text-decoration: underline;
}
.promoted-articles2 .pa-meta {
  font-size: 11px;
  color: #888c91;
}
.promoted-articles2 .pa-meta div.time {
  display: inline;
  padding-right: 10px;
  margin-right: 6px;
  border-right: 1px solid #888c91;
}
.promoted-articles2 .pa-meta a:link {
  text-decoration: none;
}
.promoted-articles2 .pa-meta a:active {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .promoted-articles2 {
    margin: 0 -10px;
    padding: 0;
    position: relative;
    border: none;
  }
  .promoted-articles2 li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px 0 17px;
    overflow: hidden;
    padding: 1px 10px 0px;
    width: 50%;
    float: left;
  }
  .promoted-articles2 li + li {
    margin-top: 0;
  }
  .promoted-articles2 .pa-img {
    float: left;
    margin: 0 11px 16px 0;
    width: 144px;
  }
  .promoted-articles2 .pa-img img {
    display: block;
    width: 100%;
    height: auto;
  }
  .promoted-articles2 h1 {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: -0.01em;
  }
  .promoted-articles2 .pa-text {
    clear: both;
  }
  .promoted-articles2 .pa-meta span {
    display: none;
  }
  .promoted-articles2 .prom-art-text {
    position: relative;
    top: -3px;
    overflow: visible;
  }
}
@media screen and (max-width: 768px) {
  .promoted-articles2 li {
    width: 100%;
    float: none;
  }
  .promoted-articles2 h1 {
    font-size: 18px;
    line-height: 21px;
    margin: 0 0 5px;
  }
  .promoted-articles2 .pa-text {
    clear: none;
    padding-bottom: 7px;
  }
}
@media screen and (max-width: 480px) {
  .promoted-articles2 .pa-img {
    width: 82px;
  }
  .promoted-articles2 .prom-art-text {
    overflow: hidden;
  }
  .promoted-articles2 .pa-text {
    display: none;
  }
  .promoted-articles2 h1 {
    font-size: 20px;
    line-height: 23px;
  }
}
/*--------------------------promoted-articles3----------------------------*/
.promoted-articles3 {
  margin: 0 -6px 0 -18px;
  line-height: normal;
}
.promoted-articles3 li {
  display: inline-block;
  width: 306px;
  margin: 0 0 24px 18px;
  vertical-align: top;
  padding-left: 0px;
}
.promoted-articles3 li:before,
.promoted-articles3 li .before {
  display: none;
}
.promoted-articles3 li + li {
  margin-top: 0;
}
.promoted-articles3 .pa-img {
  float: left;
  margin-right: 18px;
  display: none;
}
.promoted-articles3 .prom-art-text {
  position: relative;
  top: -3px;
  overflow: hidden;

}
.promoted-articles3 h1 {
  margin: 0 0 12px;
  font-size: 18px;
  font-size: 15px;
  line-height: 21px;
}
.promoted-articles3 h1 a:link {
  color: #555;
  text-decoration: none;
}
.promoted-articles3 h1 a:visited {
  color: #777;
}
.promoted-articles3 h1 a:hover {
  color: #4f5fdd;
}
.promoted-articles3 h1 a:active {
  color: #f9a21b;
}
.promoted-articles3 .pa-text {
  padding-bottom: 11px;
  font-size: 13px;
  line-height: 18px;
}
.promoted-articles3 .read-full:link {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
.promoted-articles3 .read-full:active {
  text-decoration: underline;
}
.promoted-articles3 .pa-meta {
  clear: both;
  font-size: 11px;
  color: #888c91;
}
.promoted-articles3 .pa-meta div.time {
  display: inline;
  padding-right: 10px;
  margin-right: 6px;
  border-right: 1px solid #888c91;
}
.promoted-articles3 .pa-meta a:link {
  text-decoration: none;
}
.promoted-articles3 .pa-meta a:active {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .promoted-articles3 {
    margin: 0 -10px;
  }
  .promoted-articles3 li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    width: 33.3%;
    margin: 0 0 21px;
    padding: 0 10px;
  }
  .promoted-articles3 li article {
    overflow: hidden;
  }
  .promoted-articles3 .pa-img {
    float: left;
    margin-right: 12px;
    width: 83px;
  }
  .promoted-articles3 .pa-img img {
    display: block;
    width: 100%;
    height: auto;
  }
  .promoted-articles3 .prom-art-text {
    top: 0;
  }
  .promoted-articles3 h1 {
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 21px;
  }
  .promoted-articles3 .pa-meta span {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .promoted-articles3 {
    margin: 0;
  }
  .promoted-articles3 li {
    float: none;
    width: 100%;
    border-bottom: 1px solid #ececec;
    padding: 0 0 10px;
    margin: 0 0 9px;
  }
  .promoted-articles3 li:last-child {
    border: none;
  }
  .promoted-articles3 .prom-art-text {
    overflow: visible;
  }
  .promoted-articles3 .pa-text {
    display: none;
  }
  .promoted-articles3 h1 {
    margin: -2px 0 3px;
    font-size: 15px;
    line-height: 18px;
  }
  .promoted-articles3 .pa-meta {
    clear: none;
  }
}
@media screen and (max-width: 480px) {
  .promoted-articles3 {
    margin: 0;
  }
  .promoted-articles3 li {
    padding: 0 0 20px;
    margin: 0 0 18px;
  }
  .promoted-articles3 li:last-child {
    margin: 0 0 2px;
  }
  .promoted-articles3 .pa-img {
    display: none;
  }
  .promoted-articles3 h1 {
    font-size: 18px;
    line-height: 21px;
  }
  .promoted-articles3 .pa-meta {
    clear: none;
  }
}
/* ---------------- comments --------------- */
.comments-block {
  padding-top: 23px;
  margin-bottom: 28px;
  border-top: 3px solid #dfe0e2;
  clear: both;
}
.comments-block h2 {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 21px;
  color: #555;
}
.comments-block h2 a.show-all:link,
.comments-block h2 a.show-all:visited {
  display: inline-block;
  position: relative;
  top: -3px;
  height: 17px;
  margin-left: 4px;
  padding: 0 5px;
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 10px;
  line-height: 17px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  vertical-align: baseline;
  background: #4f5fdd;
}
.comments-block h2 a.show-all:hover {
  background: #f9a21b;
}
.comments-block ul {
  margin: 0 -10px;
  line-height: normal;
  overflow: hidden;
}
.comments-block ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 25%;
  margin: 0 0 18px;
  padding: 0 10px;
}
.comments-block ul li:before,
.comments-block ul li .before {
  display: none;
}
.b-wide {
  margin-bottom: 28px;
}
.b-wide img {
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  .comments-block {
    padding-top: 18px;
    margin-bottom: 18px;
    border: none;
  }
  .comments-block ul li {
    width: 33%;
  }
}
@media screen and (max-width: 768px) {
  .comments-block ul {
    margin: 0 -4px;
  }
  .comments-block ul li {
    width: 50%;
    padding: 0 4px;
  }
}
@media screen and (max-width: 480px) {
  .comments-block ul {
    margin: 0;
  }
  .comments-block ul li {
    float: none;
    width: 100%;
    padding: 0;
  }
}
/* Topic page styles
----------------------------------------------------------------------------- */
article h1 {
  margin: -9px 0 10px;
}
article h1,
article h3,
article h2,
article h4 {
  color: #383E47;
}
.article-head {
  /*margin-bottom: 16px;
  padding-bottom: 10px;*/
  font-size: 11px;
  border-bottom: 1px solid #dfe0e2;
}
.ah-meta,
.ah-tagline {
  color: #888c91;
}
.ah-meta a:link,
.ah-tagline a:link {
  text-decoration: none;
}
.ah-meta a:active,
.ah-tagline a:active {
  text-decoration: underline;
}
.ah-tagline {
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 21px;
}
.ah-meta {
  margin-bottom: 5px;
}
.ah-meta span {
  margin-left: 6px;
  padding-left: 10px;
  border-left: 1px solid #888c91;
}
.ya-share {
  float: right;
  margin-left: 30px;
}
.article-intro {
  margin: 0 0 6px 85px;
  padding-top: 2px;
  /*font-style: italic;*/
  color: #6f747d;
}
.article-intro p {
  line-height: 19px;
}
.article-footer {
  margin-bottom: 23px;
  padding-bottom: 10px;
  overflow: hidden;
  border-bottom: 3px solid #dfe0e2;
}
.similar-articles {
  margin-bottom: 10px;
}
.similar-articles h2 {
  margin-bottom: 12px;
  font-size: 22px;
}
.similar-articles ul {
  margin: 0 0 0 -13px;
  line-height: normal;
}
.similar-articles li {
  display: inline-block;
  width: 144px;
  margin: 0 0 20px 13px;
  padding: 0;
  font-size: 12px;
  line-height: 17px;
  font-weight: bold;
  vertical-align: top;
}
.similar-articles li:before,
.similar-articles li .before {
  display: none;
}
.similar-articles a:link {
  text-decoration: none;
}
.similar-articles a:active {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .similar-articles h2 {
    margin-bottom: 17px;
  }
  .similar-articles ul {
    margin: 0;
    overflow: hidden;
  }
  .similar-articles li {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
    margin: 0 0 20px;
    padding: 0 22px 0 0;
  }
  .similar-articles li:nth-child(4n+1) {
    clear: both;
  }
}
@media screen and (max-width: 768px) {
  .similar-articles li {
    width: 50%;
  }
  .similar-articles li:nth-child(4n+1) {
    clear: both;
  }
}
@media screen and (max-width: 480px) {
  .similar-articles li {
    width: 100%;
    float: none;
  }
}
.article-comments {
  padding-bottom: 4px;
}
.article-comments h2 {
  margin-bottom: 17px;
  font-size: 22px;
}
.article-comments h2 span {
  display: inline-block;
  position: relative;
  top: -2px;
  height: 18px;
  padding: 0 9px;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  background: #f9a21b;
}
.a-comment {
  padding-bottom: 14px;
  margin-bottom: 16px;
  border-bottom: 1px solid #dfe0e2;
}
.ac-head {
  overflow: hidden;
  margin-bottom: 7px;
}
.ac-meta {
  float: left;
  width: 80%;
}
.ac-avatar {
  float: left;
  margin-right: 10px;
}
.ac-author-time {
  padding-top: 4px;
  font-size: 12px;
  line-height: 17px;
}
.ac-author-time a:link {
  text-decoration: none;
}
.ac-author-time a:active {
  text-decoration: underline;
}
.ac-author {
  font-weight: bold;
}
.ac-rating {
  float: right;
  padding-top: 11px;
}
.ac-rating .r-num {
  margin-right: 10px;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
}
.ac-rating a img {
  font-size: 20px;
  vertical-align: middle;
  background: url(../images/sprite-objects.png);
}
.ac-rating a.rate-up:link img,
.ac-rating a.rate-up:visited img {
  background-position: -75px -37px;
}
.ac-rating a.rate-up:hover img {
  background-position: -97px -37px;
}
.ac-rating a.rate-up:active img {
  background-position: -119px -37px;
}
.ac-rating a.rate-down:link img,
.ac-rating a.rate-down:visited img {
  background-position: -141px -37px;
}
.ac-rating a.rate-down:hover img {
  background-position: -163px -37px;
}
.ac-rating a.rate-down:active img {
  background-position: -185px -37px;
}
.ac-text {
  line-height: 21px;
}
.ac-answer-link {
  font-size: 13px;
  line-height: 21px;
}
/* Image/Video page styles
----------------------------------------------------------------------------- */
.image-video-block {
  padding-bottom: 12px;
}
.iv-description {
  margin-top: 14px;
  line-height: 22px;
}
article.image-video .article-footer {
  margin-bottom: 21px;
  padding: 7px 0 0;
  border-bottom: 0 none;
  border-top: 3px solid #dfe0e2;
}
.more-videos {
  margin: 0 0 10px -13px;
  padding: 15px 0 2px;
  line-height: normal;
}
.more-videos li {
  display: inline-block;
  width: 305px;
  margin: 0 0 28px 13px;
  vertical-align: top;
}
.more-videos li:before,
.more-videos li .before {
  display: none;
}
.more-videos h3 a:link {
  color: #000;
  text-decoration: none;
}
.more-videos h3 a:visited {
  color: #555;
}
.more-videos h3 a:hover {
  color: #4f5fdd;
}
.more-videos h3 a:active {
  color: #f9a21b;
}
.more-videos p {
  font-size: 13px;
  line-height: 18px;
  padding: 0;
}
.more-videos .read-full {
  font-size: 10px;
  line-height: 17px;
  font-weight: bold;
  text-transform: uppercase;
  clear: left;
}
.more-videos .read-full:link {
  text-decoration: none;
}
.more-videos .read-full:active {
  text-decoration: underline;
}
#content .more-videos h3 {
  margin: 0 0 12px;
}
.mv-img {
  float: left;
  margin-right: 16px;
}
/* Blog list page styles
----------------------------------------------------------------------------- */
.comments-list {
  margin: 0;
  padding-top: 2px;
  line-height: normal;
}
.comments-list li {
  margin: 0;
}
.comments-list li:before,
.comments-list li .before {
  display: none;
}
.comments-list li + li {
  margin-top: 28px;
}
.cl-head {
  padding-bottom: 6px;
  font-size: 11px;
  line-height: 15px;
  overflow: hidden;
}
.cl-avatar {
  float: left;
  padding-right: 14px;
}
.cl-auth-lnk a:link {
  text-decoration: none;
}
.cl-auth-lnk a:active {
  text-decoration: underline;
}
.cl-auth-time {
  position: relative;
  top: -1px;
}
.cl-auth-time a:link,
.cl-auth-time a:visited {
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
.cl-auth-time a:hover {
  color: #f9a21b;
}
.cl-auth-time a:active {
  text-decoration: underline;
}
.cl-art-link {
  position: relative;
  top: -1px;
}
.cl-art-link a:link {
  text-decoration: none;
}
.cl-art-link a:active {
  text-decoration: underline;
}
.cl-text {
  font-size: 13px;
  line-height: 18px;
}
@media screen and (max-width: 1024px) {
  .comments-list {
    margin: 0 -10px;
  }
  .comments-list li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    padding: 0 10px;
    width: 33.3%;
    margin: 0 0 21px;
  }
  .comments-list li + li {
    margin-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .comments-list li {
    width: 50%;
    margin: 0 0 21px;
  }
}
@media screen and (max-width: 480px) {
  .comments-list {
    margin: 0;
  }
  .comments-list li {
    width: 100%;
    margin: 0 0 9px;
  }
}
.blog-list {
  padding-bottom: 11px;
}
.bl-intro-text {
  margin: -2px 0 17px;
  font-size: 13px;
  line-height: 21px;
  font-weight: bold;
  color: #888c91;
}
.bl-pagination {
  overflow: hidden;
  margin: 10px 0;
  font-size: 12px;
  text-transform: uppercase;
}
.bl-pagination a:link {
  display: inline-block;
  height: 17px;
  margin: 0 1px;
  padding: 0 6px;
  line-height: 17px;
  text-decoration: none;
  border: 1px solid #dfe0e2;
}
.bl-pagination a:active {
  text-decoration: underline;
}
.bl-pagination .bl-next,
.bl-pagination .bl-pages > a,
.bl-pagination .bl-pages > span {
  margin-top: 5px;
  margin-bottom: 5px;
}
.bl-pagination-mini {
  margin-bottom: 24px;
  margin-top: 12px;
  font-size: 9px;
  text-transform: uppercase;
}
.bl-pagination-mini a:link {
  display: inline-block;
  height: 12px;
  margin: 0 1px;
  padding: 0 6px;
  line-height: 12px;
  text-decoration: none;
  border: 1px solid #dfe0e2;
}
.bl-prev {
  float: left;
  margin-right: 3px;
}
.bl-next {
  float: left;
  margin-left: 3px;
}
.bl-prev a:link,
.bl-next a:link {
  padding: 0 4px;
}
.bl-pages {
  overflow: hidden;
  float: left;
}
.bl-pages span.current {
  display: inline-block;
  height: 17px;
  margin: 0 1px;
  padding: 0 6px;
  line-height: 17px;
  color: #fff;
  background: #f9a21b;
  background: #e6bf7f;
}
.bl-pages span.sep {
  margin: 0 6px;
}
.bl-list {
  margin: 0 0 35px;
  line-height: normal;
}
.bl-list li:before,
.bl-list li .before {
  display: none;
}
.bl-list li + li {
  margin-top: 31px;
}
.bl-list h2 {
  margin-bottom: 12px;
  font-size: 18px;
}
.bl-list h2 a:link {
  color: #000;
  text-decoration: none;
}
.bl-list h2 a:visited {
  color: #555;
}
.bl-list h2 a:hover {
  color: #4f5fdd;
}
.bl-list h2 a:active {
  color: #f9a21b;
}
.bl-art-text {
  overflow: hidden;
}
.bl-art-img {
  float: left;
  margin-right: 18px;
}
.bl-at-text {
  margin-bottom: 23px;
  font-size: 13px;
  line-height: 18px;
}
.bl-at-text .read-full:link {
  font-size: 10px;
  line-height: 17px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
.bl-at-text .read-full:active {
  text-decoration: underline;
}
.bl-art-meta {
  font-size: 11px;
  color: #888c91;
}
.bl-art-meta a:link {
  text-decoration: none;
}
.bl-art-meta a:active {
  text-decoration: underline;
}
.bl-art-meta span,
.bl-art-meta div.time {
  display: inline;
  margin-right: 6px;
  padding-right: 10px;
  border-right: 1px solid #888c91;
}
.bl-art-meta span.bl-art-author a:link {
  color: #888c91;
}
.bl-art-meta span.bl-art-author a:hover {
  color: #f9a21b;
}
@media screen and (max-width: 480px) {
  .bl-list li {
    border-bottom: 1px solid #ececec;
    padding: 0 20px 20px;
    margin: 0 -20px 9px;
  }
  .bl-list li:last-child {
    border: none;
    margin: 0;
    padding: 0;
  }
  .bl-list li + li {
    margin-top: 0;
  }
  .bl-at-text {
    display: none;
  }
  .bl-art-img {
    display: none;
  }
}
/* admin zone */
textarea.big_edit_form {
  width: 640px;
  height: 600px;
  font-family: "PT Sans", Arial;
}
input#tags-ajax {
  width: 300px;
  font-size: 80%;
  margin-right: 10px;
}
div#content_area_user_title {
  float: right;
}
/* archive */
/* archive */
a.read-full {
  font-size: 10px;
  font-weight: bold;
  line-height: 17px;
  text-decoration: none;
  text-transform: uppercase;
}
.archive_select {
  padding-bottom: 20px;
  font-size: 80%;
  padding-right: 52%;
  margine-bottom: 20px;
}
#ashow {
  width: 70px;
  height: 22px;
  background-repeat: repeat-x;
  /*background-image:url(img/g_conners.gif);*/
  background-position: 0 -140px;
  border: none;
  color: #FFFFFF;
  font-weight: bold;
}
#aday,
#amonth {
  width: 20px;
}
#ayear {
  width: 40px;
}
table.cal_tab {
  margin-top: 30px;
}
.cal_tab {
  margin-right: 50px;
  float: left;
}
.cal_tab td {
  padding: 1px 1px 1px 1px;
  text-align: center;
  height: 24px;
  width: 20px;
}
.cal_tab td.tgray {
  font-size: 11px;
  color: #999999;
}
.cal_tab td a {
  padding: 1px;
  width: 18px;
  display: block;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.cal_tab td a:hover {
  background-color: #a42c25;
  color: #FFFFFF;
  text-decoration: none;
}
.grow {
  background-color: #e7e7e7;
}
/*  archive list */
.adate {
  float: left;
  width: 200px;
  color: #a42c25;
  font-weight: bold;
  font-size: 16px;
}
.adate span {
  vertical-align: 0.5em;
}
.adate img {
  margin: 0 5px 0 5px;
}
.article_list {
  border-bottom: 3px solid #c2c2c2;
  margin-bottom: 20px;
  margin-top: 30px;
  padding: 0 0 3px 3px;
}
.archive_news {
  margin: 0;
  padding: 0;
}
.archive_news li {
  background-image: none;
  margin: 10px 0 5px 5px;
  padding: 0;
}
.dodav_arch {
  font-size: 10px;
  margin: 0;
}
.news_date {
  background-color: #eeeeee;
  width: 130px;
  padding: 2px 2px 2px 3px;
  margin-bottom: 3px;
}
.arch_news_head {
  font-weight: bold;
}
.arch_ann {
  margin-bottom: 2px;
}
/* rigth  column */
div.one_anons h4 a {
  text-decoration: none;
}
/* blogs */
a:link {
  text-decoration: none;
}
.usi_avtory {
  font-size: 80%;
}
/* article */
.art_body {
  margin: 0 0 20px;
}
.art_body p {
  font-family: 'PT Sans', Arial;
  color: #383E47;
  font-size: 16px;
  line-height: 20px;
}
.art_body h3 {
  font-size: 18px;
}
.art_body b,
.art_body strong {
  font-family: Arial;
  font-size: 91%;
}
.art_body i,
.art_body em {
  font-family: Open Sans;
  font-size: 92%;
}
.art_body i b,
.art_body i strong {
  font-size: 96%;
}
.art_body .article-intro p {
  font-family: Open Sans;
  line-height: 18px;
  font-style: italic;
  font-size: 90%;
}
.pullquote {
  color: #EE9F0E;
  display: inline;
  float: left;
  font-family: 'Open Sans Condensed Light';
  font-size: 25px;
  line-height: 32px;
  margin: 0 0 0 -70px;
  margin: 0 0 5px 20px;
  padding: 0 14px 0 0;
  text-transform: uppercase;
  width: 190px;
}
.art_body a {
  text-decoration: none;
}
.similar-articles ul {
  font-family: Arial, Tahoma, Verdana;
}
/*
div.mstats {
    left: 0;
    padding-bottom: 22px;
}
.mstats {
    display: inline-block;
    position: relative;
}

ul {
    background:transparent !important;
    padding-left: 0.5em;
    list-style-type: none;
    margin: 24px 0;
    margin: 0 1.5em 1.5em 0;
    padding-left: 1.5em;
}

.mstats ul li {
    display: inline;
    font-size: 9px;
    line-height: 10px;
    margin-top: 3px;
    padding: 4px 4px 4px 0;
    width: 20%;
}

.mstats ul li em {
    display: block;
    font-size: 46px;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 46px;
}
*/
div.article_main p {
  color: #888C91;
  font-size: 13px;
  font-weight: bold;
}
/* stats for published items, in right column */
ul.art-stats {
  list-style-image: none;
  list-style-type: none;
  list-style-position: inside;
  /*margin-bottom:105px;*/
}
.art-stats {
  margin-bottom: 17px;
  margin: 0 0 10px 0;
  padding-bottom: 10px;
}
.stats li {
  display: inline-block;
  color: #999999;
  font-family: Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  line-height: 10px;
  /*margin-top: 17px;*/
  /*padding: 0 4px 4px;*/
  text-transform: uppercase;
  margin-top: 8px;
}
.stats em {
  display: block;
  font-family: 'Open Sans Condensed Light', Arial, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 200;
  letter-spacing: 0.05em;
  line-height: 32px;
}
.stats li a {
  text-decoration: none;
  color: #696c6f;
}
.stats li.pubdate {
  padding-left: 38px;
}
.stats li.comments {
  padding-left: 28px;
}
.recommend-wr.desktop-view {
  position: absolute;
  right: 18px;
  top: 26px;
  width: 306px;
}
.recommend-wr.mobile-view {
  display: none;
}
@media screen and (max-width: 1024px) {
  .art_body {
    margin: 0;
  }
  .article-comments {
    padding: 0 0 20px;
  }
  .recommend-wr.desktop-view {
    position: static;
    float: right;
  }
  .recommend-wr.mobile-view {
    display: none;
  }
  .article-top-panel {
    overflow: hidden;
  }
  .article-top-panel .stats {
    margin-right: 330px;
  }
  .article-content {
    padding: 0 63px;
  }
  .article-content img {
    display: block;
    width: 100%;
    height: auto;
  }
  .article-bottom-panel {
    padding: 0 63px;
  }
  .soc-widgets-wr > * {
    float: left !important;
    margin: 0 5px 0 0;
  }
  .fb_iframe_widget {
    display: block !important;
    text-align: center;
  }
  #SinoptikInformer {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .recommend-wr.desktop-view {
    display: none;
  }
  .recommend-wr.mobile-view {
    display: block;
  }
  .article-top-panel .stats {
    margin-right: 0px;
  }
  .article-content {
    padding: 0;
  }
  .article-content .js-img-container {
    display: block;
    margin-left: -12px;
    margin-right: -12px;
  }
  .article-content img {
    display: block;
    width: 100%;
    height: auto;
  }
  .article-bottom-panel {
    padding: 0;
  }
  .article-bottom-panel .recommend-wr {
    float: left;
    width: 66.6%;
    position: relative;
  }
  .article-bottom-panel .recommend-wr:before {
    display: block;
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0;
    left: -20px;
    background: #f2f3f5;
    z-index: -1;
  }
  .article-bottom-panel .soc-widgets-wr {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 12px;
    float: right;
    width: 33.3%;
  }
  .article-bottom-panel .soc-widgets-wr > * {
    margin: 4px 0 8px;
    font-size: 0;
  }
}
@media screen and (max-width: 480px) {
  .article-bottom-panel .recommend-wr {
    float: none;
    width: auto;
    position: relative;
  }
  .article-bottom-panel .recommend-wr:before {
    display: block;
    content: "";
    position: absolute;
    right: -20px;
  }
  .article-bottom-panel .soc-widgets-wr {
    float: none;
    width: auto;
  }
  .article-bottom-panel .soc-widgets-wr > * {
    margin: 0 5px 0 0;
  }
}
.videoembed_video {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .videoembed_video {
    width: auto !important;
    height: auto !important;
    display: block;
    position: relative;
    max-width: 690px;
    padding-bottom: 80%;
    margin: 0 0 20px;
  }
  .videoembed_video object,
  .videoembed_video embed,
  .videoembed_video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .usi_avtory {
    width: auto !important;
  }
}

.pullquote > a {
    color: #df0000;
}

