/*-----------------------------------------------------------------------------------*/
/*  *Variables
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*  *Mixins
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*  *Reset
/*-----------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none;
  -webkit-margin-before: 0; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  margin: 0;
  padding: 0; }

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  color: #000; }

/*---- End Reset ----*/
body {
  background: #E5E2DD;
  font-family: 'din-condensed-web';
  font-size: 30px;
  color: white; }

a {
  color: white;
  text-decoration: none; }

#sync1 {
  position: static;
  z-index: -99999; }
  #sync1 .owl-wrapper-outer {
    position: static;
    width: auto; }
    #sync1 .owl-wrapper-outer .item {
      text-align: center;
      margin: 0 auto; }
      #sync1 .owl-wrapper-outer .item.double img {
        max-width: 50%; }
      #sync1 .owl-wrapper-outer .item.mobile-item {
        max-width: 100%; }
        #sync1 .owl-wrapper-outer .item.mobile-item img {
          max-width: 100% !important; }
      #sync1 .owl-wrapper-outer .item img {
        max-width: 100%;
        max-height: 100%; }
  #sync1 .prev-btn {
    background: url(../images/arrow-large-left.png) no-repeat 15px; }
  #sync1 .next-btn {
    background: url(../images/arrow-large-right.png) no-repeat 18px;
    right: 0; }
  #sync1 .prev-btn, #sync1 .next-btn {
    cursor: pointer;
    background-color: #CB1145;
    display: block;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px; }
    #sync1 .prev-btn:hover, #sync1 .next-btn:hover {
      background-color: #58595B; }

.bottom-container {
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%; }
  .bottom-container .thumbs-container {
    background: #CBC6C0;
    /* The Fallback */
    background: rgba(203, 198, 192, 0.9);
    padding: 0 !important;
    position: fixed;
    bottom: -190px;
    transition: bottom 0.3s ease;
    width: 100%; }
    .bottom-container .thumbs-container.show-me {
      bottom: 40px;
      transition: bottom 0.3s ease; }
    .bottom-container .thumbs-container .owl-carousel .owl-wrapper-outer {
      width: auto;
      margin: 0 40px; }
      .bottom-container .thumbs-container .owl-carousel .owl-wrapper-outer .owl-item .item {
        padding: 20px 0;
        text-align: center;
        cursor: pointer;
        height: 100px;
        transition: all 0.15s ease-in-out;
        position: relative; }
        .bottom-container .thumbs-container .owl-carousel .owl-wrapper-outer .owl-item .item img {
          max-height: 100%; }
        .bottom-container .thumbs-container .owl-carousel .owl-wrapper-outer .owl-item .item .overlay {
          position: absolute;
          top: 0;
          width: 100%;
          height: 100%;
          background: #CB1145;
          opacity: 0.5;
          display: none; }
        .bottom-container .thumbs-container .owl-carousel .owl-wrapper-outer .owl-item .item.double img {
          max-width: 50%;
          height: auto; }
        .bottom-container .thumbs-container .owl-carousel .owl-wrapper-outer .owl-item .item.hovered {
          height: 150px; }
        .bottom-container .thumbs-container .owl-carousel .owl-wrapper-outer .owl-item .item:hover .overlay {
          display: inline-block; }
    .bottom-container .thumbs-container .owl-carousel .prev-btn {
      background: url(../images/large_left.png) no-repeat center; }
    .bottom-container .thumbs-container .owl-carousel .next-btn {
      background: url(../images/large_right.png) no-repeat center;
      right: 0; }
    .bottom-container .thumbs-container .owl-carousel .prev-btn, .bottom-container .thumbs-container .owl-carousel .next-btn {
      position: absolute;
      cursor: pointer;
      top: 50%;
      width: 20px;
      height: 20px;
      background-color: #CB1145;
      margin-top: -10px; }
      .bottom-container .thumbs-container .owl-carousel .prev-btn:hover, .bottom-container .thumbs-container .owl-carousel .next-btn:hover {
        background-color: #58595B; }
  .bottom-container .bottom-nav {
    height: 40px;
    background: #CB1145;
    position: fixed;
    bottom: 0;
    width: 100%; }
    .bottom-container .bottom-nav .home-logo {
      width: 100px;
      text-align: center; }
      .bottom-container .bottom-nav .home-logo .logo {
        background: url(../images/logo-small-mobile.png) no-repeat;
        display: inline-block;
        width: 33px;
        height: 30px;
        margin-top: 5px; }
    .bottom-container .bottom-nav .years-menu {
      position: relative;
      width: 120px;
      text-align: center;
      border-left: 1px solid black;
      border-right: 1px solid black; }
      .bottom-container .bottom-nav .years-menu .year-active {
        width: 100%;
        display: inline-block; }
      .bottom-container .bottom-nav .years-menu .arrow-toggle {
        display: inline-block;
        width: 16px;
        height: 9px;
        padding-bottom: 4px;
        margin-left: 5px;
        background: url(../images/arrow-large-up.png) no-repeat; }
        .bottom-container .bottom-nav .years-menu .arrow-toggle.active {
          background: url(../images/arrow-large-down.png) no-repeat; }
      .bottom-container .bottom-nav .years-menu .year-page {
        width: 100%;
        position: absolute;
        bottom: 40px; }
        .bottom-container .bottom-nav .years-menu .year-page .years {
          width: 100%;
          position: absolute;
          bottom: 40px;
          text-align: center; }
          .bottom-container .bottom-nav .years-menu .year-page .years li {
            background: #58595B;
            border-bottom: 1px solid white;
            height: 40px; }
            .bottom-container .bottom-nav .years-menu .year-page .years li:hover {
              background: #CB1145;
              cursor: pointer; }
        .bottom-container .bottom-nav .years-menu .year-page .year-arrows {
          position: absolute;
          bottom: 0;
          width: 100%;
          height: 40px; }
          .bottom-container .bottom-nav .years-menu .year-page .year-arrows .year-left {
            background: url(../images/arrow-large-left.png) no-repeat center; }
          .bottom-container .bottom-nav .years-menu .year-page .year-arrows .year-right {
            background: url(../images/arrow-large-right.png) no-repeat center; }
          .bottom-container .bottom-nav .years-menu .year-page .year-arrows .year-left, .bottom-container .bottom-nav .years-menu .year-page .year-arrows .year-right {
            width: 50%;
            display: inline-block;
            float: left;
            background-color: #CB1145;
            text-align: center;
            height: 100%; }
            .bottom-container .bottom-nav .years-menu .year-page .year-arrows .year-left:hover, .bottom-container .bottom-nav .years-menu .year-page .year-arrows .year-right:hover {
              background-color: #58595B; }
    .bottom-container .bottom-nav .image-caption {
      margin-left: 10px; }
    .bottom-container .bottom-nav .image-count {
      margin-right: 10px; }
    .bottom-container .bottom-nav .thumbs-button {
      border-left: 1px solid black;
      padding-left: 10px;
      background: url(../images/year-thumb.png) no-repeat center;
      width: 30px;
      height: 40px;
      cursor: pointer; }
      .bottom-container .bottom-nav .thumbs-button.active {
        background: url(../images/arrow-large-down.png) no-repeat center;
        background-color: #9B0234; }
        .bottom-container .bottom-nav .thumbs-button.active:hover {
          background: url(../images/close-x.png) no-repeat center;
          background-color: #9B0234; }
    .bottom-container .bottom-nav .line-height {
      line-height: 40px; }

.fl {
  float: left; }

.fr {
  float: right; }

.hidden {
  display: none; }

@media only screen and (min-width: 0px) and (max-width: 767px) {
  body {
    font-size: 20px; }

  #sync1 .owl-wrapper-outer {
    position: static;
    width: auto; }
    #sync1 .owl-wrapper-outer .item {
      text-align: center;
      max-width: 50%;
      margin: 0 auto; }
      #sync1 .owl-wrapper-outer .item.mobile-item img {
        max-width: 100% !important; }
      #sync1 .owl-wrapper-outer .item.double img {
        max-width: 50%; }
      #sync1 .owl-wrapper-outer .item img {
        max-width: 100%;
        max-height: 100%; }

  .bottom-container .bottom-nav {
    height: 30px; }
    .bottom-container .bottom-nav .home-logo {
      width: 50px; }
      .bottom-container .bottom-nav .home-logo .logo {
        width: 22px;
        background-size: 22px; }
    .bottom-container .bottom-nav .years-menu {
      width: 75px; }
      .bottom-container .bottom-nav .years-menu .year-page {
        bottom: 30px; }
    .bottom-container .bottom-nav .image-count {
      width: auto;
      float: right; }
    .bottom-container .bottom-nav .line-height {
      line-height: 30px; }

  .desktop {
    display: none; } }

/*# sourceMappingURL=yearbook.css.map */
