html,
body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
}
.abs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
img {
  border: 0;
}
.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gray {
  filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: grayscale(100%);
  /* Current draft standard */
  -webkit-filter: grayscale(100%);
  /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  /* IE6+ */
}
.nogray {
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
}
.cl {
  clear: both;
}
.resetul {
  list-style-type: none;
  padding: 0;
}
.resetul li {
  padding: 0;
}
* {
  margin: 0;
  outline: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.debug {
  outline: red dotted 1px;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.transition,
.anim {
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.25s ease;
  /* Safari and Chrome */
  -o-transition: all 0.25s ease;
  /* Opera */
  -ms-transition: all 0.25s ease;
}
.anim_bounce {
  transition: all 0.35s cubic-bezier(0, 1.8, 1, 1.8);
  -moz-transition: all 0.35s cubic-bezier(0, 1.8, 1, 1.8);
  /* Firefox 4 */
  -webkit-transition: all 0.35s cubic-bezier(0.28, 0.13, 0.15, 1);
  /* Safari and Chrome */
  -webkit-transition: all 0.35s cubic-bezier(0, 1.8, 1, 1.8);
  /* Safari and Chrome */
  -o-transition: all 0.35s cubic-bezier(0, 1.8, 1, 1.8);
  /* Opera */
  -ms-transition: all 0.35s cubic-bezier(0, 1.8, 1, 1.8);
}
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.vc {
  display: table;
  height: 100%;
  width: 100%;
}
.vc .vcin {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.blueimp-gallery > .close,
.blueimp-gallery > .title,
.blueimp-gallery > .play-pause,
.blueimp-gallery > .prev,
.blueimp-gallery > .next {
  display: block !important;
}
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}
a {
  text-decoration: none;
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
.fs1 {
  font-size: 38px;
}
.fs2 {
  font-size: 32px;
}
.fs3 {
  font-size: 30px;
}
.fs4 {
  font-size: 24px;
}
.fs5 {
  font-size: 18px;
}
.fs6 {
  font-size: 14px;
}
.stdtxt blockquote {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 110%;
  line-height: 1.3;
  background: #00bcea;
  color: white;
  padding: 10px 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin-left: -20px;
}
.stdtxt table {
  border-collapse: collapse;
  border-top: black solid 2px;
  width: 100% !important;
}
.stdtxt table td {
  width: 50% !important;
  border-bottom: black solid 2px;
  padding: 8px 0;
}
.stdtxt .noindent p {
  text-indent: 0 !important;
}
.stdtxt p {
  margin-bottom: 1em;
}
.stdtxt p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .stdtxt p {
    text-indent: 0;
  }
}
.stdtxt p a {
  text-decoration: underline;
}
.stdtxt p a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.stdtxt iframe {
  width: 100% !important;
}
.stdtxt .wp-caption {
  font-family: 'Roboto', sans-serif;
  width: 100% !important;
  font-size: 14px;
}
.stdtxt .wp-caption a {
  display: block;
  width: 100% !important;
}
.stdtxt .wp-caption img {
  width: auto;
  height: auto;
  display: block;
  margin-bottom: 5px;
}
.stdtxt .alignnone {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
@media screen and (max-width: 1024px) {
  .stdtxt .alignnone {
    margin-left: 0;
  }
}
.stdtxt .alignnone.size-thumbnail {
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
}
.stdtxt img {
  max-width: 100% !important;
  height: auto;
}
.stdtxt ol {
  margin-left: 2em;
}
.font1 {
  font-family: 'Roboto', sans-serif;
}
.font2 {
  font-family: 'Roboto Slab', serif;
}
body {
  background: white;
  color: black;
  font-family: 'Roboto', sans-serif;
  display: flex;
  display: -webkit-flex;
  min-height: 100vh;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  body {
    overflow-x: hidden;
  }
}
.mainwrap {
  padding-top: 32px;
  flex: 1;
  -webkit-flex: 1;
}
.mainwrap.loaded {
  opacity: 1;
}
@media screen and (max-width: 1220px) {
  .mainwrap {
    padding-top: 0;
  }
}
.sectionwrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 10px;
}
#topmenu_mobile {
  z-index: 1000;
  display: none;
  padding: 10px 10px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #topmenu_mobile {
    display: block;
  }
}
#topmenu_mobile.open {
  height: 100%;
}
#topmenu_mobile.open .menuarea {
  display: block;
}
#topmenu_mobile.open .hamburger {
  background: black;
  color: white;
}
#topmenu_mobile .menuarea {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  background: #00bcea;
  color: white;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-shadow: 0 0 10px black;
  font-size: 18px;
}
#topmenu_mobile .menuarea .in {
  width: 100%;
  height: 100%;
  overflow: scroll;
}
#topmenu_mobile .menuarea ul {
  list-style-type: none;
  padding: 0;
}
#topmenu_mobile .menuarea ul li {
  padding: 0;
}
#topmenu_mobile .menuarea ul a {
  font-weight: 700;
  display: block;
  padding: 6px 0;
}
#topmenu_mobile .hamburger {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0px 12px;
  width: 50px;
  height: 50px;
  text-align: center;
  z-index: 1001;
  font-size: 24px;
  line-height: 50px;
  background: #24d0fe;
}
.admin-bar #topmenu_menu {
  top: 32px !important;
}
#topmenu_menu {
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.25s ease;
  /* Safari and Chrome */
  -o-transition: all 0.25s ease;
  /* Opera */
  -ms-transition: all 0.25s ease;
  position: fixed;
  z-index: 999;
  top: 0px;
  width: 100%;
  background: white;
  font-size: 0;
  display: block;
  border-bottom: #f0f0f0 solid 1px;
}
@media screen and (max-width: 768px) {
  #topmenu_menu {
    display: none;
  }
}
@media screen and (max-width: 1220px) {
  #topmenu_menu {
    position: static;
  }
}
#topmenu_menu .searchfield {
  height: 0;
  overflow: hidden;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.25s ease;
  /* Safari and Chrome */
  -o-transition: all 0.25s ease;
  /* Opera */
  -ms-transition: all 0.25s ease;
  text-align: center;
  color: #333333;
  font-size: 18px;
  margin: 0;
}
#topmenu_menu .searchfield input {
  font-family: inherit;
}
#topmenu_menu .searchfield input[name="s"] {
  background: transparent;
  border: none;
  border-bottom: #f0f0f0 solid 1px;
  font-family: inherit;
  padding: 10px 0;
  font-size: inherit;
  color: black;
  font-weight: 400;
}
#topmenu_menu .searchfield .submit,
#topmenu_menu .searchfield .cancel {
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.25s ease;
  /* Safari and Chrome */
  -o-transition: all 0.25s ease;
  /* Opera */
  -ms-transition: all 0.25s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
#topmenu_menu .searchfield .submit:hover,
#topmenu_menu .searchfield .cancel:hover {
  color: #00bcea;
}
#topmenu_menu.search_visible .searchfield {
  border-bottom: #f0f0f0 solid 1px;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 100px;
  overflow: visible;
}
#topmenu_menu .right {
  float: right;
}
#topmenu_menu .right .searchbut {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  color: #00bcea;
  font-size: 12px;
  padding: 8px 20px;
  cursor: pointer;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.25s ease;
  /* Safari and Chrome */
  -o-transition: all 0.25s ease;
  /* Opera */
  -ms-transition: all 0.25s ease;
}
#topmenu_menu .right .searchbut:hover {
  color: black;
}
@media screen and (max-width: 1220px) {
  #topmenu_menu .right .searchbut {
    display: none;
  }
}
#topmenu_menu ul {
  list-style-type: none;
  padding: 0;
  display: inline-block;
}
#topmenu_menu ul li {
  padding: 0;
}
@media screen and (max-width: 1220px) {
  #topmenu_menu ul {
    text-align: center;
  }
}
#topmenu_menu ul li {
  display: inline-block;
  position: relative;
  text-align: left;
}
#topmenu_menu ul li a {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 12px;
  color: #333333;
  border-right: #f0f0f0 solid 1px;
  display: block;
  padding: 8px 20px;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.25s ease;
  /* Safari and Chrome */
  -o-transition: all 0.25s ease;
  /* Opera */
  -ms-transition: all 0.25s ease;
}
@media screen and (max-width: 1220px) {
  #topmenu_menu ul li a {
    border: none;
  }
}
#topmenu_menu ul li a:hover {
  background: #00bcea;
  color: white;
}
#topmenu_menu ul li.menu-item-has-children:hover {
  color: #221c27;
}
#topmenu_menu ul li .sub-menu {
  position: absolute;
  display: none;
  width: 300px;
  border-top: transparent solid 10px;
}
#topmenu_menu ul li .sub-menu li {
  display: block;
}
#topmenu_menu ul li .sub-menu li a {
  background: black;
  background: #493c54;
  color: white;
  display: block;
  padding: 5px 20px;
  border: none;
}
#topmenu_menu ul li .sub-menu li a:hover {
  background: #221c27 !important;
  text-decoration: none;
  border: none;
}
#topmenu_menu ul li:hover .sub-menu {
  margin: 0;
  padding: 0;
  display: block;
}
.menufont {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}
.cols3 {
  *zoom: 1;
}
.cols3:before,
.cols3:after {
  display: table;
  content: "";
}
.cols3:after {
  clear: both;
}
.cols3 .col {
  width: 33.33%;
  float: left;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .cols3 .col {
    padding: 0 6.66666667px;
    float: none;
    width: 100%;
  }
}
.cols5 {
  *zoom: 1;
}
.cols5:before,
.cols5:after {
  display: table;
  content: "";
}
.cols5:after {
  clear: both;
}
.cols5 .col {
  width: 20%;
  float: left;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .cols5 .col {
    padding: 6.66666667px;
    float: none;
    width: 100%;
  }
}
.postlink {
  display: block;
  clear: both;
  font-family: 'Roboto Slab', serif;
  padding-bottom: 20px;
  font-size: 14px;
  margin-bottom: 20px;
  border-bottom: rgba(0, 0, 0, 0.06) solid 1px;
}
.postlink:last-child {
  border: none;
}
.postlink .pix {
  width: 100%;
  height: 260px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .postlink .pix {
    height: 200px;
  }
}
.postlink .pix .pixin {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f0f0f0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.25s ease;
  /* Safari and Chrome */
  -o-transition: all 0.25s ease;
  /* Opera */
  -ms-transition: all 0.25s ease;
  opacity: 0;
}
.postlink .pix .pixin.b-loaded {
  opacity: 1;
}
.postlink:hover .title {
  text-decoration: underline;
}
.postlink:hover .pix .pixin {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.postlink.smallthumb .title {
  font-size: 130%;
}
.postlink.smallthumb .pix {
  width: 80px;
  height: 60px;
  float: left;
  margin-bottom: 10px;
  margin-right: 20px;
}
.postlink .title {
  font-size: 150%;
  font-weight: 700;
  line-height: 1.2;
}
.postlink .meta {
  font-family: 'Roboto', sans-serif;
  padding-top: 2px;
  font-size: 11px;
}
.postlink .meta .author {
  font-weight: 700;
  text-transform: uppercase;
}
.postlink .text {
  clear: both;
  padding-top: 15px;
  line-height: 1.5;
  font-size: 15px;
}
.cols2-1 {
  *zoom: 1;
}
.cols2-1:before,
.cols2-1:after {
  display: table;
  content: "";
}
.cols2-1:after {
  clear: both;
}
.cols2-1 .col2 {
  float: left;
  width: 66.66%;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .cols2-1 .col2 {
    padding: 0 6.66666667px;
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .cols2-1 .col2 {
    padding: 0 6.66666667px;
    float: none;
    width: 100%;
  }
}
.cols2-1 .col1 {
  float: left;
  width: 33.333%;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .cols2-1 .col1 {
    padding: 0 6.66666667px;
    float: none;
    width: 100%;
  }
}
.block_sidebar_article_footer {
  *zoom: 1;
  max-width: 300px;
  font-size: 15px;
  padding-bottom: 40px;
  color: #666;
}
.block_sidebar_article_footer:before,
.block_sidebar_article_footer:after {
  display: table;
  content: "";
}
.block_sidebar_article_footer:after {
  clear: both;
}
.block_sidebar_article_footer h1,
.block_sidebar_article_footer h2,
.block_sidebar_article_footer h3,
.block_sidebar_article_footer h4,
.block_sidebar_article_footer h5,
.block_sidebar_article_footer h6 {
  font-size: inherit;
  font-weight: 700;
}
.block_sidebar_article_footer p {
  margin-bottom: 1em;
}
.block_sidebar_article_footer p a {
  text-decoration: underline;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.25s ease;
  /* Safari and Chrome */
  -o-transition: all 0.25s ease;
  /* Opera */
  -ms-transition: all 0.25s ease;
}
.block_sidebar_article_footer p a:hover {
  color: black;
}
.block_sidebar_article_footer img {
  clear: both;
  width: 30%;
  height: auto;
  margin-right: 20px;
  margin-bottom: 10px;
  float: left;
}
.block_sidebar_article_footer a[data-gallery] {
  display: block;
  float: left;
  width: 30%;
  margin-right: 20px;
  margin-bottom: 10px;
}
.block_sidebar_article_footer a[data-gallery] img {
  float: none !important;
  width: 100% !important;
  height: auto;
  display: block;
  margin: 0 !important;
}
.block_sidebar_featured {
  color: #333333;
}
@media screen and (max-width: 768px) {
  .block_sidebar_featured {
    display: none;
  }
}
.block_sidebar_featured h3 {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 20px;
  max-width: 300px;
  font-weight: 700;
}
.block_sidebar_featured ul.tabs {
  list-style-type: none;
  padding: 0;
  max-width: 300px;
}
.block_sidebar_featured ul.tabs li {
  padding: 0;
}
.block_sidebar_featured ul.tabs li {
  font-size: 14px;
}
.block_sidebar_featured ul.tabs li a {
  display: block;
  overflow: hidden;
  padding: 10px 20px;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.2s ease;
  /* Safari and Chrome */
  -o-transition: all 0.2s ease;
  /* Opera */
  -ms-transition: all 0.2s ease;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border-top: #f0f0f0 solid 1px;
  border-bottom: #f0f0f0 solid 1px;
  margin-top: -1px;
  color: #666;
  margin-left: -20px;
}
.block_sidebar_featured ul.tabs li a:hover {
  background: #333333 !important;
  color: #f0f0f0;
  border-color: #333333;
}
.block_sidebar_featured ul.tabs li a .cat {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.block_sidebar_featured ul.tabs li a .title {
  font-size: inherit;
  line-height: 1.2;
  padding-bottom: 5px;
}
.block_sidebar_featured ul.tabs li a .meta {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
}
.block_sidebar_featured ul.tabs li a .meta .author {
  text-transform: uppercase;
}
.slider {
  *zoom: 1;
  font-family: 'Roboto Slab', serif;
  background: white;
}
.slider:before,
.slider:after {
  display: table;
  content: "";
}
.slider:after {
  clear: both;
}
.slider ul.tabs {
  background: #9aeaff;
  list-style-type: none;
  padding: 0;
  width: 28%;
  float: left;
}
.slider ul.tabs li {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .slider ul.tabs {
    width: 100%;
    float: none;
  }
}
.slider ul.tabs li {
  font-size: 14px;
}
.slider ul.tabs li a {
  display: block;
  height: 120px;
  overflow: hidden;
  padding: 10px;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.25s ease;
  /* Safari and Chrome */
  -o-transition: all 0.25s ease;
  /* Opera */
  -ms-transition: all 0.25s ease;
}
.slider ul.tabs li a.nr2 {
  background: #90e8ff;
}
.slider ul.tabs li a.nr3 {
  background: #7be4ff;
}
.slider ul.tabs li a.nr4 {
  background: #67dfff;
}
.slider ul.tabs li a.hilite {
  background: #333333;
  color: white;
}
.slider ul.tabs li a .cat {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.slider ul.tabs li a .title {
  font-size: inherit;
  line-height: 1.2;
  padding-bottom: 5px;
}
.slider ul.tabs li a .meta {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  line-height: 1;
}
.slider ul.tabs li a .meta .author {
  font-weight: 700;
  text-transform: uppercase;
}
.slider .playfield {
  width: 70%;
  height: 480px;
  overflow: hidden;
  float: left;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .slider .playfield {
    display: none;
  }
}
.slider .playfield .cat {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 5px;
  color: #00bcea;
}
.slider .playfield .title {
  font-size: 28px;
  line-height: 1.2;
  padding-bottom: 5px;
}
.slider .playfield .meta {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
}
.slider .playfield .meta .author {
  text-transform: uppercase;
  font-weight: 700;
}
.slider .playfield img {
  width: 30%;
  height: auto;
  float: left;
  display: block;
  margin-right: 30px;
  margin-bottom: 10px;
}
.slider .playfield .text {
  padding-top: 30px;
  line-height: 1.5;
}
body.home .main_header {
  background: #f0f0f0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+49,f0f0f0+100 */
}
.main_header {
  padding: 30px 0 35px;
  font-weight: 700;
}
@media screen and (max-width: 1220px) {
  .main_header .col2 {
    float: none !important;
    width: 100%;
    *zoom: 1;
  }
  .main_header .col2:before,
  .main_header .col2:after {
    display: table;
    content: "";
  }
  .main_header .col2:after {
    clear: both;
  }
  .main_header .col1 {
    float: none !important;
    width: 100%;
    text-align: right;
  }
  .main_header .col2in {
    float: right !important;
    text-align: right !important;
  }
}
@media screen and (max-width: 768px) {
  .main_header .col1 {
    text-align: left !important;
  }
  .main_header .col1 .social {
    padding-top: 20px;
    text-align: left !important;
  }
  .main_header .col1 .social .item {
    margin-right: 10px !important;
    margin-left: 0 !important;
  }
  .main_header .logo {
    float: none !important;
  }
  .main_header .col2in {
    padding: 0 !important;
    padding-top: 20px !important;
    float: none !important;
    width: 100% !important;
    text-align: left !important;
  }
}
.main_header .logo {
  display: block;
  width: 28%;
  float: left;
  padding-top: 4px;
}
.main_header .logo img {
  height: 100px !important;
  width: auto !important;
}
.main_header .col2in {
  float: left;
  width: 70%;
  padding-left: 30px;
}
.main_header .byline {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.main_header .byline a {
  color: #00bcea;
  font-family: 'Roboto', sans-serif;
}
@media screen and (max-width: 768px) {
  .main_header .byline a {
    display: block;
  }
}
.main_header .byline a:hover {
  text-decoration: underline;
}
.main_header .langsel_boxed {
  margin-top: 12px;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .main_header .langsel_boxed {
    display: none;
  }
}
.main_header .langsel_boxed .label {
  font-size: 12px;
  border: #ddd solid 1px;
  margin-left: -1px;
  margin-top: -1px;
  padding: 3px 15px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  color: #aaa;
  display: inline-block;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.25s ease;
  /* Safari and Chrome */
  -o-transition: all 0.25s ease;
  /* Opera */
  -ms-transition: all 0.25s ease;
}
.main_header .langsel_boxed a {
  letter-spacing: 1px;
  font-weight: bold;
  background: #f0f0f0;
  font-size: 12px;
  border: #ddd solid 1px;
  margin-left: -1px;
  margin-top: -1px;
  padding: 7px 15px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  color: #333333;
  display: inline-block;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.25s ease;
  /* Safari and Chrome */
  -o-transition: all 0.25s ease;
  /* Opera */
  -ms-transition: all 0.25s ease;
  font-weight: 700;
}
.main_header .langsel_boxed a:hover {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  background: white;
}
.main_header .langsel_boxed a:active {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  background: white;
}
.main_header .langsel_boxed a.hilite {
  background: #e0e0e0;
}
.main_header .social {
  opacity: 0;
  filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: grayscale(100%);
  /* Current draft standard */
  -webkit-filter: grayscale(100%);
  /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  /* IE6+ */
  text-align: right;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.25s ease;
  /* Safari and Chrome */
  -o-transition: all 0.25s ease;
  /* Opera */
  -ms-transition: all 0.25s ease;
  font-size: 0;
}
.main_header .social:hover {
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
}
.main_header .social .item {
  display: inline-block;
  height: 22px;
  margin-left: 10px;
  margin-right: 2px;
  padding-bottom: 1px;
  vertical-align: bottom;
  margin-bottom: 5px;
  margin-top: 3px;
}
.main_header .social .item iframe {
  vertical-align: bottom;
}
.main_header .searchfield_mobile {
  display: none;
  text-align: right;
}
@media screen and (max-width: 1220px) {
  .main_header .searchfield_mobile {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .main_header .searchfield_mobile {
    display: none;
  }
}
.searchfield_mobile form {
  display: inline-block;
  color: #333333;
  font-size: 0;
  margin: 0;
  text-align: right;
  height: 34px;
  margin: 6.66666667px 0;
  position: relative;
}
.searchfield_mobile ::-webkit-input-placeholder {
  color: black;
}
.searchfield_mobile :-moz-placeholder {
  /* Firefox 18- */
  color: black;
}
.searchfield_mobile ::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
}
.searchfield_mobile :-ms-input-placeholder {
  color: black;
}
.searchfield_mobile input {
  font-family: inherit;
}
.searchfield_mobile input[name="s"] {
  border: #ddd solid 1px;
  background: white;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  padding: 8px 10px;
  font-size: 12px;
  color: black;
  text-transform: uppercase;
  font-weight: 700;
  height: 34px;
  padding-right: 34px;
}
.searchfield_mobile input[name="s"]:active,
.searchfield_mobile input[name="s"]:focus {
  border-color: #00bcea;
}
.searchfield_mobile .submit {
  border-left: #ddd solid 1px;
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 34px;
  text-align: center;
  font-size: 14px;
  line-height: 34px;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.25s ease;
  /* Safari and Chrome */
  -o-transition: all 0.25s ease;
  /* Opera */
  -ms-transition: all 0.25s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.searchfield_mobile .submit:hover {
  color: #00bcea;
}
.block_home_slider {
  background: #f0f0f0;
}
@media screen and (max-width: 1220px) {
  .block_home_slider .col1 {
    width: 100% !important;
    height: auto !important;
  }
  .block_home_slider .col1 .social {
    position: static !important;
    padding: 20px 0;
  }
  .block_home_slider .col2 {
    width: 100% !important;
  }
}
.block_home_slider .about {
  padding-top: 30px;
  font-size: 22px;
  line-height: 1.4;
}
.block_home_slider .col1 {
  position: relative;
  height: 480px;
}
.block_home_slider .social {
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.25s ease;
  /* Safari and Chrome */
  -o-transition: all 0.25s ease;
  /* Opera */
  -ms-transition: all 0.25s ease;
  opacity: 0;
  position: absolute;
  bottom: 30px;
  left: 20px;
}
.block_home_slider .social .item {
  display: inline-block;
  height: 60px;
  vertical-align: top;
}
.morelink {
  line-height: inherit;
  font-size: 80%;
  color: #00bcea;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}
.morelink:hover {
  text-decoration: underline;
}
.hblock {
  padding: 20px 0;
}
.hblock.topborder {
  border-top: #f0f0f0 solid 1px;
}
.hblock .title_section {
  text-transform: uppercase;
  font-family: 'Roboto Slab', serif;
  padding-left: 20px;
  padding-bottom: 20px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .hblock .title_section {
    padding: 6.66666667px;
    font-size: 20px;
  }
}
.hblock .kresk {
  clear: both;
  padding-bottom: 40px;
}
.block_select_topics {
  padding: 0;
  background: #333333;
  color: #f0f0f0;
}
.block_select_topics .title_section {
  padding-left: 0;
}
.block_select_topics .col {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .block_select_topics .col {
    padding: 6.66666667px;
  }
}
.block_select_topics .col2 {
  background: #4d4d4d;
}
@media screen and (max-width: 768px) {
  .block_select_topics .col2 {
    background: none;
  }
}
.block_inmedia {
  background: #f0f0f0;
}
.block_quotations {
  padding: 40px 0;
  background: black;
}
.block_quotations .col {
  background-image: url('https://liberalculture.org/wp-content/themes/liberalculture/img/quot.png');
  background-repeat: no-repeat;
  background-position: -10px -12px;
}
.block_quotations .quote {
  color: #ddd;
  font-family: 'Roboto Slab', serif;
}
.block_quotations .attribution {
  font-family: 'Roboto', sans-serif;
  color: #f0f0f0;
  font-size: 12px;
  padding-top: 5px;
}
footer {
  background: #24d0fe;
  background: white;
  font-size: 12px;
  line-height: 15px;
}
footer .col2,
footer .col1,
footer .col {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
footer .logos a,
footer .logos .txt {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  height: 50px;
  max-width: 240px;
  margin-bottom: 20px;
}
footer .logos a img,
footer .logos .txt img {
  display: block;
  filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: grayscale(100%);
  /* Current draft standard */
  -webkit-filter: grayscale(100%);
  /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  /* IE6+ */
}
footer .logos a:hover img,
footer .logos .txt:hover img {
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
}
.twitter_box {
  width: 58px;
  height: 35px;
  position: relative;
  background: #fff;
  border: 1px solid #959595;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 6px;
}
.twitter_box:after,
.twitter_box:before {
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  border: solid transparent;
  pointer-events: none;
  content: " ";
}
.twitter_box:after {
  left: 50%;
  border-top-color: #fff;
  border-width: 3px;
  margin-left: -3px;
}
.twitter_box:before {
  left: 50%;
  border-top-color: #959595;
  border-width: 4px;
  margin-left: -4px;
}
.twitter_box #followers {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0px;
  left: 0px;
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 14px;
  line-height: 34px;
  letter-spacing: 0;
  white-space: nowrap;
  color: #333;
  text-align: center;
  -webkit-font-smoothing: subpixel-antialiased;
}
.article_side_sharer {
  font-family: 'Roboto', sans-serif;
  text-align: right;
  padding-bottom: 20px;
  font-size: 0;
}
.article_side_sharer h3 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.article_side_sharer .buttonwrap {
  font-size: 12px;
  background: white;
  display: inline-block;
  background: #00bcea;
  background: rgba(0, 188, 234, 0.7);
  color: white;
  padding: 5px;
  padding-left: 10px;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.25s ease;
  /* Safari and Chrome */
  -o-transition: all 0.25s ease;
  /* Opera */
  -ms-transition: all 0.25s ease;
}
.article_side_sharer .buttonwrap:hover {
  background: black;
  color: white;
}
.article_side_sharer .buttonwrap .button {
  display: inline-block;
  width: 20px;
  text-align: center;
}
.block_article_headers {
  position: relative;
}
.block_article_headers .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: grayscale(100%);
  /* Current draft standard */
  -webkit-filter: grayscale(100%);
  /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  /* IE6+ */
}
.block_article_headers.fullh_66 {
  min-height: 300px;
  min-height: 50vh;
}
.block_article_headers.nothumb {
  background: #9aeaff;
}
.block_article_headers.nothumb .bg {
  display: none;
}
.block_article_headers.nothumb .fg {
  position: static !important;
}
.block_article_headers .fg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Roboto Slab', serif;
  padding-top: 40px;
  padding-bottom: 40px;
}
.block_article_headers .fg .cat {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #00bcea;
  padding-bottom: 10px;
}
.block_article_headers .fg .title {
  font-size: 48px;
  line-height: 1;
  padding-bottom: 10px;
  max-width: 720px;
}
@media screen and (max-width: 768px) {
  .block_article_headers .fg .title {
    font-size: 28px;
  }
}
.block_article_headers .fg .meta {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  padding-bottom: 20px;
}
.block_article_headers .fg .meta .author {
  font-weight: 700;
  text-transform: uppercase;
}
.block_article_headers .fg .lead {
  max-width: 720px;
  line-height: 1.5;
}
.block_article_headers .fg .lead span {
  background: rgba(255, 255, 255, 0.7);
}
.stdtxt h1,
.stdtxt h2,
.stdtxt h3,
.stdtxt h4,
.stdtxt h5,
.stdtxt h6 {
  margin-bottom: 1em;
  line-height: 1.2;
  font-weight: 700;
}
.stdtxt h1 {
  font-size: 28px;
}
.stdtxt h2 {
  font-size: 24px;
}
.stdtxt h3 {
  font-size: 20px;
}
.stdtxt h4 {
  font-size: 18px;
}
.stdtxt h5 {
  font-size: 18px;
}
.stdtxt h6 {
  font-size: 18px;
}
.block_article {
  padding: 40px 0;
}
.block_article .text {
  max-width: 720px;
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  line-height: 1.5;
}
.block_article .text blockquote {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 110%;
  line-height: 1.3;
  background: #00bcea;
  color: white;
  padding: 10px 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin-left: -20px;
}
.block_article .text table {
  border-collapse: collapse;
  border-top: black solid 2px;
  width: 100% !important;
}
.block_article .text table td {
  width: 50% !important;
  border-bottom: black solid 2px;
  padding: 8px 0;
}
.block_article .text .noindent p {
  text-indent: 0 !important;
}
.block_article .text p {
  margin-bottom: 1em;
}
.block_article .text p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .block_article .text p {
    text-indent: 0;
  }
}
.block_article .text p a {
  text-decoration: underline;
}
.block_article .text p a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.block_article .text iframe {
  width: 100% !important;
}
.block_article .text .wp-caption {
  font-family: 'Roboto', sans-serif;
  width: 100% !important;
  font-size: 14px;
}
.block_article .text .wp-caption a {
  display: block;
  width: 100% !important;
}
.block_article .text .wp-caption img {
  width: auto;
  height: auto;
  display: block;
  margin-bottom: 5px;
}
.block_article .text .alignnone {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
@media screen and (max-width: 1024px) {
  .block_article .text .alignnone {
    margin-left: 0;
  }
}
.block_article .text .alignnone.size-thumbnail {
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
}
.block_article .text img {
  max-width: 100% !important;
  height: auto;
}
.block_article .text ol {
  margin-left: 2em;
}
.block_article .text h1,
.block_article .text h2,
.block_article .text h3,
.block_article .text h4,
.block_article .text h5,
.block_article .text h6 {
  margin-bottom: 1em;
  line-height: 1.2;
  font-weight: 700;
}
.block_article .text h1 {
  font-size: 28px;
}
.block_article .text h2 {
  font-size: 24px;
}
.block_article .text h3 {
  font-size: 20px;
}
.block_article .text h4 {
  font-size: 18px;
}
.block_article .text h5 {
  font-size: 18px;
}
.block_article .text h6 {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .block_article .text {
    font-size: 16px;
  }
}
.block_article .text .article_footer {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #333333;
  padding-top: 20px;
  margin-top: 20px;
  border-top: #f0f0f0 solid 1px;
}
.block_article .text .comments {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #333333;
  padding-top: 20px;
  margin-top: 20px;
  border-top: #f0f0f0 solid 1px;
}
.block_related_articles {
  background: #f0f0f0;
}
.searcherror {
  text-align: left;
  padding: 20px;
}
.searcherror a {
  text-decoration: underline;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.25s ease;
  /* Safari and Chrome */
  -o-transition: all 0.25s ease;
  /* Opera */
  -ms-transition: all 0.25s ease;
}
.searcherror a:hover {
  color: #00bcea;
}
.block_polish_toc {
  font-family: 'Roboto', sans-serif;
}
.block_polish_toc .entry {
  padding-top: 10px;
  margin-top: 10px;
  border-top: #f0f0f0 solid 1px;
}
.block_polish_toc .entry h2 {
  font-size: 18px;
}
.block_polish_toc .entry .in {
  display: none;
  padding-top: 20px;
}
.block_polish_toc .entry .title {
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  max-width: 720px;
}
.block_polish_toc .entry a {
  display: block;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.25s ease;
  /* Safari and Chrome */
  -o-transition: all 0.25s ease;
  /* Opera */
  -ms-transition: all 0.25s ease;
}
.block_polish_toc .entry a:first-child .title {
  font-size: 24px;
}
.block_polish_toc .entry a:hover {
  color: #00bcea;
}
.block_polish_toc .entry .meta {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  padding-bottom: 20px;
}
.block_polish_toc .entry .meta .author {
  font-weight: 700;
  text-transform: uppercase;
}
.block_polish_toc .entry .morelink {
  cursor: pointer;
  text-transform: uppercase;
}
.block_about {
  font-family: 'Roboto', sans-serif;
}
.block_about .entry {
  padding-top: 10px;
  margin-top: 10px;
  border-top: #f0f0f0 solid 1px;
}
.block_about .entry h2 {
  font-size: 24px;
}
.block_about .entry .in {
  display: none;
  font-family: 'Roboto Slab', serif;
}
.block_about .entry .title {
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  max-width: 720px;
}
.block_about .entry .morelink {
  cursor: pointer;
  text-transform: uppercase;
}
.quote-author {
  margin: 0 !important;
  font-size: 90%;
  text-align: right;
  font-family: 'Roboto Slab', serif;
}
.block_special_reports_archive .cols3 {
  margin-bottom: 20px;
}
.block_special_reports_archive .cols3.even {
  background: #f0f0f0;
}
.block_special_reports_archive .col {
  padding-top: 20px;
  padding-bottom: 20px;
}
.block_special_reports_archive .postlink:last-child {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
