@font-face { font-family: Microgramma; src: url('../fonts/Microgramma.otf'); }

/* ===== Base ===== */

body {
    overflow-x: hidden;
    font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.text-muted {
    color: #777
}

.text-primary {
    color: #fff
}

.text-primary-red {
    color: #ff0510
}

p {
    font-size: 14px;
    line-height: 1.75
}

p.large {
    font-size: 16px
}

p.lead {
    font-size: 18px;
    color: #555;
    line-height: 1.6
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0
}

a {
    color: #ffffff;
    transition: color .3s ease
}

a:hover,
a:focus,
a:active,
a.active {
    color: #ff0510
}

h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700
}

.img-centered {
    margin: 0 auto
}

.bg-light-gray {
    background-color: #f7f7f7
}

.bg-darkest-gray {
    background-color: #222
}

/* ===== Buttons ===== */

.btn-primary {
    color: #fff;
    background-color: #fff;
    border-color: #fff;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #ff0510;
    border-color: #ff0510
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-xl {
    color: #fff;
    background-color: #ff0510;
    border-color: #ff0510;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    font-size: 18px;
    padding: 20px 40px;
    transition: all .3s ease;
    display: inline-block;
    margin-bottom: 10px
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #cc0410;
    border-color: #cc0410;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 5, 16, .4)
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
    transform: translateY(0)
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0
}

/* ===== Navbar ===== */

.navbar-default {
    background-color: #222;
    border-color: transparent
}

.navbar-default .navbar-brand {
    color: #fff;
    font-family: "Montserrat", "Helvetica Neue";
    font-weight: 900;
    font-style: italic;
    letter-spacing: 1px
}

.brand-white {
    color: #fff
}

.brand-red {
    color: #ff0510
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #ff0510
}

.navbar-default .navbar-brand:hover .brand-white {
    color: #ff0510
}

.navbar-default .navbar-collapse {
    border-color: rgba(255, 255, 255, .02)
}

.navbar-default .navbar-toggle {
    background-color: #ff0510;
    border-color: #ff0510
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #cc0410
}

.navbar-default .nav li a {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
    transition: color .3s ease
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    color: #ff0510;
    outline: 0
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #ff0510
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #ff0510
}

@media (min-width:768px) {
    .navbar-default {
        background-color: transparent;
        padding: 25px 0;
        -webkit-transition: padding .3s, background-color .3s;
        -moz-transition: padding .3s, background-color .3s;
        transition: padding .3s, background-color .3s;
        border: 0
    }
    .navbar-default .navbar-brand {
        font-size: 2.5em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s
    }
    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px
    }
    .navbar-default.navbar-shrink {
        background-color: #222;
        padding: 10px 0
    }
    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em
    }
}

/* ===== Header / Hero Sections ===== */

header {
    background-image: url(../img/sport.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
    position: relative
}

.header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.35) 50%, rgba(0,0,0,.55) 100%);
    z-index: 1
}

header .container {
    position: relative;
    z-index: 2
}

.caccia {
    background-image: url(../img/caccia.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff
}

.fitness {
    background-image: url(../img/fitness.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff
}

.pirotecnica {
    background-image: url(../img/fuochi.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px
}

header .intro-text .intro-lead-in {
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 25px;
    text-shadow: 0 2px 4px rgba(0,0,0,.5)
}

header .intro-text .intro-heading {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 25px;
    text-shadow: 0 2px 8px rgba(0,0,0,.6)
}

header .intro-text .intro-heading a {
    color: #fff;
    text-decoration: none
}

header .intro-text .intro-heading a:hover {
    color: #ff0510
}

.header-link {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    text-shadow: 0 2px 4px rgba(0,0,0,.5);
    transition: color .3s ease
}

.header-link:hover {
    color: #ff0510
}

header .section-subheading {
    text-shadow: 0 2px 4px rgba(0,0,0,.5);
    margin-bottom: 0
}

@media (min-width:768px) {
    header .intro-text {
        padding-top: 300px;
        padding-bottom: 200px
    }
    header .intro-text .intro-lead-in {
        font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-style: italic;
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 25px
    }
    header .intro-text .intro-heading {
        font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 75px;
        line-height: 75px;
        margin-bottom: 50px
    }
}

/* ===== Sections ===== */

section {
    padding: 80px 0
}

section h2.section-heading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #333
}

section h3.section-subheading {
    font-size: 18px;
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 40px
}

section h4.section-subheading {
    font-size: 16px;
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 22px
}

/* ===== Contact Section ===== */

#contatti {
    background-color: #f8f9fa
}

.contact-box {
    padding: 20px 0
}

.contact-item {
    margin-bottom: 40px
}

.contact-item i {
    margin-bottom: 15px;
    display: block
}

.contact-item h4 {
    font-size: 14px;
    color: #999;
    letter-spacing: 2px;
    margin-bottom: 15px
}

.contact-item .btn-xl {
    font-size: 16px;
    padding: 15px 30px
}

.contact-item p.lead {
    color: #555;
    margin: 0
}

/* ===== Hours Table ===== */

.orari-box {
    padding: 20px 0
}

.orari-box h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 30px
}

.orari-box h3 i {
    color: #ff0510;
    margin-right: 8px
}

.orari-table {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0;
    font-family: "Roboto Slab", sans-serif;
    font-size: 15px
}

.orari-table td {
    padding: 12px 10px;
    border-bottom: 1px solid #eee;
    color: #555
}

.orari-table tr:last-child td {
    border-bottom: none
}

.orari-table .giorno {
    font-weight: 700;
    color: #333;
    text-align: left;
    width: 35%
}

.orari-table .chiuso {
    color: #cc0410;
    font-style: italic;
    font-size: 14px
}

.orari-table .domenica td {
    color: #999;
    font-style: italic
}

.orari-table .domenica .giorno {
    color: #999
}

/* ===== Footer ===== */

footer {
    padding: 30px 0;
    background-color: #222;
    text-align: center;
    color: #999
}

.footer-text {
    font-family: "Roboto Slab", sans-serif;
    font-size: 14px;
    margin-bottom: 8px;
    color: #999
}

.footer-links a {
    color: #777;
    font-size: 13px;
    text-decoration: none;
    transition: color .3s ease
}

.footer-links a:hover {
    color: #ff0510
}

/* ===== Map ===== */

iframe {
    display: block
}

/* ===== Selection ===== */

::-moz-selection {
    text-shadow: none;
    background: #ff0510;
    color: #fff
}

::selection {
    text-shadow: none;
    background: #ff0510;
    color: #fff
}

img::selection {
    background: 0 0
}

img::-moz-selection {
    background: 0 0
}

body {
    -webkit-tap-highlight-color: #fff
}

/* ===== Responsive ===== */

@media (max-width: 767px) {
    section {
        padding: 50px 0
    }

    section h2.section-heading {
        font-size: 30px
    }

    .orari-table {
        font-size: 13px
    }

    .orari-table td {
        padding: 10px 6px
    }

    .contact-item .btn-xl {
        font-size: 14px;
        padding: 12px 20px
    }

    .btn-xl {
        font-size: 16px;
        padding: 15px 30px
    }

    header .intro-text .intro-heading {
        font-size: 36px;
        line-height: 40px
    }

    header .intro-text .intro-lead-in {
        font-size: 18px;
        line-height: 24px
    }
}

@media (max-width: 480px) {
    .orari-table .giorno {
        width: 30%
    }

    header .intro-text .intro-heading {
        font-size: 28px;
        line-height: 34px
    }
}
