.bg-grey-light {
  background: #eff1f2;
  border-top: 1px solid #dddfe0;
  border-bottom: 1px solid #dddfe0;
}
.bg-primary {
  background: #1ab9e4;
}
.bg-secundary {
  background: #4894ef;
}
.equal {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
}
.page .table-color {
  width: 100%;
  table-layout: fixed;
  color: #66777c;
}
.page .table-color th {
  padding: 10px 20px 10px 20px;
  text-align: left;
  font-weight: 700;
}
.page .table-color td {
  padding: 5px 20px 5px 20px;
  text-align: left;
  font-weight: normal;
}
.page .table-color td strike {
  margin-left: 7px;
  opacity: 0.6;
  font-size: 13px;
  color: red;
  margin-top: -20px;
}
.page .table-color tr.odd {
  background-color: #eff1f2;
}
.page .table-color th + th {
  border-left: 1px solid #1594b6;
}
.page .table-color td + td {
  border-left: 1px solid #ffffff;
}
.page .table-color tr#header {
  color: white;
  background-color: #1ab9e4;
}
.page .table-color a {
  color: #4894ef;
}
.page .table-color tr td:nth-child(4) {
  text-align: right;
  padding-right: 20px;
}
.page .reference-description {
  color: #1ab9e4;
  font-weight: 400;
  margin: -9px 0 0;
}
.page .reference-description .text_with_icon {
  display: block;
  position: relative;
  width: 110px;
  left: 40px;
  bottom: 30px;
  font-size: 19px;
  line-height: 1.1em;
}
.page .reference-description .text_with_icon_secondary {
  color: #7f9196;
  display: table-caption;
  position: relative;
  left: 40px;
  bottom: 25px;
  font-size: 14px;
}
.page .bg-grey {
  background-color: #d3d9db;
}
.page .bg-green h1,
.page .bg-blue h1,
.page .bg-green h2,
.page .bg-blue h2,
.page .bg-green h3,
.page .bg-blue h3,
.page .bg-green p,
.page .bg-blue p,
.page .bg-green .breadcrumbs a,
.page .bg-blue .breadcrumbs a,
.page .bg-green .breadcrumbs span,
.page .bg-blue .breadcrumbs span {
  color: #fff;
}
.page .bg-green {
  background-color: #4894ef;
}
.page .bg-blue {
  background-color: #1ab9e4;
}
.page .bg-blue-dark {
  background-color: #12819f;
}
.page #photo-header {
  min-height: 230px;
  height: 230px;
  margin: auto;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
.page #photo-header .hgroup {
  max-width: 520px;
  margin: 0 auto;
}
.page #photo-header .hgroup h1 {
  margin: 0 auto;
  font-weight: normal;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.page .countdown-wrap {
  color: #ffffff;
  font-family: 'latosemibold', sans-serif;
  text-align: center;
}
.page .countdown-wrap .countdown {
  display: inline-block;
}
.page .countdown-wrap .countdown .countdown-status {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.8px;
  margin-bottom: 0;
}
.page .countdown-wrap .countdown .countdown-chrono {
  margin: 0 auto;
  display: inline-block;
}
.page .countdown-wrap .countdown .countdown-chrono div {
  font-size: 30px;
  float: left;
  font-family: 'latobold', sans-serif;
  margin: 0 20px;
}
.page .countdown-wrap .countdown .countdown-chrono div span {
  font-size: 11px;
  display: block;
  letter-spacing: 0.5px;
  margin-top: -10px;
}
.page .countdown-wrap .countdown-date {
  font-size: 12px;
  opacity: 0.6;
  margin-top: 5px;
  letter-spacing: 0.3px;
}
.page .parking-card {
  background-color: #ffffff;
  border: 1px solid #9ba9ad;
  border-radius: 2px;
  position: relative;
  display: flex;
  margin-bottom: 10px;
}
.page .parking-card .parking-discount {
  position: absolute;
  left: -5px;
  top: 10px;
  background: #fd3d44;
  color: #ffffff;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  width: 65px;
  padding: 5px 0;
  text-align: center;
  border-radius: 3px;
  font-size: 21px;
  font-family: 'latoblack', sans-serif;
  Z-INDEX: 10;
}
.page .parking-card .parking-photo {
  width: 125px;
  height: 180px;
  overflow: hidden;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.page .parking-card .parking-info {
  padding: 10px;
  width: 100%;
  position: relative;
}
.page .parking-card .parking-info .parking-name {
  color: #2c3436;
  margin-bottom: 0;
}
.page .parking-card .parking-info .parking-address {
  font-size: 10px;
  margin-bottom: 0;
}
.page .parking-card .parking-info .parking-distance {
  font-size: 12px;
  margin-left: -2px;
}
.page .parking-card .parking-info .parking-distance .icon-distance {
  font-size: 20px;
  float: left;
  margin-right: 3px;
  margin-bottom: 3px;
}
.page .parking-card .parking-info .parking-features {
  width: 65%;
  float: left;
  font-size: 35px;
  line-height: 40px;
}
.page .parking-card .parking-info .parking-features span {
  float: left;
  margin: -2px -3px;
}
.page .parking-card .parking-info .parking-price-wrap {
  width: 35%;
  float: left;
  text-align: right;
  margin-top: -13px;
}
.page .parking-card .parking-info .parking-price-wrap .price-from {
  display: block;
  font-size: 13px;
  line-height: 15px;
}
.page .parking-card .parking-info .parking-price-wrap .parking-price {
  font-size: 33px;
  font-family: 'latoblack', sans-serif;
  color: #4894ef;
  display: block;
  margin: -8px 0 -12px;
}
.page .parking-card .parking-info .parking-price-wrap .parking-price .super {
  vertical-align: super;
  font-size: 15px;
  margin-left: 2px;
}
.page .parking-card .parking-info .parking-price-wrap .parking-old-price {
  color: #2c3436;
  text-decoration: line-through;
  font-size: 14px;
}
.page .parking-card .parking-info .btn-container {
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 0;
  padding: 0 10px;
}
.page .parking-card .parking-info .btn-container .btn-primary {
  width: 100%;
  display: block;
  line-height: 30px;
  font-size: 17px;
  height: 30px;
}
.page .badges-wrap {
  display: inline-block;
}
.page .badges-wrap .app-button {
  float: left;
  margin: 10px 15px;
}
.page[class^="page-landing-"] .landing-header,
.page[class*="page-landing-"] .landing-header {
  background-color: #1ab9e4;
  background-position: center;
  background-size: cover;
}
.page[class^="page-landing-"] .landing-header h1,
.page[class*="page-landing-"] .landing-header h1 {
  font-family: 'latoblack', sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
  padding: 25px 20px;
  margin: 0;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  text-align: center;
}
.page[class^="page-landing-"] .background-content,
.page[class*="page-landing-"] .background-content {
  height: 130px;
  margin-bottom: 55px;
}
.page[class^="page-landing-"] .header-landing-wizink,
.page[class*="page-landing-"] .header-landing-wizink {
  background-image: url('/assets/themes/default/images/pages/landings/header-parkings-wizink-center.jpg');
}
.page[class^="page-landing-"] .header-landing-fallas,
.page[class*="page-landing-"] .header-landing-fallas {
  background-image: url('/assets/themes/default/images/pages/landings/header-parkings-valencia-fallas.jpg');
}
.page[class^="page-landing-"] .header-landing-reconquista,
.page[class*="page-landing-"] .header-landing-reconquista {
  background-image: url('/assets/themes/default/images/pages/landings/header-parking-reconquista-vigo.jpg');
}
.page[class^="page-landing-"] .header-landing-campnou,
.page[class*="page-landing-"] .header-landing-campnou {
  background-image: url('/assets/themes/default/images/pages/landings/header-parkings-camp-nou-barcelona.jpg');
}
.page[class^="page-landing-"] .header-landing-catsconcerts,
.page[class*="page-landing-"] .header-landing-catsconcerts {
  background-image: url('/assets/themes/default/images/pages/landings/header-parkings-catsconcerts.jpg');
}
.page[class^="page-landing-"] .header-landing-joyeslava,
.page[class*="page-landing-"] .header-landing-joyeslava {
  background-image: url('/assets/themes/default/images/pages/landings/header-parkings-joyeslava.jpg');
}
.page[class^="page-landing-"] .header-landing-palaciovistalegre,
.page[class*="page-landing-"] .header-landing-palaciovistalegre {
  background-image: url('/assets/themes/default/images/pages/landings/header-parkings-palaciovistalegre.jpg');
}
.page[class^="page-landing-"] .header-landing-palausantjordi,
.page[class*="page-landing-"] .header-landing-palausantjordi {
  background-image: url('/assets/themes/default/images/pages/landings/header-parkings-palau-sant-jordi.jpg');
}
.page[class^="page-landing-"] .header-landing-salaapolo,
.page[class*="page-landing-"] .header-landing-salaapolo {
  background-image: url('/assets/themes/default/images/pages/landings/header-parkings-sala-apolo.jpg');
}
.page[class^="page-landing-"] .header-landing-salabikini,
.page[class*="page-landing-"] .header-landing-salabikini {
  background-image: url('/assets/themes/default/images/pages/landings/header-parkings-sala-bikini.jpg');
}
.page[class^="page-landing-"] .header-landing-salaboveda,
.page[class*="page-landing-"] .header-landing-salaboveda {
  background-image: url('/assets/themes/default/images/pages/landings/header-parkings-sala-boveda.jpg');
}
.page[class^="page-landing-"] .header-landing-salabut,
.page[class*="page-landing-"] .header-landing-salabut {
  background-image: url('/assets/themes/default/images/pages/landings/header-parkings-salabut.jpg');
}
.page[class^="page-landing-"] .header-landing-salachango,
.page[class*="page-landing-"] .header-landing-salachango {
  background-image: url('/assets/themes/default/images/pages/landings/header-parkings-salachango.jpg');
}
.page[class^="page-landing-"] .header-landing-salacopernico,
.page[class*="page-landing-"] .header-landing-salacopernico {
  background-image: url('/assets/themes/default/images/pages/landings/header-parkings-salacopernico.jpg');
}
.page[class^="page-landing-"] .header-landing-salaelsol,
.page[class*="page-landing-"] .header-landing-salaelsol {
  background-image: url('/assets/themes/default/images/pages/landings/header-parkings-salaelsol.jpg');
}
.page[class^="page-landing-"] .header-landing-salalaboite,
.page[class*="page-landing-"] .header-landing-salalaboite {
  background-image: url('/assets/themes/default/images/pages/landings/header-parkings-salalaboite.jpg');
}
.page[class^="page-landing-"] .header-landing-salaluzdegas,
.page[class*="page-landing-"] .header-landing-salaluzdegas {
  background-image: url('/assets/themes/default/images/pages/landings/header-parkings-sala-luzdegas.jpg');
}
.page[class^="page-landing-"] .header-landing-salanazca,
.page[class*="page-landing-"] .header-landing-salanazca {
  background-image: url('/assets/themes/default/images/pages/landings/header-parkings-salanazca.jpg');
}
.page[class^="page-landing-"] .header-landing-salarazzmatazz,
.page[class*="page-landing-"] .header-landing-salarazzmatazz {
  background-image: url('/assets/themes/default/images/pages/landings/header-parkings-sala-razzmatazz.jpg');
}
.page[class^="page-landing-"] .header-landing-salasidecar,
.page[class*="page-landing-"] .header-landing-salasidecar {
  background-image: url('/assets/themes/default/images/pages/landings/header-parkings-sala-sidecar.jpg');
}
.page[class^="page-landing-"] h2,
.page[class*="page-landing-"] h2,
.page[class^="page-landing-"] h3,
.page[class*="page-landing-"] h3,
.page[class^="page-landing-"] h4,
.page[class*="page-landing-"] h4 {
  color: #2c3436;
  font-family: 'latoblack', sans-serif;
}
.page[class^="page-landing-"] h2,
.page[class*="page-landing-"] h2,
.page[class^="page-landing-"] h3,
.page[class*="page-landing-"] h3 {
  text-transform: uppercase;
}
.page[class^="page-landing-"] h2,
.page[class*="page-landing-"] h2 {
  font-size: 27px;
  border-top: 1px solid #d3d9db;
  padding-top: 40px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.page[class^="page-landing-"] h3,
.page[class*="page-landing-"] h3 {
  margin-top: 35px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 20px;
}
.page[class^="page-landing-"] h4,
.page[class*="page-landing-"] h4 {
  margin-top: 35px;
  margin-bottom: 15px;
  font-size: 18px;
}
.page[class^="page-landing-"] .text-link,
.page[class*="page-landing-"] .text-link {
  font-family: 'latobold', sans-serif;
  color: #1ab9e4;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.2px;
}
.page[class^="page-landing-"] .text-link:hover,
.page[class*="page-landing-"] .text-link:hover {
  color: #1594b6;
}
.page[class^="page-landing-"] .text-link:hover img,
.page[class*="page-landing-"] .text-link:hover img {
  opacity: 0.7;
}
.page[class^="page-landing-"] .partner-logo,
.page[class*="page-landing-"] .partner-logo {
  height: 17px;
  margin-top: -6px;
  margin-left: 1px;
}
.page[class^="page-landing-"] .full-width,
.page[class*="page-landing-"] .full-width {
  margin-bottom: 20px;
}
.page[class^="page-landing-"] .landing-wrap p,
.page[class*="page-landing-"] .landing-wrap p,
.page[class^="page-landing-"] .landing-wrap ol,
.page[class*="page-landing-"] .landing-wrap ol,
.page[class^="page-landing-"] .landing-wrap li,
.page[class*="page-landing-"] .landing-wrap li {
  color: #434f52;
  line-height: 25px;
}
.page[class^="page-landing-"] .landing-wrap ol,
.page[class*="page-landing-"] .landing-wrap ol {
  list-style: decimal;
  padding-left: 15px;
}
.page[class^="page-landing-"] .landing-wrap ol li,
.page[class*="page-landing-"] .landing-wrap ol li {
  padding-left: 5px;
  margin-bottom: 10px;
}
.page[class^="page-landing-"] .advantages,
.page[class*="page-landing-"] .advantages {
  background-color: #ffffff;
  color: #12819f;
  padding: 12px 0;
  font-family: 'latobold', sans-serif;
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
}
.page[class^="page-landing-"] .advantages > div,
.page[class*="page-landing-"] .advantages > div {
  float: left;
  width: 50%;
  text-align: center;
}
.page[class^="page-landing-"] .advantages > div .icon-transparent,
.page[class*="page-landing-"] .advantages > div .icon-transparent {
  float: left;
  font-size: 20px;
  line-height: 24px;
  margin-right: 10px;
}
.page[class^="page-landing-"] .advantages > div p,
.page[class*="page-landing-"] .advantages > div p {
  float: left;
  color: #12819f;
  margin: 0;
  line-height: 26px;
}
.page[class^="page-landing-"] .advantages .advantage,
.page[class*="page-landing-"] .advantages .advantage {
  width: 155px;
  margin: 0 auto;
}
.page[class^="page-landing-"] #parkings-side,
.page[class*="page-landing-"] #parkings-side {
  background-color: #eff1f2;
  padding: 0 15px 10px;
}
.page[class^="page-landing-"] #content-side,
.page[class*="page-landing-"] #content-side {
  padding-bottom: 40px;
  padding-top: 40px;
}
.page[class^="page-landing-"] .parkings-container,
.page[class*="page-landing-"] .parkings-container {
  padding-top: 65px;
}
.page[class^="page-landing-"] .parking-card,
.page[class*="page-landing-"] .parking-card {
  display: block;
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(44, 73, 103, 0.15);
  border: 0;
  border-radius: 3px;
}
.page[class^="page-landing-"] .parking-card .discount,
.page[class*="page-landing-"] .parking-card .discount {
  position: absolute;
  left: -3px;
  top: 5px;
  border-radius: 3px;
  background-color: #fd3d44;
  color: #ffffff;
  font-family: 'latobold', sans-serif;
  padding: 2px 10px;
  font-size: 18px;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
}
.page[class^="page-landing-"] .parking-card .parking-content,
.page[class*="page-landing-"] .parking-card .parking-content {
  display: flex;
}
.page[class^="page-landing-"] .parking-card .parking-content .parking-image,
.page[class*="page-landing-"] .parking-card .parking-content .parking-image {
  width: 130px;
  height: 100px;
  overflow: hidden;
  border-bottom-right-radius: 3px;
}
.page[class^="page-landing-"] .parking-card .parking-content .parking-image img,
.page[class*="page-landing-"] .parking-card .parking-content .parking-image img {
  height: 100%;
  width: auto;
}
.page[class^="page-landing-"] .parking-card .parking-content .parking-data,
.page[class*="page-landing-"] .parking-card .parking-content .parking-data {
  vertical-align: top;
  padding: 10px;
  width: 100%;
  position: relative;
}
.page[class^="page-landing-"] .parking-card .parking-content .parking-data .name,
.page[class*="page-landing-"] .parking-card .parking-content .parking-data .name {
  color: #2c3436;
  font-family: 'latobold', sans-serif;
  line-height: 17px;
}
.page[class^="page-landing-"] .parking-card .parking-content .parking-data .distance,
.page[class*="page-landing-"] .parking-card .parking-content .parking-data .distance {
  font-size: 13px;
  margin: 3px 0 5px;
}
.page[class^="page-landing-"] .parking-card .parking-content .parking-data .distance .icon-distance,
.page[class*="page-landing-"] .parking-card .parking-content .parking-data .distance .icon-distance {
  font-size: 21px;
  float: left;
  line-height: 20px;
}
.page[class^="page-landing-"] .parking-card .parking-content .parking-data .services,
.page[class*="page-landing-"] .parking-card .parking-content .parking-data .services {
  font-size: 35px;
  color: #384144;
  line-height: 32px;
  height: 35px;
}
.page[class^="page-landing-"] .parking-card .parking-content .parking-data .services span,
.page[class*="page-landing-"] .parking-card .parking-content .parking-data .services span {
  margin-left: -16px;
}
.page[class^="page-landing-"] .parking-card .parking-content .parking-data .services span:first-of-type,
.page[class*="page-landing-"] .parking-card .parking-content .parking-data .services span:first-of-type {
  margin-left: -5px;
}
.page[class^="page-landing-"] .parking-card .offers,
.page[class*="page-landing-"] .parking-card .offers {
  padding: 13px 10px 8px;
}
.page[class^="page-landing-"] .parking-card .offers a,
.page[class*="page-landing-"] .parking-card .offers a {
  color: #1ab9e4;
  font-family: 'latobold', sans-serif;
  padding: 0 10px;
  border: 1px solid #ffffff;
  display: inline-block;
  width: 100%;
  border-radius: 3px;
}
.page[class^="page-landing-"] .parking-card .offers a .duration,
.page[class*="page-landing-"] .parking-card .offers a .duration {
  float: left;
  line-height: 31px;
}
.page[class^="page-landing-"] .parking-card .offers a .price,
.page[class*="page-landing-"] .parking-card .offers a .price {
  float: right;
  display: flex;
}
.page[class^="page-landing-"] .parking-card .offers a .price .old-price,
.page[class*="page-landing-"] .parking-card .offers a .price .old-price {
  margin-right: 2px;
  font-size: 10px;
  line-height: 30px;
  text-decoration: line-through;
  color: #434f52;
  font-family: 'lato', sans-serif;
}
.page[class^="page-landing-"] .parking-card .offers a .price .total-price,
.page[class*="page-landing-"] .parking-card .offers a .price .total-price {
  font-size: 23px;
}
.page[class^="page-landing-"] .parking-card .offers a .price .discount-price,
.page[class*="page-landing-"] .parking-card .offers a .price .discount-price {
  color: #fd3d44;
}
.page[class^="page-landing-"] .parking-card .offers a:first-child,
.page[class*="page-landing-"] .parking-card .offers a:first-child {
  margin-top: 0;
}
.page[class^="page-landing-"] .parking-card .offers a:hover,
.page[class*="page-landing-"] .parking-card .offers a:hover {
  border: 1px solid #1ab9e4;
  background-color: #ffffff;
}
.page.page-how-does-it-work .breadcrumbs {
  margin-top: 2em;
}
.page.page-how-does-it-work .block {
  padding-top: 60px;
  padding-bottom: 60px;
}
.page.page-how-does-it-work .block h2,
.page.page-how-does-it-work .block .hdiw_title {
  font-size: 1.5em;
  font-family: 'latoblack', sans-serif;
  margin-top: 40px;
  margin-bottom: 35px;
  text-transform: uppercase;
  color: #2c3436;
}
.page.page-how-does-it-work .block .centeralign {
  text-align: center;
}
.page.page-how-does-it-work #how-parkapp-works {
  padding-bottom: 60px;
}
.page.page-how-does-it-work #how-parkapp-works h1 {
  text-align: center;
  font-size: 1.5em;
  font-family: 'latoblack', sans-serif;
  margin-top: 40px;
  margin-bottom: 35px;
  text-transform: uppercase;
}
.page.page-how-does-it-work #how-parkapp-works .step {
  text-align: center;
}
.page.page-how-does-it-work #how-parkapp-works .step h2 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3em;
}
.page.page-how-does-it-work .timeline-container {
  margin-top: -20px;
}
.page.page-how-does-it-work .timeline-wrap {
  margin-top: 70px;
}
.page.page-how-does-it-work .timeline-wrap .number {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  margin-top: 25px;
  padding: 5px 13px;
  font-size: 21px;
  color: #ffffff;
  background-color: #4894ef;
  z-index: 2;
  position: relative;
}
.page.page-how-does-it-work .timeline-wrap .line {
  border: 1px solid #ffffff;
  width: 1px;
  height: 100%;
  top: 80px;
  left: 35px;
  z-index: 0;
  position: absolute;
}
.page.page-how-does-it-work .timeline-wrap .timeline-container {
  margin-left: 80px;
  background-color: #ffffff;
  padding: 50px;
  border-radius: 6px;
  margin-bottom: -15px;
}
.page.page-how-does-it-work .timeline-wrap .timeline-container.timeline-image {
  padding: 50px 50px 0;
}
.page.page-how-does-it-work .timeline-wrap .timeline-container .arrow {
  width: 25px;
  height: 25px;
  border-radius: 2px;
  background: #ffffff;
  transform: rotate(45deg);
  position: absolute;
  left: 85px;
}
.page.page-how-does-it-work .timeline-wrap .timeline-container h3,
.page.page-how-does-it-work .timeline-wrap .timeline-container .how_does_it_work_point {
  font-size: 19px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.3em;
  color: #4894ef;
}
.page.page-how-does-it-work .timeline-wrap .timeline-container a {
  color: #1ab9e4;
}
.page.page-how-does-it-work .timeline-wrap .timeline-container .display {
  width: 100%;
  margin-top: 40px;
}
.page.page-how-does-it-work .timeline-wrap .timeline-container p {
  margin: 0 0 20px;
}
.page.page-how-does-it-work .timeline-wrap .timeline-container p:last-of-type {
  margin: 0;
}
.page.page-how-does-it-work .timeline-wrap .timeline-container .note {
  font-size: 13px;
}
.page.page-how-does-it-work .timeline-wrap .timeline-container [class^="icon-"] {
  font-size: 22px;
  float: left;
  line-height: 15px;
  margin-left: -9px;
}
.page.page-how-does-it-work .timeline-wrap .timeline-container .center {
  text-align: center;
}
.page.page-how-does-it-work .timeline-wrap .timeline-container .cards {
  margin: 30px -20px;
}
.page.page-how-does-it-work .timeline-wrap .timeline-container .cards img {
  width: 19.25%;
}
.page.page-how-does-it-work .more-info-hiw {
  margin-top: 60px;
}
.page #how-it-works {
  padding: 2em 0 3em 0;
}
.page #how-it-works h3,
.page #how-it-works p {
  text-align: center;
}
.page #how-it-works h1 {
  text-align: center;
  color: #2c3436;
  margin: 2em 0 1em 0;
  font-family: 'latobold', sans-serif;
  font-size: 1.4em;
}
.page #how-it-works .step {
  margin: 1em 0;
  text-align: center;
}
.page #how-it-works .step h3 {
  font-family: 'latobold', sans-serif;
  font-size: 1.2em;
}
.page #how-it-works .step p {
  font-size: 1em;
  color: #384144;
  font-family: 'latosemibold', sans-serif;
}
.page #how-it-works .step .speech-booble {
  font-size: 1.3em;
  margin: 0 auto 0 0;
  width: 10%;
}
.page #how-it-works .step .img-container {
  max-width: 160px;
  height: 120px;
  margin: 0 auto;
}
.page #how-it-works .step .img-container img {
  margin: 0 auto;
  width: 80%;
  height: auto;
}
.page #how-it-works .step.step-1 .speech-booble {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  background-color: #b2dae5;
  color: #ffffff;
  z-index: 9999;
  margin-left: 10%;
}
.page #how-it-works .step.step-1 .speech-booble:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 3.6px solid transparent;
  border-left: 9px solid #b2dae5;
  border-bottom: 3.6px solid transparent;
  margin: 27px 0 0 13.5px;
  transform: rotate(45deg);
  transform-origin: 20% 40%;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -ms-transform-origin: 20% 40%;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  -webkit-transform-origin: 20% 40%;
  /* Chrome, Safari, Opera */
  z-index: 997;
}
.page #how-it-works .step.step-1 h3 {
  color: #b2dae5;
}
.page #how-it-works .step.step-1 .booble {
  background-color: #b2dae5;
  color: #ffffff;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 1em auto;
  z-index: -2;
  clear: both;
  margin-top: -0.5em;
  display: table;
}
.page #how-it-works .step.step-1 .booble span {
  width: 150px;
  height: 150px;
  line-height: 150px;
  text-align: center;
}
.page #how-it-works .step.step-1 .booble .img-container {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.page #how-it-works .step.step-1 .booble .img-container img {
  max-width: 50%;
  height: auto;
}
.page #how-it-works .step.step-2 .speech-booble {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  background-color: #ece87d;
  color: #ffffff;
  z-index: 9999;
  margin-left: 10%;
}
.page #how-it-works .step.step-2 .speech-booble:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 3.6px solid transparent;
  border-left: 9px solid #ece87d;
  border-bottom: 3.6px solid transparent;
  margin: 27px 0 0 13.5px;
  transform: rotate(45deg);
  transform-origin: 20% 40%;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -ms-transform-origin: 20% 40%;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  -webkit-transform-origin: 20% 40%;
  /* Chrome, Safari, Opera */
  z-index: 997;
}
.page #how-it-works .step.step-2 h3 {
  color: #ece87d;
}
.page #how-it-works .step.step-2 .booble {
  background-color: #ece87d;
  color: #ffffff;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 1em auto;
  z-index: -2;
  clear: both;
  margin-top: -0.5em;
  display: table;
}
.page #how-it-works .step.step-2 .booble span {
  width: 150px;
  height: 150px;
  line-height: 150px;
  text-align: center;
}
.page #how-it-works .step.step-2 .booble .img-container {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.page #how-it-works .step.step-2 .booble .img-container img {
  max-width: 50%;
  height: auto;
}
.page #how-it-works .step.step-3 .speech-booble {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  background-color: #4894ef;
  color: #ffffff;
  z-index: 9999;
  margin-left: 10%;
}
.page #how-it-works .step.step-3 .speech-booble:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 3.6px solid transparent;
  border-left: 9px solid #4894ef;
  border-bottom: 3.6px solid transparent;
  margin: 27px 0 0 13.5px;
  transform: rotate(45deg);
  transform-origin: 20% 40%;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -ms-transform-origin: 20% 40%;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  -webkit-transform-origin: 20% 40%;
  /* Chrome, Safari, Opera */
  z-index: 997;
}
.page #how-it-works .step.step-3 h3 {
  color: #4894ef;
}
.page #how-it-works .step.step-3 .booble {
  background-color: #4894ef;
  color: #ffffff;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 1em auto;
  z-index: -2;
  clear: both;
  margin-top: -0.5em;
  display: table;
}
.page #how-it-works .step.step-3 .booble span {
  width: 150px;
  height: 150px;
  line-height: 150px;
  text-align: center;
}
.page #how-it-works .step.step-3 .booble .img-container {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.page #how-it-works .step.step-3 .booble .img-container img {
  max-width: 50%;
  height: auto;
}
.page #how-it-works .more-info-hiw {
  clear: both;
  background-color: #ffffff;
  padding: 2%;
}
.page #demo {
  color: #9ba9ad;
  background: url('/assets/themes/default/images/home_demo_background.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 2em 0;
  text-align: justify;
}
.page #demo .highlight {
  color: #2c3436;
}
.page #demo #demo-video {
  height: 258px;
}
.page #download {
  width: 100%;
  color: #2c3436;
  background-color: #9ba9ad;
}
.page #download .container {
  text-align: center;
  padding: 1.3em 0;
  margin: 0 auto 0 auto;
}
.page #download .container .col {
  margin-top: 1em;
}
.page #download .container .qr-image img {
  margin: 0 auto;
}
.page #download .container .desc {
  text-align: left;
}
.page #download .container .app-buttons {
  float: right;
  overflow: visible;
}
.page #download .container .app-buttons .app-button-left {
  float: left;
}
.page #download .container .app-buttons .app-button-right {
  margin-left: 30px;
  float: left;
}
.page #download .container .icon {
  background-color: #2c3436;
  color: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 1em auto;
  z-index: -2;
  margin: -60px auto 0 auto;
}
.page #download .container .icon span {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
}
.page .team-card {
  display: table;
  background-color: #9ba9ad;
  margin: 10px 5px 10px 0;
  overflow: hidden;
}
.page .team-card .team-p-info {
  display: table-cell;
  margin: 0;
  padding: 10px 20px;
  vertical-align: middle;
}
.page .team-card .team-p-info h4 {
  font-size: 1.6em;
  margin-top: 0;
  margin-bottom: 3px;
}
.page .team-card .team-p-info label {
  color: #1ab9e4;
}
.page .breadcrumbs ol {
  overflow: hidden;
}
.page .breadcrumbs ol li,
.page .breadcrumbs ol span {
  float: left;
  color: #4894ef;
}
.page .breadcrumbs ol li a,
.page .breadcrumbs ol span a {
  color: #4894ef;
}
.page .breadcrumbs ol li a.active,
.page .breadcrumbs ol span a.active {
  color: #2c3436;
}
.page .breadcrumbs ol span {
  margin: 0 1%;
}
.page.page-are-you-a-parking {
  overflow-x: hidden;
}
.page.page-are-you-a-parking .breadcrumbs {
  margin-top: 1.5em;
}
.page.page-are-you-a-parking h1 {
  font-size: 2.8em;
}
.page.page-are-you-a-parking #presentation #presentation-content {
  background: url('/assets/themes/default/images/are_you_aparking_1.jpg') 100% 100%;
  background-size: 58%;
  background-repeat: no-repeat;
}
.page.page-are-you-a-parking #presentation #presentation-content h1 {
  width: 80%;
  margin: 20px 0 0 7%;
  font-size: 4em;
  padding: 0 5% 0 5%;
  color: #1ab9e4;
  font-family: 'latoblack', sans-serif;
}
.page.page-are-you-a-parking #presentation #presentation-content h2 {
  width: 80%;
  margin: 20px 0 0 10%;
  font-size: 3em;
  padding: 0 5% 0 5%;
  color: #4f5c60;
  font-family: 'latoblack', sans-serif;
}
.page.page-are-you-a-parking #presentation #presentation-content .text-box {
  width: 100%;
  margin: 50px 0 0 0;
  padding: 1em 5% 2em 10%;
  background: rgba(50, 50, 50, 0.7);
}
.page.page-are-you-a-parking #presentation #presentation-content .text-box h3 {
  padding: 0;
  margin: 0;
  font-size: 1.6em;
  color: #d3d9db;
}
.page.page-are-you-a-parking #presentation #presentation-content .text-box p {
  padding: 0.5em 0 0 0;
  color: #d3d9db;
}
.page.page-are-you-a-parking #benefits {
  background-color: #9ba9ad;
  overflow: visible;
  clear: both;
}
.page.page-are-you-a-parking #benefits .decoration {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background-color: #9ba9ad;
  position: relative;
  top: -25px;
  transform: rotate(45deg);
  transform-origin: 20% 40%;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -ms-transform-origin: 20% 40%;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  -webkit-transform-origin: 20% 40%;
  /* Chrome, Safari, Opera */
}
.page.page-are-you-a-parking #benefits .container {
  padding: 0.5em 5% 2em 5%;
}
.page.page-are-you-a-parking #benefits h1 {
  margin: 0 auto 0.5em auto;
  text-align: center;
  color: #66777c;
  font-size: 4.3em;
  font-family: 'latoblack', sans-serif;
}
.page.page-are-you-a-parking #benefits h1 span.blue {
  color: #1ab9e4 !important;
}
.page.page-are-you-a-parking #benefits h1 span.green {
  color: #4894ef !important;
}
.page.page-are-you-a-parking #benefits .box {
  width: 100%;
  border: 4px solid #FFFFFF;
  border-radius: 10px;
  background: #ffffff;
  height: 300px;
  margin-top: 2em;
}
.page.page-are-you-a-parking #benefits .box .box-container .box-header {
  color: #ffffff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.page.page-are-you-a-parking #benefits .box .box-container .box-header .box-icon {
  margin: 0 auto;
  position: relative;
  top: -10px;
  font-size: 1.6em;
  text-align: center;
}
.page.page-are-you-a-parking #benefits .box .box-container .box-header .box-icon img {
  width: 45%;
  height: auto;
}
.page.page-are-you-a-parking #benefits .box .box-container .box-header .box-title {
  position: relative;
  top: -10px;
  font-size: 2.5em;
  text-align: center;
  font-family: 'latobold', sans-serif;
}
.page.page-are-you-a-parking #benefits .box .box-container .box-decoration {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  position: relative;
  top: -20px;
  transform: rotate(45deg);
  transform-origin: 20% 40%;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -ms-transform-origin: 20% 40%;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  -webkit-transform-origin: 20% 40%;
  /* Chrome, Safari, Opera */
}
.page.page-are-you-a-parking #benefits .box .box-container .box-body {
  height: 110px;
  color: #384144;
  font-size: 1.2em;
  font-family: 'lato', sans-serif;
  padding: 0.5em 1.8em 0 1.8em;
}
.page.page-are-you-a-parking #benefits .box .box-container .box-body b {
  font-family: 'lato', sans-serif;
}
.page.page-are-you-a-parking #benefits #box-1 .box-header {
  background-color: #94C767;
}
.page.page-are-you-a-parking #benefits #box-1 .box-decoration {
  background-color: #94C767;
}
.page.page-are-you-a-parking #benefits #box-2 .box-header {
  background-color: #77C9B2;
}
.page.page-are-you-a-parking #benefits #box-2 .box-decoration {
  background-color: #77C9B2;
}
.page.page-are-you-a-parking #benefits #box-4 .box-header {
  background-color: #6ecfd5;
}
.page.page-are-you-a-parking #benefits #box-4 .box-decoration {
  background-color: #6ecfd5;
}
.page.page-are-you-a-parking #benefits #box-5 {
  background: url('/assets/themes/default/images/are_you_a_parking_2.jpg') 50% 50%;
  background-repeat: no-repeat;
}
.page.page-are-you-a-parking #benefits #box-5 .box-container {
  height: 300px;
  display: table;
  width: 100%;
}
.page.page-are-you-a-parking #benefits #box-5 .box-container .box-header {
  overflow: visible;
  background-color: rgba(44, 126, 184, 0.7);
  border-top-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 10px;
  display: table-cell;
  height: 292px;
}
.page.page-are-you-a-parking #benefits #box-5 .box-container .box-header .box-title {
  top: -5px;
}
.page.page-are-you-a-parking #benefits #box-5 .box-container .box-header p {
  padding: 2em 2em 0 2em;
  text-align: center;
  color: #ffffff;
  font-size: 1.3em;
}
.page.page-are-you-a-parking #benefits #box-5 .box-container .box-body {
  display: table-cell;
  background-color: transparent;
}
.page.page-are-you-a-parking #what-do-you-need {
  padding: 4em 0;
  overflow: hidden;
  clear: both;
  background-color: #ECF6F8;
  border-radius: 10px;
  margin-bottom: 20px;
}
.page.page-are-you-a-parking #what-do-you-need h2 {
  padding: 0.5em 0 0.2em 0;
  text-align: center;
  color: #1ab9e4;
  font-size: 3em;
}
.page.page-are-you-a-parking #what-do-you-need p {
  color: #1ab9e4;
  text-align: center;
}
.page.page-are-you-a-parking #parking-contact {
  font-family: 'lato', sans-serif;
}
.page.page-are-you-a-parking #parking-contact .container {
  padding: 0.5em 5% 2em 5%;
}
.page.page-are-you-a-parking #parking-contact b {
  font-family: 'lato', sans-serif;
}
.page.page-are-you-a-parking #parking-contact p {
  color: #434f52;
  font-size: 1.2em;
}
.page.page-are-you-a-parking #parking-contact .primary {
  color: #1ab9e4;
  line-height: 2em;
  font-size: 1.4em;
}
.page.page-are-you-a-parking #parking-contact #contact-form-section h2 {
  text-align: left;
}
.page.page-are-you-a-parking #parking-contact #contact-form-section .contact-item {
  margin: 10px 0;
}
.page.page-are-you-a-parking #parking-contact #box-3 {
  background: none;
  border: none;
}
.page.page-are-you-a-parking #parking-contact #box-3 .box-title {
  color: #1ab9e4;
  font-size: 2.6em;
  line-height: 1.2em;
  font-family: 'latoblack', sans-serif;
}
.page.page-are-you-a-parking #parking-contact #box-3 p {
  color: #434f52;
  font-size: 1.3em;
  line-height: 1.2em;
  font-family: 'lato', sans-serif;
  padding: 0;
  margin: 1em 0 0 0;
}
.page.page-are-you-a-parking #parking-contact #box-3 p b {
  font-family: 'lato', sans-serif;
}
.page.page-are-you-a-parking #parking-contact #box-3 p.primary {
  color: #1ab9e4;
}
.page.page-are-you-a-parking #promo-wrap {
  padding: 30px 0;
}
.page.page-are-you-a-parking #promo-wrap .tpv-image {
  margin-left: -16px;
}
.page.page-are-you-a-parking #promo-wrap .title {
  color: #ffffff;
  font-family: 'latoblack', sans-serif;
  font-size: 45px;
  margin-bottom: 10px;
}
.page.page-are-you-a-parking #promo-wrap .subtitle {
  color: #12819f;
  font-family: 'latobold', sans-serif;
  font-size: 30px;
}
.page.page-are-you-a-parking #promo-wrap .btn-link {
  background-color: #ffffff;
  padding: 8px 10px;
  font-size: 21px;
  color: #1ab9e4;
  display: block;
  margin: 10px 0;
  text-align: center;
  border-radius: 4px;
  max-width: 180px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.page.page-are-you-a-parking #promo-wrap .btn-link:hover {
  background-color: #1594b6;
  color: #ffffff;
  text-decoration: none;
}
.page.page-tpvpark h1 {
  font-family: 'latoblack', sans-serif;
}
.page.page-tpvpark h2 {
  color: #384144;
  font-family: 'latoblack', sans-serif;
}
.page.page-tpvpark h3 {
  color: #4f5c60;
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: -5px;
}
.page.page-tpvpark .bg-blue p {
  color: #ffffff;
}
.page.page-tpvpark h4 {
  color: #1ab9e4;
  font-size: 21px;
  margin-bottom: 15px;
}
.page.page-tpvpark p {
  color: #434f52;
  font-size: 16px;
  line-height: 27px;
}
.page.page-tpvpark .block {
  padding-top: 60px;
  padding-bottom: 60px;
}
.page.page-tpvpark .intro-image {
  margin-left: -16px;
}
.page.page-tpvpark .subtitle {
  color: #12819f;
  font-size: 22px;
  margin-bottom: 20px;
  display: block;
}
.page.page-tpvpark .section-subtitle {
  color: #12819f;
  text-transform: uppercase;
  font-family: 'latobold', sans-serif;
  margin-top: 20px;
  display: block;
  font-size: 16px;
}
.page.page-tpvpark .advantage {
  text-align: center;
  margin: 15px 0;
}
.page.page-tpvpark .advantage p {
  color: #ffffff;
}
.page.page-tpvpark .advantage .title {
  font-family: 'latobold', sans-serif;
  font-size: 17px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.page.page-tpvpark .advantage a {
  color: #ffffff;
  text-decoration: underline;
}
.page.page-tpvpark .advantage a:hover {
  color: #b2dae5;
}
.page.page-tpvpark .up-image {
  margin-top: -90px;
}
.page.page-tpvpark .contact-item {
  margin: 10px 0;
}
.page.page-empty-search-page #search-park {
  margin-top: -48px;
}
.page.page-empty-search-page #search-park #map_canvas {
  height: 400px !important;
}
.page.page-empty-search-page section {
  padding-bottom: 80px;
}
.page.page-empty-search-page h1,
.page.page-empty-search-page h2,
.page.page-empty-search-page h3 {
  color: #2c3436;
  text-align: center;
  text-transform: uppercase;
  font-family: 'latoblack', sans-serif;
  letter-spacing: 0.4px;
}
.page.page-empty-search-page h1 {
  margin-top: 50px;
  font-size: 1.8em;
}
.page.page-empty-search-page h2 {
  font-size: 1.6em;
}
.page.page-empty-search-page h3 {
  color: #434f52;
  font-size: 1.4em;
  margin-bottom: 20px;
}
.page.page-empty-search-page p {
  text-align: center;
  font-size: 1.15em;
}
.page.page-empty-search-page .separator {
  border-top: 1px solid #9ba9ad;
}
.page.page-empty-search-page .list-title {
  margin-top: 20px;
  text-align: left;
  text-transform: uppercase;
  color: #2c3436;
  font-size: 13px;
}
.page.page-empty-search-page .location-card {
  background-position: center;
  background-size: cover;
  display: block;
  border-radius: 3px;
  text-align: center;
  height: 150px;
  margin-bottom: 20px;
  overflow: hidden;
}
.page.page-empty-search-page .location-card .location-content-wrap {
  position: relative;
  height: 100%;
  background-color: rgba(20, 38, 84, 0.5);
  padding: 5px;
}
.page.page-empty-search-page .location-card .location-content-wrap .location-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'latobold', sans-serif;
  color: #ffffff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  letter-spacing: 0.7px;
}
.page.page-empty-search-page .location-card .location-content-wrap .location-content span {
  display: block;
  font-size: 22px;
  line-height: 22px;
}
.page.page-empty-search-page .location-card:hover .location-content-wrap {
  background-color: rgba(20, 38, 84, 0.8);
}
.page.page-empty-search-page .location-card#parkings-madrid {
  background-image: url('/assets/themes/default/images/pages/locations/parkings-madrid.jpg');
}
.page.page-empty-search-page .location-card#parkings-barcelona {
  background-image: url('/assets/themes/default/images/pages/locations/parkings-barcelona.jpg');
}
.page.page-empty-search-page .location-card#parkings-valencia {
  background-image: url('/assets/themes/default/images/pages/locations/parkings-valencia.jpg');
}
.page.page-empty-search-page .location-card#parkings-vigo {
  background-image: url('/assets/themes/default/images/pages/locations/parkings-vigo.jpg');
}
.page.page-empty-search-page .location-card#parkings-barajas {
  background-image: url('/assets/themes/default/images/pages/locations/parkings-barajas.jpg');
}
.page.page-empty-search-page .location-card#parkings-el_prat {
  background-image: url('/assets/themes/default/images/pages/locations/parkings-el_prat.jpg');
}
.page.page-empty-search-page .location-card#parkings-malaga_costadelsol {
  background-image: url('/assets/themes/default/images/pages/locations/parkings-malaga_costadelsol.jpg');
}
.page.page-empty-search-page .location-card#parkings-alicante_elche {
  background-image: url('/assets/themes/default/images/pages/locations/parkings-alicante_elche.jpg');
}
.page.page-empty-search-page .location-card#parkings-atocha {
  background-image: url('/assets/themes/default/images/pages/locations/parkings-atocha.jpg');
}
.page.page-empty-search-page .location-card#parkings-sants {
  background-image: url('/assets/themes/default/images/pages/locations/parkings-sants.jpg');
}
.page.page-empty-search-page .location-card#parkings-joaquin_sorolla {
  background-image: url('/assets/themes/default/images/pages/locations/parkings-joaquin_sorolla.jpg');
}
.page.page-empty-search-page .location-card#parkings-estacion_coruna {
  background-image: url('/assets/themes/default/images/pages/locations/parkings-estacion_coruna.jpg');
}
.page.page-empty-search-page .location-card#parkings-puerto_barcelona {
  background-image: url('/assets/themes/default/images/pages/locations/parkings-puerto_barcelona.jpg');
}
.page.page-empty-search-page .location-card#parkings-puerto_vigo {
  background-image: url('/assets/themes/default/images/pages/locations/parkings-puerto_vigo.jpg');
}
.page.page-empty-search-page .location-card#parkings-puerto_valencia {
  background-image: url('/assets/themes/default/images/pages/locations/parkings-puerto_valencia.jpg');
}
.page.page-empty-search-page .location-card#parkings-puerto_alicante {
  background-image: url('/assets/themes/default/images/pages/locations/parkings-puerto_alicante.jpg');
}
.page.page-empty-search-page .location-card#parkings-oporto {
  background-image: url('/assets/themes/default/images/pages/locations/parkings-oporto.jpg');
}
.page.page-empty-search-page .location-card#parkings-sa_carneiro {
  background-image: url('/assets/themes/default/images/pages/locations/parkings-sa_carneiro.jpg');
}
.page.page-about-us #about-us {
  color: #2c3436;
  background-color: #4894ef;
  padding: 1.5em 0;
}
.page.page-about-us #about-us h1 {
  color: #2c3436;
}
.page.page-about-us #about-us p {
  color: white;
}
.page.page-about-us #about-us h2 {
  font-weight: bold;
  font-size: 1.8em;
  text-align: right;
  padding-right: 17%;
}
.page.page-about-us #about-us .col {
  margin: 1em 0;
  text-align: center;
}
.page.page-about-us #about-us .col img {
  margin: 0 auto;
  width: 80%;
  height: auto;
}
.page.page-about-us #about-us .col p {
  color: #384144;
  font-weight: 600;
  text-align: right;
  padding-right: 17%;
}
.page.page-about-us #about-us .booble {
  background-color: #2c3436;
  color: #ffffff;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 1em auto;
  z-index: -2;
  clear: both;
  display: table;
}
.page.page-about-us #about-us .booble span {
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
}
.page.page-about-us #about-us .booble .img-container {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.page.page-about-us #about-us .booble .img-container img {
  width: inherit;
  height: inherit;
}
.page.page-about-us #map {
  background-color: #9ba9ad;
  border-bottom: 3px solid #66777c;
}
.page.page-about-us #map .map-container #company_map {
  width: 100%;
  height: 100%;
}
.page.page-about-us #map .description {
  padding-left: 10%;
}
.page.page-about-us #team h3 {
  color: #1ab9e4;
}
.page.page-about-us #team .team-card img {
  width: 150px;
  height: 150px;
}
.page.page-contact {
  background: #d3d9db;
}
.page.page-contact h1 {
  padding: 0;
  line-height: 1em;
  font-size: 35px;
}
.page.page-contact h2 {
  color: #66777c;
  font-size: 1.8em;
}
.page.page-contact .contact-item {
  margin: 10px 0;
}
.page.page-contact #company_map {
  width: 100%;
  height: auto;
}
.page.page-contact .breadcrumbs {
  margin-top: 2em;
}
.page.page-contact #contact-form-result h1 {
  margin-bottom: 40px;
}
.page.page-contact #presentation-content {
  padding: 0 0 3em 0;
}
.page.page-contact #presentation-content h1 {
  width: 80%;
  margin: 20px 0 0 0;
  font-size: 2.5em;
  padding: 0 5% 0 0;
  color: #1ab9e4;
  font-family: 'latoblack', sans-serif;
}
.page.page-contact #presentation-content h2 {
  width: 80%;
  margin: 20px 0 0 0;
  font-size: 2em;
  padding: 0 5% 0 0;
  color: #4f5c60;
  font-family: 'latoblack', sans-serif;
}
.page.page-contact #presentation-content .text-box {
  width: 100%;
  margin: 50px 0 0 0;
  padding: 1em 5% 2em 10%;
  background: rgba(50, 50, 50, 0.7);
}
.page.page-contact #presentation-content .text-box h3 {
  padding: 0;
  margin: 0;
  font-size: 1.6em;
  color: #d3d9db;
}
.page.page-contact #presentation-content .text-box p {
  padding: 0.5em 0 0 0;
  color: #d3d9db;
}
.page.page-contact #presentation-content .contact-data {
  color: #1ab9e4;
  padding-bottom: 10px;
  font-size: 18px;
}
.page.page-contact #presentation-content .contact-data a {
  margin-left: 10px;
  color: #1ab9e4;
}
.page.page-contact #presentation-content .contact-data a:hover {
  color: #1594b6;
}
.page.page-contact .box {
  width: 100%;
  border: 4px solid #FFFFFF;
  border-radius: 10px;
  padding-bottom: 0.5em;
  margin-top: 2em;
  background-color: #F0F0F0;
  overflow: visible;
}
.page.page-contact .box .box-container .box-header {
  color: #ffffff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.page.page-contact .box .box-container .box-header .box-icon {
  margin: 0 auto;
  position: relative;
  top: -10px;
  font-size: 1.6em;
  text-align: center;
}
.page.page-contact .box .box-container .box-header .box-icon img {
  width: 45%;
  height: auto;
}
.page.page-contact .box .box-container .box-header .box-title {
  position: relative;
  top: -10px;
  font-size: 2.5em;
  text-align: center;
  font-family: 'latobold', sans-serif;
}
.page.page-contact .box .box-container .box-decoration {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  position: relative;
  top: -20px;
  transform: rotate(45deg);
  transform-origin: 20% 40%;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -ms-transform-origin: 20% 40%;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  -webkit-transform-origin: 20% 40%;
  /* Chrome, Safari, Opera */
}
.page.page-contact .box .box-container .box-body {
  color: #384144;
  font-size: 1.2em;
  font-family: 'lato', sans-serif;
  padding: 0.5em 1.8em 0.5em 1.8em;
}
.page.page-contact .box .box-container .box-body b {
  font-family: 'lato', sans-serif;
}
.page.page-contact #box-3 {
  background: none;
  border: none;
}
.page.page-contact #box-3 .box-title {
  color: #1ab9e4;
  font-size: 2.6em;
  line-height: 1.2em;
  font-family: 'latoblack', sans-serif;
}
.page.page-contact #box-3 p {
  color: #434f52;
  font-size: 1.3em;
  line-height: 1.2em;
  font-family: 'lato', sans-serif;
  padding: 0;
  margin: 1em 0 0 0;
}
.page.page-contact #box-3 p b {
  font-family: 'lato', sans-serif;
}
.page.page-contact #box-3 p.primary {
  color: #1ab9e4;
}
.page.page-faq #faq {
  color: #2c3436;
  padding: 1.5em 0;
}
.page.page-faq #faq .panel-group {
  margin-top: 30px;
}
.page.page-faq #faq .panel-group .panel-heading h2,
.page.page-faq #faq .panel-group .panel-heading h3,
.page.page-faq #faq .panel-group .panel-heading span {
  display: inline-block;
}
.page.page-faq #faq .panel-group .panel-heading span {
  float: right;
  color: white;
  font-size: 1.5em;
}
.page.page-faq #faq .panel-group .panel-heading span i.fa-time:before {
  content: "\f00d";
}
.page.page-faq #faq .panel-group .panel-heading span.collapsed i.fa-time:before {
  content: "\f067";
}
.page.page-faq #faq .panel-group .panel-body .payment-cards {
  margin-left: 40px;
  margin-top: 15px;
}
.page.page-faq #faq .panel-group .panel-body ol {
  list-style-type: decimal;
  padding-left: 15px;
}
.page.page-faq #faq .panel-group .panel-body ol li {
  padding-left: 10px;
}
.page.page-faq #faq .panel-group .panel-body ul,
.page.page-faq #faq .panel-group .panel-body ol {
  margin-top: 15px;
}
.page.page-faq #faq .panel-group .panel-body ul li,
.page.page-faq #faq .panel-group .panel-body ol li {
  margin-bottom: 10px;
}
.page.page-faq #faq .panel-group .app-buttons {
  margin-top: 15px;
}
.page.page-faq #faq .panel-group .app-buttons .app-button-left,
.page.page-faq #faq .panel-group .app-buttons .app-button-right {
  float: left;
}
.page.page-privacy-policy .breadcrumbs ol,
.page.page-legal-advice .breadcrumbs ol,
.page.page-cookies-policy .breadcrumbs ol,
.page.page-delete-user-account .breadcrumbs ol {
  margin-top: 30px;
}
.page #privacy-content,
.page #legal-content,
.page #cookies-content,
.page #delete-user-account-content {
  padding: 1.5em 0;
}
.page #privacy-content h1,
.page #legal-content h1,
.page #cookies-content h1,
.page #delete-user-account-content h1,
.page #privacy-content h2,
.page #legal-content h2,
.page #cookies-content h2,
.page #delete-user-account-content h2,
.page #privacy-content h3,
.page #legal-content h3,
.page #cookies-content h3,
.page #delete-user-account-content h3 {
  color: #2c3436;
  font-family: 'latoblack', sans-serif;
}
.page #privacy-content h1,
.page #legal-content h1,
.page #cookies-content h1,
.page #delete-user-account-content h1 {
  margin-top: 20px;
}
.page #privacy-content h2,
.page #legal-content h2,
.page #cookies-content h2,
.page #delete-user-account-content h2 {
  font-size: 2.5em;
  margin-top: 60px;
}
.page #privacy-content h3,
.page #legal-content h3,
.page #cookies-content h3,
.page #delete-user-account-content h3 {
  font-size: 1.7em;
  margin-top: 40px;
}
.page #privacy-content p,
.page #legal-content p,
.page #cookies-content p,
.page #delete-user-account-content p,
.page #privacy-content li,
.page #legal-content li,
.page #cookies-content li,
.page #delete-user-account-content li {
  color: #384144;
  line-height: 25px;
  margin: 0 0 10px;
}
.page #privacy-content p a,
.page #legal-content p a,
.page #cookies-content p a,
.page #delete-user-account-content p a,
.page #privacy-content li a,
.page #legal-content li a,
.page #cookies-content li a,
.page #delete-user-account-content li a {
  color: #1ab9e4;
}
.page #privacy-content p a:hover,
.page #legal-content p a:hover,
.page #cookies-content p a:hover,
.page #delete-user-account-content p a:hover,
.page #privacy-content li a:hover,
.page #legal-content li a:hover,
.page #cookies-content li a:hover,
.page #delete-user-account-content li a:hover {
  color: #1594b6;
}
.page #privacy-content ol,
.page #legal-content ol,
.page #cookies-content ol,
.page #delete-user-account-content ol {
  list-style: decimal;
}
.page #privacy-content ul,
.page #legal-content ul,
.page #cookies-content ul,
.page #delete-user-account-content ul,
.page #privacy-content ol,
.page #legal-content ol,
.page #cookies-content ol,
.page #delete-user-account-content ol {
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
}
.page #privacy-content ul li,
.page #legal-content ul li,
.page #cookies-content ul li,
.page #delete-user-account-content ul li,
.page #privacy-content ol li,
.page #legal-content ol li,
.page #cookies-content ol li,
.page #delete-user-account-content ol li {
  padding-left: 10px;
}
.page #privacy-content table,
.page #legal-content table,
.page #cookies-content table,
.page #delete-user-account-content table {
  width: 100%;
  margin: 10px 0 30px;
}
.page #privacy-content table th,
.page #legal-content table th,
.page #cookies-content table th,
.page #delete-user-account-content table th {
  background-color: #1ab9e4;
  color: #ffffff;
  border: 1px solid #1ab9e4;
  padding: 10px;
}
.page #privacy-content table td,
.page #legal-content table td,
.page #cookies-content table td,
.page #delete-user-account-content table td {
  color: #384144;
  padding: 10px;
  border: 1px solid #66777c;
}
.page #privacy-content table td ul,
.page #legal-content table td ul,
.page #cookies-content table td ul,
.page #delete-user-account-content table td ul,
.page #privacy-content table td ol,
.page #legal-content table td ol,
.page #cookies-content table td ol,
.page #delete-user-account-content table td ol {
  margin: 15px 0;
}
.page #privacy-content table td ul li,
.page #legal-content table td ul li,
.page #cookies-content table td ul li,
.page #delete-user-account-content table td ul li,
.page #privacy-content table td ol li,
.page #legal-content table td ol li,
.page #cookies-content table td ol li,
.page #delete-user-account-content table td ol li {
  margin-bottom: 0;
}
.page #privacy-content .index,
.page #legal-content .index,
.page #cookies-content .index,
.page #delete-user-account-content .index {
  margin-bottom: 20px;
}
.page #privacy-content .index li,
.page #legal-content .index li,
.page #cookies-content .index li,
.page #delete-user-account-content .index li {
  margin-bottom: 0;
}
.page #privacy-content .table-title,
.page #legal-content .table-title,
.page #cookies-content .table-title,
.page #delete-user-account-content .table-title {
  font-weight: bold;
  font-style: italic;
  font-size: 16px;
  margin-top: 20px;
}
.page #privacy-content .note,
.page #legal-content .note,
.page #cookies-content .note,
.page #delete-user-account-content .note {
  color: #4f5c60;
  font-size: 14px;
}
.page #privacy-content .underline,
.page #legal-content .underline,
.page #cookies-content .underline,
.page #delete-user-account-content .underline {
  text-decoration: underline;
  font-family: 'latobold', sans-serif;
}
.page.page-change-password #form-recovery {
  margin-top: 50px;
}
.page .recovery-password-container {
  margin-top: 50px;
}
.page .recovery-password-container form .alert {
  margin-top: 15px;
}
.page.page-welcome-whitelist h1 {
  color: #2c3436;
  font-size: 2.3em;
  margin-bottom: 30px;
}
.page.page-welcome-whitelist h2 {
  color: #2c3436;
  font-size: 2.1em;
  margin-bottom: 25px;
}
.page.page-welcome-whitelist .check {
  width: 60px;
  margin-top: 60px;
}
.page.page-welcome-whitelist .text-big {
  font-size: 22px;
  margin-bottom: 40px;
}
.page.page-welcome-whitelist #list-steps .list-item {
  margin: 40px 0;
}
.page.page-welcome-whitelist #list-steps .list-item .list-image {
  margin: 10px 0;
  width: 100%;
}
.page.page-welcome-whitelist #list-steps .list-item .list-text {
  font-size: 17px;
}
.page.page-welcome-whitelist #list-steps .list-item .list-text a {
  color: #1ab9e4;
}
.page.page-welcome-whitelist #list-steps .list-item .list-text a:hover {
  color: #1594b6;
}
.page.page-welcome-whitelist .contact-us {
  margin: 20px 0 60px;
}
.page.page-black-friday #blackfriday-banner {
  display: none;
}
.page.page-black-friday #photo-header {
  background-color: #0a0a0c;
  background-image: url('/assets/themes/default/images/pages/black-friday-parkings.jpg');
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  display: table;
  width: 100%;
  height: 360px;
}
.page.page-black-friday #photo-header .countdown-wrap {
  display: table-cell;
  vertical-align: bottom;
}
.page.page-black-friday .intro {
  padding: 30px 0;
  text-align: center;
}
.page.page-black-friday .intro h1 {
  font-size: 15px;
  color: black;
  text-transform: uppercase;
  font-family: 'latoblack', sans-serif;
}
.page.page-black-friday .intro p {
  color: #2c3436;
  font-size: 14px;
}
.page.page-black-friday .block {
  padding-bottom: 60px;
}
.page.page-black-friday h2 {
  font-size: 20px;
  font-family: 'latoblack', sans-serif;
  text-align: center;
  color: #000;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.page.page-black-friday h2 span {
  font-size: 25px;
  color: #fd3d44;
}
.page.page-black-friday .parking-card .parking-price-wrap .parking-price {
  color: #fd3d44;
}
.page #home-slider {
  margin-bottom: 30px;
}
.page #how-it-works {
  margin-top: 50px;
}
.page .poi-promoted-parkings {
  text-align: center;
}
.page .promoted-parkings-list {
  margin-top: 25px;
  display: flex;
}
.page .promoted-parking.view-more {
  background-position: center;
  background-blend-mode: lighten;
  background-color: rgba(255, 255, 255, 0.7);
  color: #434f52;
  filter: grayscale(100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page .promoted-parking.view-more:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.page .promoted-parking.view-more i {
  font-size: 25px;
  margin-bottom: 5px;
}
.page .promoted-parking.cheaper {
  height: auto;
  border: 2px solid transparent;
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(to right, #1ab9e4, #4894ef);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.page .promoted-parking.cheaper img {
  border-radius: 7px 7px 0 0;
  width: 100%;
}
.page .promoted-parking.cheaper:hover {
  background-image: linear-gradient(#eff1f2, #eff1f2), linear-gradient(to right, #1ab9e4, #4894ef);
}
.page .promoted-parking {
  font-weight: 400;
  padding: 0;
  margin: auto 20px auto 0;
  border-radius: 9px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  display: flex;
  flex-direction: column;
  height: 50%;
  min-height: 383px;
}
.page .promoted-parking .parking-info {
  margin-bottom: auto;
}
.page .promoted-parking:hover {
  background-color: #eff1f2;
}
.page .promoted-parking h3,
.page .promoted-parking p,
.page .promoted-parking ul,
.page .promoted-parking .book-and-price,
.page .promoted-parking .prices,
.page .promoted-parking .reviews {
  text-align: start;
  margin-left: 15px;
}
.page .promoted-parking h3 {
  font-size: 15px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 0;
}
.page .promoted-parking p {
  font-size: 12px;
  margin-top: 5px;
  color: #434f52;
}
.page .promoted-parking img {
  border-radius: 8px 8px 0 0;
  width: 100%;
  height: 181px;
}
.page .promoted-parking aside {
  position: absolute;
  right: 0;
  font-size: 12px;
  font-weight: 700;
  padding: 5px;
  background-image: linear-gradient(260deg, #1ab9e4, #4894ef);
  color: #ffffff;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 7px;
}
.page .promoted-parking ul.services-list li {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}
.page .promoted-parking ul.services-list span.service-name {
  font-size: 10px;
}
.page .promoted-parking .book-and-price {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
}
.page .promoted-parking .book-and-price .prices {
  padding: 0;
  text-align: center;
}
.page .promoted-parking .book-and-price .prices small {
  font-size: 8px;
}
.page .promoted-parking .book-and-price .prices small .time-for {
  color: #1ab9e4;
}
.page .promoted-parking .book-and-price .prices .price {
  font-size: 20px;
  color: #1ab9e4;
}
.page .promoted-parking a.btn-primary {
  color: white;
  border-radius: 5px;
  padding: 13px;
  font-size: 15px;
}
.page-home #home-slider.carousel.slide {
  height: 400px;
}
@media (min-width: 1200px) {
  .page iframe.video-full {
    height: 532px;
    margin-bottom: -5px;
  }
}
@media (max-width: 1199px) {
  .page.page-are-you-a-parking #presentation #presentation-content {
    background-size: 66%;
  }
  .page.page-are-you-a-parking #presentation #presentation-content h1 {
    width: 70%;
    margin: 40px 0 0 4%;
    font-size: 3.5em;
  }
  .page.page-are-you-a-parking #presentation #presentation-content h2 {
    width: 60%;
    margin: 20px 0 0 6%;
    font-size: 2.5em;
  }
  .page #how-it-works .speech-booble {
    margin-left: -0.5em;
  }
  .page #how-it-works .booble {
    background-color: #2c3436;
    color: #ffffff;
    width: 185px;
    height: 185px;
    border-radius: 50%;
    margin: 1em auto;
    z-index: -2;
    margin-top: -1.5em;
  }
  .page #how-it-works .booble span {
    width: 185px;
    height: 185px;
    line-height: 185px;
    text-align: center;
  }
  .page #demo #demo-video {
    height: 210px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .page iframe.video-full {
    height: 438px;
    margin-bottom: -5px;
  }
  .page .promoted-parking .book-and-price {
    flex-direction: column;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .page[class^="page-landing-"] #content-side,
  .page[class*="page-landing-"] #content-side {
    padding: 55px;
  }
  .page[class^="page-landing-"] #content-side .background-content,
  .page[class*="page-landing-"] #content-side .background-content {
    margin-top: -55px;
    margin-left: -55px;
    margin-right: -55px;
  }
  .page[class^="page-landing-"] .parking-card,
  .page[class*="page-landing-"] .parking-card {
    display: flex;
  }
  .page[class^="page-landing-"] .parking-card .parking-content,
  .page[class*="page-landing-"] .parking-card .parking-content {
    width: 58%;
  }
  .page[class^="page-landing-"] .parking-card .offers,
  .page[class*="page-landing-"] .parking-card .offers {
    width: 42%;
  }
  .page[class^="page-landing-"] .parking-card .parking-content .parking-image,
  .page[class*="page-landing-"] .parking-card .parking-content .parking-image {
    border-radius: 0;
  }
}
@media (max-width: 991px) {
  .page.page-how-does-it-work .timeline-wrap .number {
    margin-top: 45px;
  }
  .page.page-how-does-it-work .timeline-wrap .line {
    top: 90px;
  }
  .page.page-are-you-a-parking #presentation #presentation-content {
    background-size: 74%;
  }
  .page.page-are-you-a-parking #presentation #presentation-content h1 {
    width: 80%;
    margin: 40px 0 0 5%;
    font-size: 3em;
  }
  .page.page-are-you-a-parking #presentation #presentation-content h2 {
    width: 65%;
    margin: 20px 0 0 10%;
    font-size: 2em;
  }
  .page.page-are-you-a-parking #parking-contact .container {
    padding: 0.5em 0 2em 0;
  }
  .page #download .container .app-buttons {
    margin: 2em auto 1em auto;
    text-align: center;
  }
  .page #download .container .app-buttons .app-button-left,
  .page #download .container .app-buttons .app-button-right {
    float: none;
    display: inline-block;
  }
  .page #how-it-works .speech-booble {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    background-color: #4894ef;
    color: #ffffff;
    z-index: 9999;
    margin-left: -1.2em;
  }
  .page #how-it-works .speech-booble:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 17.5px solid #4894ef;
    border-bottom: 7px solid transparent;
    margin: 52.5px 0 0 26.25px;
    transform: rotate(45deg);
    transform-origin: 20% 40%;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -ms-transform-origin: 20% 40%;
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    -webkit-transform-origin: 20% 40%;
    /* Chrome, Safari, Opera */
    z-index: 997;
  }
  .page #how-it-works .booble {
    background-color: #2c3436;
    color: #ffffff;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    margin: 1em auto;
    z-index: -2;
    margin-top: -1em;
  }
  .page #how-it-works .booble span {
    width: 170px;
    height: 170px;
    line-height: 170px;
    text-align: center;
  }
  .page #demo #demo-video {
    height: 200px;
  }
  .page iframe.video-full {
    height: 405px;
    margin-bottom: -5px;
  }
  .page .promoted-parkings-list {
    flex-direction: column;
  }
  .page .promoted-parkings-list article {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .page[class^="page-landing-"] #parkings-side,
  .page[class*="page-landing-"] #parkings-side {
    position: sticky;
    position: -webkit-sticky;
    top: 50px;
    overflow-y: auto;
    height: calc(100vh - 50px);
  }
  .page.page-welcome-whitelist h1 {
    margin-bottom: 10px;
  }
  .page.page-welcome-whitelist .text-big {
    margin-bottom: 25px;
  }
  .page.page-welcome-whitelist #list-steps .list-item {
    display: table;
  }
  .page.page-welcome-whitelist #list-steps .list-item .list-image,
  .page.page-welcome-whitelist #list-steps .list-item .list-text {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
  }
  .page.page-welcome-whitelist #list-steps .list-item .list-image {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .page.page-how-does-it-work #how-parkapp-works .row .step {
    margin-bottom: 50px;
  }
  .page.page-how-does-it-work #how-parkapp-works .row div:last-child {
    margin-bottom: 0;
  }
  .page.page-how-does-it-work .timeline-wrap .number {
    margin-top: 13px;
  }
  .page.page-how-does-it-work .timeline-wrap .line {
    top: 50px;
  }
  .page.page-how-does-it-work .timeline-wrap .timeline-container {
    padding: 20px;
    margin-left: 65px;
    margin-top: 57px;
    margin-bottom: -35px;
  }
  .page.page-how-does-it-work .timeline-wrap .timeline-container.timeline-image {
    padding: 20px 20px 0;
  }
  .page.page-how-does-it-work .timeline-wrap .timeline-container .arrow {
    left: 71px;
  }
  .page.page-how-does-it-work .timeline-wrap .timeline-container .margin-bottom-xs {
    margin-bottom: 30px;
  }
  .page.page-are-you-a-parking #presentation #presentation-content {
    background-size: 84%;
    background-position: 140% 100%;
  }
  .page.page-are-you-a-parking #presentation #presentation-content h1 {
    width: 100%;
    margin: 40px 0 0 0;
    font-size: 2.5em;
  }
  .page.page-are-you-a-parking #presentation #presentation-content h2 {
    width: 70%;
    margin: 20px 0 0 3%;
    font-size: 2em;
  }
  .page.page-are-you-a-parking #presentation #presentation-content .text-box {
    margin: 20px 0 0 0;
  }
  .page.page-are-you-a-parking #presentation #presentation-content .text-box p {
    padding: 0.3em 0 0 0;
    margin: 0;
  }
  .page.page-are-you-a-parking #benefits .decoration {
    width: 40px;
    height: 40px;
    top: -20px;
  }
  .page.page-are-you-a-parking #benefits .box {
    height: auto;
    margin: 1em 2% 0 2%;
    width: 46%;
    float: left;
    height: 310px;
  }
  .page.page-are-you-a-parking #benefits .box .box-container {
    clear: both;
  }
  .page.page-are-you-a-parking #benefits .box .box-container .box-header {
    color: #ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .page.page-are-you-a-parking #benefits .box .box-container .box-header .box-icon {
    margin: 0 auto;
    position: relative;
    top: -10px;
    font-size: 1.6em;
    text-align: center;
  }
  .page.page-are-you-a-parking #benefits .box .box-container .box-header .box-icon img {
    width: 45%;
    height: auto;
  }
  .page.page-are-you-a-parking #benefits .box .box-container .box-header .box-title {
    position: relative;
    top: -10px;
    font-size: 2.5em;
    text-align: center;
    font-family: 'latobold', sans-serif;
  }
  .page.page-are-you-a-parking #benefits .box .box-container .box-body {
    height: auto;
    padding: 0.5em 1.8em 1em 1.8em;
  }
  .page.page-are-you-a-parking #benefits #box-3 {
    font-size: 0.93em;
  }
  .page.page-are-you-a-parking #benefits #box-5 {
    margin: 1em 1.5% 0 1.5%;
    width: 97%;
    background-size: 160%;
  }
  .page.page-are-you-a-parking #benefits #box-5 .box-container {
    height: auto;
  }
  .page.page-are-you-a-parking #benefits #box-5 .box-container .box-header {
    width: 100%;
    height: 302px;
    display: block;
    border-top-left-radius: 5x;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0 0 12px 0;
  }
  .page.page-are-you-a-parking #benefits #box-5 .box-container .box-header p {
    margin: 0;
    padding: 0;
  }
  .page.page-are-you-a-parking #benefits #box-5 .box-container .box-body {
    display: none;
  }
  .page.page-are-you-a-parking #parking-contact {
    font-family: 'lato', sans-serif;
  }
  .page.page-are-you-a-parking #parking-contact .container {
    padding: 0.5em 5% 2em 5%;
    text-align: center;
  }
  .page.page-are-you-a-parking #parking-contact b {
    font-family: 'lato', sans-serif;
  }
  .page.page-are-you-a-parking #parking-contact p {
    color: #434f52;
    font-size: 1.2em;
  }
  .page.page-are-you-a-parking #parking-contact .primary {
    color: #1ab9e4;
    line-height: 2em;
    font-family: 'lato', sans-serif;
    font-size: 1.4em;
  }
  .page[class^="page-landing-"] .landing-header h1,
  .page[class*="page-landing-"] .landing-header h1 {
    padding: 35px 10px;
    text-align: center;
    font-size: 18px;
    text-transform: initial;
  }
  .page #how-it-works .container .step {
    clear: left;
    overflow: hidden;
  }
  .page #how-it-works .container .step .img-container {
    height: 100px;
  }
  .page #how-it-works .container .step .img-container img {
    height: 100%;
    width: auto;
  }
  .page #how-it-works .container .step .text {
    margin: 15% 14% 0 0;
    text-align: left;
  }
  .page #how-it-works .container .step .speech-booble {
    margin-left: 10%;
  }
  .page #demo {
    padding-bottom: 65px;
  }
  .page #demo .video-container {
    text-align: center;
  }
  .page #demo #demo-video {
    width: 380px;
    height: 280px;
    margin: 0 auto;
  }
  .page #team .col-xs-6 {
    width: 100%;
  }
  .page iframe.video-full {
    height: 325px;
    margin-bottom: -5px;
  }
}
@media (max-width: 767px) and (min-width: 600px) {
  .page[class^="page-landing-"] .parking-card,
  .page[class*="page-landing-"] .parking-card {
    display: flex;
  }
  .page[class^="page-landing-"] .parking-card .parking-content,
  .page[class*="page-landing-"] .parking-card .parking-content {
    width: 58%;
  }
  .page[class^="page-landing-"] .parking-card .offers,
  .page[class*="page-landing-"] .parking-card .offers {
    width: 42%;
  }
  .page[class^="page-landing-"] .parking-card .parking-content .parking-image,
  .page[class*="page-landing-"] .parking-card .parking-content .parking-image {
    border-radius: 0;
  }
}
@media (max-width: 600px) {
  .page .countdown-wrap .countdown .countdown-status {
    font-size: 16px;
  }
  .page .countdown-wrap .countdown .countdown-chrono div {
    margin: 0 15px;
  }
  .page .badges-wrap .app-button {
    width: 100%;
    margin: 10px 0;
  }
  .page.page-how-does-it-work .timeline-wrap .timeline-container .cards {
    text-align: center;
  }
  .page.page-how-does-it-work .timeline-wrap .timeline-container .cards img {
    width: 25%;
  }
  .page.page-are-you-a-parking #presentation {
    background: url('/assets/themes/default/images/are_you_aparking_1.jpg') 100% 100%;
    background-repeat: no-repeat;
    background-size: 95%;
  }
  .page.page-are-you-a-parking #presentation #presentation-content {
    background: none;
  }
  .page.page-are-you-a-parking #presentation #presentation-content h1 {
    width: 100%;
    margin: 30px 0 0 0;
    font-size: 2em;
  }
  .page.page-are-you-a-parking #presentation #presentation-content h2 {
    width: 70%;
    margin: 20px 0 0 0;
    font-size: 1.5em;
  }
  .page.page-are-you-a-parking #presentation #presentation-content .text-box {
    margin: 20px 0 0 0;
    padding: 1em 5% 2em 5%;
  }
  .page.page-are-you-a-parking #presentation #presentation-content .text-box h3 {
    font-size: 1.2em;
  }
  .page.page-are-you-a-parking #presentation #presentation-content .text-box p {
    font-size: 0.9em;
    padding: 0.3em 0 0 0;
    margin: 0;
  }
  .page.page-are-you-a-parking #benefits .decoration {
    width: 30px;
    height: 30px;
    top: -15px;
  }
  .page.page-are-you-a-parking #benefits .box {
    height: auto;
    margin: 1em 0 0 0;
    width: 100%;
    float: none;
  }
  .page.page-are-you-a-parking #benefits .box .box-container {
    clear: both;
  }
  .page.page-are-you-a-parking #benefits .box .box-container .box-header {
    color: #ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .page.page-are-you-a-parking #benefits .box .box-container .box-header .box-icon {
    margin: 0 auto;
    position: relative;
    top: -10px;
    font-size: 1.6em;
    text-align: center;
  }
  .page.page-are-you-a-parking #benefits .box .box-container .box-header .box-icon img {
    width: 45%;
    height: auto;
  }
  .page.page-are-you-a-parking #benefits .box .box-container .box-header .box-title {
    position: relative;
    top: -10px;
    font-size: 2.5em;
    text-align: center;
    font-family: 'latobold', sans-serif;
  }
  .page.page-are-you-a-parking #benefits .box .box-container .box-body {
    height: auto;
    padding: 0.5em 1.8em 1em 1.8em;
  }
  .page.page-are-you-a-parking #benefits #box-3 {
    font-size: 1em;
    text-align: center;
    width: 100%;
    margin: 20px 0 40px 0;
  }
  .page.page-are-you-a-parking #benefits #box-3 .box-title {
    font-size: 3.5em;
  }
  .page.page-are-you-a-parking #benefits #box-5 {
    background-size: 160%;
  }
  .page.page-are-you-a-parking #benefits #box-5 .box-container {
    height: auto;
  }
  .page.page-are-you-a-parking #benefits #box-5 .box-container .box-header {
    width: 100%;
    height: auto;
    display: block;
    border-top-left-radius: 5x;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0 0 12px 0;
  }
  .page.page-are-you-a-parking #benefits #box-5 .box-container .box-header p {
    margin: 0;
    padding: 0;
  }
  .page.page-are-you-a-parking #benefits #box-5 .box-container .box-body {
    display: none;
  }
  .page #download .container .app-buttons {
    margin: 0 auto;
  }
  .page #download .container .app-buttons .app-button-left {
    float: none;
    margin: 20px auto 0 auto;
  }
  .page #download .container .app-buttons .app-button-right {
    float: none;
    margin: 20px auto 0 auto;
  }
  .page #how-it-works .container .step {
    clear: left;
    overflow: hidden;
  }
  .page #how-it-works .container .step .img-container {
    height: 100px;
  }
  .page #how-it-works .container .step .img-container img {
    height: 100%;
    width: auto;
  }
  .page #how-it-works .container .step .text {
    margin: 15% 0 0 0;
    text-align: left;
  }
  .page #how-it-works .container .step .speech-booble {
    margin-left: 5%;
  }
  .page #demo-video {
    max-width: 70%;
    max-height: 240px;
    margin: 0 auto;
  }
  .page.page-are-you-a-parking #promote .container .col-xs-5,
  .page.page-are-you-a-parking #promote .container .col-xs-7 {
    width: 100%;
    margin-top: 0;
  }
  .page iframe.video-full {
    height: 325px;
    margin-bottom: -5px;
  }
  .page.page-black-friday #photo-header {
    background-size: cover;
  }
}
@media (max-width: 767px) and (min-width: 445px) {
  .page.page-empty-search-page .location-card-wrap .location-card {
    width: 49%;
    float: left;
  }
  .page.page-empty-search-page .location-card-wrap > div:nth-child(odd) .location-card {
    margin-right: 2%;
  }
}
@media (max-width: 360px) {
  .page.page-are-you-a-parking #presentation #presentation-content {
    background: none;
  }
  .page.page-are-you-a-parking #presentation #presentation-content h1 {
    width: 100%;
    margin: 20px 0 0 0;
    font-size: 2em;
  }
  .page.page-are-you-a-parking #presentation #presentation-content h2 {
    width: 100%;
    margin: 10px 0 0 0%;
    font-size: 1.5em;
  }
  .page.page-are-you-a-parking #presentation #presentation-content .text-box {
    margin: 20px 0 0 0;
  }
  .page.page-are-you-a-parking #presentation #presentation-content .text-box h3 {
    font-size: 1.2em;
  }
  .page.page-are-you-a-parking #presentation #presentation-content .text-box p {
    font-size: 0.9em;
    padding: 0.3em 0 0 0;
  }
  .page #how-it-works .speech-booble {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #4894ef;
    color: #ffffff;
    z-index: 9999;
    margin: 0 auto 0 5%;
    font-size: 1.5em;
  }
  .page #how-it-works .speech-booble:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 10px solid #4894ef;
    border-bottom: 4px solid transparent;
    margin: 30px 0 0 15px;
    transform: rotate(45deg);
    transform-origin: 20% 40%;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -ms-transform-origin: 20% 40%;
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    -webkit-transform-origin: 20% 40%;
    /* Chrome, Safari, Opera */
    z-index: 997;
  }
  .page #how-it-works .booble {
    background-color: #2c3436;
    color: #ffffff;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin: 1em auto;
    z-index: -2;
    margin: 0 auto 0 auto;
  }
  .page #how-it-works .booble span {
    width: 140px;
    height: 140px;
    line-height: 140px;
    text-align: center;
  }
  .page #demo-video {
    max-width: 100%;
    height: 200px;
    margin: 0 auto;
  }
}
