@media (max-width: 480px) {
  body {
    padding: 0;
    margin: 0; }
    body #page {
      margin: 0; }
    body #content.container {
      padding: 10px 15px 15px; } }

.button-swipe-category {
  display: block;
  float: left;
  padding: 5px 14px 4px;
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 10px !important;
  margin-bottom: 12px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0px 1px 0 rgba(255, 255, 255, 0.075);
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 4px;
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }
  .button-swipe-category .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    background-color: whitesmoke;
    border-radius: 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 3px; }

.category-post-item {
  padding-bottom: 10px;
  border-bottom: 1px solid grey;
  margin-bottom: 20px; }
  .category-post-item .post-title {
    display: block;
    font-size: 18px;
    color: #900; }
  .category-post-item .post-thumbnail {
    margin-right: 10px; }
  @media (max-width: 767px) {
    .category-post-item .post-thumbnail {
      margin-right: 0;
      margin-bottom: 10px;
      display: block;
      float: none; } }

.related-post-items .related-post-item {
  color: black; }
  .related-post-items .related-post-item .post-thumbnail {
    border: 1px solid #333; }
    .related-post-items .related-post-item .post-thumbnail a {
      height: 150px;
      display: block;
      line-height: 150px; }
    .related-post-items .related-post-item .post-thumbnail .image {
      vertical-align: middle; }
  .related-post-items .related-post-item .title {
    font-size: 16pt;
    line-height: 1em; }
  .related-post-items .related-post-item .image {
    width: 100%;
    height: auto; }
  .related-post-items .related-post-item:hover {
    text-decoration: none; }
    .related-post-items .related-post-item:hover .description {
      text-decoration: underline; }

@media (max-width: 767px) {
  .post .entry-content .size-large {
    width: 100%;
    height: auto; } }

.ad-wrapper {
  display: block;
  margin: 0 auto;
  text-align: center; }
  .ad-wrapper a {
    display: inline-block; }

.ad-adspace-container .adspace {
  text-align: center; }
  .ad-adspace-container .adspace.space-bottom {
    margin-bottom: 15px; }
  .ad-adspace-container .adspace.space-top {
    margin-top: 15px; }
  .ad-adspace-container .adspace.right .ad-wrapper {
    text-align: right; }
  .ad-adspace-container .adspace.left .ad-wrapper {
    text-align: left; }
@media (max-width: 767px) {
  .ad-adspace-container .adspace a {
    display: block; }
    .ad-adspace-container .adspace a img {
      width: 100%;
      height: auto; } }

.news-cr-top-row {
  padding: 5px 0;
  color: #eee;
  margin: 0 auto; }
  .news-cr-top-row .top-row-cell {
    vertical-align: middle;
    line-height: 25px;
    padding: 0; }
  @media (max-width: 767px) {
    .news-cr-top-row .top-row-cell {
      text-align: center; } }

.live-clock {
  display: inline-block;
  width: 150px;
  line-height: 22px;
  text-align: center;
  border: 1px solid #939EAD;
  margin: 4px 5px 0 0; }
  .live-clock .date {
    font-size: 0.8em; }
  @media (max-width: 480px) {
    .live-clock {
      display: block;
      width: auto;
      margin: 4px 0 0; } }

.slider {
  width: 320px;
  height: 150px;
  margin: 0 auto;
  position: relative; }
  .slider > input[type="radio"] {
    display: none; }
  .slider > .item {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 100%;
    background-color: #eee;
    overflow: hidden;
    opacity: 0;
    height: 0;
    transition-property: opacity, top, bottom, height;
    transition-duration: 500ms; }
  .slider .item-inner,
  .slider .item-title,
  .slider .item-description {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 96; }
    .slider .item-inner img,
    .slider .item-title img,
    .slider .item-description img {
      width: 100%;
      height: auto; }
  .slider .item-title {
    bottom: auto;
    z-index: 97;
    color: black;
    font-family: "Crete Round"; }
    .slider .item-title h1, .slider .item-title h2, .slider .item-title h3, .slider .item-title h4, .slider .item-title h5 {
      padding: 15px;
      background-color: white;
      color: black;
      margin: 0;
      text-align: center; }
    .slider .item-title .post-title {
      font-size: 30px;
      line-height: 30px; }
  .slider .item-description {
    top: auto;
    z-index: 97;
    background-color: white; }
    .slider .item-description .meta-date {
      color: #aaa;
      padding: 5px 5px 0;
      display: block;
      border-bottom: 1px dashed #888;
      font-size: 11px;
      margin: 0 10px; }
    .slider .item-description p.post-excerpt {
      color: black;
      padding: 0 10px 0;
      margin-bottom: 0; }
  .slider .hotspot {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 97; }
  .slider .controls {
    position: absolute;
    bottom: 120px;
    left: 0;
    right: 0;
    height: 20px;
    text-align: right;
    padding: 0 10px;
    z-index: 100; }
    .slider .controls label {
      display: inline-block;
      background-color: #bbb;
      width: 16px;
      height: 16px;
      border-radius: 5px;
      cursor: pointer;
      border: 1px solid #888;
      transition-property: background-color;
      transition-duration: 200ms; }
  .slider #item-1-ctrl:checked ~ .item-1 {
    top: 0;
    bottom: 0;
    opacity: 1;
    height: 100%; }
  .slider #item-1-ctrl:checked ~ .controls .ctrl-1 {
    background-color: #fff;
    border-color: #aaa; }
  .slider #item-2-ctrl:checked ~ .item-2 {
    top: 0;
    bottom: 0;
    opacity: 1;
    height: 100%; }
  .slider #item-2-ctrl:checked ~ .controls .ctrl-2 {
    background-color: #fff;
    border-color: #aaa; }
  .slider #item-3-ctrl:checked ~ .item-3 {
    top: 0;
    bottom: 0;
    opacity: 1;
    height: 100%; }
  .slider #item-3-ctrl:checked ~ .controls .ctrl-3 {
    background-color: #fff;
    border-color: #aaa; }
  .slider #item-4-ctrl:checked ~ .item-4 {
    top: 0;
    bottom: 0;
    opacity: 1;
    height: 100%; }
  .slider #item-4-ctrl:checked ~ .controls .ctrl-4 {
    background-color: #fff;
    border-color: #aaa; }
  .slider #item-5-ctrl:checked ~ .item-5 {
    top: 0;
    bottom: 0;
    opacity: 1;
    height: 100%; }
  .slider #item-5-ctrl:checked ~ .controls .ctrl-5 {
    background-color: #fff;
    border-color: #aaa; }
  @media (max-width: 767px) {
    .slider {
      margin-bottom: 15px; }
      .slider .post-meta .post-title {
        padding: 10px 10px 30px; } }

#homepage-layout-3 .slider,
#homepage-layout-5 .slider {
  width: 100%;
  height: 655px; }
  #homepage-layout-3 .slider .item-inner,
  #homepage-layout-5 .slider .item-inner {
    top: 1em; }
  @media (max-width: 767px) {
    #homepage-layout-3 .slider,
    #homepage-layout-5 .slider {
      height: 450px; }
      #homepage-layout-3 .slider .controls,
      #homepage-layout-5 .slider .controls {
        top: 0; }
      #homepage-layout-3 .slider > .item .post-title,
      #homepage-layout-5 .slider > .item .post-title {
        padding: 20px 5px 5px; } }
  @media (max-width: 480px) {
    #homepage-layout-3 .slider,
    #homepage-layout-5 .slider {
      height: 400px; }
      #homepage-layout-3 .slider > .item .post-title,
      #homepage-layout-5 .slider > .item .post-title {
        line-height: 1.25em; }
      #homepage-layout-3 .slider > .item .item-description .post-excerpt,
      #homepage-layout-5 .slider > .item .item-description .post-excerpt {
        line-height: 1em;
        max-height: 6em;
        position: relative;
        padding: 0; }
        #homepage-layout-3 .slider > .item .item-description .post-excerpt:before,
        #homepage-layout-5 .slider > .item .item-description .post-excerpt:before {
          z-index: 100;
          content: '';
          display: block;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          height: 2em;
          background-size: 100%;
          *zoom: 1;
          filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF');
          background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
          background-size: 100%;
          background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
          background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
          background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
          background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%); } }

#homepage-layout-5 .section-heading {
  margin: 15px 0 10px 0; }
  #homepage-layout-5 .section-heading.style-cat {
    color: #e9ecee; }
    #homepage-layout-5 .section-heading.style-cat span {
      background-color: #474e51; }
#homepage-layout-5 .slider-ads {
  padding-top: 60px; }
#homepage-layout-5 .post-section .large-post {
  position: relative;
  margin-bottom: 15px; }
  #homepage-layout-5 .post-section .large-post .post-title,
  #homepage-layout-5 .post-section .large-post .meta-date {
    margin: 0 5px; }
  #homepage-layout-5 .post-section .large-post span.meta-date {
    display: block;
    text-align: right;
    border-bottom: 1px dashed #ddd;
    float: none; }
  #homepage-layout-5 .post-section .large-post .post-title {
    height: 2em;
    margin-top: 3px; }
    #homepage-layout-5 .post-section .large-post .post-title a {
      vertical-align: top;
      margin: auto 0 0;
      font-size: 16px;
      line-height: 16px;
      display: inline-block; }
  #homepage-layout-5 .post-section .large-post .post-thumbnail {
    margin-bottom: 0; }
  #homepage-layout-5 .post-section .large-post .thumb-link {
    display: block;
    height: 200px;
    overflow: hidden; }
#homepage-layout-5 .post-section .post-meta {
  display: block; }
  #homepage-layout-5 .post-section .post-meta .post-excerpt {
    padding: 5px;
    margin: 0;
    max-height: 5em;
    line-height: 1em;
    font-size: 14px;
    overflow: hidden;
    height: 3em; }
#homepage-layout-5 .large-post p.post-excerpt {
  position: relative; }
  #homepage-layout-5 .large-post p.post-excerpt:before {
    z-index: 100;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2em;
    background-size: 100%;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%); }
#homepage-layout-5 #posts-row-7 .posts.first-post h1.post-title {
  margin: 0 0 10px; }
#homepage-layout-5 #posts-row-7 .second-post {
  margin-bottom: 15px; }
  #homepage-layout-5 #posts-row-7 .second-post:last-child {
    margin-bottom: 0; }
  #homepage-layout-5 #posts-row-7 .second-post .post-title {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4em;
    margin: 0; }
@media (min-width: 768px) and (max-width: 1199px) {
  #homepage-layout-5 .post-section .large-post .thumb-link {
    height: 150px; } }
@media (max-width: 767px) {
  #homepage-layout-5 .post-section .large-post .thumb-link {
    height: auto; } }
@media (max-width: 480px) {
  #homepage-layout-5 .slider-ads {
    padding-top: 0; } }

@media (max-width: 767px) {
  #header.x-header {
    padding: 0 20px;
    text-align: center; }
    #header.x-header .header-right {
      display: block;
      float: left; } }
@media (max-width: 480px) {
  #header.x-header {
    padding: 0 10px; } }

@media (max-width: 480px) {
  #intr.container.x-breaking-news {
    padding: 0 5px; }
    #intr.container.x-breaking-news .brnews {
      padding: 5px 0 0; }
      #intr.container.x-breaking-news .brnews h3 {
        width: auto;
        background-image: none;
        color: #333;
        text-align: center;
        padding: 0;
        font-weight: bold;
        margin-bottom: 5px; }
    #intr.container.x-breaking-news .simply-scroll .simply-scroll-clip {
      max-width: 100%; } }

.quick-links-container .quick-links {
  display: table;
  width: 100%;
  font-size: 13px; }
  .quick-links-container .quick-links .ql-row {
    display: table-row; }
  .quick-links-container .quick-links .cell {
    display: table-cell; }
  .quick-links-container .quick-links label {
    font-weight: bold;
    font-size: 11px; }
@media (max-width: 767px) {
  .quick-links-container {
    display: none; } }

#main-menu {
  position: relative; }
  #main-menu .search,
  #main-menu .search input[type="text"] {
    -moz-transition-property: width, box-shadow;
    -o-transition-property: width, box-shadow;
    -webkit-transition-property: width, box-shadow;
    transition-property: width box-shadow;
    -moz-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear; }
  #main-menu .search {
    width: 45px;
    overflow: hidden; }
    #main-menu .search input[type="text"] {
      width: 0; }
    #main-menu .search input#searchsubmit {
      width: 45px; }
    #main-menu .search.search-right {
      position: absolute;
      right: 0;
      top: 0; }
    #main-menu .search.expanded {
      width: 270px; }
      #main-menu .search.expanded input[type="text"] {
        width: 225px; }

#footer-categories {
  padding: 15px 0;
  background: #1E2124;
  color: #73787c; }
  #footer-categories ul,
  #footer-categories ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.9em; }
  #footer-categories a {
    color: #73787c;
    display: block;
    padding: 1px 5px; }
    #footer-categories a:hover {
      color: #a7abae;
      background-color: #121416;
      text-decoration: none; }
  #footer-categories .footer-title {
    border-bottom: 1px solid #424547; }
  #footer-categories .footer-columns {
    padding: 0 15px; }
  #footer-categories .cat-item {
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%; }
  @media (min-width: 1200px) {
    #footer-categories {
      padding: 15px 40px; }
      #footer-categories .cat-item {
        width: 20%; } }
  @media (min-width: 980px) and (max-width: 1199px) {
    #footer-categories {
      padding: 15px; }
      #footer-categories .footer-title {
        margin: 0 15px 15px; }
      #footer-categories .footer-columns {
        padding: 0 15px; }
      #footer-categories .cat-item {
        width: 25%; } }
  @media (min-width: 768px) and (max-width: 979px) {
    #footer-categories {
      padding: 15px 40px; }
      #footer-categories .footer-title {
        margin: 0 0 15px; }
      #footer-categories .cat-item {
        width: 33.3%; } }
  @media (max-width: 767px) {
    #footer-categories .footer-title {
      margin: 0 15px 15px; }
    #footer-categories .footer-columns {
      padding: 0 15px; }
    #footer-categories .cat-item {
      width: 50%; } }
  @media (max-width: 480px) {
    #footer-categories .footer-title {
      margin: 0 15px 15px; }
    #footer-categories .cat-item {
      width: 50%; } }
  @media (max-width: 320px) {
    #footer-categories .footer-title {
      margin: 0 15px 15px; }
    #footer-categories .cat-item {
      width: 100%; } }

.hover-action-ad .view-primary {
  display: block;
}
.hover-action-ad .view-secondary {
  display: none;
}
.hover-action-ad.hovering .view-primary {
  display: none;
}
.hover-action-ad.hovering .view-secondary {
  display: block;
}
