@font-face {
  font-family: "DB Heavent";
  src: url("../fonts/DBHeavent.eot");
  src: url("../fonts/DBHeavent.eot?#iefix") format("embedded-opentype"), url("../fonts/DBHeavent.woff2") format("woff2"), url("../fonts/DBHeavent.woff") format("woff"), url("../fonts/DBHeavent.ttf") format("truetype"), url("../fonts/DBHeavent.svg#DBHeavent") format("svg");
  font-weight: normal;
  font-style: normal; }

@-webkit-keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fade-in-up {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%); }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }

@keyframes fade-in-up {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%); }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }

@-webkit-keyframes fade-in-up-2 {
  from {
    opacity: 0;
    -webkit-transform: translate(0%, 50%);
            transform: translate(0%, 50%); }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes fade-in-up-2 {
  from {
    opacity: 0;
    -webkit-transform: translate(0%, 50%);
            transform: translate(0%, 50%); }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

#archive {
  padding-bottom: 500px;
  background: #ffc522 url("../images/bg-02.jpg") center bottom no-repeat; }
  #archive .story-info {
    width: 450px; }
    #archive .story-info .topic {
      color: #FFF; }
    #archive .story-info .description {
      color: #FFF; }
    #archive .story-info .action .btn {
      border-color: #FFF;
      color: #FFF; }
      #archive .story-info .action .btn:hover {
        background: #FFF;
        color: #666; }

#action {
  margin-bottom: 20px; }

#archive-headline {
  background: #ffc522 url("../images/bg-02.jpg") center bottom no-repeat;
  padding-bottom: 700px; }
  #archive-headline .page-headline {
    padding-top: 40px; }
    #archive-headline .page-headline .headline-primary {
      font-weight: 700;
      text-transform: uppercase;
      position: relative;
      padding-bottom: 5px;
      color: #333;
      font-size: 50px;
      line-height: 1.2em;
      letter-spacing: 2px; }
    #archive-headline .page-headline .headline-secondary {
      font-weight: 400;
      text-transform: uppercase;
      position: relative;
      padding-bottom: 15px;
      color: #333;
      font-size: 50px;
      line-height: 1;
      letter-spacing: 2px; }
    #archive-headline .page-headline .hr {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 120px;
      height: 4px;
      background: #333; }
  #archive-headline .back-btn {
    display: inline-block;
    margin-top: 10px;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 2px; }
    @media only screen and (max-width: 575px) {
      #archive-headline .back-btn {
        margin-top: 2px;
        font-size: 18px; } }
    #archive-headline .back-btn a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: auto;
      color: #FFF; }
    #archive-headline .back-btn img {
      vertical-align: middle;
      height: 14px;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      @media only screen and (max-width: 575px) {
        #archive-headline .back-btn img {
          height: 12px; } }
    #archive-headline .back-btn:hover img {
      margin-right: 10px; }
    @media only screen and (max-width: 767px) {
      #archive-headline .back-btn {
        position: absolute;
        top: 0;
        right: 15px; } }

#archive-ads {
  margin-top: -700px; }
  #archive-ads .sub-header {
    font-size: 26px;
    text-transform: uppercase;
    padding-top: 40px;
    font-weight: 600; }
  #archive-ads .archive-photo {
    background: none !important; }
  #archive-ads .video-field {
    min-height: 954px;
    margin-bottom: 30px; }
    #archive-ads .video-field .video-img {
      height: 218px;
      overflow: hidden;
      margin-top: 32px; }
      #archive-ads .video-field .video-img img {
        width: 100%;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out; }
      #archive-ads .video-field .video-img .archive-img {
        margin-top: -22px; }
    #archive-ads .video-field .video-title {
      background-color: #f0efef;
      height: 68px;
      font-size: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      #archive-ads .video-field .video-title .main,
      #archive-ads .video-field .video-title .sub {
        display: inline-block;
        margin: 0 3px; }
      #archive-ads .video-field .video-title .main {
        color: #252525;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        font-weight: 400; }
      #archive-ads .video-field .video-title .sub {
        color: #252525; }
    #archive-ads .video-field .video:hover .video-img img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    #archive-ads .video-field .video:hover .video-title .main {
      color: #ffc000; }
  #archive-ads .archive-img {
    margin-top: 32px;
    width: 100%; }
  #archive-ads .archive-pagination {
    color: grey;
    letter-spacing: 0.3rem;
    text-align: center; }
  #archive-ads .page {
    cursor: pointer; }
  #archive-ads .page:hover {
    color: black; }
  #archive-ads .page.active {
    color: #ffc522;
    font-weight: 900; }
  #archive-ads .archive-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px; }
  #archive-ads .archive-ads-btn {
    display: none; }
  #archive-ads .previous-btn {
    padding: 5px 0px 5px 0px;
    color: #999999;
    border: solid 1px #999999;
    background-color: #fff;
    border-radius: .25rem;
    text-align: center;
    width: 170px;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s; }
    #archive-ads .previous-btn:hover {
      border-color: #ffc522;
      background: #ffc522;
      color: #FFF; }
  #archive-ads .next-btn {
    padding: 5px 0px 5px 0px;
    color: #999999;
    border: solid 1px #999999;
    background-color: #fff;
    border-radius: .25rem;
    margin-left: 30px;
    text-align: center;
    width: 170px;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s; }
    #archive-ads .next-btn:hover {
      border-color: #ffc522;
      background: #ffc522;
      color: #FFF; }

.archive-photo-bg {
  height: 1460px;
  background-color: #ffc522;
  background-image: url("../images/bg-01.jpg"), url("../images/bg-02.jpg");
  background-position: top, bottom;
  background-repeat: no-repeat, no-repeat; }

#archive-photo {
  margin-top: -1460px; }
  #archive-photo .sub-header {
    font-size: 26px;
    text-transform: uppercase;
    margin-top: 40px;
    font-weight: 600; }
  #archive-photo .sub-header-hr {
    display: none;
    border: solid 1px #ccc; }
  #archive-photo .photo-header-row {
    margin-top: 75px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #archive-photo .photo-header-row .sub-header {
      margin-top: 0; }
    #archive-photo .photo-header-row .year-tab {
      margin-left: auto;
      margin-right: auto; }
  #archive-photo .year-header-row {
    width: 90%;
    height: 31px; }
  #archive-photo .year-header {
    color: #666666;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    -webkit-transition: .4s;
    transition: .4s;
    text-align: center; }
  #archive-photo .year-header:hover {
    color: #ffc522;
    font-weight: 400; }
  #archive-photo .year-header.active {
    color: #ffc522;
    font-size: 18px;
    font-weight: 400;
    margin-left: 0px;
    margin-right: 0px; }
  #archive-photo .photo-column {
    margin-top: 30px; }
  #archive-photo .photo-frame {
    max-width: 100%;
    height: auto;
    margin-bottom: 30px; }
  #archive-photo .photo-year {
    max-width: 100%;
    height: auto; }
  #archive-photo .photo-year-row {
    height: auto !important; }
  #archive-photo .photo-year-column.active {
    display: block; }
  #archive-photo .photo-year-column.hiding {
    display: none; }
  #archive-photo .story-info .action .btn {
    border-color: #FFF;
    color: #FFF; }
  #archive-photo .story-info .action .btn:hover {
    background: #FFF;
    color: #666; }
  #archive-photo .archive-photo-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px; }
  #archive-photo .load-more-btn {
    padding: 5px 0px 5px 0px;
    color: #999999;
    border: solid 1px #999999;
    background-color: #fff;
    border-radius: .25rem;
    text-align: center;
    width: 170px;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s; }
    #archive-photo .load-more-btn:hover {
      border-color: #ffc522;
      background: #ffc522;
      color: #FFF; }
  #archive-photo .special-case-p-2 {
    max-width: 103%; }
  #archive-photo .special-case-frame {
    margin-left: 2px; }

@media only screen and (max-width: 1199px) {
  #archive-photo .photo-column {
    min-height: auto; }
  #archive-photo .photo-year {
    height: auto; }
  #archive-photo .year-header {
    font-size: 18px; }
  #archive-photo .year-header.active {
    font-size: 18px;
    margin-left: 15px;
    margin-right: 15px; }
  #archive-photo .special-case-p-2 {
    max-width: 100%; }
  #archive-photo .special-case-frame {
    margin-left: 0px; }
  #archive-ads .video-field {
    min-height: 806px;
    margin-bottom: 30px; } }

@media only screen and (max-width: 991px) {
  #archive-headline .page-headline .headline-primary {
    font-size: 50px;
    padding-bottom: 5px; }
  #archive-headline .page-headline .headline-secondary {
    font-size: 50px; }
  #archive-ads .archive-pagination {
    display: none; }
  #archive-ads .archive-btn {
    display: none; }
  #archive-ads .archive-img {
    margin-top: 20px; }
  #archive-ads .archive-ads-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px; }
  #archive-ads .archive-load-more {
    padding: 10px 0px 10px 0px;
    color: #999999;
    border: solid 1px #999999;
    background-color: #fff;
    border-radius: .25rem;
    text-align: center;
    width: 170px;
    cursor: pointer; }
    #archive-ads .archive-load-more:hover {
      border-color: #ffc522;
      background: #ffc522;
      color: #FFF; }
  .archive-photo-bg {
    height: 2300px;
    background-color: #ffc522;
    background-image: url("../images/bg-01.jpg"), url("../images/bg-02.jpg");
    background-position: 0px -50px, bottom;
    background-repeat: no-repeat, no-repeat; }
  #archive-photo {
    margin-top: -2350px; }
    #archive-photo .sub-header-hr {
      margin-top: 20px;
      display: block;
      border-width: 0.5px; }
    #archive-photo .photo-column {
      min-height: auto; }
    #archive-photo .photo-frame {
      text-align: center; }
    #archive-photo .frame-left {
      text-align: left; }
    #archive-photo .frame-right {
      text-align: right; }
    #archive-photo .year-tab {
      margin-top: 20px; }
    #archive-photo .year-header-row {
      width: 100%;
      height: auto; }
    #archive-photo .year-header {
      color: #666666;
      font-size: 18px;
      font-weight: 400;
      margin-left: 0px;
      margin-right: 0px;
      cursor: pointer;
      margin-top: 5px; }
    #archive-photo .year-header:hover {
      color: #ffc522;
      font-weight: 400; }
    #archive-photo .year-header.active {
      color: #ffc522;
      font-size: 18px;
      font-weight: 400;
      margin-left: 0px;
      margin-right: 0px; }
    #archive-photo .photo-year {
      padding-left: 0px;
      padding-right: 0px; }
    #archive-photo .archive-photo-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 30px; }
    #archive-photo .load-more-btn {
      padding: 10px 0px 10px 0px;
      color: #999999;
      border: solid 1px #999999;
      background-color: #fff;
      border-radius: .25rem;
      text-align: center;
      width: 170px;
      cursor: pointer; }
      #archive-photo .load-more-btn:hover {
        border-color: #ffc522;
        background: #ffc522;
        color: #FFF; }
    #archive-photo .special-case-p-2 {
      max-width: 100%; }
    #archive-photo .special-case-frame {
      margin-left: 0px; } }

@media only screen and (max-width: 767px) {
  #archive-headline .page-headline {
    padding-top: 20px; }
    #archive-headline .page-headline .headline-primary {
      font-size: 32px;
      padding-bottom: 4px; }
    #archive-headline .page-headline .headline-secondary {
      font-size: 32px; }
  #archive-ads .video-field {
    min-height: 650px; }
  #archive-ads .archive-pagination {
    display: none; }
  #archive-ads .archive-btn {
    display: none; }
  #archive-ads .archive-img {
    margin-top: 20px; }
  #archive-ads .archive-ads-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px; }
  #archive-ads .archive-load-more {
    padding: 10px 0px 10px 0px;
    color: #999999;
    border: solid 1px #999999;
    background-color: #fff;
    border-radius: .25rem;
    text-align: center;
    width: 170px;
    cursor: pointer; }
    #archive-ads .archive-load-more:hover {
      border-color: #ffc522;
      background: #ffc522;
      color: #FFF; }
  .archive-photo-bg {
    height: 2300px;
    background-color: #ffc522;
    background-image: url("../images/bg-01.jpg"), url("../images/bg-02.jpg");
    background-position: 0px -50px, bottom;
    background-repeat: no-repeat, no-repeat; }
  #archive-photo {
    margin-top: -2350px; }
    #archive-photo .sub-header-hr {
      margin-top: 20px;
      display: block;
      border-width: 0.5px; }
    #archive-photo .photo-column {
      min-height: auto; }
    #archive-photo .photo-year {
      height: auto; }
    #archive-photo .year-tab {
      margin-top: 20px; }
    #archive-photo .year-header {
      color: #666666;
      font-size: 21px;
      font-weight: 400;
      margin-left: 0px;
      margin-right: 0px;
      cursor: pointer;
      margin-top: 5px;
      height: 35px; }
    #archive-photo .year-header:hover {
      color: #ffc522;
      font-weight: 400; }
    #archive-photo .year-header.active {
      color: #ffc522;
      font-size: 21px;
      font-weight: 400;
      margin-left: 0px;
      margin-right: 0px;
      margin-top: 3px; }
    #archive-photo .year-header-mb-right {
      text-align: right; }
    #archive-photo .year-header-mb-left {
      text-align: left; }
    #archive-photo .year-header-mb-center {
      text-align: center; }
    #archive-photo .archive-photo-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 30px; }
    #archive-photo .load-more-btn {
      padding: 10px 0px 10px 0px;
      color: #999999;
      border: solid 1px #999999;
      background-color: #fff;
      border-radius: .25rem;
      text-align: center;
      width: 170px;
      cursor: pointer; }
      #archive-photo .load-more-btn:hover {
        border-color: #ffc522;
        background: #ffc522;
        color: #FFF; }
    #archive-photo .special-case-p-2 {
      max-width: 100%; }
    #archive-photo .special-case-frame {
      margin-left: 0px; } }

@media only screen and (max-width: 575px) {
  #archive-headline .page-headline .headline-primary {
    font-size: 32px; }
  #archive-headline .page-headline .headline-secondary {
    font-size: 32px;
    padding-bottom: 13px; }
  #archive-headline .page-headline .hr {
    height: 3px; }
  #archive-ads .archive-pagination {
    display: none; }
  #archive-ads .archive-btn {
    display: none; }
  #archive-ads .archive-img {
    margin-top: 20px; }
  #archive-ads .archive-ads-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px; }
  #archive-ads .archive-load-more {
    padding: 10px 0px 10px 0px;
    color: #999999;
    border: solid 1px #999999;
    background-color: #fff;
    border-radius: .25rem;
    text-align: center;
    width: 170px;
    cursor: pointer; }
    #archive-ads .archive-load-more:hover {
      border-color: #ffc522;
      background: #ffc522;
      color: #FFF; }
  .archive-photo-bg {
    height: 2300px;
    background-color: #ffc522;
    background-image: url("../images/bg-01.jpg"), url("../images/bg-02.jpg");
    background-position: 0px -50px, bottom;
    background-repeat: no-repeat, no-repeat; }
  #archive-photo {
    margin-top: -2350px; }
    #archive-photo .sub-header-hr {
      margin-top: 20px;
      display: block;
      border-width: 0.5px; }
    #archive-photo .photo-column {
      min-height: auto; }
    #archive-photo .year-tab {
      margin-top: 20px; }
    #archive-photo .year-header {
      color: #666666;
      font-size: 21px;
      font-weight: 400;
      margin-left: 0px;
      margin-right: 0px;
      cursor: pointer;
      margin-top: 5px;
      height: 32px; }
    #archive-photo .year-header:hover {
      color: #ffc522;
      font-weight: 400; }
    #archive-photo .year-header.active {
      color: #ffc522;
      font-size: 21px;
      font-weight: 400;
      margin-left: 0px;
      margin-right: 0px;
      margin-top: 3px; }
    #archive-photo .year-header-mb-right {
      text-align: right; }
    #archive-photo .year-header-mb-left {
      text-align: left; }
    #archive-photo .year-header-mb-center {
      text-align: center; }
    #archive-photo .photo-frame {
      text-align: center !important; }
    #archive-photo .photo-year {
      max-width: 100%;
      height: auto; }
    #archive-photo .archive-photo-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 30px; }
    #archive-photo .load-more-btn {
      padding: 10px 0px 10px 0px;
      color: #999999;
      border: solid 1px #999999;
      background-color: #fff;
      border-radius: .25rem;
      text-align: center;
      width: 170px;
      cursor: pointer; }
      #archive-photo .load-more-btn:hover {
        border-color: #ffc522;
        background: #ffc522;
        color: #FFF; }
    #archive-photo .special-case-p-2 {
      max-width: 100%; }
    #archive-photo .special-case-frame {
      margin-left: 0px; } }
