/* Add here all your css styles (customizations) */


.italic {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

.bold {
    font-weight: bold;
}

.main-colour {
    color: #FF6FBB !important;
}

.main-colour-2 {
    color: #FF6FBB !important;
}

.red-colour {
    color: #EE1A28 !important;
}

.dark-colour {
    color: #2f2f2f !important;
}

/*Panel Red*/
.panel-main {
    border-color: #FF6FBB;
}

    .panel-main > .panel-heading {
        background: #FF6FBB;
    }

.prices .table > tbody > tr > td,
.prices .table > thead > tr > td {
    padding: 5px 0px !important;
    border-top: none !important;
    border-bottom: 1px solid #ddd;
}

    .prices .table > tbody > tr > td span {
        font-size: 13px;
    }

.no-bottom-border {
    border-bottom: 0 !important;
}

.section-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #2f2f2f !important;
    font-weight: bold !important;
}

/*Map*/
.contact .map-container {
    height: 350px;
    border: 3px solid #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

    .contact .map-container iframe {
        width: 100%;
        height: 100%;
        border: 0;
    }

.about-feature .media-left {
    padding-right: 17px;
}

.about-feature img {
    margin-top: 8px;
    max-width: 45px;
    display: inline-block;
}

/*CARE*/
.care {
    /*padding: 30px 0;*/
    text-align: center;
}

    .care .h3 {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        color: #FF6FBB;
        margin: 15px 0;
    }

    .care p {
        line-height: 1.6;
    }

    .care .care-list ul {
        padding-top: 3px;
    }

        .care .care-list ul li {
            margin-bottom: 3px;
            text-align: left;
        }

.instagram {
    max-width: 200px;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.promo-box {
    line-height: 1.4;
    position: relative;
    font-size: 1em;
    display: block;
    padding: 10px;
    margin-bottom: 20px;
    min-height: 60px;
    max-width: 555px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid;
    border-color: #a2a2a2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.promo-box img {
    padding-right: 10px;
    max-width: 90px;
}

.promo-title {
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
}

.promo-title-top {
    font-size: 15px !important;
    margin-bottom: 5px !important;
}

.booking-button {
    max-width: 140px
}