﻿@charset "UTF-8";
/* CSS Document */

body {
    font-family: 'Open Sans', Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 5px;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f9a900;
}

.table-striped_azz > tbody > tr:nth-of-type(2n+1) {
    background-color: #5fd2c9;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: none;
}


.btn-default {
    border: none !important;
}

.btn {
    border-radius: 0px;
}

.navbar-nav {
    margin: 7px 0px 0px;
    float: left;
    /*height: 22px;*/ /*NOA METTE SCROLL BAR IN MOBILE*/
    /*margin-left: -17% !important;*/ /*NOA PER HEADER CON BARCA SPOSTATA*/
}

    .navbar-nav > li > a {
        padding-top: 20px;
        padding-bottom: 15px;
    }

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 360px;
}

.img-thumbnail {
    border: none;
    background-color: transparent !important;
}

.text-muted {
    color: #FFF;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    padding-top: 10px;
}

    .text-muted a:link {
        color: #FFF;
    }

    .text-muted a:hover {
        color: #c4eef5;
        text-decoration: none;
    }

@media(max-width:767px) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 185%;
        padding-top: 0px; /*NOA DISPOSIZIONE MENU IN MOBILE*/
    }

    .nav > li {
        position: relative;
        /*display: block;*/
        float: right;
        margin-right:10px;
        /*float: left !important;*/
        width: 50%;
    }

    .li_a .li_b .li_c .li_d > a:hover {
        width: 100% !important;
        text-align: center !important;
        font-size: 17px;
    }

    .li_a a:link {
        text-align: center;
        width: 100%;
        font-size: 17px;
    }

    /*.li_b a {
        text-align: center;
        width: 100%;
        font-size: 17px;
    }*/

    .li_b a:link {
        text-align: center;
        width: 100%;
        font-size: 17px;
    }

    .li_c a:link {
        text-align: center;
        width: 100%;
        font-size: 17px;
    }

    .li_d a:link {
        text-align: center;
        width: 100%;
        font-size: 17px;
    }

    .li_e a:link {
        text-align: center;
        width: 100%;
        font-size: 17px;
    }

    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        border: 0px;
        margin-left: -3px;
    }

    .carousel-caption {
        position: absolute;
        right: 6%;
        bottom: 40px;
        left: 46%;
        z-index: 10;
        padding: 14px;
        color: #FFF;
        text-align: left;
        text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
        background-color: #7dd2e6 !important; /*NOA*/
        font-size: 14px;
        font-family: Cuprum-Italic,cursive;
        line-height: 17px;
        width: 45% !important;
    }
}

@media(min-width:767px) {


    
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        padding-top:37px; /*NOA DISPOSIZIONE MENU IN MOBILE*/
    }

    .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 51px;
        left: 55%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #FFF;
        text-align: left;
        text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
        background-color: #7dd2e6 !important;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 20px;
        font-family: Cuprum-Italic,cursive;
        line-height: 25px;
        width: 35%;
    }
}

.marketing h2 {
    font-weight: normal;
    min-height: 44px;
}

.marketing .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
    min-height: 41px;
}


pre {
    border: 0px;
   font-family: 'Petit Formal Script', cursive;
    font-size: 20px;
    font-weight: 600;
    color: cornflowerblue;
     /*color: #7dd2e6;*/
    text-align: center;
    letter-spacing: 1px;
        word-break: break-word;
        overflow:hidden;
        background-color: white;
}

.apostrophe {
    color:#ff9900;
}



