@media screen and (max-width: 768px) {
  h3,
  .as-h3 {
    font-size: 1.1em;
  }
  /* header
	*******************************************************************************************************************/
  #header {
    text-align: center;
    padding: 15px;
  }
  #header__logo {
    display: inline-block;
    position: relative;
    top: initial;
    left: initial;
    z-index: 99;
  }
  #header__logo img {
    height: 48px;
  }
  #header__nav {
    background: #0a9e50;
    text-align: left;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    transition: all 300ms ease-in-out;
    transition-delay: 300ms;
  }
  #header__nav__items {
    padding-top: 47px;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-in-out;
  }
  #header__nav__items .header__nav__item a {
    color: #ffffff;
    font-size: 1.4em;
    padding: 30px 20px 0 20px;
  }
  #header__nav__items .header__nav__item--has-sub > a span {
    padding-right: 0;
  }
  #header__nav__items .header__nav__item--has-sub > a span:before {
    display: none;
  }
  #header__nav__items .header__nav__sub-level {
    padding-left: 20px;
  }
  #header__nav__items .header__nav__sub-level .header__nav__item a {
    font-weight: 300;
  }
  #header__nav-toggle {
    display: block;
  }
  #header__social {
    padding-right: 15px;
  }
  #header__social ul li {
    padding-left: 5px;
  }
  body.admin-bar #header__nav {
    top: 46px;
  }
  html.nav-open {
    overflow-y: hidden;
  }
  html.nav-open #header__nav {
    height: calc(100vh);
    visibility: visible;
    transition-delay: 0ms;
  }
  html.nav-open #header__nav__items {
    opacity: 1;
    visibility: visible;
    transition-delay: 300ms;
  }
  /* main
	*******************************************************************************************************************/
  .main__section {
    padding: 15px 0;
  }
  /* owl carousel
	*******************************************************************************************************************/
  .owl-carousel {
    padding: 0 55px;
  }
  .owl-carousel__item {
    padding: 0 7px;
  }
  .owl-carousel .owl-dots {
    padding-top: 15px;
  }
  /* slideshow
	*******************************************************************************************************************/
  .slideshow .owl-carousel .owl-nav .owl-prev,
  .slideshow .owl-carousel .owl-nav .owl-next {
    width: 48px;
    height: 48px;
  }
  .slideshow .owl-carousel .owl-nav .owl-prev span,
  .slideshow .owl-carousel .owl-nav .owl-next span {
    font-size: 2em;
  }
  .slideshow .owl-carousel .owl-nav .owl-prev {
    margin-left: 15px;
  }
  .slideshow .owl-carousel .owl-nav .owl-next {
    margin-right: 15px;
  }
  .slideshow .owl-carousel .owl-dots {
    padding: 15px;
  }
  .slideshow .owl-carousel .owl-dots .owl-dot {
    margin: 0 0 0 15px;
  }
  .slideshow__item {
    height: 33vh;
  }
  .slideshow__item__caption {
    justify-content: flex-end;
    padding: 15px;
  }
  .slideshow__item__caption__title {
    font-size: 1em;
  }
  /* home
	******************************************************************************************************************/
  .home__intro {
    padding: 15px 0 0 0;
  }
  .home__intro__image {
    display: none;
    transform: none;
  }
  .home__intro__text {
    padding: 15px;
    transform: none;
  }
  .home__intro .ambiance {
    margin-top: 15px;
    position: relative;
  }
  /* product
	*******************************************************************************************************************/
  .product__media {
    padding-bottom: 15px;
  }
  .product__aside {
    margin-top: 15px;
  }
  .product__aside--sticky {
    position: relative;
    top: 0;
  }
  .product__related {
    padding-top: 0;
  }
  /* project
	*******************************************************************************************************************/
  .project__content {
    padding-bottom: 15px;
  }
  /* alert
	*******************************************************************************************************************/
  .alert__item {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
  .alert__item__content {
    padding-top: 0;
  }
  /* masonry
	*******************************************************************************************************************/
  .masonry {
    grid-gap: 15px;
    grid-template-columns: repeat(2, 1fr);
    padding: 15px 0;
  }
  .masonry--4 {
    grid-template-columns: repeat(2, 1fr);
  }
  /* masonry variable
	*******************************************************************************************************************/
  .masonry-variable {
    margin: -7px;
  }
  .masonry-variable__item {
    padding: 7px;
  }
  /* media thumb
	*******************************************************************************************************************/
  .media-thumb__meta {
    padding: 15px;
  }
  .media-thumb__enlarge {
    width: 32px;
    height: 32px;
  }
  .media-thumb__enlarge__icon {
    font-size: 0.65em;
  }
  /* footer
	*******************************************************************************************************************/
  #footer {
    padding-top: 15px;
    padding-bottom: 0;
  }
  #footer .footer__column {
    padding-bottom: 15px;
  }
}
/*# sourceMappingURL=mobile.css.map */