@font-face {
    font-family: 'bebas_neuebold';
    src: url('../fonts/bebas_neuebold/bebasneue_bold-webfont.eot');
    src: url('../fonts/bebas_neuebold/bebasneue_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebas_neuebold/bebasneue_bold-webfont.woff2') format('woff2'),
         url('../fonts/bebas_neuebold/bebasneue_bold-webfont.woff') format('woff'),
         url('../fonts/bebas_neuebold/bebasneue_bold-webfont.ttf') format('truetype'),
         url('../fonts/bebas_neuebold/bebasneue_bold-webfont.svg#bebas_neuebold') format('svg');
    font-weight: normal;
    font-style: normal;
}

.navbar {
    border-top: 0px;
    padding: 30px 0px;
    margin-bottom: 30px;
    border-bottom: 4px solid #222;
}

    .navbar .navbar-header {
        float: left;
        margin: 0px;
        white-space: nowrap;
    }

        .navbar .navbar-header .logo {
            display: inline-block;
            text-align: left;
            margin: 0px;
            padding-left: 60px;
            white-space: nowrap;
            background-image: url(../img/logo_65h.png);
            background-repeat: no-repeat;
            background-position: 10px center;
        }

            .navbar .navbar-header .logo .title {
                display: block;
                text-align: left;
                color: #222;
                font-size: 65px;
                line-height: 65px;
                text-transform: uppercase;
                font-family: 'bebas_neuebold';
                margin: 0px;
                white-space: nowrap;
            }

                .navbar .navbar-header .logo .subtitle {
                display: block;
                text-align: center;
                color: #222;
                font-size: 17px;
                text-transform: uppercase;
                font-family: 'bebas_neuebold';
                margin: 0px;
                white-space: nowrap;
            }

    .navbar .navbar-contact {
        position: absolute;
        right: 0px;
        width: 400px;
        text-align: center;
        background: #85a866;
        color: #000;

        padding: 5px 10px;
    }

        .navbar .navbar-contact a {
            color: #000;
        }

    .navbar .navbar-links {
        position: absolute;
        right: 0px;
        top: 80px;
    }

        .navbar .navbar-links .nav {
            display: inline-block;
        }

            .navbar .navbar-links .nav > li {
                float: left;
            }

            .navbar .navbar-links .nav > li > a {
                color: #222;
                font-size: 16px;
                font-family: 'Lato';
            }

            .navbar .navbar-links .nav > li > a:hover {
                text-decoration: underline;
                background: none;
            }

            .navbar .navbar-links .nav > li.active > a,
            .navbar .navbar-links .nav > li.active > a:focus,
            .navbar .navbar-links .nav > li.active > a:hover {
                font-weight: bold;
            }

.footer {
    padding: 20px 0px;
    border-top: 4px solid #222;
    
}

    .footer .copyright {
        font-family: 'bebas_neuebold';
        color: #333;
        font-size: 20px;
    }

    .footer .social {
        margin-top: 10px;
    }

        .footer .social img {
            width: 32px;
            height: 32px;
        }

.carousel {
    margin-bottom: 30px;
}

    .carousel .carousel-inner {
        margin-bottom: 40px;
    }

        .carousel .carousel-inner .item {
            width: 100%;
            padding-top: 56%;
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
        }

    .carousel .carousel-indicators {
        bottom: -40px;
        white-space: nowrap;
    }

        .carousel .carousel-indicators li {
            border: 1px solid #333;
            border-radius: 10px;
        }

            .carousel .carousel-indicators li.active {
                background-color: #333;
            }

    .carousel .carousel-caption {
        background: rgba(0,0,0,0.60);
        bottom: 0px;
        left: 0px;
        right: 0px;
        width: 100%;
        padding: 10px 0px;
    }

.products {}

    .products .product {
        margin-bottom: 30px;
    }

        .products .product .background {
            padding-top: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;

            position: relative;

            -webkit-box-shadow: 10px 10px 22px -10px rgba(0,0,0,0.75);
            -moz-box-shadow: 10px 10px 22px -10px rgba(0,0,0,0.75);
            box-shadow: 10px 10px 22px -10px rgba(0,0,0,0.75);
        }

        .products .product .caption {
            position: absolute;
            bottom: 0px;
            width: 100%;
            padding: 10px;

            font-family: 'Lato';
            font-size: 20px;
            color: #fff;

            background: rgba(0,0,0,0.60);
        }

            .products .product:hover .caption {
                background: rgba(0,0,0,0.80);
            }

.events {}

    .events .event {
        margin-bottom: 30px;
    }

        .events .event .background,
        .events .event .caption {
            padding-top: 30%;
        }

        .events .event .background {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;

            position: relative;

            -webkit-box-shadow: 10px 10px 22px -10px rgba(0,0,0,0.75);
            -moz-box-shadow: 10px 10px 22px -10px rgba(0,0,0,0.75);
            box-shadow: 10px 10px 22px -10px rgba(0,0,0,0.75);
        }

        .events .event .caption {
            position: relative;
            color: #fff;
            background: rgba(0,0,0,0.80);

        }

        .events .event:hover .caption {
            background: rgba(0,0,0,0.90);
        }

            .events .event .caption .details {
                position: absolute;
                top: 20px;
                left: 0px;
                text-align: center;
                width: 100%;
                padding: 0px 5px;
            }

                .events .event .caption .details .name {
                    font-family: 'bebas_neuebold';
                    font-size: 35px;
                }

                .events .event .caption .details .date {
                    font-family: 'Lato';
                    font-size: 20px;
                }

.media {
    margin-bottom: 30px;
    padding: 0px;
}

    .media a:first-child li {
        border-top: 0px;
    }

    .media li {
        padding: 15px 10px;
        list-style-type: none;
        border-top: 2px dotted #333;
    }

    .media a {
        font-family: 'Lato';
        font-size: 20px;
        color: #222;
    }


@media (max-width: 991px) {
    .events {}

        .events .event {}

            .events .event .caption {}

                .events .event .caption .details {
                    top: 5px;
                }

                    .events .event .caption .details .name {
                        font-family: 'bebas_neuebold';
                        font-size: 30px;
                    }

                    .events .event .caption .details .date {
                        font-size: 20px;
                    }

    .navbar {}

        .navbar .navbar-header {
            float: none;
            text-align: center;
        }

        .navbar .navbar-contact {
            position: static;
            display: block;
            width: 100%;
            margin: 10px 0px;
        }

        .navbar .navbar-links {
            position: static;
            display: block;
        }

            .navbar .navbar-links .nav {
                    display: block;
                }

                    .navbar .navbar-links .nav > li {
                        float: none;
                    }
}

@media (max-width: 768px) {
    .navbar {}

        .navbar .navbar-header {}

            .navbar .navbar-header .logo {}

                .navbar .navbar-header .logo .title {
                    white-space: normal;
                    font-size: 35px;
                    text-align: center;
                }

                .navbar .navbar-header .logo .subtitle {
                    white-space: normal;
                    font-size: 16px;
                }

    .events {}

        .events .event {}

            .events .event .caption {}

                .events .event .caption .details {
                    top: 5px;
                }

                    .events .event .caption .details .name {
                        font-family: 'bebas_neuebold';
                        font-size: 20px;
                    }

                    .events .event .caption .details .date {
                        font-size: 15px;
                    }

    .carousel {}

    .carousel .carousel-caption {
        padding: 0px;
    }
}