

@media (min-width: 768px) {
  body {
    padding-top: 0;
    margin-left: 286px;
  }

    #search-footer {
      display: none;
    }
}


#lang-nav a.qtranxs_flag.qtranxs_flag_en.qtranxs_flag_and_text {
    margin: 0px 20px 0px -8px;
}

hr {
    border: 0;
    clear: both;
    display: block;
    width: 85%;
    background-color: #ffe093;
    height: 1px;
    opacity: 0.50;
  }

  #spine {
      position: fixed;
      top: 0px;
      left: 0px;
      width: 32px;
      height: 100%;
      background: url(../../images/phrase.png) left top no-repeat;
      background-color: #fddc99;
  }

.nav-link {
    transition: none;
    padding: 1px 5px 1px 10px !important;
    color: white;
}

.nav-link:hover {
    color: #ffecbe !important;
}

.current-menu-item {
    background-color: #ffe093 !important;
}

.current-menu-item a {
  color: #173d64 !important;
}

.photo-container {
  overflow: hidden;
}

.photo {
  opacity: 0;
  transition: opacity 1s;
}

.photo.active {
  opacity: 1;
}

.photo-container img {
  outline: 2px solid #bf943e;
  outline-offset: -8px;
}

@media (max-width: 767px) {

  .navbar {
    background: rgb(134,110,62);
    background: -moz-linear-gradient(90deg, rgba(134,110,62,1) 0%, rgba(21,55,91,1) 49%, rgba(255,226,168,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(134,110,62,1) 0%, rgba(21,55,91,1) 49%, rgba(255,226,168,1) 100%);
    background: linear-gradient(90deg, rgba(134,110,62,1) 0%, rgba(21,55,91,1) 49%, rgba(255,226,168,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#866e3e",endColorstr="#ffe2a8",GradientType=1);
    padding-right: 0.5rem !important;
    min-height: 80px;
  }
  #spine {
    display: none;
  }

  #search-footer {
    padding: 10px;
  }

  #search-nav {
    display: none;
  }
  #lang-nav ul.language-chooser {
    margin-left: 16px;
  }

  #lang-nav hr {
    margin-left: 0px;
    width: 100%;
}

  #pic-featured {
    display: none;
  }
  .navbar-brand {
    padding-top: 10px;
    padding-bottom: 12px;
    margin-right: 0px;
  }
  #mob-nav-logo {
    padding-left: 5px;
  }
}



@media (min-width: 768px) {

  #bottom-pic-line {
    height:3px;
    background-color: #b18837;
  }

  #mob-nav-logo {
    display:none;
  }

  .navbar {
      background-color: #173d64 !important;
      padding-top: 0px !important;
  }

  .navbar.fixed-left {
    position: fixed;
    top: 0;
    left: 31px;
    z-index: 1030;
    bottom: 0;
    width: 255px;
    flex-flow: column nowrap;
    align-items: flex-start;
    right: auto;
  }
  .navbar.fixed-left .navbar-collapse {
    flex-grow: 0;
    flex-direction: column;
    width: 100%;
  }
  .navbar.fixed-left .navbar-collapse .navbar-nav {
    flex-direction: column;
    width: 100%;
  }
  .navbar.fixed-left .navbar-collapse .navbar-nav .nav-item {
    width: 100%;
  }
  .navbar.fixed-left .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    top: 0;
  }

  .navbar.fixed-left .navbar-nav .nav-item .dropdown-toggle:after {
    border-top: 0.3em solid transparent;
    border-left: 0.3em solid;
    border-bottom: 0.3em solid transparent;
    border-right: none;
    vertical-align: baseline;
  }
  .navbar.fixed-left .navbar-nav .nav-item .dropdown-menu {
    left: 100%;
  }
  #lang-nav hr {
      margin-left: 3px;
      width: 97%;
  }
}


#lang-nav {
  padding-top: 10px;
}

div#search-nav {
  padding-top: 21px;
  width:255px;
}
