.grid {
  margin: 0 auto;
  max-width: 1200px;
  overflow: hidden; }
  @media (max-width: 1240px) {
    .grid {
      padding-left: 10px;
      padding-right: 10px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

.col {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }

.col-0 {
  width: 0%; }

.offset-col-0 {
  margin-left: 0%; }

.col-1 {
  width: 8.33333%; }

.offset-col-1 {
  margin-left: 8.33333%; }

.col-2 {
  width: 16.66667%; }

.offset-col-2 {
  margin-left: 16.66667%; }

.col-3 {
  width: 25%; }

.offset-col-3 {
  margin-left: 25%; }

.col-4 {
  width: 33.33333%; }

.offset-col-4 {
  margin-left: 33.33333%; }

.col-5 {
  width: 41.66667%; }

.offset-col-5 {
  margin-left: 41.66667%; }

.col-6 {
  width: 50%; }

.offset-col-6 {
  margin-left: 50%; }

.col-7 {
  width: 58.33333%; }

.offset-col-7 {
  margin-left: 58.33333%; }

.col-8 {
  width: 66.66667%; }

.offset-col-8 {
  margin-left: 66.66667%; }

.col-9 {
  width: 75%; }

.offset-col-9 {
  margin-left: 75%; }

.col-10 {
  width: 83.33333%; }

.offset-col-10 {
  margin-left: 83.33333%; }

.col-11 {
  width: 91.66667%; }

.offset-col-11 {
  margin-left: 91.66667%; }

.col-12 {
  width: 100%; }

.offset-col-12 {
  margin-left: 100%; }

@media (max-width: 999px) {
  .col-md-0 {
    width: 0%; }
  .offset-col-md-0 {
    margin-left: 0%; }
  .col-md-1 {
    width: 8.33333%; }
  .offset-col-md-1 {
    margin-left: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .offset-col-md-2 {
    margin-left: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .offset-col-md-3 {
    margin-left: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .offset-col-md-4 {
    margin-left: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .offset-col-md-5 {
    margin-left: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .offset-col-md-6 {
    margin-left: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .offset-col-md-7 {
    margin-left: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .offset-col-md-8 {
    margin-left: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .offset-col-md-9 {
    margin-left: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .offset-col-md-10 {
    margin-left: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .offset-col-md-11 {
    margin-left: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .offset-col-md-12 {
    margin-left: 100%; } }

@media (max-width: 630px) {
  .col-sm-0 {
    width: 0%; }
  .offset-col-sm-0 {
    margin-left: 0%; }
  .col-sm-1 {
    width: 8.33333%; }
  .offset-col-sm-1 {
    margin-left: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .offset-col-sm-2 {
    margin-left: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .offset-col-sm-3 {
    margin-left: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .offset-col-sm-4 {
    margin-left: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .offset-col-sm-5 {
    margin-left: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .offset-col-sm-6 {
    margin-left: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .offset-col-sm-7 {
    margin-left: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .offset-col-sm-8 {
    margin-left: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .offset-col-sm-9 {
    margin-left: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .offset-col-sm-10 {
    margin-left: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .offset-col-sm-11 {
    margin-left: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .offset-col-sm-12 {
    margin-left: 100%; } }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  font-size: 16px;
  font-family: 'Ubuntu', sans-serif; }

.hidden {
  display: none; }

a {
  text-decoration: none;
  color: #000; }

h2 {
  font-size: 2rem;
  margin-top: 2rem;
  margin-bottom: 1rem; }

button, .store .menu a {
  outline: none;
  cursor: pointer;
  background-color: transparent;
  border: #c7b07f solid 2px;
  color: #c7b07f;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 10px;
  font-family: inherit;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out; }

button:hover, .store .menu a:hover {
  background-color: #c7b07f;
  color: #000; }

button:active, .store .menu a:active {
  background-color: transparent;
  color: #c7b07f;
  transition: color 100ms ease-in-out, background-color 100ms ease-in-out; }

.see-more {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem; }
  .see-more button, .see-more .store .menu a, .store .menu .see-more a {
    font-size: 1.2rem; }
  @media (max-width: 630px) {
    .see-more {
      margin-top: 0; } }

.link {
  color: #5C5128;
  text-decoration: underline; }

.link:hover {
  color: #5c51289f; }

.link:hover img {
  filter: opacity(60%); }

.coming-soon {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .coming-soon h2 {
    font-size: 3rem;
    padding-bottom: 4rem;
    text-align: center; }

.facebook-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }

.facebook-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute; }

.anchor {
  padding-top: 60px;
  margin-top: -60px; }

header {
  background-color: white;
  height: 70px;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 3; }
  header h1 {
    display: none; }
  header nav {
    align-items: center;
    display: flex;
    height: 70px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%; }
  header .logo {
    height: 100%;
    object-fit: contain;
    font-size: 0;
    margin-right: 1rem; }
  header img {
    height: 100%; }
  header ul {
    display: flex;
    justify-content: end;
    gap: 2rem;
    list-style: none;
    width: 22rem; }
  header a {
    color: black;
    font-size: 15px; }
  header a:hover {
    color: #555555; }
  header .menu-btn {
    display: none; }
  header .menu-icon {
    cursor: pointer;
    display: none;
    padding: 1.3rem 0;
    position: relative; }
  header .nav-icon, header .nav-icon::before, header .nav-icon::after {
    background-color: black;
    display: block;
    height: 2px;
    position: relative;
    transition: background-color 200ms ease-out;
    width: 30px; }
  header .nav-icon::before {
    content: '';
    height: 100%;
    position: absolute;
    top: 10px;
    transition: all 200ms ease-out;
    width: 100%; }
  header .nav-icon::after {
    content: '';
    height: 100%;
    position: absolute;
    top: -10px;
    transition: all 200ms ease-out;
    width: 100%; }
  @media (max-width: 1200px) {
    header nav {
      padding: 0 1rem; } }
  @media (max-width: 630px) {
    header img {
      height: 46px; }
    header .menu-icon {
      display: block; }
    header .hidden {
      display: block; }
    header .logo {
      padding-top: 13px; }
    header ul {
      align-items: center;
      background-color: #eeeaea;
      display: flex;
      flex-direction: column;
      height: 20rem;
      justify-content: space-around;
      max-height: 0;
      overflow: hidden;
      position: absolute;
      right: 0;
      top: 69px;
      transition: max-height 300ms ease-in-out;
      width: 100%;
      -moz-box-shadow: 0px 15px 10px -15px #111;
      -webkit-box-shadow: 0px 15px 10px -15px #111;
      box-shadow: 0px 15px 10px -15px #111; }
    header ul a {
      color: black;
      font-size: 1.7rem;
      line-height: 3rem;
      width: 100%;
      padding-right: 1rem;
      display: block; }
    header li {
      width: 100%;
      background-color: #d1cece71;
      text-align: right; } }

.menu-btn:checked ~ ul {
  max-height: 100vh; }

.menu-btn:checked ~ .menu-icon .nav-icon {
  background: transparent; }

.menu-btn:checked ~ .menu-icon .nav-icon::before {
  background-color: black;
  top: 0;
  transform: rotate(-45deg); }

.menu-btn:checked ~ .menu-icon .nav-icon::after {
  background-color: black;
  top: 0;
  transform: rotate(45deg); }

.hero {
  background: url("../img/hero-background.jpg") fixed;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 90vh;
  /*
  &_info p {
    //margin-top: 1.5rem;
    //color: #fff;
  }
*/ }
  .hero_blur-container {
    height: 100%;
    min-height: 90vh;
    background-color: rgba(90, 106, 44, 0.9); }
    @supports (-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px)) {
      .hero_blur-container {
        background-color: transparent;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px); } }
  .hero_logo {
    margin-bottom: 1rem; }
  .hero img {
    object-fit: contain; }
  .hero .grid {
    height: 100%;
    display: flex;
    align-items: center;
    min-height: 90vh; }
  .hero .row {
    width: 110%; }
  .hero_info {
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center; }
  .hero button, .hero .store .menu a, .store .menu .hero a {
    margin-top: 1rem;
    font-size: 1.5rem;
    margin-bottom: 2rem; }
  .hero .logo-title {
    font-size: 3rem;
    text-align: center;
    margin-top: 0; }
  @media (max-width: 630px) {
    .hero .logo-title {
      font-size: 2rem; } }

.hrafnsvik-logo {
  width: 100%; }

.uniq {
  width: 20rem; }
  @media (max-width: 630px) {
    .uniq {
      width: 15rem; } }

.uniq-slogan {
  font-family: 'Saira', sans-serif;
  color: #ab6824;
  letter-spacing: 3px;
  margin-top: 0.4rem;
  font-size: 2rem; }
  @media (max-width: 630px) {
    .uniq-slogan {
      font-size: 1.5rem; } }
  @media (max-width: 355px) {
    .uniq-slogan {
      font-size: 1rem; } }

.dogs {
  background-color: #eeeaea; }

.dog-box {
  min-height: 21rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column; }
  .dog-box_image {
    height: 14.7rem;
    overflow: hidden; }
  .dog-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 300ms ease-in-out; }
  .dog-box_text {
    background-color: #fff;
    min-height: 30%;
    padding: 0.5rem;
    padding-top: 1rem;
    flex-grow: 100;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
  .dog-box p {
    color: gray;
    margin-bottom: 0.2rem; }
  .dog-box h3 {
    font-size: 1.15rem; }
  .dog-box:hover img {
    transform: scale(1.1); }
  .dog-box:hover h3 {
    text-decoration: underline; }

footer {
  background-color: #303030;
  color: #fff;
  padding-bottom: 1rem; }
  footer a {
    color: #fff; }
  footer a:hover {
    text-decoration: underline; }
  footer .footer_title {
    border-bottom: 1px solid #fff;
    margin-bottom: 1rem; }
  footer .contact {
    margin-bottom: 1rem; }
  footer .contact div {
    margin-bottom: 0.5rem; }
  footer .address {
    margin-bottom: 1rem; }
  footer .socials {
    display: flex;
    flex-direction: row-reverse; }
    @media (max-width: 630px) {
      footer .socials {
        flex-direction: row; } }
  footer .socials div {
    padding-right: 1rem; }
  footer .social {
    height: 2rem;
    object-fit: contain;
    display: flex;
    margin-bottom: 1rem;
    align-items: center; }
  footer .social img {
    max-height: 100%;
    max-width: 100%; }
  footer .social p {
    margin-left: 0.5rem; }
  footer button, footer .store .menu a, .store .menu footer a {
    color: #fff;
    border-color: #fff; }
  footer button:hover, footer .store .menu a:hover, .store .menu footer a:hover {
    background-color: #fff;
    color: #000; }
  footer button:active, footer .store .menu a:active, .store .menu footer a:active {
    background-color: transparent;
    color: #fff; }
  footer .terms-logos {
    display: flex;
    justify-content: center;
    margin-top: 1rem; }
  footer .card-logos {
    height: 1rem;
    display: flex;
    justify-content: space-between; }
  footer .card-logos img {
    height: 100%;
    margin-left: 0.2rem;
    margin-right: 0.2rem; }
  footer .terms {
    display: flex;
    align-items: center; }
  footer .terms a {
    font-size: 0.7rem;
    margin-left: 0.3rem;
    margin-right: 0.3rem; }

@media (max-width: 630px) {
  footer h2 {
    margin-left: 8.33333%;
    margin-top: 0.5rem; }
  .contact-button.left {
    display: none; }
  footer .terms-logos {
    flex-direction: column;
    align-items: center; }
  .card-logos {
    margin-bottom: 0.5rem; }
  footer .terms a {
    font-size: 0.5rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem; } }

@media (min-width: 630px) {
  .contact-button.right {
    display: none; } }

.profile-pic {
  width: 96%;
  height: 20rem;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  filter: drop-shadow(0 0 0.2rem black); }
  .profile-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.about-dog {
  background-color: #eeeaea;
  min-height: 70vh; }
  .about-dog .info-container {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .about-dog .row {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .about-dog .main-info {
    text-align: center; }
  .about-dog h2 {
    margin-top: 1rem;
    margin-bottom: 0.5rem; }
  .about-dog h2.in-memory {
    margin-top: 0; }
  .about-dog .secondary-name {
    color: gray;
    font-size: 1.1rem;
    margin-bottom: 0.5rem; }
  .about-dog #achievements {
    margin-bottom: 1.5rem; }
  .about-dog .link {
    font-weight: 400;
    font-size: 1.3rem; }
  .about-dog .link img {
    height: 1.3rem;
    margin-left: 0.2rem; }
  .about-dog .link a {
    display: flex;
    align-items: center; }
  .about-dog .parents {
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem; }
  .about-dog .father, .about-dog .mother {
    width: 45%;
    background-color: #d1c5b8;
    padding: 0.3rem;
    text-align: center;
    min-height: 4rem; }
  .about-dog .parent-link {
    transition: transform 300ms ease-in-out; }
    .about-dog .parent-link:hover .parent-name {
      text-decoration: underline; }
    .about-dog .parent-link:hover {
      transform: scale(1.05); }
  .about-dog .father p:first-child, .about-dog .mother p:first-child {
    font-weight: 500; }
  .about-dog .age-about {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: justify; }
  .about-dog .age {
    text-align: center;
    margin-bottom: 1rem; }
  .about-dog .age p {
    margin-bottom: 0.3rem; }
  .about-dog h3, .about-dog h4 {
    margin-bottom: 0.3rem; }
  .about-dog h4 {
    margin-top: 0.7rem; }
  .about-dog ul {
    margin-left: 1.2rem; }

.dog-gallery img {
  width: 100%;
  max-height: 20rem;
  object-fit: cover;
  border-radius: 3px;
  border: #d1c5b8 solid 0.2rem;
  background-color: #d1c5b8; }

.dog-gallery a {
  width: 100%; }

.dog-gallery .portrait {
  object-position: 0 20%; }

.dog-gallery .col {
  margin-bottom: 0.5rem; }

.dog-gallery .tooltip {
  position: relative;
  display: inline-block; }

.dog-gallery .tooltip .tooltiptext {
  visibility: hidden;
  width: 8rem;
  background-color: #d1c5b8;
  color: #000;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  font-size: 0.8rem;
  position: absolute;
  z-index: 1;
  right: 1rem;
  top: 0.5rem; }

.dog-gallery .tooltip:hover .tooltiptext {
  visibility: visible; }

@media (max-width: 630px) {
  .col {
    margin-top: 1rem; } }

@media (min-width: 630px) {
  .health_dna {
    margin-left: 2rem; }
  .achievements_link {
    margin-left: 0.6rem; } }

@media (min-width: 999px) {
  .achievements_link {
    margin-left: 1.4rem; } }

.store {
  background-color: #eeeaea;
  padding-bottom: 2rem; }
  .store h3 {
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 0.5rem; }
    @media (min-width: 630px) {
      .store h3 {
        margin-left: 1rem; } }
  .store hr {
    margin-bottom: 1rem; }
    @media (min-width: 630px) {
      .store hr {
        margin-left: 1rem;
        margin-right: 1rem; } }
  .store .menu {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    padding-right: 1rem; }
    @media (max-width: 999px) {
      .store .menu {
        justify-content: flex-start; } }
  .store .menu button, .store .menu a {
    text-align: center;
    margin-left: 1rem;
    margin-top: 2rem;
    margin-bottom: 1rem; }
    @media (max-width: 999px) {
      .store .menu button, .store .menu a {
        margin-top: 0; } }
    @media (max-width: 630px) {
      .store .menu button, .store .menu a {
        width: 80%;
        margin-left: 0; } }

.courses, .courses-homepage {
  background-color: #d1c5b8; }
  .courses ul, .courses-homepage ul {
    margin-left: 1.2rem; }

.general-info {
  margin-bottom: 1rem;
  line-height: 1.5; }
  .general-info h3 {
    margin-top: 0.5rem;
    margin-bottom: 1rem; }
  .general-info li {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem; }

.course-box {
  background-color: #aca197;
  margin-bottom: 2rem;
  padding-bottom: 0.5rem; }
  .course-box h3 {
    font-size: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center; }
  .course-box .splitter {
    display: flex; }
    @media (max-width: 999px) {
      .course-box .splitter {
        flex-direction: column;
        align-items: center; } }
  .course-box .agerange {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem; }
    .course-box .agerange_line {
      width: 20%; }
    .course-box .agerange hr {
      border-width: 0;
      border-top: 1px solid gray;
      height: 1px; }
    .course-box .agerange p {
      text-align: center;
      margin-left: 1rem;
      margin-right: 1rem; }
  .course-box ul.dash {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
    padding-bottom: 1rem; }
  .course-box ul.dash > li {
    list-style: none;
    margin-bottom: 0.2rem; }
  .course-box ul.dash > li:before {
    display: inline-block;
    content: "-";
    width: 1em;
    margin-left: -1em; }
  .course-box_info {
    width: 65%;
    padding-right: 1rem;
    display: flex;
    flex-direction: column; }
    @media (max-width: 999px) {
      .course-box_info {
        width: 100%;
        padding-right: 0; } }
  .course-box_img {
    border: #d1c5b8 solid 0.2rem;
    background-color: #d1c5b8;
    border-radius: 3px;
    height: 15rem;
    min-height: 15rem;
    max-height: 15rem;
    flex: 1;
    max-width: 28rem;
    margin-top: 3.5rem; }
    @media (max-width: 999px) {
      .course-box_img {
        margin-bottom: 1rem;
        margin-top: 0; } }
  .course-box img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .course-box a {
    font-size: 1.1rem;
    color: #3f3f3f; }
  .course-box a:hover {
    text-decoration: underline;
    color: #000; }

.courses-homepage .course-box {
  padding: 1rem;
  margin-bottom: 0;
  height: 100%;
  display: flex;
  flex-direction: column; }

.courses-homepage .agerange {
  flex-grow: 100; }

.courses-homepage .agerange.blank {
  align-items: flex-start; }

.courses-homepage .course-box_img {
  margin-top: 0.5rem; }

.courses-homepage .course-row .col {
  margin-bottom: 2rem;
  align-content: stretch; }

.courses-homepage button, .courses-homepage .store .menu a, .store .menu .courses-homepage a {
  border: #5C5128 solid 2px;
  color: #5C5128; }

.courses-homepage button:hover, .courses-homepage .store .menu a:hover, .store .menu .courses-homepage a:hover {
  background-color: #5C5128;
  color: #fff; }

.courses-homepage button:active, .courses-homepage .store .menu a:active, .store .menu .courses-homepage a:active {
  background-color: transparent;
  color: #5C5128; }

.course-icon_info {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0.5rem; }
  .course-icon_info img {
    max-height: 1rem;
    max-width: 1rem;
    margin-right: 0.5rem; }

body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.about-us {
  background-color: #eeeaea;
  padding-bottom: 2rem;
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .about-us p {
    line-height: 1.6;
    margin-bottom: 1rem;
    text-align: justify; }
  .about-us .us-pic {
    height: 30rem;
    display: flex;
    justify-content: center;
    padding: 0 2rem; }
  .about-us img {
    background-color: #d1c5b8;
    object-fit: cover;
    height: 100%;
    width: 100%;
    border: #d1c5b8 solid 0.2rem;
    border-radius: 3px; }

.terms-section {
  background-color: #eeeaea;
  padding-bottom: 2rem; }
  .terms-section h2 {
    word-wrap: break-word; }
  .terms-section a {
    color: #5C5128;
    text-decoration: underline; }
  .terms-section a:hover {
    color: #5c51289f; }
  .terms-section ul {
    list-style-type: none; }
