@charset "UTF-8";
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: "Open Sans Light";
  src: url('../fonts/open-sans.light.woff2?1463463511') format('woff2'), url('../fonts/open-sans.light.eot?1463463512') format('embedded-opentype');
}
@font-face {
  font-family: "Open Sans Light Italic";
  src: url('../fonts/open-sans.light-italic.woff2?1463463512') format('woff2'), url('../fonts/open-sans.light-italic.eot?1463463512') format('embedded-opentype');
}
@font-face {
  font-family: "Open Sans Regular";
  src: url('../fonts/open-sans.regular.woff2?1463463511') format('woff2'), url('../fonts/open-sans.regular.eot?1463463512') format('embedded-opentype');
}
@font-face {
  font-family: "Open Sans Regular Italic";
  src: url('../fonts/open-sans.italic.woff2?1463463512') format('woff2'), url('../fonts/open-sans.italic.eot?1463463512') format('embedded-opentype');
}
@font-face {
  font-family: "Open Sans Semibold";
  src: url('../fonts/open-sans.semibold.woff2?1463463511') format('woff2'), url('../fonts/open-sans.semibold.eot?1463463512') format('embedded-opentype');
}
@font-face {
  font-family: "Open Sans Semibold Italic";
  src: url('../fonts/open-sans.semibold-italic.woff2?1463463511') format('woff2'), url('../fonts/open-sans.semibold-italic.eot?1463463512') format('embedded-opentype');
}
@font-face {
  font-family: "Open Sans Bold";
  src: url('../fonts/open-sans.bold.woff2?1463463512') format('woff2'), url('../fonts/open-sans.bold.eot?1463463512') format('embedded-opentype');
}
@font-face {
  font-family: "Open Sans Bold Italic";
  src: url('../fonts/open-sans.bold-italic.woff2?1463463512') format('woff2'), url('../fonts/open-sans.bold-italic.eot?1463463513') format('embedded-opentype');
}
@font-face {
  font-family: "octicons";
  src: url('../fonts/octicons.eot?1463463512') format('embedded-opentype'), url('../fonts/octicons.woff?1463463512') format('woff');
}
.shadow, .page {
  -moz-box-shadow: 0px 2px 4px rgba(69, 89, 114, 0.3);
  -webkit-box-shadow: 0px 2px 4px rgba(69, 89, 114, 0.3);
  box-shadow: 0px 2px 4px rgba(69, 89, 114, 0.3);
}

.page {
  margin-top: 30px;
  background: #fff;
}

.breadcrumbs {
  display: block;
  padding: 15px;
  background: #e6e6e6;
  border-bottom: 1px solid #e0e0e0;
  font-size: 13px;
  color: gray;
  max-width: 100%;
}
.breadcrumbs span, .breadcrumbs a {
  margin-right: 5px;
  word-wrap: break-word;
  word-break: break-all;
  overflow-wrap: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.breadcrumbs a {
  color: #000;
  text-decoration: none;
}
.breadcrumbs .divider:before {
  content: '\f105';
  font-family: "FontAwesome";
}

.page_header {
  display: block;
}
.page_header .page_title {
  width: 100%;
}
.flexboxlegacy.no-flexbox .page_header .page_title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-box-direction: normal;
  box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  box-align: center;
}
.flexbox .page_header .page_title {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page_header .page_title h1 {
  font-size: 24px;
  font-family: "Open Sans Semibold";
  padding: 20px 15px;
  max-width: 100%;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .page_header .page_title h1 {
    font-size: 18px;
  }
}
.page_header .page_title .view_switch {
  margin-right: 15px;
}
.flexboxlegacy.no-flexbox .page_header .page_title .view_switch {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-box-direction: normal;
  box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  box-align: center;
}
.flexbox .page_header .page_title .view_switch {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 640px) {
  .page_header .page_title .view_switch {
    display: none !important;
  }
}
.page_header .page_title .view_switch span {
  display: block;
  cursor: pointer;
  width: 26px;
  height: 26px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIvPjwvcmFkaWFsR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -moz-radial-gradient(#ffffff, #e6e6e6);
  background: -webkit-radial-gradient(#ffffff, #e6e6e6);
  background: radial-gradient(#ffffff, #e6e6e6);
  border: 1px solid #e0e0e0;
  margin-left: 10px;
}
.flexboxlegacy.no-flexbox .page_header .page_title .view_switch span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-box-direction: normal;
  box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  box-align: center;
}
.flexbox .page_header .page_title .view_switch span {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page_header .page_title .view_switch span:before {
  font-family: FontAwesome;
}
.page_header .page_title .view_switch span.active {
  border-color: #000;
}
.page_header .page_title .view_switch [data-mode=grid]:before {
  content: "";
}
.page_header .page_title .view_switch [data-mode=search]:before {
  content: "";
}
.page_header .page_title .view_switch [data-mode=list]:before {
  content: "";
}

.page_desc {
  padding: 15px;
  background: whitesmoke;
  border-top: 1px solid #e0e0e0;
  font-family: "Open Sans Light";
}
.page_desc p {
  margin-bottom: 15px;
}
.page_desc p:last-child {
  margin-bottom: 0;
}
.page_desc h1, .page_desc h2, .page_desc h3 {
  font-size: 18px;
  font-family: "Open Sans Semibold";
  margin-bottom: 10px;
}
.page_desc ul {
  list-style: circle;
  padding-left: 20px;
}
.page_desc ol {
  list-style: decimal;
  padding-left: 20px;
}
.page_desc.individual {
  font-family: "Open Sans Regular";
}
.page_desc.individual h1 {
  font-size: 24px;
  font-family: "Open Sans Semibold";
  margin-bottom: 30px;
}
.page_desc.individual h2, .page_desc.individual h3, .page_desc.individual h4 {
  font-size: 20px;
  font-family: "Open Sans Semibold";
  margin-bottom: 15px;
}
.page_desc.individual p {
  margin-bottom: 15px;
}
.page_desc.individual ul, .page_desc.individual ol {
  list-style: disc;
  padding-left: 20px;
}
.page_desc .page_image {
  display: block;
  text-align: center;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
.page_desc .page_image img {
  max-width: 100%;
  max-height: 100%;
}

.page_body {
  padding: 7.5px;
}
.flexboxlegacy.no-flexbox .page_body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-box-direction: normal;
  box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
}
.flexbox .page_body {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.page_body.content {
  padding: 0 15px;
}
.flexboxlegacy.no-flexbox .page_body.content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-box-direction: normal;
  box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
}
.flexbox .page_body.content {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.page_body.content .content_description {
  display: block;
  margin-top: 30px;
}
.page_body.content .content_description p {
  margin-bottom: 15px;
}
.page_body.content .content_description p:last-child {
  margin-bottom: 0;
}
.page_body.content .content_description ul {
  list-style: disc;
  padding-left: 20px;
}
.page_body.content .content_description ul ul {
  list-style: circle;
}
.page_body.content .content_description ol {
  list-style: decimal;
  padding-left: 20px;
}
.page_body.content .content_description ol ul {
  list-style: circle;
}
.page_body.content .content_description h1, .page_body.content .content_description h2, .page_body.content .content_description h3 {
  font-size: 18px;
  font-family: "Open Sans Semibold";
  margin-bottom: 15px;
}
.page_body.content .content_pubdate {
  font-size: 20px;
  font-family: "Open Sans Semibold";
}
.page_body.content .content_image {
  margin: 30px -15px 0 -15px;
  padding: 15px;
  text-align: center;
  background: #f1f1f1;
  line-height: 1;
}
.page_body.content .content_image img {
  max-width: 100%;
}
.page_body.content .content_text {
  margin: 30px 0;
}
.page_body.content .content_text img {
  max-width: 100% !important;
  height: auto !important;
}
.page_body.content .content_text ul {
  list-style: disc;
  padding-left: 20px;
}
.page_body.content .content_text ul ul {
  list-style: circle;
}
.page_body.content .content_text ol {
  list-style: decimal;
  padding-left: 20px;
}
.page_body.content .content_text ol ul {
  list-style: circle;
}
.page_body.content .content_text p {
  margin-bottom: 15px;
}
.page_body.content .content_text p:last-child {
  margin-bottom: 0;
}
.page_body.content .content_text h1, .page_body.content .content_text h2, .page_body.content .content_text h3 {
  font-size: 18px;
  font-family: "Open Sans Semibold";
  margin-bottom: 15px;
}
.page_body.content .content_share {
  display: block;
  margin: 15px 0;
}
@media (max-width: 640px) {
  .flexboxlegacy.no-flexbox .page_body {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: box;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-box-direction: normal;
    box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
  }
  .flexbox .page_body {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.page_body .sidebar {
  flex: 3;
}
.page_body .sidebar .subcats_list {
  padding: 7.5px;
}
.page_body .sidebar .subcats_list .inner {
  display: block;
}
.page_body .sidebar .subcats_list h3 {
  padding: 15px;
  background: #858585;
  border-bottom: 1px solid #e0e0e0;
  font-size: 14px;
  font-family: "Open Sans Semibold";
  color: #fff;
}
.page_body .sidebar .subcats_list a {
  display: block;
  padding: 15px;
  background: whitesmoke;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #fafafa;
  text-decoration: none;
}
.page_body .sidebar .subcats_list a:hover {
  background: #fafafa;
}
.page_body .content_items {
  flex: 8;
}
.flexboxlegacy.no-flexbox .page_body .content_items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-box-direction: normal;
  box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
}
.flexbox .page_body .content_items {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page_body .content_items {
    flex: 7;
  }
}
@media (max-width: 640px) {
  .page_body .content_items {
    order: 1;
  }
}
.page_body .content_items .nothing_found {
  padding: 7.5px;
}
.page_body .content_items.grid a {
  width: 33.33333%;
}
.page_body .content_items.grid a.user {
  width: 20%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page_body .content_items.grid a.user {
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page_body .content_items.grid a {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .page_body .content_items.grid a {
    width: 100%;
  }
}
.flexboxlegacy.no-flexbox .page_body .content_items.grid a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-box-direction: normal;
  box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-box-align: stretch;
  box-align: stretch;
}
.flexbox .page_body .content_items.grid a {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.page_body .content_items.grid a .item {
  width: 100%;
}
.page_body .content_items.grid a .item_desc {
  max-height: 100px;
  overflow: hidden;
}
.page_body .content_items.grid.no_cats a {
  width: 25%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page_body .content_items.grid.no_cats a {
    width: 33.33333%;
  }
}
@media (min-width: 640px) and (max-width: 768px) {
  .page_body .content_items.grid.no_cats a {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .page_body .content_items.grid.no_cats a {
    width: 100%;
  }
}
.page_body .content_items.list a {
  width: 100%;
  max-height: 145px;
  overflow: hidden;
}
.flexboxlegacy.no-flexbox .page_body .content_items.list a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-box-direction: normal;
  box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
}
.flexbox .page_body .content_items.list a {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (max-width: 640px) {
  .page_body .content_items.list a {
    display: block;
    height: auto;
    max-height: initial;
  }
}
.page_body .content_items.list a .item {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  border: 1px solid #f2f2f2;
  overflow: hidden;
}
.flexboxlegacy.no-flexbox .page_body .content_items.list a .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-box-direction: normal;
  box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
}
.flexbox .page_body .content_items.list a .item {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (max-width: 640px) {
  .page_body .content_items.list a .item {
    display: block !important;
  }
}
@media (max-width: 640px) {
  .page_body .content_items.list a .item .item_desc {
    max-height: 100px;
    overflow: hidden;
  }
}
.page_body .content_items.list a .item .item_image {
  width: 200px;
  padding: 0;
  height: 130px;
  margin: -1px 0 -1px -1px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 640px) {
  .page_body .content_items.list a .item .item_image {
    width: 100%;
    height: auto;
    padding-bottom: 62.5%;
    margin: -1px -1px 0 -1px;
  }
}
.page_body .content_items.list a .item .limiter {
  left: 200px;
}
@media (max-width: 640px) {
  .page_body .content_items.list a .item .limiter {
    left: 0;
  }
}
.page_body .content_items.list a:hover .item {
  background: whitesmoke;
  border-color: #e0e0e0;
}
.page_body .content_items a {
  text-decoration: none;
  color: #000;
  box-sizing: content-box;
}
.page_body .content_items a:hover {
  color: #d81910;
}
.page_body .content_items a:hover .item {
  border: 1px solid #e0e0e0;
}
.page_body .content_items a .item {
  margin: 7.5px;
  border: 1px solid #f2f2f2;
  position: relative;
}
.page_body .content_items a .item_image {
  padding-bottom: 62.5%;
  background: #333 url(../images/image_default.png) no-repeat center;
  position: relative;
  margin: -1px -1px 0 -1px;
}
.page_body .content_items a .item_image.user_avatar {
  padding-bottom: 100%;
}
.page_body .content_items a .item_image .item_info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  color: #fff;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjciLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  font-size: 12px;
}
.flexboxlegacy.no-flexbox .page_body .content_items a .item_image .item_info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-box-direction: normal;
  box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  box-align: center;
}
.flexbox .page_body .content_items a .item_image .item_info {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flexboxlegacy.no-flexbox .page_body .content_items a .item_image .item_info .views {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-box-direction: normal;
  box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  box-align: center;
}
.flexbox .page_body .content_items a .item_image .item_info .views {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page_body .content_items a .item_image .item_info .views .icon:before {
  content: '\f04e';
  font-family: "octicons";
  display: inline-block;
  color: #d81910;
  margin-right: 7px;
}
.page_body .content_items a .item_text {
  padding: 15px;
}
.page_body .content_items a h2 {
  font-size: 16px;
  font-family: "Open Sans Semibold";
}
.page_body .content_items a .item_desc {
  margin-top: 10px;
  color: #333;
}
.page_body .content_items a .limiter {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(10%, #ffffff), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -moz-linear-gradient(bottom, #ffffff 10%, rgba(0, 0, 0, 0));
  background: -webkit-linear-gradient(bottom, #ffffff 10%, rgba(0, 0, 0, 0));
  background: linear-gradient(to top, #ffffff 10%, rgba(0, 0, 0, 0));
}

.content_loader {
  display: block;
  padding: 15px;
  text-align: center;
  background: whitesmoke;
  cursor: pointer;
  color: #333;
}
.content_loader:hover {
  background: #f2f2f2;
}
.content_loader.disabled {
  cursor: default;
}
.content_loader.disabled:hover {
  background: whitesmoke;
}

.content_item_wrapper {
  text-decoration: none;
}

.comments_list_wrapper {
  border-top: 3px solid #d81910;
  padding: 15px 15px 30px;
}

.comments_title {
  font-size: 22px;
  font-family: "Open Sans Semibold";
}

.mediagallery {
  display: block;
}
.mediagallery .sidebar {
  flex: 3;
  margin-right: 7.5px;
}
@media (max-width: 640px) {
  .mediagallery .sidebar {
    flex: 1;
    margin: 0 7.5px;
    order: 0;
  }
}
.mediagallery .sidebar .subcats_list {
  padding: 7.5px;
}
.mediagallery .sidebar .subcats_list .inner {
  display: block;
}
.mediagallery .sidebar .subcats_list h3 {
  padding: 15px;
  background: #858585;
  border-bottom: 1px solid #e0e0e0;
  font-size: 14px;
  font-family: "Open Sans Semibold";
  color: #fff;
}
.mediagallery .sidebar .subcats_list a {
  display: block;
  padding: 15px;
  background: whitesmoke;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #fafafa;
  text-decoration: none;
}
.mediagallery .sidebar .subcats_list a:hover {
  background: #fafafa;
}
.mediagallery .media_subcat {
  flex: 8;
  display: block;
  margin: 15px 0;
}
@media (max-width: 640px) {
  .mediagallery .media_subcat {
    order: 1;
    flex: 1;
    width: 100%;
  }
}
.mediagallery .media_subcat:last-child {
  margin-bottom: 0;
}
.mediagallery .media_subcat .subcat_title {
  font-size: 18px;
  font-family: "Open Sans Semibold";
  margin: 0 15px;
}
.mediagallery .media_subcat .subcat_title a {
  text-decoration: none;
}
.mediagallery.component {
  margin: 0;
}
.mediagallery.component .media_subcat {
  margin-top: -7.5px;
}
.mediagallery.component.has_sidebar .media_subcat {
  margin: -7.5px -7.5px 0 0 !important;
}
.mediagallery .media_subcat_items {
  padding: 7.5px;
}
.flexboxlegacy.no-flexbox .mediagallery .media_subcat_items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-box-direction: normal;
  box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
}
.flexbox .mediagallery .media_subcat_items {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mediagallery .media_subcat_items .item_wrapper {
  width: 25%;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .mediagallery .media_subcat_items .item_wrapper {
    width: 33.33333%;
  }
}
@media (min-width: 640px) and (max-width: 768px) {
  .mediagallery .media_subcat_items .item_wrapper {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .mediagallery .media_subcat_items .item_wrapper {
    width: 100%;
  }
}
.flexboxlegacy.no-flexbox .mediagallery .media_subcat_items .item_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-box-direction: normal;
  box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
}
.flexbox .mediagallery .media_subcat_items .item_wrapper {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: flex-start;
  -moz-flex-wrap: flex-start;
  -ms-flex-wrap: start;
  flex-wrap: flex-start;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}
.mediagallery .media_subcat_items .item_wrapper a {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  padding: 7.5px;
}
.mediagallery .media_subcat_items .item_wrapper a .media_subcat_item {
  padding-bottom: 75%;
  position: relative;
}
.mediagallery .media_subcat_items .item_wrapper a .media_subcat_item .item_title {
  position: absolute;
  padding: 15px;
  bottom: 0;
  left: 0;
  right: 0;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjciLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  color: #fff;
}
.flexboxlegacy.no-flexbox .mediagallery .media_subcat_items .item_wrapper a .media_subcat_item .item_title.video {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-box-direction: normal;
  box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  box-align: center;
}
.flexbox .mediagallery .media_subcat_items .item_wrapper a .media_subcat_item .item_title.video {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.mediagallery .media_subcat_items .item_wrapper a .media_subcat_item .item_title.video .icon {
  width: 32px;
}
.flexboxlegacy.no-flexbox .mediagallery .media_subcat_items .item_wrapper a .media_subcat_item .item_title.video .icon {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -ms-box-flex: 0;
  box-flex: 0;
  max-width: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
}
.flexbox .mediagallery .media_subcat_items .item_wrapper a .media_subcat_item .item_title.video .icon {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.mediagallery .media_subcat_items .item_wrapper a .media_subcat_item .item_title.video .icon:before {
  content: '\f144';
  font-family: "FontAwesome";
  font-size: 180%;
  display: inline-block;
  color: #d81910;
}
.flexboxlegacy.no-flexbox .mediagallery .media_subcat_items .item_wrapper a .media_subcat_item .item_title.video .title {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -ms-box-flex: 0;
  box-flex: 0;
  max-width: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
}
.flexbox .mediagallery .media_subcat_items .item_wrapper a .media_subcat_item .item_title.video .title {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.mediagallery .media_subcat_items .item_wrapper a .media_subcat_item .item_title.photo {
  display: block;
}
.mediagallery .media_subcat_items .item_wrapper a .media_subcat_item .item_title.photo .title {
  display: block;
}
.mediagallery .media_subcat_items .item_wrapper a .media_subcat_item .item_title.photo .info {
  margin-top: 10px;
  font-size: 12px;
}
.flexboxlegacy.no-flexbox .mediagallery .media_subcat_items .item_wrapper a .media_subcat_item .item_title.photo .info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-box-direction: normal;
  box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  box-align: center;
}
.flexbox .mediagallery .media_subcat_items .item_wrapper a .media_subcat_item .item_title.photo .info {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.mediagallery .media_subcat_items .item_wrapper a .media_subcat_item .item_title.photo .info .photo_items {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  line-height: 1;
}
.flexboxlegacy.no-flexbox .mediagallery .media_subcat_items .item_wrapper a .media_subcat_item .item_title.photo .info .photo_items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-box-direction: normal;
  box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  box-align: center;
}
.flexbox .mediagallery .media_subcat_items .item_wrapper a .media_subcat_item .item_title.photo .info .photo_items {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.mediagallery .media_subcat_items .item_wrapper a .media_subcat_item .item_title.photo .info .photo_items .icon:before {
  content: '\f056';
  font-family: "octicons";
  font-size: 160%;
  display: inline-block;
  color: #d81910;
  margin-right: 10px;
}
.mediagallery .media_subcat_items .item_wrapper a .media_subcat_item .item_title.photo .info .photo_views {
  margin-left: 30px;
}
.mediagallery .media_subcat_items .item_wrapper a .media_subcat_item .item_title.photo .info .photo_views:before {
  content: '\f04e';
  font-family: "octicons";
  display: inline-block;
  color: #d81910;
  margin-right: 7px;
}
.flexboxlegacy.no-flexbox .mediagallery.has_sidebar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-box-direction: normal;
  box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-box-align: stretch;
  box-align: stretch;
}
.flexbox .mediagallery.has_sidebar {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width: 640px) {
  .flexboxlegacy.no-flexbox .mediagallery.has_sidebar {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: box;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-box-direction: normal;
    box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -ms-box-align: stretch;
    box-align: stretch;
  }
  .flexbox .mediagallery.has_sidebar {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
.mediagallery.has_sidebar .media_subcat_items .item_wrapper {
  width: 33.33333%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .mediagallery.has_sidebar .media_subcat_items .item_wrapper {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .mediagallery.has_sidebar .media_subcat_items .item_wrapper {
    width: 100%;
  }
}

.content_item .album_wrapper {
  display: block;
}
.content_item .swiper-wrapper {
  background: #000;
}
.content_item .swiper-wrapper .swiper-slide {
  background: #000;
  text-align: center;
}
.content_item .swiper-wrapper .swiper-slide .article_image {
  max-width: 100%;
}

.other_pages {
  background: #f1f1f1;
}

.article_fields {
  display: block;
  margin-bottom: 30px;
}
.article_fields .content_fields {
  border: 1px solid #f0f0f0;
}
.flexboxlegacy.no-flexbox .article_fields .content_fields {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-box-direction: normal;
  box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-box-align: stretch;
  box-align: stretch;
}
.flexbox .article_fields .content_fields {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.article_fields .content_fields .row {
  padding: 10px;
  background: #f1f1f1;
}
.flexboxlegacy.no-flexbox .article_fields .content_fields .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-box-direction: normal;
  box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  box-align: center;
}
.flexbox .article_fields .content_fields .row {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.article_fields .content_fields .row:nth-child(even) {
  background: #fafafa;
}
.article_fields .content_fields .row .field_title {
  white-space: nowrap;
  font-size: 13px;
}
.article_fields .content_fields .row .field_value {
  margin-left: 15px;
}

.developer_message, .search_no_results {
  display: block;
  text-align: center;
  font-family: "Open Sans Semibold";
}

.users .developer_message, .search .developer_message {
  padding: 15px;
  background: rgba(216, 25, 16, 0.7);
  color: #fff;
}

.users_search {
  background: #e6e6e6;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 15px;
  display: none;
}

.page_wrapper .page .search_form {
  display: block;
  padding: 0 15px 15px;
}
.flexboxlegacy.no-flexbox .page_wrapper .page .search_form .form_search {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-box-direction: normal;
  box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  box-align: center;
}
.flexbox .page_wrapper .page .search_form .form_search {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page_wrapper .page .search_form .form_search .text_input {
  flex: 1;
  margin-right: 15px;
}
.page_wrapper .page .search_form .form_search .text_input input {
  width: 100%;
}
.page_wrapper .page .search_form .form_search .search_select {
  margin-right: 15px;
}
.page_wrapper .page .search_form .form_search span.label {
  font-family: "Open Sans Semibold";
  font-size: 12px;
  margin-right: 5px;
}
.page_wrapper .page .search_no_results {
  display: block;
  padding: 15px;
  background: rgba(216, 25, 16, 0.7);
  color: #fff;
}
.page_wrapper .page .search_no_results a {
  color: yellow;
}
.page_wrapper .page .search_no_results .strong {
  font-family: "Open Sans Bold";
}
.page_wrapper .page .search_results {
  display: block;
  margin: 0 15px 15px;
}
.page_wrapper .page .search_results .text-primary {
  font-size: 16px;
  font-family: "Open Sans Semibold";
}
.page_wrapper .page .search_results .search_item {
  display: block;
  margin: 15px 0;
  padding: 15px;
  border: 1px solid whitesmoke;
}
.page_wrapper .page .search_results .search_item a {
  text-decoration: none;
}
.flexboxlegacy.no-flexbox .page_wrapper .page .search_results .search_item .result_text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-box-direction: normal;
  box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-box-align: stretch;
  box-align: stretch;
}
.flexbox .page_wrapper .page .search_results .search_item .result_text {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.page_wrapper .page .search_results .search_item .result_text .search_item_title {
  font-size: 16px;
  font-family: "Open Sans Semibold";
}
.page_wrapper .page .search_results .search_item .result_text .search_match {
  font-family: "Open Sans Bold Italic";
  color: royalblue !important;
}
.page_wrapper .page .search_results .search_item .result_text .result_row {
  margin-top: 10px;
}

.mustbe {
  color: #be0000;
}

.userform_table {
  margin-top: -10px;
  width: 100%;
}
.userform_table .userform_fieldtitle {
  padding-top: 15px;
  padding-bottom: 3px;
  font-size: 11px;
  text-transform: uppercase;
  font-family: 'Open Sans Bold';
}
.userform_table .captcha_block {
  display: block;
  margin-top: 17px;
}
.userform_table .captcha_block .captcha_title {
  font-size: 11px;
  text-transform: uppercase;
  font-family: 'Open Sans Bold';
}
.userform_table .captcha_block a {
  font-size: 12px;
}

input[type=text]:not([name=captcha_code]), textarea {
  width: 100% !important;
  box-sizing: border-box;
}

.docs_item_link {
  display: block;
  margin-bottom: 3px;
  font-size: 16px;
}
.docs_item_link a {
  text-decoration: none !important;
}
