.page {
  display: block;
  content: ' ';
  position: relative;
  top: 0px;
  width: 90%;
  margin: 0 5%;
  padding-top: 90px;
}

.page .header {
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url(../images/headline_location.jpg);
  background-size: cover;
  background-position: center;
  height: 300px;
}

.page .header h2 {
  font-size: 45px;
  letter-spacing: 9px;
  font-weight: 900;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.page .header h3 {
  font-size: 22px;
  letter-spacing: 9px;
  font-weight: 900;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 650px) {
  .page {
    width: 100%;
    margin: 0;
  }
  .page::after {
    position: absolute;
    content: ' ';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
  }
  .page .header {
    height: 200px;
  }
  .page .header h2 {
    font-size: 20px;
    z-index: 3;
  }
  .page .header h3 {
    font-size: 18px;
    z-index: 3;
  }
}

.headerLogo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-60px);
          transform: translateX(-50%) translateY(-60px);
  border: 1px solid #FFF;
  padding: 10px;
  border-radius: 50%;
}

.headerLogo .hLogo {
  padding: 10px;
  border-radius: 50%;
  background-color: #FFF;
}

.headerLogo .hLogo img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
}

@media screen and (max-width: 650px) {
  .headerLogo {
    z-index: 10;
  }
}

.pageContent {
  display: block;
  content: ' ';
  position: relative;
  top: 0px;
  margin: 0 5%;
  padding: 90px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.pageContent h2 {
  font-size: 25px;
  margin-bottom: 18px;
  letter-spacing: 5px;
  font-weight: 100;
}

.pageContent h4 {
  font-size: 12px;
  line-height: 30px;
  font-weight: 100;
  letter-spacing: 3px;
}

.pageContent img {
  margin: 40px 0;
  width: 350px;
}

@media screen and (max-width: 650px) {
  .pageContent {
    font-size: 13px;
  }
  .pageContent img {
    width: 300px;
  }
}

.bggraypage {
  background-color: #EEEEEE;
  padding: 90px 5px;
  text-align: center;
}

.bggraypage h1 {
  letter-spacing: 5px;
}

.bggraypage h4 {
  letter-spacing: 5px;
  margin: 20px 0;
}

.bgwhite {
  background-color: #FFF;
  padding: 90px 5%;
  margin: 0 5%;
  text-align: center;
}

.bgwhite h3 {
  font-weight: 100;
}

.bgwhite img {
  height: 80px;
  border: 1px solid #333;
  border-radius: 40px;
  margin: 10px 0;
}

.bgwhiteBlock {
  width: 100%;
  text-align: center;
  position: relative;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bgwhiteBlock .slickCard {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40%;
  margin: 0 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFF;
  margin: 0 8px;
}

.bgwhiteBlock .slickCard img {
  width: 100%;
  border-radius: 0px;
}

.bgwhiteBlock .slickCard .outerCircle {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-25px);
          transform: translateX(-50%) translateY(-25px);
  border: 1px solid #FFF;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}

.bgwhiteBlock .slickCard .outerCircle .innerCircle {
  position: relative;
  background-color: #FFF;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(5px);
          transform: translateX(-50%) translateY(5px);
  width: 35px;
  height: 35px;
  border-radius: 25px;
}

.bgwhiteBlock .slickCard h4 {
  margin-top: -20px;
  position: relative;
  font-size: 10px;
}

.bgwhiteBlock .slickCard h3 {
  font-size: 20px;
  letter-spacing: 4px;
  font-weight: 100;
  font-family: Arial, Helvetica, sans-serif;
}

.bgwhiteBlock .slickCard p {
  font-size: 11px;
}

.bgwhiteBlock .slickCard .price {
  color: #f6bac3;
  margin-bottom: 10px;
}

.bgwhiteBlock .slickCard .button {
  position: relative;
}

.bgwhiteBlock .slickCard {
  border: 1px solid #EEEEEE;
  padding: 10px;
}

@media screen and (max-width: 650px) {
  .bgwhiteBlock {
    width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bgwhiteBlock .slickCard {
    width: 100%;
  }
  .bgwhiteBlock .slickCard img {
    width: 100%;
  }
}

.slicka {
  width: 100%;
  text-align: center;
  position: relative;
  padding-top: 20px;
}

.slicka div {
  margin: 0 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 5px;
}

.slicka div img {
  width: 400px;
}

.slicka div .outerCircle {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-25px);
          transform: translateX(-50%) translateY(-25px);
  border: 1px solid #FFF;
  width: 53px;
  height: 60px;
  border-radius: 25px;
}

.slicka div .outerCircle .innerCircle {
  background-color: #FFF;
  width: 40px;
  height: 40px;
  border-radius: 25px;
}

.slicka div p {
  font-size: 11px;
}

.slicka div .price {
  color: #f6bac3;
  margin-bottom: 10px;
}

.slicka .slickCard {
  border: 1px solid #EEEEEE;
  padding: 10px;
}

@media screen and (max-width: 650px) {
  .slicka {
    width: 100vw;
  }
  .slicka div {
    width: calc(100% - 5px);
  }
  .slicka div img {
    width: 100%;
  }
}

.buttonSpace {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 650px) {
  .card {
    width: 100%;
  }
  .card .cardSlideshow {
    width: 100%;
  }
  .card .cardSlideshow div {
    width: 100vw;
  }
  .card .cardSlideshow div img {
    width: 100vw;
  }
  .card .slick-arrow {
    display: none;
    position: absolute;
    opacity: 0;
    left: 0;
    background-color: blue;
  }
}
/*# sourceMappingURL=photography-location.css.map */