html,
body {
  height: 100%;
}

body {
  overflow-x: hidden;
  background: #fff;
  cursor: default;
  letter-spacing: 0em;
  line-height: 1.6em;
}

.section {
  overflow: hidden;
  position: relative;
}
.wrapping {
  display: flex;
  margin: 0 auto;
  max-width: 1366px;
  position: relative;
  display: -webkit-flex; /* Safari */
  -webkit-flex-wrap: wrap; /* Safari 6.1+ */
  display: flex;
  flex-wrap: wrap;
  width: 95%;
}
.text-center {
  text-align: center;
}
.main,
footer {
  transition: all 0.4s ease-out;
}
.center-div-horizontally {
  margin: 0 auto;
}
.brand {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-content: center;
}

div.brand a {
  height: 100%;
}
div.brand img {
  height: 100%;
}

.parkee-logo-at-home {
  display: flex;
  flex-wrap: wrap;
}

.stacked-up-img {
  position: relative;
}
.stacked-up-img img {
  position: absolute;
}
.display-has-centering-div {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-height: 728px;
}
.display-has-centering-div-small {
  width: auto;
  max-height: 428px;
  display: block;
  margin: auto;
}

.bg-1 {
  background-image: url('../img/bg/bg-circle.png');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.section.call-out {
  background-color: #ca002a;
  text-align: center;
}
.call-out button.button {
  max-width: 169.6px;
}
.section.call-out {
  margin-bottom: 0px;
}
.fa {
  text-rendering: auto;
}
.footer--top {
  border-top: 1px solid #edf0f6;
  margin: 0 0 60px 0;
  padding: 0;
  position: relative;
  z-index: 49;
}
.footer--top a {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(31, 32, 66, 0.25);
  display: block;
  height: 30px;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30px;
}
.footer--top i {
  display: block;
  font-size: 9px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-45%, -55%);
  transform: translate(-45%, -55%);
}
.footer button.button {
  max-width: 169.6px;
}
.footer .instafeed > ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.footer .instafeed > ul > li {
  margin: auto;
  margin-bottom: 5px;
}
.footer .instafeed > ul > li > a > img {
  height: auto;
}
.footer ul {
  list-style: none;
}
.form-error {
  text-align: center;
  background-color: #ca002a;
  color: white;
}
.form-success {
  text-align: center;
  background-color: green;
  color: white;
}

.centering-content-with-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer .parkee {
  max-height: 85.5px;
  width: auto;
}

.medsos > a {
  margin: auto;
}

.many-button {
  display: flex;
  flex-wrap: wrap;
}
.border-red {
  width: 164px;
  height: 10px;
  border-radius: 5px;
  background-color: #ca002a;
  margin-bottom: 8px;
}
.actions .icon-products {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 90%;
  padding: 0;
}
.actions .icon-products .img-icon img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  max-height: 100px;
}

.right .company .images > img {
  border-radius: 0px 0;
}
.left .company .images > img {
  border-radius: 0 0px;
}
.margin-auto-column {
  margin: auto 0;
}
.circle {
  position: absolute;
  top: 0px;
  margin-left: -25px;

  z-index: -1;
  width: 50px;
  height: 50px;
}
.careers-drop {
  margin: auto;
  width: 80%;
}
.careers-drop > a {
  margin: auto;
  width: 80%;
}

.careers-drop > a > button {
  margin: auto;
}
.button-outline-deep-sky-blue {
  font-weight: bolder;
}
a:hover {
  text-decoration: none;
}
.center-div-error {
  width: fit-content;
  position: fixed;
  top: 40%;
  left: 50%;
  margin-top: -100px;
  margin-left: -200px;
}
.center-img-error {
  width: 359px;
}
.hiddenAll {
  display: none;
}
