/* =====================
   GENERELT
===================== */

body {
    color: #222;
}

h1 {
    margin-bottom: 15px;
}

p {
    margin: 0 0 15px 0;
}

p a {
    color: #428bca;
    text-decoration: underline;
}


/* =====================
   NAVBAR
===================== */

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

.navbar-nav {
    float: right;
}

.navbar-brand {
    float: left;
    padding: 13px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand img.logo {
    height: 25px;
    width: auto;
}


/* =====================
   CAROUSEL
===================== */

.carousel {
    height: 400px;
    margin-bottom: 60px;
}

.carousel.about {
    height: 200px;
    margin-bottom: 60px;
    overflow: hidden;
}

.carousel .item {
    height: 400px;
    background-color: #777;
}

.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 400px;
}

.carousel-caption {
    position: absolute;
    top: 100px;
    left: 25%;
    right: 25%;
    z-index: 10;
    padding: 20px 0;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

#myCarousel h1 {
    text-transform: uppercase;
    font-size: 38px;
    letter-spacing: 2px;
}

#myCarousel p {
    font-size: 18px;
}


/* =====================
   GRID & CONTENT
===================== */

.col-lg-3,
.col-lg-4 {
    text-align: center;
}

.img-circle {
    border-radius: 50%;
    background-color: #222;
    padding: 10px;
}

.collection-header {
    margin: 20px 0;
}

.collection-header h1 {
    position: relative;
    top: 8px;
    display: inline;
    text-transform: uppercase;
    font-size: 30px;
    margin-right: 10px;
    color: #222;
}


/* =====================
   BUTTONS
===================== */

.btn-default {
    color: #222;
    background-color: #fff;
    border-color: #222;
}

.btn-primary {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    border-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: rgba(0, 0, 0, 0.75);
}


/* =====================
   PANELS & TABLES
===================== */

table {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.panel {
    border: 1px solid #222;
    border-radius: 4px;
    box-shadow: none;
    color: #222;
}

.panel h3 {
    font-size: 16px;
    margin: 10px 0;
}

.panel-footer .price {
    font-family: "Times New Roman", serif;
    font-style: italic;
    font-size: 16px;
    text-align: right;
}

.panel-footer .price span {
    font-size: 26px;
}


/* =====================
   MAP
===================== */

#map_canvas {
    width: 100%;
    height: 350px;
    background-color: #ccc;
}


/* =====================
   KATALOG LOGOER
===================== */

.katalog-logo-container {
    text-align: center;
    margin-left: 70px;
}

.katalog-logo {
    display: row;
    max-width: 175px;
    max-height: 100px;
    margin: 0 auto 45px auto;
    cursor: pointer;
    object-fit: contain;
}

.katalog-logo.labelfree {
    margin-bottom: 60px;
}

.katalog-logo.clique {
    margin-bottom: 50px;
}




/* =====================
   FEATURETTES
===================== */

.featurette-divider {
    margin: 40px 0;
}

h2.featurette-heading {
    font-size: 40px;
}

@media (min-width: 992px) {
    h2.featurette-heading {
        margin-top: 100px;
    }
}


/* =====================
   MOBIL
===================== */

@media (max-width: 767px) {

    .navbar-nav {
        float: left;
    }

    .navbar-brand img.logo {
        height: 23px;
    }

    .carousel {
        height: 350px;
        margin-bottom: 30px;
    }

    .carousel .item {
        height: 350px;
    }

    .carousel-inner > .item > img {
        min-height: 350px;
    }

    .katalog-logo-container {
        margin-left: 0;
    }

    #map_canvas {
        height: 250px;
    }
}
