.pagination ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.pagination li{
    display: none;
}
.pagination li:before{
    display: none;
}
.pagination li.prev,
.pagination li.next{
    display: inline-block;
}
#catblogoutput .pagination{
    display: none;
}
.article-holder .image-block{
    max-height: 100%;
}
.class-hdr{
    text-align: center;
    padding: 40px 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    text-shadow: 1px 1px 5px rgba(0,0,0,.75);
}
.class-hdr-blk{
    text-align: center;
    padding: 40px 30px;
    color: #000;
    text-transform: uppercase;
    font-size: 36px;
}
.article-holder:nth-child(2n) .container{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
@media (max-width: 767px){
    .article-holder .image-block{
        width: 100%;
    }
    .article-holder:nth-child(2n) .container{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
/*.builderItem {
  position: relative; }
  .builderItem:hover .drag-drop-nav {
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  .builderItem:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 4px solid #e8a900;
    z-index: 168;
    background: rgba(0, 0, 0, 0.3);
    display: none; }
  .builder-active .builderItem:hover:after {
    display: block; }
  .builderItem > section,
  .builderItem > div,
  .builderItem > aside {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .builderItem.hideItem:before {
    content: "\f070";
    font-family: "FontAwesome";
    font-size: 153px;
    line-height: 1;
    color: #7e7e7e;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 169; }
  .builderItem.hideItem:after {
    background: rgba(204, 204, 204, 0.65);
    display: block;
    border: none; }
  .builderItem.hideItem li {
    color: #ccc; }
    .builderItem.hideItem li a {
      color: inherit; }
  .builderItem.hideItem .icon.hide:before {
    content: "\f06e" !important; }
  .builderItem.hideItem .drag-drop-nav {
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }

.drag-drop-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 20px;
  z-index: 169;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 169;
  font-family: 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif !important;
  display: none;
  -webkit-transform: translate(-200px, -50%);
      -ms-transform: translate(-200px, -50%);
          transform: translate(-200px, -50%);
  -webkit-transition: -webkit-transform 0.3s linear;
          transition: transform 0.3s linear; }
  .builder-active .drag-drop-nav {
    display: block; }
  .drag-drop-nav li {
    padding-bottom: 6px; }
  .drag-drop-nav .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .drag-drop-nav .link:hover .icon {
      background: #e8a900;
      color: #fff; }
    .drag-drop-nav .link:hover .text,
    .drag-drop-nav .link:hover .off-text {
      display: block; }
    .hideItem .drag-drop-nav .link .on-text {
      display: block; }
    .hideItem .drag-drop-nav .link:hover .off-text {
      display: none; }
  .drag-drop-nav .icon {
    font-size: 20px;
    line-height: 1;
    display: block;
    width: 36px;
    height: 36px;
    background: #efece6;
    position: relative;
    color: #000; }
    .drag-drop-nav .icon:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .drag-drop-nav .text,
  .drag-drop-nav .off-text,
  .drag-drop-nav .on-text {
    background: #efece6;
    white-space: nowrap;
    line-height: 36px;
    color: #000;
    font-size: 14px;
    padding: 0 13px;
    display: none; }

.icon.hide:before {
  content: "\f070"; }

.build-switcher {
  position: fixed;
  left: 20px;
  bottom: 20px;
  text-transform: uppercase;
  z-index: 1000; }
  .build-switcher .jcf-checkbox {
    display: block;
    margin: 0 auto 5px;
    border-color: #4d4d4d; }

.build-switcher.build-switcher {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 40px;
  -webkit-transition: left 0.3s linear;
          transition: left 0.3s linear; }
  .builder-active .build-switcher.build-switcher {
    left: 100px; }
  .build-switcher.build-switcher .jcf-checkbox {
    position: static;
    width: 176px;
    height: 49px;
    border-radius: 23px;
    display: block;
    margin: 0 auto 5px;
    border: 2px solid  #e8a900;
    background: #e8a900;
    -webkit-transition: background 0.2s linear, border 0.2s linear;
            transition: background 0.2s linear, border 0.2s linear;
    bottom: 20px;
    text-transform: uppercase;
    z-index: 1000;
    margin: 0;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
    .build-switcher.build-switcher .jcf-checkbox span {
      position: relative;
      display: block;
      width: 38px;
      height: 38px;
      border-radius: 50%;
      left: 3px;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      -webkit-transition: all 0.2s linear;
              transition: all 0.2s linear;
      text-align: center;
      line-height: 26px;
      background: #fff;
      z-index: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      .build-switcher.build-switcher .jcf-checkbox span:before {
        color: rgba(255, 255, 255, 0.5);
        visibility: hidden;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        padding-left: 3px; }
  .build-switcher.build-switcher .jcf-checkbox.jcf-checked {
    border-color: #e8a900;
    background: #fff; }
    .build-switcher.build-switcher .jcf-checkbox.jcf-checked span {
      left: calc(173px - 45px);
      background: #e8a900; }
      .build-switcher.build-switcher .jcf-checkbox.jcf-checked span:before {
        visibility: visible; }
  .build-switcher.build-switcher .jcf-checked + .text {
    color: #e8a900; }
    .build-switcher.build-switcher .jcf-checked + .text .on {
      display: block; }
  .build-switcher.build-switcher .jcf-unchecked + .text .off {
    display: block; }
  .build-switcher.build-switcher .text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    text-transform: none;
    pointer-events: none;
    text-align: center;
    z-index: 1000; }
    .build-switcher.build-switcher .text .on,
    .build-switcher.build-switcher .text .off {
      display: none; }
    .build-switcher.build-switcher .text .on {
      padding-right: 32px; }
    .build-switcher.build-switcher .text .off {
      padding-left: 35px; }
*/