@charset "UTF-8";
/* Small devices (iPhone 6/7/8 + plus Landscape)*/
/* Small devices (iPhone 6/7/8 + plus Landscape)*/
/* Medium devices (iPhone X landscape) */
/* Medium devices (iPad (Mini) portrait) */
/* Medium devices (iPad landscape) */
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
@import url("https://fonts.googleapis.com/css?family=Nanum+Pen+Script|Roboto");
body {
  color: #58585a;
  font-family: "Bad Script", cursive;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
  background-image: url("../img/back-body.jpg");
  background-repeat: repeat-y;
}

.main-site {
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}

.start-content h1 {
  text-align: center;
  font-size: 40px;
  color: #add1df;
  margin: 0px;
  padding: 60px 0px 0px;
  font-family: "Lora", serif;
}

@media (min-width: 1290px) {
  .container {
    width: 1280px;
    max-width: 1280px;
  }
}
@media (min-width: 1150px) {
  .container {
    width: 1280px;
    max-width: 1280px;
  }
}
.site {
  overflow-x: hidden;
}

.tempcontent {
  padding: 50px;
  text-align: center;
  font-size: 24px;
}

p, a, li {
  color: #3b3c3c;
  font-family: "Lora", serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

a {
  color: #7fbacf;
}

a:hover {
  color: #7fbacf;
  text-decoration: none;
}

a:visited {
  color: #7fbacf;
}

a:focus {
  color: #7fbacf;
  outline: none;
}

*:focus {
  outline: none;
}

.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

h1 {
  text-align: left;
  font-family: "Lora", serif;
  font-size: 32px;
  line-height: 38px;
  color: #7fbacf;
  font-weight: 700;
  padding: 0px;
  margin: 20px 0;
  font-style: italic;
}

h2 {
  text-align: left;
  font-family: "Lora", serif;
  font-size: 23px;
  line-height: 30px;
  color: #7fbacf;
  font-weight: 400;
  padding: 0px;
  margin: 20px 0;
}

h3 {
  font-family: "Lora", serif;
  font-size: 16px;
  line-height: 24px;
  color: #7fbacf;
  text-align: left;
  font-weight: 600;
  margin: 0px;
  padding: 20px 0px;
}

.form-control {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
}

.btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.btn-default {
  position: relative;
  background-color: #ffffff;
  border: solid 2px #7fbacf;
  color: #add1df;
  padding: 8px 20px 8px 20px;
  font-size: 24px;
  line-height: 28px;
  margin-top: 30px;
  font-family: "Lora", serif;
  font-weight: 500;
  transition: all 0.5s ease;
}
.btn-default:visited, .btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus {
  background-color: #ffffff;
  border: solid 2px #7fbacf;
  color: #add1df;
  padding: 8px 20px 8px 20px;
  font-size: 24px;
  line-height: 28px;
  margin-top: 30px;
  font-family: "Lora", serif;
  font-weight: 500;
}
.btn-default:hover {
  background-color: #ffffff;
  border: solid 2px #7fbacf;
  color: #7fbacf;
  padding: 8px 20px 8px 20px;
  font-size: 24px;
  line-height: 28px;
  margin-top: 30px;
  font-family: "Lora", serif;
  font-weight: 500;
}

.btn-primary {
  position: relative;
  background: #7fbacf url("../img/lines-button.png") left bottom no-repeat;
  border: none;
  color: #ffffff;
  padding: 8px 20px 8px 50px;
  font-size: 24px;
  line-height: 28px;
  margin-top: 30px;
  font-family: "Lora", serif;
  font-weight: 500;
  transition: all 0.5s ease;
}
.btn-primary:visited, .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus {
  background: #7fbacf url("../img/lines-button.png") left bottom no-repeat;
  border: none;
  color: #ffffff;
  padding: 8px 20px 8px 50px;
  font-size: 24px;
  line-height: 28px;
  margin-top: 30px;
  font-family: "Lora", serif;
}
.btn-primary:hover {
  background-color: #ffffff;
  color: #add1df;
  padding: 8px 20px 8px 50px;
  font-size: 24px;
  line-height: 28px;
  margin-top: 30px;
  font-family: "Lora", serif;
  font-weight: 500;
}

.btn-callmeback {
  position: relative;
  background-color: #7fbacf;
  border: solid 2px #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #ffffff;
  padding: 7px 20px 7px 20px;
  font-size: 16px;
  line-height: 16px;
}
.btn-callmeback:visited, .btn-callmeback.active, .btn-callmeback.focus, .btn-callmeback:active, .btn-callmeback:focus {
  background-color: #7fbacf;
  border: solid 2px #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #ffffff;
  padding: 7px 20px 7px 20px;
  font-size: 16px;
  line-height: 16px;
}
.btn-callmeback:hover {
  background-color: #7fbacf;
  border: solid 2px #ffffff;
  color: #ffffff;
}

.btn-inverse {
  position: relative;
  background-color: #ffffff;
  border: solid 1px #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #7fbacf;
  padding: 11px 20px 10px 20px;
  font-size: 16px;
  line-height: 16px;
}
.btn-inverse:visited, .btn-inverse.active, .btn-inverse.focus, .btn-inverse:active, .btn-inverse:focus {
  background-color: #ffffff;
  border: solid 1px #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #7fbacf;
  padding: 11px 20px 10px 20px;
  font-size: 16px;
  line-height: 16px;
}
.btn-inverse:hover {
  background-color: #7fbacf;
  border: solid 1px #7fbacf;
  color: #ffffff;
}

.btn-base {
  position: relative;
  background-color: #ffffff;
  border: solid 2px #7fbacf;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #7fbacf;
  padding: 8px 20px 8px 20px;
  font-size: 16px;
  line-height: 16px;
}
.btn-base:visited, .btn-base.active, .btn-base.focus, .btn-base:active, .btn-base:focus {
  background-color: #ffffff;
  border: solid 2px #7fbacf;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #7fbacf;
  padding: 8px 20px 8px 20px;
  font-size: 16px;
  line-height: 16px;
}
.btn-base:hover {
  background-color: #7fbacf;
  border: solid 2px #7fbacf;
  color: #ffffff;
}

.btn-slider {
  position: relative;
  background-color: transparent;
  border: solid 2px #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #ffffff;
  padding: 8px 20px 8px 20px;
  font-size: 16px;
  line-height: 16px;
  margin-top: 20px;
}
.btn-slider:visited, .btn-slider.active, .btn-slider.focus, .btn-slider:active, .btn-slider:focus {
  background-color: transparent;
  border: solid 2px #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #ffffff;
  padding: 8px 20px 8px 20px;
  font-size: 16px;
  line-height: 16px;
}
.btn-slider:hover {
  background-color: #ffffff;
  border: solid 2px #ffffff;
  color: #7fbacf;
}

.btn-white {
  position: relative;
  background-color: #000000;
  border: solid 2px #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #ffffff;
  padding: 8px 20px 8px 20px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1.4px;
  margin-top: 20px;
  font-family: "Lora", serif;
  font-weight: 600;
  transition: all 0.5s ease;
}
.btn-white:visited, .btn-white.active, .btn-white.focus, .btn-white:active, .btn-white:focus {
  background-color: #000000;
  border: solid 2px #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #ffffff;
  padding: 8px 20px 8px 20px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1.4px;
  margin-top: 20px;
  font-family: "Lora", serif;
  font-weight: 600;
}
.btn-white:hover {
  background-color: #ffffff;
  border: solid 2px #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #000000;
  padding: 8px 20px 8px 20px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1.4px;
  margin-top: 20px;
  font-family: "Lora", serif;
  font-weight: 600;
}

.btn-grey {
  position: relative;
  background-color: #a7a7a7;
  border: solid 2px #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #ffffff;
  padding: 8px 20px 8px 20px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1.4px;
  margin-top: 20px;
  font-family: "Lora", serif;
  font-weight: 600;
  transition: all 0.5s ease;
}
.btn-grey:visited, .btn-grey.active, .btn-grey.focus, .btn-grey:active, .btn-grey:focus {
  background-color: #a7a7a7;
  border: solid 2px #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #ffffff;
  padding: 8px 20px 8px 20px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1.4px;
  margin-top: 20px;
  font-family: "Lora", serif;
  font-weight: 600;
}
.btn-grey:hover {
  background-color: #ffffff;
  border: solid 2px #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #a7a7a7;
  padding: 8px 20px 8px 20px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1.4px;
  margin-top: 20px;
  font-family: "Lora", serif;
  font-weight: 600;
}

.btn-project-black {
  position: relative;
  background-color: #7fbacf;
  border: solid 2px #000000;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #000000;
  padding: 8px 20px 8px 20px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1.4px;
  margin-top: 20px;
  font-family: "Lora", serif;
  font-weight: 600;
  transition: all 0.5s ease;
}
.btn-project-black:visited, .btn-project-black.active, .btn-project-black.focus, .btn-project-black:active, .btn-project-black:focus {
  background-color: #7fbacf;
  border: solid 2px #000000;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #000000;
  padding: 8px 20px 8px 20px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1.4px;
  margin-top: 20px;
  font-family: "Lora", serif;
  font-weight: 600;
}
.btn-project-black:hover {
  background-color: #000000;
  border: solid 2px #000000;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #7fbacf;
  padding: 8px 20px 8px 20px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1.4px;
  margin-top: 20px;
  font-family: "Lora", serif;
  font-weight: 600;
}

.btn-project-grey {
  position: relative;
  background-color: #7fbacf;
  border: solid 2px #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #ffffff;
  padding: 8px 20px 8px 20px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1.4px;
  margin-top: 20px;
  font-family: "Lora", serif;
  font-weight: 600;
  transition: all 0.5s ease;
}
.btn-project-grey:visited, .btn-project-grey.active, .btn-project-grey.focus, .btn-project-grey:active, .btn-project-grey:focus {
  background-color: #7fbacf;
  border: solid 2px #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #ffffff;
  padding: 8px 20px 8px 20px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1.4px;
  margin-top: 20px;
  font-family: "Lora", serif;
  font-weight: 600;
}
.btn-project-grey:hover {
  background-color: #ffffff;
  border: solid 2px #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  color: #7fbacf;
  padding: 8px 20px 8px 20px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1.4px;
  margin-top: 20px;
  font-family: "Lora", serif;
  font-weight: 600;
}

.button-holder {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 100;
}

.main-block {
  padding: 30px 0;
}

button:focus {
  outline: none;
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .button-holder {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 100;
  }
}
@media only screen and (max-width: 812px) and (orientation: portrait) {
  .site {
    overflow-x: hidden;
  }

  .button-holder {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 100;
  }

  .main-site {
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../img/small-back.png");
  }

  .start-content h1 {
    text-align: center;
    font-size: 40px;
    color: #add1df;
    margin: 0px;
    padding: 60px 0px 0px;
    font-family: "Lora", serif;
  }
}
.header .logo-holder {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* Small devices (iPhone 6/7/8 + plus Landscape)*/
/* Small devices (iPhone 6/7/8 + plus Landscape)*/
/* Medium devices (iPhone X landscape) */
/* Medium devices (iPad (Mini) portrait) */
/* Medium devices (iPad landscape) */
@media only screen and (min-width: 813px) {
  .header {
    z-index: 10;
    position: relative;
  }
}
/* Large devices (desktops, 992px and up) */
@media only screen and (min-width: 1025px) {
  .header {
    z-index: 10;
    position: relative;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
.main-nav {
  background-color: #7fbacf;
}

.navbar-toggler {
  display: block;
  position: absolute;
  left: 0px;
  top: 10px;
  z-index: 60;
}
.navbar-toggler .fa-bars {
  font-size: 40px;
  color: #7fbacf;
}

.navigation-holder {
  width: 100%;
  margin: 10px 0 0 0px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.navigation-holder .navbar {
  margin-bottom: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0px;
}
.navigation-holder .navbar .navbar-default {
  margin-left: -15px;
  background-color: #7fbacf;
  z-index: 70;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0px 20px;
}
.navigation-holder .navbar .navbar-default .navbar-nav > li > a.nav-link {
  color: #ffffff;
  padding: 10px;
  margin: 0px;
  line-height: 20px;
  font-size: 20px;
  text-transform: lowercase;
  font-weight: 500;
  font-family: "Bad Script", cursive;
  display: inline-block;
}
.navigation-holder .navbar .navbar-default .navbar-nav > li:hover > a.nav-link {
  text-decoration: underline;
}
.navigation-holder .navbar .navbar-default .navbar-nav > li.active > a.nav-link {
  text-decoration: underline;
}
.navigation-holder .navbar .navbar-default .navbar-nav > li .heart {
  font-size: 12px;
  color: #ffffff;
  line-height: 20px;
}
.navigation-holder .navbar .navbar-default .navbar-nav > li:last-of-type .heart {
  color: #ffffff;
}

/* Small devices (iPhone 6/7/8 + plus Landscape)*/
@media only screen and (min-width: 569px) {
  .main-header {
    max-width: 100%;
  }

  .navbar-toggler {
    display: none;
  }

  .navigation-holder {
    height: auto;
    margin-top: 0px;
  }
  .navigation-holder .navbar .navbar-default {
    margin-left: -15px;
    background-color: transparent;
  }
  .navigation-holder .navbar .navbar-default .navbar-nav > li {
    background-color: transparent;
  }
  .navigation-holder .navbar .navbar-default .navbar-nav > li > a.nav-link {
    padding: 0px 7px;
  }
}
/* Medium devices (iPhone X landscape) */
@media only screen and (min-width: 768px) {
  .navigation-holder {
    height: auto;
    margin-top: 0px;
  }
  .navigation-holder .navbar .navbar-default .navbar-nav > li > a.nav-link {
    padding: 0px 10px;
  }
}
/* Medium devices (iPad (Mini) portrait) */
@media only screen and (min-width: 768px) and (orientation: portrait) {
  .navigation-holder {
    height: auto;
    margin-top: 0px;
  }
  .navigation-holder .navbar .navbar-default .navbar-nav > li {
    padding: 0px 10px;
  }
  .navigation-holder .navbar .navbar-default .navbar-nav > li:last-of-type .heart {
    color: #7fbacf;
  }
}
/* Medium devices (iPad landscape) */
@media only screen and (min-width: 813px) {
  .navigation-holder {
    height: auto;
    margin-top: 0px;
  }
  .navigation-holder .navbar .navbar-default .navbar-nav > li > a.nav-link {
    padding: 0px 20px;
  }
  .navigation-holder .navbar .navbar-default .navbar-nav > li:last-of-type .heart {
    color: #7fbacf;
  }
}
/* Large devices (desktops, 992px and up) */
@media only screen and (min-width: 1025px) {
  .navigation-holder {
    height: auto;
    margin-top: 0px;
  }
  .navigation-holder .navbar .navbar-default .navbar-nav > li > a.nav-link {
    padding: 0px 30px;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
.footer {
  position: relative;
}
.footer .footer-image {
  -webkit-background-size: cover;
  background-size: cover;
  padding: 15px;
}
.footer .footer-image .footer-banner {
  display: none;
}
.footer .footer-address {
  padding: 20px;
  position: relative;
  background-color: #ffffff;
  margin: 15px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.65);
}
.footer .footer-address h3 {
  text-align: center;
  font-size: 30px;
  line-height: 50px;
  color: #add1df;
  font-weight: 600;
  text-transform: uppercase;
}
.footer .footer-address .footer1 {
  color: #add1df;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}
.footer .footer-address .footer1 a {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #add1df;
}
.footer .footer-address .footer1 a.email-link {
  color: #7fbacf;
}
.footer .footer-address .footer2 {
  margin-top: 40px;
  color: #add1df;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}

/* Small devices (iPhone 6/7/8 + plus Landscape)*/
/* Small devices (iPhone 6/7/8 + plus Landscape)*/
/* Medium devices (iPhone X landscape) */
/* Medium devices (iPad (Mini) portrait) */
/* Medium devices (iPad landscape) */
@media only screen and (min-width: 813px) {
  .footer .footer-image {
    padding: 15px;
  }
  .footer .footer-image .footer-banner {
    display: block;
  }
  .footer .footer-address {
    padding: 20px;
    position: absolute;
    z-index: 50;
    left: calc(50% - 215px);
    top: 20px;
    background-color: #ffffff;
    text-align: center;
  }
}
/* Large devices (desktops, 992px and up) */
@media only screen and (min-width: 1025px) {
  .footer .footer-address {
    padding: 40px;
    top: 80px;
  }
  .footer .footer-address .footer1 {
    font-size: 24px;
    line-height: 29px;
  }
  .footer .footer-address .footer1 a {
    font-size: 24px;
    line-height: 29px;
  }
  .footer .footer-address .footer2 {
    font-size: 24px;
    line-height: 29px;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
.main-holder {
  margin-top: 60px;
}

/* Small devices (iPhone 5  Landscape)*/
@media only screen and (max-width: 568px) and (orientation: landscape) {
  .banner-container .banner-slide {
    height: 200px;
  }
}
/* Small devices (iPhone 6/7/8 + plus Landscape)*/
@media only screen and (min-width: 569px) and (max-width: 667px) {
  .banner-container .banner-slide {
    height: 200px;
    background-image: url("../img/header.jpg");
  }
}
/* Medium devices (iPhone X landscape) */
@media only screen and (min-width: 768px) {
  .banner-container .banner-slide {
    background-image: url("../img/header.jpg");
  }
}
/* Medium devices (iPad (Mini) portrait) */
/* Medium devices (iPad landscape) */
@media only screen and (min-width: 813px) {
  .banner-container .banner-slide {
    height: 560px;
  }
  .banner-container .banner-slide .banner-holder .slider-text .slider-title {
    font-size: 90px;
    line-height: 90px;
  }
  .banner-container .banner-slide .banner-holder .slider-text .slider-content {
    font-size: 90px;
    line-height: 90px;
  }
}
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
.content-image {
  -webkit-background-size: cover;
  background-size: cover;
}

.content-box {
  -webkit-box-shadow: 0px 20px 45px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 20px 45px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 20px 45px 0px rgba(0, 0, 0, 0.4);
  background-color: #ffffff;
  padding: 30px 50px;
  font-family: "Lora", serif;
}
.content-box .intro {
  font-weight: 700;
  margin-bottom: 30px;
}

.base-template .content-box {
  margin-bottom: 60px;
}

.blog-date {
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  color: #3b3c3c;
  font-family: "Lora", serif;
}

.back-blog {
  margin: 10px 0px 60px 0px;
  padding-left: 0px;
}

.blog {
  margin-bottom: 30px;
}

.content-holder .groen {
  color: #7fbacf;
  font-size: 24px;
  line-height: 24px;
  margin: 0px;
  display: block;
  padding: 0 0 0px 30px;
}
.content-holder .steen {
  background: transparent url("../img/steen.png") no-repeat 0 2px;
  color: #add1df;
  font-size: 24px;
  line-height: 24px;
  margin: 0px;
  display: block;
  padding: 0 0 0px 30px;
}
.content-holder .hout {
  background: transparent url("../img/hout.png") no-repeat 0 2px;
  color: #7fbacf;
  font-size: 24px;
  line-height: 24px;
  margin: 0px;
  display: block;
  padding: 0 0 0px 30px;
}

.wide-image {
  -webkit-background-size: cover;
  background-size: cover;
}

.content3 .content-image {
  margin-bottom: 30px;
}

.content5 .content-image-left {
  margin-bottom: 30px;
}

/* Small devices (iPhone 6/7/8 + plus Landscape)*/
/* Small devices (iPhone 6/7/8 + plus Landscape)*/
/* Medium devices (iPhone X landscape) */
/* Medium devices (iPad (Mini) portrait) */
/* Medium devices (iPad landscape) */
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
.widget-holder {
  margin-bottom: 30px;
}

.widget {
  -webkit-box-shadow: 0px 20px 45px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 20px 45px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 20px 45px 0px rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 397px;
}

.widget1 {
  background-color: #7fbacf;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.widget1 .widget-top {
  text-align: center;
  font-family: "Bad Script", cursive;
  color: #ffffff;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-left: 30px;
  margin-right: 30px;
  -ms-flex-item-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.widget1 .widget-top h1 {
  color: #ffffff;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 24px;
  line-height: 42px;
  font-weight: 400;
  font-family: "Bad Script", cursive;
}
.widget1 .widget-line {
  height: 10px;
  background-color: #dcdddc;
}
.widget1 .widget-bottom {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  -ms-flex-item-align: end;
  -webkit-align-self: end;
  align-self: flex-end;
  background-position: center center;
  max-width: 397px;
}

.widget2 {
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
}
.widget2 .widget2-holder {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-item-align: center;
  align-items: center;
}
.widget2 .widget2-holder .widget-grey1 {
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 30;
  background-color: #dcdddc;
}
.widget2 .widget2-holder .widget-grey2 {
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 31;
  background-color: #dcdddc;
}
.widget2 .widget2-holder .widget-image {
  border: solid 10px #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.widget2 .widget2-holder .widget-date {
  font-family: "Lora", serif;
  font-size: 65px;
  color: #add1df;
  font-weight: 700;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-item-align: center;
  align-items: center;
}
.widget2 .widget2-holder.portrait {
  display: -ms-flexbox;
  display: flex;
  margin-left: 70px;
  background-color: #7fbacf;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.widget2 .widget2-holder.portrait .widget-grey1 {
  right: 60px;
  top: 0px;
}
.widget2 .widget2-holder.portrait .widget-grey2 {
  right: 60px;
  bottom: 0px;
}
.widget2 .widget2-holder.portrait .widget-image {
  margin-left: -35px;
  max-width: 190px;
}
.widget2 .widget2-holder.portrait .widget-date {
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.widget2 .widget2-holder.portrait .widget-date .widget-day {
  display: block;
}
.widget2 .widget2-holder.portrait .widget-date .widget-month {
  display: block;
}
.widget2 .widget2-holder.portrait .widget-date .widget-year {
  display: block;
}
.widget2 .widget2-holder.landscape {
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  background-color: #7fbacf;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-direction: column;
  flex-direction: column;
}
.widget2 .widget2-holder.landscape .widget-grey1 {
  left: 0px;
  bottom: 60px;
}
.widget2 .widget2-holder.landscape .widget-grey2 {
  right: 0px;
  bottom: 60px;
}
.widget2 .widget2-holder.landscape .widget-image {
  margin-top: -35px;
  max-width: 290px;
}
.widget2 .widget2-holder.landscape .widget-date {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.widget3 {
  background-color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.widget3 .blog-top {
  height: 40px;
  font-family: "Lora", serif;
  text-transform: uppercase;
  font-size: 12px;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  align-items: center;
  text-align: center;
  color: #000000;
  font-weight: 700;
}
.widget3 .blog-top:before {
  content: '';
  border-top: 2px solid #dcdddc;
  margin: 0 20px 0 0;
  flex: 1 0 20px;
}
.widget3 .blog-top:after {
  content: '';
  border-top: 2px solid #dcdddc;
  flex: 1 0 20px;
  margin: 0 0 0 20px;
}
.widget3 .blog-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  -ms-flex-item-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.widget3 .blog-title {
  margin-left: 60px;
  border-top: solid 10px #dcdddc;
  border-left: solid 10px #dcdddc;
  background: #7fbacf url("../img/lines-right.png") right bottom no-repeat;
  -ms-flex-item-align: end;
  align-self: flex-end;
  height: 200px;
}
.widget3 .blog-title h2 {
  color: #ffffff;
  padding: 0px 15px;
  font-size: 20px;
}

.widget4 {
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  background-color: #ffffff;
}
.widget4 .purple-line {
  background-color: #7fbacf;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 10px;
}
.widget4 .purple-line .white-line {
  background-color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 25px;
}
.widget4 .purple-line .white-line .follow-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #7fbacf;
}
.widget4 .purple-line .white-line .follow-block .follow-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 48px;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  color: #ffffff;
  margin-top: 25px;
  -ms-flex-item-align: center;
  align-items: center;
}
.widget4 .purple-line .white-line .follow-block .follow-icon {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  align-items: center;
}
.widget4 .purple-line .white-line .follow-block .follow-icon a {
  background-color: #ffffff;
  border: solid 1px #ffffff;
  display: inline-block;
  padding: 5px 15px;
}
.widget4 .purple-line .white-line .follow-block .follow-icon a .fa-facebook-f {
  font-size: 30px;
}
.widget4 .purple-line .white-line .follow-block .follow-icon a:hover {
  border: solid 1px #ffffff;
  background-color: #7fbacf;
}
.widget4 .purple-line .white-line .follow-block .follow-icon a:hover .fa-facebook-f {
  color: #ffffff;
}

.widget5 {
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  background-color: #7fbacf;
}
.widget5 .widget5-holder {
  position: relative;
}
.widget5 .widget5-holder .widget-image {
  border: solid 10px #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/album2.png");
  max-width: 367px;
  transition: all 0.5s ease;
}
.widget5 .widget5-holder .widget-image:hover {
  background-image: url("../img/album1.png");
}
.widget5 .widget5-holder .widget-triangle {
  position: absolute;
  bottom: 0px;
  z-index: 100;
  left: 50%;
  margin-left: -80px;
  height: 80px;
  width: 160px;
  border-top-left-radius: 160px;
  border-top-right-radius: 160px;
  display: inline-block;
  background-color: #ffffff;
}
.widget5 .widget5-holder .widget-text {
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: 10px;
  left: 0px;
  z-index: 101;
  text-align: center;
}
.widget5 .widget5-holder .widget-text a {
  text-decoration: none;
  color: #7fbacf;
  font-size: 26px;
  line-height: 26px;
  font-family: "Bad Script", cursive;
}

.widget6 {
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  background-color: #ffffff;
}
.widget6 .widget6-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}
.widget6 .widget6-holder .widget-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}
.widget6 .widget6-holder .widget-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}
.widget6 .widget6-holder .widget-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}
.widget6 .widget6-holder .widget-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}
.widget6 .widget6-holder .widget-image {
  border: solid 10px #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 10px;
  cursor: pointer;
  max-width: 173px;
  max-height: 173px;
}
.widget6 .widget6-holder .quarter-circle-top-left {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80px;
  height: 80px;
  background: #ffffff;
  border-radius: 0 0 80px 0;
  -moz-border-radius: 0 0 80px 0;
  -webkit-border-radius: 0 0 80px 0;
  z-index: 150;
  transition: all 0.5s ease;
}
.widget6 .widget6-holder .quarter-circle-top-right {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 80px;
  height: 80px;
  background: #ffffff;
  border-radius: 0 0 0 80px;
  -moz-border-radius: 0 0 0 80px;
  -webkit-border-radius: 0 0 0 80px;
  z-index: 151;
  transition: all 0.5s ease;
}
.widget6 .widget6-holder .quarter-circle-bottom-left {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 80px;
  height: 80px;
  background: #ffffff;
  border-radius: 0 80px 0 0;
  -moz-border-radius: 0 80px 0 0;
  -webkit-border-radius: 0 80px 0 0;
  z-index: 152;
  transition: all 0.5s ease;
}
.widget6 .widget6-holder .quarter-circle-bottom-right {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 80px;
  height: 80px;
  background: #ffffff;
  border-radius: 80px 0 0 0;
  -moz-border-radius: 80px 0 0 0;
  -webkit-border-radius: 80px 0 0 0;
  z-index: 153;
  transition: all 0.5s ease;
}
.widget6 .widget6-holder .b1:hover .qc {
  display: none;
}
.widget6 .widget6-holder .b2:hover .qc {
  display: none;
}
.widget6 .widget6-holder .b3:hover .qc {
  display: none;
}
.widget6 .widget6-holder .b4:hover .qc {
  display: none;
}
.widget6 .widget6-holder .widget-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 150px;
  height: 64px;
  z-index: 500;
  text-align: center;
}
.widget6 .widget6-holder .widget-text .text-top {
  font-size: 19px;
  font-family: "Bad Script", cursive;
  color: #dcdddc;
  line-height: 24px;
}
.widget6 .widget6-holder .widget-text .text-bottom {
  font-size: 29px;
  line-height: 40px;
  font-family: "Bad Script", cursive;
  color: #7fbacf;
  text-transform: uppercase;
}

.blog-block {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* Medium devices (iPad landscape) */
@media only screen and (min-width: 813px) {
  .widget3 .blog-title {
    margin-left: 30px;
    height: 250px;
  }
  .widget3 .blog-title h2 {
    color: #ffffff;
    padding: 20px 30px;
  }
}
/* Large devices (desktops, 992px and up) */
@media only screen and (min-width: 1025px) {
  .widget3 .blog-title {
    margin-left: 60px;
    border-top: solid 10px #dcdddc;
    border-left: solid 10px #dcdddc;
    background: #7fbacf url("../img/lines-right.png") right bottom no-repeat;
    -ms-flex-item-align: end;
    align-self: flex-end;
    height: 200px;
  }
  .widget3 .blog-title h2 {
    color: #ffffff;
    padding: 30px;
  }
}
.pagination {
  margin-top: 30px;
}
.pagination a {
  color: #add1df;
}
.pagination .page-item.active .page-link {
  background-color: #7fbacf;
  border-color: #7fbacf;
}

/* Eliminar en producción */
.vintalight {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1200px;
  padding: 50px 0;
}
.vintalight__container {
  position: relative;
  width: 90%;
  max-width: 10.5em;
  height: 12.25em;
  background-color: #fff;
  font-size: 30px;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.5);
  transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), box-shadow 0.5s, margin 0.5s;
}
@media screen and (max-width: 500px) {
  .vintalight__container {
    max-width: 7.35em;
    height: 8.575em;
  }
}
.vintalight__container:nth-child(6n + 1) {
  transform: translate(40px, 30px) rotate(-30deg);
  z-index: 40;
}
.vintalight__container:nth-child(6n + 1):hover {
  transform: scale(1.15) translate(40px, 30px) rotate(0);
}
@media screen and (max-width: 700px) {
  .vintalight__container:nth-child(6n + 1) {
    transform: translate(0) rotate(-30deg);
  }
  .vintalight__container:nth-child(6n + 1):hover {
    transform: scale(1.1) translate(0) rotate(0);
  }
}
.vintalight__container:nth-child(6n + 2) {
  transform: translate(30px, 20px) rotate(7deg);
  z-index: 50;
}
.vintalight__container:nth-child(6n + 2):hover {
  transform: scale(1.15) translate(30px, 20px) rotate(0);
}
@media screen and (max-width: 700px) {
  .vintalight__container:nth-child(6n + 2) {
    transform: translate(0) rotate(7deg);
  }
  .vintalight__container:nth-child(6n + 2):hover {
    transform: scale(1.1) translate(0) rotate(0);
  }
}
.vintalight__container:nth-child(6n + 3) {
  transform: translate(-20px, 20px) rotate(20deg);
  z-index: 40;
}
.vintalight__container:nth-child(6n + 3):hover {
  transform: scale(1.15) translate(-20px, 20px) rotate(0);
}
@media screen and (max-width: 700px) {
  .vintalight__container:nth-child(6n + 3) {
    transform: translate(0) rotate(20deg);
  }
  .vintalight__container:nth-child(6n + 3):hover {
    transform: scale(1.1) translate(0) rotate(0);
  }
}
.vintalight__container:nth-child(6n + 4) {
  transform: translate(40px, -10px) rotate(10deg);
  z-index: 30;
}
.vintalight__container:nth-child(6n + 4):hover {
  transform: scale(1.15) translate(40px, -10px) rotate(0);
}
@media screen and (max-width: 700px) {
  .vintalight__container:nth-child(6n + 4) {
    transform: translate(0) rotate(10deg);
  }
  .vintalight__container:nth-child(6n + 4):hover {
    transform: scale(1.1) translate(0) rotate(0);
  }
}
.vintalight__container:nth-child(6n + 5) {
  transform: translate(30px, -20px) rotate(-20deg);
  z-index: 20;
}
.vintalight__container:nth-child(6n + 5):hover {
  transform: scale(1.15) translate(30px, -20px) rotate(0);
}
@media screen and (max-width: 700px) {
  .vintalight__container:nth-child(6n + 5) {
    transform: translate(0) rotate(-20deg);
  }
  .vintalight__container:nth-child(6n + 5):hover {
    transform: scale(1.1) translate(0) rotate(0);
  }
}
.vintalight__container:nth-child(6n + 6) {
  transform: translate(30px, -40px) rotate(-10deg);
  z-index: 40;
}
.vintalight__container:nth-child(6n + 6):hover {
  transform: scale(1.15) translate(30px, -40px) rotate(0);
}
@media screen and (max-width: 700px) {
  .vintalight__container:nth-child(6n + 6) {
    transform: translate(0) rotate(-10deg);
  }
  .vintalight__container:nth-child(6n + 6):hover {
    transform: scale(1.1) translate(0) rotate(0);
  }
}
.vintalight__container:hover {
  box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.4);
  z-index: 100;
}
@media screen and (max-width: 700px) {
  .vintalight__container:hover {
    margin: 0 25px;
  }
}
.vintalight__container:hover .vintalight__photo::before {
  transform: scale(1);
}
.vintalight__container.active, .vintalight__container.active:hover {
  transform: rotate(0) scale(1.25);
}
@media screen and (max-width: 500px) {
  .vintalight__container.active, .vintalight__container.active:hover {
    transform: rotate(0) scale(1.15);
  }
}
.vintalight__container.active {
  position: relative;
}
.vintalight__container.active .vintalight__photo {
  cursor: default;
}
.vintalight__container.active .vintalight__photo::before {
  display: none;
}
.vintalight__photo {
  position: relative;
  width: 9.25em;
  height: 9.25em;
  margin: 0.625em auto 0;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .vintalight__photo {
    width: 6.475em;
    height: 6.475em;
    margin: 0.4375em auto 0;
  }
}
.vintalight__list {
  position: relative;
  width: 9.25em;
  height: 9.25em;
  margin: 0.625em auto 0;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .vintalight__list {
    width: 6.475em;
    height: 6.475em;
    margin: 0.4375em auto 0;
  }
}
.vintalight__list::before {
  content: "Open album";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 1em;
  font-family: "Bad Script", cursive;
  transform: scale(0);
  transition: all 0.25s;
}
.vintalight__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vintalight__caption {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.375em;
}
@media screen and (max-width: 500px) {
  .vintalight__caption {
    height: 1.6625em;
  }
}
.vintalight__text {
  color: #222;
  font-size: 1em;
  font-family: "Nanum Pen Script", cursive;
  text-align: center;
}
.vintalight-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  z-index: 10000;
  transition: opacity 0.5s;
}
.vintalight-overlay.active {
  opacity: 1;
}
.vintalight__button {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background-color: #f53d3d;
  border: 3px solid #fff;
  border-radius: 50%;
  outline: none;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  box-shadow: -2px 2px 1px rgba(0, 0, 0, 0.3);
  z-index: 10000;
  cursor: pointer;
}

.cookieconsent {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  text-align: center;
  border-radius: 0;
}

div.cookieconsent {
  border-color: #f5e79e;
}

div.alert-warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
}

.cookieconsent p {
  font-size: 14px;
  line-height: 16px;
  margin: 0px;
  padding: 10px 0px;
}
.cookieconsent a {
  font-size: 14px;
  line-height: 16px;
  margin: 0px;
  padding: 10px 0px;
}
.cookieconsent .btn-default {
  font-size: 14px;
  margin-top: 0px;
  padding: 8px;
  line-height: 20px;
}

.cookieconsent p.text-center {
  text-align: center;
}

.cookieconsent .btn-info {
  color: #fff;
  background-color: #b891d8;
  border-color: #b891d8;
}

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