html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.header {
    position: relative;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
    text-align: center;
}

.navbar {
    margin-top: 10px;
}

.google-maps {
    background-image: url(http://maps.googleapis.com/maps/api/staticmap?center=Calle+Lago+Ba%C3%B1olas,+Orihuela,+Alicante,+Spanje&zoom=10&scale=2&size=600x300&maptype=roadmap&key=AIzaSyCBwXJ5wECJ-OyUc4fOKAeCVcoBCNV13WM&format=png&visual_refresh=true&markers=size:mid%7Ccolor:0xff0000%7Clabel:%7CCalle+Lago+Ba%C3%B1olas,+Orihuela,+Alicante,+Spanje);
    height: 600px;
    background-repeat: no-repeat;
    margin-bottom: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.section {
    border-bottom: 1px solid lightgrey;
}

.section-content {
    padding: 15px;
}

.section-even {
}

.section-uneven {
    background-color: #f9f9f9;
}

.intro {
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 24px;
}

.features-text-preview {
    margin: 10px 0;
    height: 85px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.features-text-full {
    margin: 10px 0;
    height: auto;
    max-height: none;
    overflow: visible;
    position: relative;
    margin-bottom: 30px;
}

.features-expand {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: url(../img/background-overlay.png);
    background-position: bottom;
    background-repeat: repeat-x;
    text-align: left;
    height: 150px;
    padding: 125px 0 0 0;
}

.features-decrease {
    background-image: none;
    padding: 0;
    height: auto;
    position: static;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: none;
    text-align: left;
}


.prices-text-preview {
    margin: 10px 0;
    height: 445px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.prices-text-full {
    margin: 10px 0;
    height: auto;
    max-height: none;
    overflow: visible;
    position: relative;
    margin-bottom: 30px;
}

.prices-expand {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: url(../img/background-overlay.png);
    background-position: bottom;
    background-repeat: repeat-x;
    text-align: left;
    height: 150px;
    padding: 125px 0 0 0;
}

.prices-decrease {
    background-image: none;
    padding: 0;
    height: auto;
    position: static;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: none;
    text-align: left;
}

.logo {
    color: white;
    position: absolute;
    bottom: 0;
    right: 16px;
    font-size: 46px;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.7);
}

.feature-item {
    font-size: 20px;
}

.cursor-pointer {
    cursor: pointer;
}