@charset "utf-8";
html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  font-family: "MetropolisMedium", "Theano", "Times New Roman", "Georgia";
  font-size: 13px;
  background-color: white;
}
body {
  overflow-x: hidden;
}
#wrap-top {
  padding: 20px 0px;
}
#wrap-top #logo {
  display: inline-block;
  width: 20%;
  margin-right: 5%;
}
#wrap-top #logo img {
  max-width: 100%;
}
#wrap-top #menu {
  display: inline-block;
  width: 75%;
  vertical-align: bottom;
  text-align: right;
}
#wrap-top #menu .lvl0 {
  display: inline-block;
  vertical-align: top;
  border-bottom: 10px solid white;
  margin: 0px 10px;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
#wrap-top #menu .lvl0 a {
  display: block;
  font-family: "MetropolisBold";
  font-size: 16px;
  padding: 10px 0px 15px 0px;
  text-transform: uppercase;
}
#wrap-top #menu .lvl0:hover,
#wrap-top #menu .lvl0.active,
#wrap-top #menu .lvl0.current {
  border-bottom: 10px solid #bf2d31;
}
#wrap-top #menu .lvl0:hover > a,
#wrap-top #menu .lvl0.active > a,
#wrap-top #menu .lvl0.current > a {
  color: #bf2d31;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
#wrap-top #top {
  position: absolute;
  top: 0px;
  right: 0px;
}
#wrap-top #top #fb {
  display: inline-block;
  vertical-align: top;
}
#wrap-top #top #parents-area {
  padding: 9px 20px;
  display: inline-block;
  vertical-align: top;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
#wrap-top #top #parents-area:after {
  content: url("_images/card.png");
  position: absolute;
  top: -10px;
  right: -10px;
}
#wrap-top #top #parents-area:hover {
  background-color: #ed145b;
}
#wrap-top #nav-trigger {
  display: none;
  position: absolute;
  top: -20px;
  right: -2%;
  width: 54px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  z-index: 10;
  background-color: #bf2d31;
}
#wrap-top #nav-trigger > span {
  background-color: white;
  width: 70%;
  margin: 9px auto;
  display: block;
  height: 6px;
}
#wrap-top #nav-trigger:hover {
  background-color: #ed145b;
}
#wrap-slideshow #slideshow {
  width: 100%;
  height: 400px;
  overflow: hidden;
}
#wrap-slideshow #slideshow .slide {
  display: block;
  height: 100%;
  width: 100%;
}
#sign-up {
  background-color: #ed145b;
  font-size: 40px;
  text-align: center;
  color: white;
  font-family: "CaveatRegular";
  padding: 10px 0px;
  border-bottom: 6px solid #ffd230;
  display: block;
}
#offer {
  background-color: #e1e1e1;
  color: #ed145b;
  font-size: 52px;
  text-align: center;
  padding: 20px 0px;
  border-bottom: 6px solid #ffd230;
  font-family: "CaveatRegular";
  display: block;
  z-index: 4;
}
#offer #offer-square {
  position: absolute;
  top: 0px;
  left: -40px;
}
#offer #offer-square .square {
  background-color: #e1e1e1;
  width: 200px;
  height: 200px;
  text-align: center;
  transform: rotate(-45deg);
  z-index: 1;
}
#offer #offer-square img {
  position: absolute;
}
#wrap-content {
  padding: 30px 0px 100px 0px;
}
#wrap-content h1 {
  margin-bottom: 20px;
}
#wrap-content a {
  color: #bf2d31;
}
#wrap-content #p-login {
  padding: 20px 0;
}
#wrap-content #p-login #error,
#wrap-content #p-login #ok {
  font-size: 16px;
  color: green;
  margin-bottom: 10px;
}
#wrap-content #p-login #error {
  color: #bf2d31;
}
#wrap-content #p-login form {
  background: #f1f1f1;
  padding: 10px;
  max-width: 500px;
  margin: 0 auto;
}
#wrap-content #p-login div.field {
  margin-bottom: 10px;
  display: block;
}
#wrap-content #p-login div.field label {
  display: block;
  font-weight: bold;
}
#wrap-content #p-login div.field input {
  font-family: "MetropolisRegular";
  padding: 5px;
  font-size: 15px;
  border: 0px;
  margin: 5px auto 0 auto;
  display: block;
  width: 100%;
  max-width: 230px;
  border: 1px solid #fcfcfc;
}
#wrap-content #p-login input[type="submit"] {
  background: #bf2d31;
  color: white;
  font-family: "MetropolisBold";
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  padding: 5px 30px;
  margin: 0 auto;
  border: 0px;
  cursor: pointer;
}
#wrap-content #p-login input[type="submit"]:hover {
  background: #363636;
}
#wrap-content #p-logout {
  padding: 9px 20px;
  display: block;
  vertical-align: top;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  width: 100px;
  color: white;
  background: #bf2d31;
  font-family: "MetropolisBold";
  text-transform: uppercase;
  font-size: 13px;
  margin: 0 auto 20px auto;
}
#wrap-content #p-logout:hover {
  background-color: #ed145b;
}
#wrap-content #wrap-parents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "details details" "charges payments";
  margin: 2vw 0;
  grid-gap: 2vw;
}
#wrap-content #wrap-parents #payments {
  grid-area: payments;
}
#wrap-content #wrap-parents .p-title {
  font-size: 20px;
  background: #ffd230;
  padding: 10px 0px;
  font-family: "MetropolisBold";
}
#wrap-content #wrap-parents .table {
  grid-template-rows: 1fr;
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
}
#wrap-content #wrap-parents .table .headers > div {
  font-family: "MetropolisRegular";
  background: #bf2d31;
  padding: 5px 0px;
  color: white;
  align-self: stretch;
  display: grid;
  align-items: center;
}
#wrap-content #wrap-parents .table .headers,
#wrap-content #wrap-parents .table .data-row {
  display: grid;
  grid-template-columns: 90px 1fr 1.5fr 0.75fr;
}
#wrap-content #wrap-parents .table .data-row {
  grid-gap: 1px;
  margin-bottom: 1px;
}
#wrap-content #wrap-parents .table .data-row > div {
  background: #f1f1f1;
  padding: 5px;
  font-size: 11px;
  text-align: center;
}
#wrap-content #wrap-parents #to_pay {
  grid-area: details;
  text-align: center;
  font-size: 22px;
}
#wrap-content #wrap-parents #to_pay .tp2 {
  color: green;
}
#wrap-content #wrap-parents #to_pay .tp2.am {
  color: #bf2d31;
  font-family: "MetropolisBold";
}
#wrap-content #wrap-parents #charges {
  grid-area: charges;
}
@media (max-width: 700px) {
  #wrap-content #wrap-parents {
    grid-template-columns: 1fr;
    grid-template-areas: "details" "payments" "charges";
  }
}
#wrap-submenu {
  margin-bottom: 20px;
  text-align: center;
}
#wrap-submenu .lvl1 {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-family: "MetropolisMedium";
  color: #363636;
  text-align: center;
  width: 23%;
  background-color: #e1e1e1;
  max-width: 240px;
  margin: 0% 1%;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
#wrap-submenu .lvl1 a {
  text-transform: uppercase;
  padding: 20px 0px;
  display: block;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
#wrap-submenu .lvl1:hover,
#wrap-submenu .lvl1.active {
  background-color: #ed145b;
  color: white;
  font-family: "MetropolisBold";
}
#wrap-submenu .lvl1:hover a,
#wrap-submenu .lvl1.active a {
  color: white;
}
#wrap-gallery #gallery {
  width: 100%;
  height: 900px;
  overflow: hidden;
}
#wrap-gallery #gallery-prev {
  position: absolute;
  left: 15%;
  z-index: 3;
  cursor: pointer;
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  -khtml-opacity: 0.80;
  opacity: 0.80;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
#wrap-gallery #gallery-next {
  position: absolute;
  right: 15%;
  z-index: 3;
  cursor: pointer;
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  -khtml-opacity: 0.80;
  opacity: 0.80;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.gallery-image-link {
  width: 23%;
  margin: 1%;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  padding-bottom: 23%;
  height: 0px;
}
.gallery-image-link span {
  position: absolute;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 20px;
  font-family: "CaveatRegular";
  left: 0px;
}
footer #map {
  width: 50%;
  height: 500px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
footer #map iframe {
  width: 100%;
  height: 100%;
}
footer #contact {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
footer #contact > div > div {
  padding: 40px 15%;
}
footer #contact img {
  display: inline-block;
  vertical-align: middle;
  top: -8 px;
}
footer #contact a {
  transition: all 0.5s ease-in-out;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
footer #contact a:hover {
  color: #363636;
}
#wrap-bottom {
  height: 100px;
}
#wrap-bottom #la {
  position: absolute;
  right: 0px;
}
#wrap-bottom #l {
  position: absolute;
  top: 0px;
  left: -120px;
  display: block;
}
#wrap-bottom #l #bottom-square {
  display: block;
  height: 230px;
  width: 460px;
  position: absolute;
  bottom: -100px;
  overflow: hidden;
}
#wrap-bottom #l #bottom-square > span {
  display: block;
  background-color: white;
  transform: rotate(-45deg);
  width: 325px;
  height: 325px;
  position: absolute;
  left: 68px;
  top: 68px;
}
#wrap-bottom #l > img {
  z-index: 3;
  position: absolute;
  top: -6px;
}
#sign-up-form .sep {
  height: 1px;
  background-color: #ed145b;
  margin-bottom: 20px;
}
#sign-up-form .header {
  font-family: "CaveatBold";
  font-size: 36px;
  color: #ed145b;
  margin-bottom: 20px;
}
#sign-up-form .form-field {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 10px);
}
#sign-up-form .form-field .head {
  font-size: 20px;
  font-family: "CaveatRegular";
  margin-bottom: 10px;
}
#sign-up-form .form-field.l {
  margin-right: 10px;
}
#sign-up-form .form-field.r {
  margin-left: 10px;
}
#sign-up-form .form-field textarea {
  resize: none;
  height: 150px;
}
#sign-up-form .form-field input[type="text"],
#sign-up-form .form-field textarea,
#sign-up-form .form-field input[type="email"],
#sign-up-form .form-field input[type="number"],
#sign-up-form .form-field select {
  padding: 15px 10px;
  width: calc(100% - 20px);
  border: 0px;
  font-family: "MetropolisRegular";
  font-size: 14px;
  border-bottom: 1px solid white;
  background-color: #ed145b;
  color: white;
  margin-bottom: 20px;
}
#sign-up-form .form-field input[type="text"]::placeholder,
#sign-up-form .form-field textarea::placeholder,
#sign-up-form .form-field input[type="email"]::placeholder,
#sign-up-form .form-field input[type="number"]::placeholder,
#sign-up-form .form-field select::placeholder {
  color: white;
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  -khtml-opacity: 0.80;
  opacity: 0.80;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
#sign-up-form .form-field input[type="text"]:focus,
#sign-up-form .form-field textarea:focus,
#sign-up-form .form-field input[type="email"]:focus,
#sign-up-form .form-field input[type="number"]:focus,
#sign-up-form .form-field select:focus {
  background-color: #e1e1e1;
  color: #363636;
}
#sign-up-form .form-field input[type="text"]:focus::placeholder,
#sign-up-form .form-field textarea:focus::placeholder,
#sign-up-form .form-field input[type="email"]:focus::placeholder,
#sign-up-form .form-field input[type="number"]:focus::placeholder,
#sign-up-form .form-field select:focus::placeholder {
  color: #363636;
}
#sign-up-form .form-field input[type="text"].small,
#sign-up-form .form-field textarea.small,
#sign-up-form .form-field input[type="email"].small,
#sign-up-form .form-field input[type="number"].small,
#sign-up-form .form-field select.small {
  width: 120px;
}
#sign-up-form input[type="submit"] {
  background-color: #ed145b;
  color: white;
  font-family: "MetropolisBold";
  font-size: 36px;
  text-align: center;
  padding: 15px 40px;
  border: 0px;
  cursor: pointer;
  margin: 20px auto 0px auto;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
#sign-up-form input[type="submit"]:hover {
  background-color: #e1e1e1;
  color: #ed145b;
}
#sign-up-form #gdpr input {
  top: 2px;
}
.content {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}
.narrow {
  max-width: 900px;
  margin: 0 auto;
}
.rot-45 {
  transform: rotate(-45deg);
}
.error,
.ok {
  margin: 5px 0px;
  font-size: 18px;
  font-family: "MetropolisBold";
  color: red;
}
.ok {
  color: green;
}
.navigation,
.navigation ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  z-index: 9;
}
.navigation li {
  position: relative;
  cursor: pointer;
}
.navigation li.lvl0 > a {
  color: inherit;
}
.navigation li.lvl1 > a {
  color: inherit;
}
.navigation li.lvl2 > a {
  color: inherit;
}
#cookie-info-wrap {
  position: fixed;
  z-index: 9000;
  width: 100%;
  font-family: inherit;
  bottom: 0px;
  background-color: white;
}
#cookie-info {
  width: 90%;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 15px 0px;
  text-align: center;
}
#cookie-info > span {
  display: inline-block;
  width: 80%;
  vertical-align: middle;
  text-align: left;
  padding-left: 3%;
}
#cookie-info-accept {
  font-size: 14px;
  text-align: center;
  padding: 10px 20px;
  background-color: green;
  color: white;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1100px) {
  #cookie-info > span {
    width: 75%;
  }
}
@media (max-width: 800px) {
  #cookie-info > span {
    width: 100%;
    padding-left: 0px;
    padding-top: 2%;
    text-align: center;
  }
}
#promobox-wrap {
  width: 100%;
  text-align: center;
}
#promobox-in {
  padding: 2%;
  background-color: white;
  display: inline-block;
}
#promobox {
  display: inline-block;
}
#promobox-image {
  height: 100%;
  max-width: 100%;
}
#promobox.fit #promobox-image {
  width: 100%;
}
a,
a img {
  border: 0;
  text-decoration: none;
  outline: 0;
}
* {
  outline: none;
  position: relative;
  z-index: 2;
}
h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: normal;
}
.size-11 {
  font-size: 11px;
}
.size-12 {
  font-size: 12px;
}
.size-13 {
  font-size: 13px;
}
.size-14 {
  font-size: 14px;
}
.size-15 {
  font-size: 15px;
}
.size-16 {
  font-size: 16px;
}
.size-17 {
  font-size: 17px;
}
.size-18 {
  font-size: 18px;
}
.size-19 {
  font-size: 19px;
}
.size-20 {
  font-size: 20px;
}
.size-21 {
  font-size: 21px;
}
.size-22 {
  font-size: 22px;
}
.size-23 {
  font-size: 23px;
}
.size-24 {
  font-size: 24px;
}
.size-25 {
  font-size: 25px;
}
.size-26 {
  font-size: 26px;
}
.size-27 {
  font-size: 27px;
}
.size-36 {
  font-size: 36px;
}
.size-40 {
  font-size: 40px;
}
.size-52 {
  font-size: 52px;
}
.size-60 {
  font-size: 60px;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-justify {
  text-align: justify;
}
.font-bold {
  font-weight: bold;
}
.font-normal {
  font-weight: normal !important;
}
.font-metro {
  font-family: "MetropolisRegular";
}
.font-metro-bold {
  font-family: "MetropolisBold";
}
.font-metro-med {
  font-family: "MetropolisMedium";
}
.font-caveat {
  font-family: "CaveatRegular";
}
.font-caveat-bold {
  font-family: "CaveatBold";
}
.colour-pink {
  color: #ed145b;
}
.colour-white {
  color: white;
}
.colour-black {
  color: #363636;
}
.colour-red {
  color: #bf2d31;
}
.bg-pink {
  background-color: #ed145b;
}
.bg-grey {
  background-color: #e1e1e1;
}
bg-yellow {
  background-color: #ffd230;
}
.bg-red {
  background-color: #bf2d31;
}
.bg-white {
  background-color: white;
}
.c {
  clear: both;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.no-float {
  float: none !important;
  clear: both;
}
.display-block {
  display: block;
}
.display-inline {
  display: inline;
}
.display-iblock {
  display: inline-block;
}
.display-none {
  display: none;
}
.va-top {
  vertical-align: top;
}
.va-middle {
  vertical-align: middle;
}
.va-bottom {
  vertical-align: bottom;
}
.no-margin {
  margin: 0px;
}
.no-padding {
  padding: 0px;
}
.no-border {
  border: 0px;
}
.cursor-pointer {
  cursor: pointer;
}
.upper {
  text-transform: uppercase;
}
.trans {
  transition: all 0.5s ease-in-out;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.o-70 {
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  -khtml-opacity: 0.70;
  opacity: 0.70;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.o-80 {
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  -khtml-opacity: 0.80;
  opacity: 0.80;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.o-90 {
  filter: alpha(opacity=90);
  -moz-opacity: 0.90;
  -khtml-opacity: 0.90;
  opacity: 0.90;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.o-90:hover,
.o-80:hover,
.o-70:hover,
.hover:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  -khtml-opacity: 1.0;
  opacity: 1.0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.scale {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.bw {
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  filter: url(desaturate.svg#greyscale);
}
.bw-60 {
  -webkit-filter: grayscale(0.6);
  -webkit-filter: grayscale(60%);
  filter: gray;
  filter: grayscale(60%);
  filter: url(desaturate.svg#greyscale);
}
@media (max-width: 1200px) {
  #wrap-top #logo {
    width: 15%;
    margin-right: 3%;
  }
  #wrap-top #menu {
    width: 82%;
  }
  #wrap-top #menu .lvl0 {
    margin: 0px 5px;
    border-bottom: 5px solid white;
  }
  #wrap-top #menu .lvl0:hover,
  #wrap-top #menu .lvl0.active {
    border-bottom: 5px solid #bf2d31;
  }
  #wrap-top #menu .lvl0 a {
    padding: 0px 0px 5px 0px;
  }
  #wrap-slideshow #slideshow {
    height: 650px;
  }
  #wrap-gallery #gallery {
    height: 650px;
  }
  #offer #offer-square {
    display: none;
  }
}
@media (max-width: 1000px) {
  #wrap-top {
    z-index: 3;
  }
  #wrap-top #nav-trigger {
    display: block;
  }
  #wrap-top #top {
    right: 100px;
  }
  #wrap-top #menu {
    width: 200px;
    background-color: #bf2d31;
    position: absolute;
    top: 34px;
    right: -220px;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
  }
  #wrap-top #menu .lvl0 {
    display: block;
    border: 0px;
  }
  #wrap-top #menu .lvl0 a {
    color: white;
    padding: 7px 10px;
  }
  #wrap-top #menu .lvl0:hover,
  #wrap-top #menu .lvl0.active,
  #wrap-top #menu .lvl0.current {
    border: 0px;
  }
  #wrap-top #menu .lvl0:hover a,
  #wrap-top #menu .lvl0.active a,
  #wrap-top #menu .lvl0.current a {
    color: #363636;
  }
  #wrap-top #menu.show {
    right: -20px;
  }
  #wrap-slideshow #slideshow {
    height: 400px;
  }
  #wrap-gallery #gallery {
    height: 400px;
  }
  #wrap-gallery #gallery-next,
  #wrap-gallery #gallery-prev {
    width: 60px;
  }
  .size-60 {
    font-size: 46px;
  }
  #sign-up,
  #offer {
    font-size: 40px;
  }
  #wrap-bottom {
    padding-bottom: 10px;
  }
  #wrap-bottom .content #l {
    background-color: white;
    top: 10px;
    display: block;
    padding: 5px;
    left: 0px;
  }
  #wrap-bottom .content #l img {
    width: 90%;
    position: relative;
    left: 0px !important;
    margin: 0 auto;
    display: block;
    top: 0px !important;
  }
  #wrap-bottom .content #l #bottom-square {
    display: none;
  }
  footer #contact > div > div {
    padding: 30px;
  }
}
@media (max-width: 700px) {
  footer #contact {
    height: auto !important;
    text-align: center;
  }
  footer #contact > div {
    top: 0px !important;
  }
  footer #contact,
  footer #map {
    width: 100%;
  }
  #wrap-bottom {
    height: 60px;
  }
  #wrap-bottom .content #l img {
    height: 40px;
    width: auto;
  }
  #wrap-top #logo {
    width: 25%;
  }
  #sign-up-form .form-field {
    width: 100%;
    margin: 0px !important;
  }
}
@media (max-width: 600px) {
  .gallery-image-link {
    width: 31.3%;
    padding-bottom: 31.3%;
  }
}
