
header.masthead {
    padding-top: 65px;
}

section.features .section-heading {
    margin-bottom: 0;
}

h2 {
    margin: 0;
    color: #666;
    padding-top: 0;
    font-size: 52px;
    font-family: "trebuchet ms", sans-serif;
}

.item {
    background: white;
    text-align: center;
    height: 300px !important;
    display: inline-block;
}

.carousel {
    margin-top: 20px;
}

.bs-example {
    margin: 20px;
}

.carousel.carousel-fade .item {
    opacity: 0;
    filter: alpha(opacity=0); /* ie fix */
}

.carousel.carousel-fade .active.item {
    opacity: 1;
    filter: alpha(opacity=100); /* ie fix */
}

body {
    font-size: 16px;
}

.opening-time {
    font-family: Catamaran, Helvetica, Arial, sans-serif;;
    top: 120px;
    right: 0;
    z-index: 99;
    font-size: 17px;
}

.opening-time {
    background: url(../bilder/lanes.png) no-repeat center top;
    width: 350px;
    padding-top: 47px;
    color: white;
}

.opening-time .time-table {
    background-color: #303030;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding-bottom: 8px;
}

.opening-time .time-table h3 {
    font-size: 30px;
    margin: 0;
    text-align: center;
    color: white;
    line-height: 2.2;
}

.opening-time .time-table > .inner-bg {
    margin: 0 8px;
    padding: 0 3px;
    background: url('../bilder/opening-time.gif') repeat;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-bottom: 1px solid #444444;
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.6);
}

.opening-time .week-day {
    padding: 7px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0;
}

.opening-time .week-day.light-bg {
    background-image: url('../bilder/opening-time-light.gif');
}

.opening-time .week-day dt {
    width: 50%;
    float: left;
}

.opening-time .week-day dd {
    text-align: right;
    text-transform: uppercase;
}

.opening-time .week-day.closed dt,
.opening-time .week-day.closed dd {
    color: #676767;
}

.opening-time .week-day.today dt {
    color: #39aec7;
}

#googleMaps {
    width: 500px;
    height: 500px;

}

#mbmcookie {
    z-index: 100;
    position: fixed;
    top: 55px;
    left: 0;
    right: 0;
    background: black;
    padding: 7px;
    padding-left: 15px;
    border-radius: 5px;
    font-family: Catamaran, Helvetica, Arial, sans-serif;
    color: white;

}

#mbmcookie p {
    font-size: 13px;
}

#mbmcookie a.button {
    cursor: pointer;
    background: white;
    color: black;
    padding: 3px 10px;
    margin-left: 10px;
    border-radius: 5px;
    font-weight: bold;
    float: right;
}

#mbmcookie a.button:hover {
    background-color: #aaa;
}

#mbmcookie p.cookiemessage {
    display: block;
    padding: 0;
    margin: 0;
}

#home .fa {
    color: rgba(50, 92, 132, 1);
}

@media (max-width: 670px) {
    #mbmcookie {
        height: 75px;
    }

    #home h1 {
        font-size: 20px;
    }

    section h2 {
        font-size: 30px;
    }

    section h3 {
        font-size: 20px;
    }

    #googleMaps {
        width: 300px;
        height: 300px;

    }

    .opening-time {
        width: 320px;
    }

    #carouselExampleControls .img-circle {
        width: 320px;
    }
}