* {
  box-sizing: border-box;
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
}

body,
html {
  background-color: #f3f7f8;
  min-height: 100vh;
  height: 100%;
  width: 100%;
}

.l-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  min-height: 100vh;
  padding: 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .l-container {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .l-container {
    padding: 0 20px;
  }
}

.c-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  min-height: calc(100% - 84px - 32px);
  padding-bottom: 42px;
}
@media only screen and (max-width: 1010px) {
  .c-content {
    margin-bottom: 32px;
  }
}

.c-info {
  align-items: flex-start;
  background-color: #FFFFFF;
  box-shadow: 0 1px 3px 0 gainsboro;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  min-height: 500px;
  max-height: 500px;
}
@media only screen and (max-width: 1010px) {
  .c-info {
    max-width: 500px;
    max-height: none;
  }
}

.c-info__left {
  flex-basis: 60%;
  height: 100%;
  max-height: 500px;
  max-width: 500px;
  overflow: hidden;
}
@media only screen and (max-width: 1010px) {
  .c-info__left {
    flex-basis: 100%;
  }
}

.c-info__right {
  align-items: flex-start;
  display: flex;
  flex-basis: 40%;
  flex-grow: 1;
  flex-direction: row;
  height: 100%;
  justify-content: space-between;
  min-height: 500px;
}
@media only screen and (max-width: 1000px) {
  .c-info__right {
    flex-basis: 100%;
  }
}

.c-media-container {
  height: 500px;
  width: 500px;
  position: relative;
  overflow: hidden;
}

.c-media__img {
  display: none;
  height: 100%;
  left: 0;
  max-height: 500px;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-media__img--bottom {
  height: 100%;
  left: -40%;
  max-height: 500px;
  position: relative;
  top: -503px;
  width: auto;
}

.c-details-container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 500px;
  justify-content: space-between;
}

.c-details-container__divider {
  background-color: #1D1E1F;
  height: 6px;
  margin-bottom: 36px;
}
.c-details-container__divider--top {
  width: 100%;
}
.c-details-container__divider--middle {
  width: 60%;
}

.c-details-container > * {
  color: #1D1E1F;
  font-family: "Roboto", sans-serif;
  line-height: 24px;
}

.c-details-container__top,
.c-details-container__middle,
.c-details-container__bottom {
  width: 100%;
}

.c-details-container__bottom {
  background-color: #1D1E1F;
  cursor: pointer;
  min-height: 60px;
  transition: background-color 0.15s linear;
}
.c-details-container__bottom:hover {
  background-color: rgba(29, 30, 31, 0.8);
}

.c-details__about {
  margin-bottom: 36px;
}
@media only screen and (max-width: 414px) {
  .c-details__about {
    padding: 0 16px;
  }
}
@media only screen and (min-width: 414px) {
  .c-details__about {
    padding: 0 24px;
  }
}

.c-details__address {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 32px;
  width: 100%;
}
@media only screen and (max-width: 414px) {
  .c-details__address {
    padding: 0 16px;
  }
}
@media only screen and (min-width: 414px) {
  .c-details__address {
    padding: 0 24px;
  }
}

.c-details__address-line {
  line-height: 24px;
  margin-bottom: 4px;
}

.c-details__info-link {
  color: #FFFFFF;
  display: block;
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.c-footer {
  height: 32px;
  width: 100%;
}

.c-footer__copyright {
  font-family: "Crimson Text", serif;
  font-size: 11px;
  font-weight: 400;
  height: 32px;
  line-height: 32px;
  text-align: center;
  width: 100%;
}

.c-nav {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 84px;
  justify-content: space-between;
  max-width: 1000px;
  width: 100%;
}

.c-nav__middle {
  flex-shrink: 1;
  width: 0;
}

.c-nav__title {
  color: #1D1E1F;
  font-family: "Crimson Text", serif;
  font-size: 20px;
  font-weight: 600;
}

.c-nav__title--left {
  text-align: left;
}

.c-nav__title--middle {
  text-align: center;
}

.c-nav__title--right {
  text-align: right;
}

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