
body {
  font-family: 'Open Sans', sans-serif;
  color: #1e1e1d;
}

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

ul {
  margin: 0;
  padding: 0;
}

p {
  line-height: 150%;
}

h1 {
  font-size: 34px;
  font-weight: normal;
  margin: 0 0 20px 0 ;
}

.au-home-img-container {
  position: absolute;
  left: 0;
  right: 0;
  height: 590px;
  overflow: hidden;
}

.au-home-img {
   position: absolute;
   top: -20px;
   right: -30px;
   width: 100%;
   height: 100%;
   opacity: 0;
   animation: slideShow 24s linear infinite 0s;
   -webkit-background-size: cover !important;
   -moz-background-size: cover !important;
   -o-background-size: cover !important;
   background-size: cover !important;
}

.au-home-img--1 {
  opacity: 1;
  background: url(/images/home/julijos-masazai-home-img-1.jpg) no-repeat center center;
}

.au-home-img--2 {
  animation-delay: 6s;
  background: url(/images/home/julijos-masazai-home-img-2.jpg) no-repeat center center;
}

.au-home-img--3 {
  animation-delay: 12s;
  background: url(/images/home/julijos-masazai-home-img-3.jpg) no-repeat center center;
}

.au-home-img--4 {
  animation-delay: 18s;
  background: url(/images/home/julijos-masazai-home-img-4.jpg) no-repeat center center;
}

.au-container {
  max-width: 1000px;
  padding: 0 20px 0 20px;
  margin: 0 auto;
}

.au-header {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

.au-content {
  padding: 20px;
  clear: both;
  min-height: 250px;
  margin-top: 70px;
}


@media (min-width: 700px) {
  .au-content {
    margin-top: 90px;
  }
}


@media (min-width: 900px) {
  .au-content {
    margin-top: 110px;
  }
}


@media (min-width: 1200px) {
  .au-content {
    margin-top: 130px;
  }
}

@media (min-width: 1300px) {
  .au-content {
    margin-top: 190px;
  }
}

@media (min-width: 1400px) {
  .au-content {
    margin-top: 210px;
  }
}

.au-is-home .au-content {
  margin-top: 0;
  min-height: 400px;
}

.au-logo {
  display: block;
  text-align: center;
}

.au-logo img {
  max-width: 100%;
  position: relative;
  right: -20px;
}

@media (min-width: 600px) {

  .au-logo {
    margin: 0 auto;
    width: 434px;
    height: 160px;
    overflow: hidden;
  }

  .au-logo img {
    right: 0;
  }
}

.au-nav-container {
  display: flex;
  justify-content: space-around;
}

.au-nav {
    margin-bottom: 20px;
    overflow: hidden;
}

.au-nav li {
  /* display: block;
  margin: 0 0 20px 0; */
  display: inline-block;
    margin-bottom: 0;
  font-size: 16px;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  padding-bottom: 2px;
  text-align: center;
  margin-right: 20px;
}

.au-nav li:last-child {
  margin-right: 0;
}

@media (max-width: 600px) {

  .au-nav li {
    display: block;
    text-align: center;
    margin: 0 0 10px 0;
  }

}

@media (min-width: 600px) {

  .au-nav li {
    /* display: inline-block;
    margin-bottom: 0; */
    font-size: 16px;
    margin-right: 30px;
  }

}

@media (min-width: 1000px) {

  .au-nav li {

  }

  .au-nav li + li {
    margin-left: 70px;
  }
}

/* @media (max-width: 360px) {

  .au-nav li {
    display: block;
    width: 100%;
    border-right: 0 none;
    border-bottom: 1px solid #49721d;
  }
} */

/* .au-nav li:last-child {
  border-right: 0 none;
  border-bottom: 0 none;
} */

.au-nav li a {
  /* display: block; */
  text-align: center;
  color: black;
  /* padding: 10px 0; */
  /* width: 100%; */
  text-decoration: none;
  /* background: #578823; */
  /* font-size: 20px; */
}

.au-nav a:hover,
.au-nav li.au-nav--active a {
  color: #c6036f;
}

@media (max-width: 299px) {

  .au-nav li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.au-main-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #c6036f;
  color: white;
}

.au-main-page-image img {
  max-width: 100%;
}

.au-footer {
  position: relative;
  padding-top: 70px;
    margin-top: 140px;
    /* margin-bottom: 20px; */
    /* border-top: 1px solid #E59DC5; */
    background: #E59DC5;
    color: #fff;
    position: relative;
    /* overflow: hidden; */
}

@media (min-width: 700px) {
  .au-footer-content {
    display: flex;
    justify-content: space-between;
  }
}

.au-contacts {
    margin: 20px 0 0 20px;
    /* float: left; */
    /* min-height: 300px; */
}

@media (max-width: 700px) {

    .au-contacts {
        /* float: none; */
    }
}

.au-contacts > div {
    margin-bottom: 20px;
}

.au-contacts a {
    color: #fff;
}

.au-contacts a:hover {
  text-decoration: underline;
}

.au-fb {
    float: right;
    width: 300px;
    height: 214px;
    padding: 20px;
}

.au-fb a {
  color: #fff;
}

@media (max-width: 700px) {

    .au-fb {
        float: none;
        width: auto;
    }
}

.au-icon-white {
    background: url('/images/icon-flower.png') 0 0 no-repeat;
    width: 36px;
    height: 36px;
    position: relative;
    display: inline-block;
    top: 10px;
    margin-right: 5px;
}

.au-back-to-list-link {
    margin-top: 30px;

}

.au-back-to-list-link a:hover {
    text-decoration: underline;
}

/* list */

.au-items-list {
  text-align: center;
  margin-left: -20px;
}

.au-items-list--item {
  display: inline-block;
  text-align: center;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 250px;
  vertical-align: top;
}

@media (min-width: 1000px) {

  .au-items-list {
    margin-left: -60px;
  }

  .au-items-list--item {
    margin-left: 60px;
  }
}

.au-items-list--item img {
  width: 250px;
  height: 250px;
}

.au-items-list--item-link {
  margin-bottom: 10px;
  display: block;
}

.au-items-list--item-link img {
    -webkit-box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.2);
}

.au-items-list--item-title {
  display: block;
  color: #333;
  text-decoration: none;
}

.au-items-list--item-title:hover {
  text-decoration: underline;
}

/**
Gallery
**/

.lg-toolbar {
  background: none;
}

/* Contacts */
@media (max-width: 999px) {
  .au-contacts-page-container div + div {
    margin-top: 50px;
  }
}

@media (min-width: 1000px) {
  .au-contacts-page-container {
    display: flex;
    justify-content: space-between;
  }
}

.au-contacts-page-container li {

    list-style-type: none;
    margin-left: 20px;
    padding-bottom: 10px;

}

.au-contacts-page-container a:hover {
  text-decoration: underline;
}

.au-contacts-map {
  position:relative;
}

.au-contacts-map > div:first-child {
  margin-bottom: 50px;
}

@media (min-width: 800px) {

  .au-contacts-map > div:first-child {
    margin-bottom: 0;
  }

  /* .au-contacts-map {
    display: flex;
    justify-content: space-between;
  }
  .au-contacts-map > div {
    width: 45%;
  } */
}

.au-contacts-map__address {
  margin-bottom: 20px;
}

.au-contacts-map__address p {
  margin-top: 0;
}

.au-contacts-map__canvas {
  overflow:hidden;
  background:none!important;
  height:500px;
  /* width:600px; */
}

.au-partners {
  margin-top: 40px;
}

.au-partners div {
  margin-top: 20px;
  text-align: center;
}

@media (min-width: 600px) {

  .au-partners {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .au-partners div {
    margin: 0 20px;
  }
}

.au-services-page__content ul {
  margin-left: 40px;
}


.au-services-page__content ul li {
  margin-bottom: 15px;
}

@media (min-width: 600px) {

  .au-services-page {
    display: flex;
    flex-direction: row-reverse;
  }
  
  .au-services-page__content {
    flex-grow: 1;
    padding-right: 20px;
  }
}

.au-services-page__price-title {
  font-size: 24px;
  margin-top: 40px;
}

.au-services-page__price {
  font-size: 18px;
  margin-top: 20px;
}

@keyframes
slideShow {  0% {
 opacity: 0;
 transform:scale(1);
 -ms-transform:scale(1);
}
 5% {
 opacity: 1
}
 25% {
 opacity: 1;
}
 30% {
 opacity: 0;
 transform:scale(1.1);
 -ms-transform:scale(1.1);
}
 100% {
 opacity: 0;
 transform:scale(1);
 -ms-transformm:scale(1);
}
}
 @-o-keyframes 
slideShow {  0% {
 opacity: 0;
 -o-transform:scale(1);
}
 5% {
 opacity: 1
}
 25% {
 opacity: 1;
}
 30% {
 opacity: 0;
 -o-transform:scale(1.1);
}
 100% {
 opacity: 0;
 -o-transformm:scale(1);
}
}
 @-moz-keyframes 
slideShow {  0% {
 opacity: 0;
 -moz-transform:scale(1);
}
 5% {
 opacity: 1
}
 25% {
 opacity: 1;
}
 30% {
 opacity: 0;
 -moz-transform:scale(1.1);
}
 100% {
 opacity: 0;
 -moz-transformm:scale(1);
}
}
 @-webkit-keyframes 
slideShow {  0% {
 opacity: 0;
 -webkit-transform:scale(1);
}
 5% {
 opacity: 1
}
 25% {
 opacity: 1;
}
 30% {
 opacity: 0;
 -webkit-transform:scale(1.1);
}
 100% {
 opacity: 0;
 -webkit-transformm:scale(1);
}
}


.au-separator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    background: #E59DC5;
    transform: scale(-1, -1);
}

.au-separator:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 46%;
  width: 57%;
  height: 80px;
  background-color: white;
  right: 0;
  top: 40px;
}
.au-separator:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 64%;
  width: 49%;
  height: 70px;
  background-color: #E59DC5;
  left: 0;
  top: 27px;
}
/*  */
/* 
.au-header-separator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    background: #E59DC5;
    transform: scale(-1, -1);
}

.au-header-separator:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 46%;
  width: 57%;
  height: 80px;
  background-color: white;
  right: 0;
  top: 40px;
}
.au-header-separator:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 64%;
  width: 49%;
  height: 70px;
  background-color: #E59DC5;
  left: 0;
  top: 27px;
} */

.au-container--header {
  z-index: 8;
  position: relative;
}

.au-header-separator {
  background: url('/images/header-separator.png') center 0 no-repeat;
  height: 40px;
  /* transform: scale(1, -1);
  position: relative;
    top: -20px; */

    position: relative;
    z-index: 8;
}

.au-header-separator--home-container {
  position: relative;
  z-index: 1;
  margin-top: -20px;
}

@media (min-width: 1000px) {
  .au-header-separator--home-container {
    margin-top: -40px;
  }
}

.au-header-separator--home-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.au-header-separator--home-2 {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  z-index: 2;
}

.au-footer-separator-1 {
  position: absolute;
  top: -40px;
  left: 0;
  transform: scale(-1, -1);
}


.au-footer-separator-2 {
  position: absolute;
  top: -30px;
  left: 0;
  transform: scale(-1, -1);
}

.au-footer-content {
  margin-top: -70px;
}

@media (min-width: 700px) {
  .au-footer-content {
    margin-top: -40px;
  }
}


@media (min-width: 500px) {
  .au-header-separator--home-1 {
    top: -10px;
  }
  
  .au-header-separator--home-2 {
    top: -20px;
  }
}


@media (min-width: 600px) {
  .au-header-separator--home-1 {
    top: -20px;
  }
  
  .au-header-separator--home-2 {
    top: -30px;
  }
}


@media (min-width: 700px) {
  .au-header-separator--home-1 {
    top: -30px;
  }
  
  .au-header-separator--home-2 {
    top: -40px;
  }
}


@media (min-width: 800px) {
  .au-header-separator--home-1 {
    top: -40px;
  }
  
  .au-header-separator--home-2 {
    top: -50px;
  }
}


@media (min-width: 900px) {
  .au-header-separator--home-1 {
    top: -40px;
  }
  
  .au-header-separator--home-2 {
    top: -50px;
  }

  .au-footer-separator-1 {
    top: -70px;
  }
  
  .au-footer-separator-2 {
    top: -60px;
  }
}


@media (min-width: 1000px) {
  .au-header-separator--home-1 {
    top: -50px;
  }
  
  .au-header-separator--home-2 {
    top: -60px;
  }
}


@media (min-width: 1100px) {
  .au-header-separator--home-1 {
    top: -60px;
  }
  
  .au-header-separator--home-2 {
    top: -70px;
  }
}


@media (min-width: 1200px) {
  .au-header-separator--home-1 {
    top: -70px;
  }
  
  .au-header-separator--home-2 {
    top: -80px;
  }
}

@media (min-width: 1300px) {
  .au-header-separator--home-1 {
    top: -80px;
  }
  
  .au-header-separator--home-2 {
    top: -90px;
  }
}

@media (min-width: 1400px) {
  .au-header-separator--home-1 {
    top: -90px;
  }
  
  .au-header-separator--home-2 {
    top: -100px;
  }
}

@media (min-width: 1500px) {
  .au-header-separator--home-1 {
    top: -100px;
  }
  
  .au-header-separator--home-2 {
    top: -110px;
  }
}

@media (min-width: 1600px) {
  .au-header-separator--home-1 {
    top: -110px;
  }
  
  .au-header-separator--home-2 {
    top: -120px;
  }

  .au-footer-separator-1 {
    top: -90px;
  }
  
  .au-footer-separator-2 {
    top: -80px;
  }
}

@media (min-width: 1700px) {
  .au-header-separator--home-1 {
    top: -120px;
  }
  
  .au-header-separator--home-2 {
    top: -130px;
  }
}

@media (min-width: 1800px) {
  .au-header-separator--home-1 {
    top: -130px;
  }
  
  .au-header-separator--home-2 {
    top: -140px;
  }
}

@media (min-width: 1900px) {
  .au-header-separator--home-1 {
    top: -140px;
  }
  
  .au-header-separator--home-2 {
    top: -150px;
  }
}
