 header.sticky{
    transform: translateY(0%);
}
header.sticky .header_top{
   transform: translateY(0%);
} 

.stories_inner {
   margin-top: 109px;
   padding-top: 2rem;
}
.stories_inner .content{
   max-width: 960px;
}
#story-title {
   text-align: center;
   margin-bottom: 60px;
}
#story-title h2 { 
   
   font-size: 30px;
   line-height: 1;
   
   margin: 0 auto 20px;
   max-width: calc(100% - 60px);
}

#story-title p {
   font-family: "Gotham Medium", sans-serif;
   font-size: 12px;
   line-height: 1;
   
   margin: 0 auto;
   max-width: calc(100% - 60px);
   text-transform: uppercase;
   letter-spacing: 1px;
}
#story-controls {
   text-align: center;
   position: relative;
   font-size: 12px;
   text-transform: uppercase;
   font-family: "Gotham";
}
#story-controls .prev {
   position: absolute;
   left: 0;
}
#story-controls .next {
   position: absolute;
   right: 0;
}
#story-controls div {  
   line-height: 26px;
   
}
#story-image {
   margin-bottom: 35px;
}
#story-image img {
   width: 100%;
   display: block;
}
#story-message {
   text-align: center; 
   font-size: 14px;
   line-height: 1.5;
   margin: 0 auto 35px;
}
#story-controls span, #story-controls img {
   vertical-align: middle;
}
#story-controls span{
   font-size: 12px;
}
#story-message p {
   margin-top: 0;
}
#story-tags {
   text-align: center;
   margin-bottom: 45px;
}
#story-share {
   text-align: center;
   margin-bottom: 60px;
}
#story-share h4 { 
   font-size: 12px;
   line-height: 1;
   
   text-align: center;
   letter-spacing: 1px;
}
#story-share li {
   margin: 0 10px;
   display: inline-block;
}
#story-share img {
   display: block;
   width: 14px;
   height: 14px;
}
.stories-item.w2 {
   width: 32%;
   padding: 15px 15px 25px;
   margin: 0 auto 60px;
   display: inline-block;
   max-width: 472px;
}
.stories-img {
   padding-bottom: 90%;
   height: 0;
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
}
.stories-info h3 {
   text-align: center;
   font-family: "Gotham Book", sans-serif;
   font-size: 14px;
   line-height: 1;
   
   margin: 40px auto 15px;
   max-width: calc(100% - 60px);
}
.w2 .stories-info h3 {
   margin: 30px auto 15px;
}
#story-controls .next img {
   -webkit-transform: rotateY(180deg);
   -ms-transform: rotateY(180deg);
   transform: rotateY(180deg);
}