#page-pewearticle #main {
  text-align: center;
}
#page-pewearticle #heading-line-we {
  text-align: left;
}
#page-pewearticle #page-content {
  background: #fff;
  display: block;
  margin: 0 auto;
  padding: 0 13px;
  position: relative;
  text-align: left;
}
#page-pewearticle #page-content .post {
  clear: both;
}
#page-pewearticle #page-content .gallery time {
  display: none;
}
#page-pewearticle figure {
  margin: 0;
  position: relative;
}
#page-pewearticle figure img {
  display: block;
  height: auto;
  width: 100%;
}
#page-pewearticle figure figcaption {
  background-color: #d7d7d7;
  font-size: 10px;
  padding: 9px 12px;
  margin: 0;
}
#page-pewearticle .articleTitle {
  color: #888888;
  font-family: 'Fjalla One', sans-serif;
  font-size: 23px;
}
#page-pewearticle .articleSubtitle {
  font-family: 'Fjalla One', sans-serif;
  font-size: 15px;
  margin-top: 0;
}
#page-pewearticle .articleText {
  clear: both;
}
#page-pewearticle .articleText p {
  font-size: 12px;
  margin: 20px 0;
}

/* Previous / Next links */ 

.prev-next-block {
  float: right;
  margin: 15px 0;
  padding-right: 0;
}
.prev-next-block .previous-wrapp,
.prev-next-block .previous-wrapp .previous-block,
.prev-next-block .next-wrapp,
.prev-next-block .next-wrapp .next-block {
  display: inline-block;
}
.prev-next-block .previous-headline,
.prev-next-block .next-headline {
  display: none;
}
.prev-next-block a,
.prev-next-block .previous-wrapp:after,
.prev-next-block .previous-block-disabled,
.prev-next-block .next-block-disabled {
  font-size: 13px;
  font-family: 'Fjalla One', sans-serif;
  color: #747373 !important;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}
.prev-next-block .previous-block a,
.prev-next-block .previous-block-disabled {
  padding-left: 23px;
}
.prev-next-block .next-block a,
.prev-next-block .next-block-disabled {
  padding-right: 23px;
}
.prev-next-block a:after,
.prev-next-block .previous-block-disabled:after,
.prev-next-block .next-block-disabled:after {
  content: '';
  display: block;
  position: absolute;
  margin-top: -14px;
  width: 14px;
  height: 11px;
  background: transparent url(../../images/navigation-arrors.png) no-repeat scroll;
  background-size: 30px auto;
}
.prev-next-block a:hover {
  color: #d20b13 !important;
}
.prev-next-block .previous-block  a:hover:after {
  background-position: left bottom;
}
.prev-next-block .next-block a:hover:after {
  background-position: right bottom;
}
.prev-next-block .previous-wrapp:after {
  content: '/';
  margin: 0 1px;
}
.prev-next-block .previous-block-disabled,
.prev-next-block .next-block-disabled {
  opacity: 0.3;
}
.prev-next-block .previous-block a:after,
.prev-next-block .previous-block-disabled:after {
  background-position: left top;
  left: 0;
}
.prev-next-block .next-block a:after,
.prev-next-block .next-block-disabled:after {
  background-position: right top;
  right: 0;
}


/* Tags */
.tags {
  position: relative;
  padding: 0;
  font: 15px/16px 'endzone_sans_condmedium', Arial, Helvetica, sans-serif;
}
.tags:after {
  content: '';
  display: block;
  clear: both;
}
.tags ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tags li {
  float: left;
  margin: 0 2px 0 0;
}
.tags li a {
  padding: 2px 3px;
  color: #fff;
  float: left;
  background: #c3c3c3;
  margin-right: 3px;
  text-decoration: none;
}
.tags li span {
  padding: 2px 6px 3px;
  float: left;
}
.tags li a:hover {
  background: #c71f1c;
  color: #fff;
  text-decoration: none;
}

/* Social icons / Share */

#page-pewearticle .social-wrapp {
  float: right;
  margin-bottom: 12px;
  margin-top: 12px;
  padding: 0;
}
#page-pewearticle .publish-by {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 16px;
}
#page-pewearticle .publish-by a {
  font-weight: bold;
  text-decoration: none;
}
.social-item {
  height: 24px;
  background: transparent url(../images/social-icons-we.png) no-repeat scroll;
  background-size: 27px auto;
  display: inline-block;
  padding: 4px 0 0 39px;
  width: 0px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: width 0.25s ease-in-out 0s;
  -moz-transition: width 0.25s ease-in-out 0s;
  -ms-transition: width 0.25s ease-in-out 0s;
  -o-transition: width 0.25s ease-in-out 0s;
  transition: width 0.25s ease-in-out 0s;
  box-sizing: content-box;
  text-align: left;
  vertical-align: top;
}
.social-item.fb-wrapp {background-position: 0 0;}
.social-item.twitter-wrapp {background-position: 0 -30px;}
.social-item.add-wrapp {background-position: 0 -60px;}

.social-item:hover {
  width: 100px;
}
.social-item a.addthis_button_facebook_like,
.social-item a.addthis_button_tweet,
.social-item a.addthis_pill_style {
  padding: 0;
  float: none;
}
.social-item a.addthis_button_facebook_like iframe,
.social-item a.addthis_button_tweet iframe,
.social-item a.addthis_button_compact {
  width: 80px !important;
}
.atm-f {
  /* last element in the addthis popup has the height set to 1pc, which becomes 5px'*/
  height: auto !important;
}

/* Video player */

#leadVideo {
  margin-bottom: 15px;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
#leadVideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#page-pewearticle #disqus_thread {
  margin-top: 40px;
}

/* Related articles */

#page-pewearticle .news {
  background-color: #fff;
  border-top: 4px solid #000;
  margin: 20px -13px 0;
  padding: 13px;
}
#page-pewearticle .news h2 {
  color: #dc0a19;
  text-transform: uppercase;
  font-family: 'Fjalla One', sans-serif;
  margin-bottom: -20px;
}
#page-pewearticle .news article {
  margin-top: 40px;
}
#page-pewearticle .news article figure {
  position: relative;
}
#page-pewearticle .news article figure time.date {
  position: absolute;
  font-family: 'Fjalla One', sans-serif;
  left: 0;
  top: 0;
  z-index: 1;
  font-size: 13px;
  line-height: 26px;
  padding: 0 10px 0 5px;
  color: #fff;
  background: #64c1c5;
}
#page-pewearticle .news article a {
  color: #000;
  text-decoration: none;
}
#page-pewearticle .news article a h2 {
  color: #000;
  font-size: 23px;
  line-height: 29px;
  margin-top: 13px;
  margin-bottom: 0;
  font-family: 'Fjalla One', sans-serif;
}
#page-pewearticle .news article a:hover h2 {
  color: #dc0a19;
}
#page-pewearticle .news article p{
  font-size: 12px;
  line-height: 17px;
  margin-top: 11px;
}


@media screen and (min-width: 768px) {

  #page-pewearticle #page-content .post {
    background-color: #fff;
    margin: 40px;
    padding: 40px;
  }
  #page-pewearticle #page-content {
    background: transparent;
    margin: 73px auto 43px;
    max-width: 1280px;
    padding: 0;
  }
  #page-pewearticle #page-content .gallery {
    margin: 0 -40px;
    position: relative;
  }
  #page-pewearticle #page-content .gallery time {
    background-color: #64c1c5;
    color: #fff;
    display: block;
    font-family: 'Fjalla One', sans-serif;
    font-size: 33px;
    height: 52px;
    left: 0;
    line-height: 52px;
    padding: 0 40px;
    position: absolute;
    top: 0;
    z-index: 99;
  }
  #page-pewearticle figure figcaption {
    font-size: 24px;
    padding: 20px 40px;
  }
  #page-pewearticle .articleTitle {
    font-size: 55px;
  }
  #page-pewearticle .articleSubtitle {
    font-size: 24px;
  }
  #page-pewearticle .articleText p {
    font-size: 24px;
    margin: 35px 0;
  }
  #page-pewearticle .FreeFormA > strong {
    /*display: none;*/
  }

  /* Previous / Next links */

  .prev-next-block {
    float: none;
    max-width: 1200px;
    margin: 0;
    text-align: right;
    box-sizing: border-box;
    position: absolute;
    padding-right: 40px;
    top: -40px;
    right: 0;
  }
  .prev-next-block a,
  .prev-next-block .previous-wrapp:after,
  .prev-next-block .previous-block-disabled,
  .prev-next-block .next-block-disabled {
    font-size: 22px;
  }
  .prev-next-block .previous-block a,
  .prev-next-block .previous-block-disabled {
    padding-left: 38px;
  }
  .prev-next-block .next-block a,
  .prev-next-block .next-block-disabled {
    padding-right: 38px;
  }
  .prev-next-block a:after,
  .prev-next-block .previous-block-disabled:after,
  .prev-next-block .next-block-disabled:after {
    background-size: 50px auto;
    top: 50%;
    margin-top: -10px;
    width: 23px;
    height: 18px;
  }
  .prev-next-block .previous-wrapp:after {
    margin: 0 5px;
  }


  /* Social icons / share */
  
  #page-pewearticle .social-wrapp {
    border-bottom: 1px solid #888888;
    border-top: 1px solid #888888;
    font-size: 24px;
    float: none;
    margin: 30px 0 75px;
    padding: 20px 0 15px;
  }
  #page-pewearticle .social-wrapp .publish-by {
    display: block;
    float: right;
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 7px;
  }
  #page-pewearticle .social-wrapp .publish-by a {
    color: #62bdc0;
    text-decoration: none;
  }
  #page-pewearticle .social-wrapp .publish-by a:hover {
    color: #005673;
  }
  .social-item {
    height: 30px;
    padding: 10px 0 0 60px;
    background-size: 40px auto;
  }
  .social-item.fb-wrapp {background-position: 0 0;}
  .social-item.twitter-wrapp {background-position: 0 -45px;}
  .social-item.add-wrapp {background-position: 0 -90px;}



  /* Video player */

  #leadVideo {
    margin-bottom: 40px;
  }

  #page-pewearticle #disqus_thread {
    margin-top: 80px;
    border-top: 1px solid #888;
    padding-top: 60px;
  }

  /* Related articles */
  
  #page-pewearticle .news {
    background-color: #fff;
    border-top: 4px solid #000;
    margin: -40px 40px 40px;
    overflow: hidden;
    padding: 40px 28px 0;
  }
  #page-pewearticle .news > h2 {
    font-family: 'Fjalla One', sans-serif;
    font-size: 41px;
    color: #dc0a19;
    margin: 0 0 0 11px;
    text-transform: uppercase;
  }
  #page-pewearticle .news figure time.date {
    background: #64c1c5;
    color: #fff;
    font-size: 20px;
    left: 0;
    line-height: 41px;
    padding: 0 17px;
    position: absolute;
    top: 0;
  }
  #page-pewearticle .news article {
    color: #000;
    float: left;
    margin: 40px 0;
    padding: 0 12px;
    width: 33.33%;
  }
  #page-pewearticle .news article:nth-of-type(3n+4) {
    clear: left;
  }
  #page-pewearticle .news article:nth-of-type(3n+4) a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -51px;
    width: 300%;
    padding-right: 48px;
    height: 2px;
    background: #a4a4a4;
    box-sizing: content-box;
  }
  #page-pewearticle .news article a {
    display: block;
    position: relative;
    text-decoration: none;
  }
  #page-pewearticle .news article a h2 {
    font-family: 'Fjalla One', sans-serif;
    font-size: 36px;
    line-height: 42px;
    margin: 28px 0 0 0;
  }
  #page-pewearticle .news article a:hover {
    color: #d20b13;
  }
  #page-pewearticle .news article p {
    font-size: 18px;
    line-height: 26px;
    margin: 17px 0 0 0;
  }

}