﻿h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Montserrat', sans-serif;
}

h3_vert {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
}

body {
    padding-top: 100px; /*come altezza navbar*/
    font-size: 16px;
    font-family: 'Oxygen', sans-serif;
}

subtitle {
    font-style: italic;
    font-size: 13px;
    font-family: 'Oxygen',sans-serif;
    text-decoration: underline;
}

#slider .item {
    position: relative;
}

.wrapper-slider {
    /*box-shadow: 0px 4px 8px #a5a5a5;
    margin-bottom: 10px;*/
}

#slider .item {
    width: 100%;
    height: 450px;
    background-size: cover;
    background-position: center center;
}

    #slider .item::before {
        /*preudo elemento, crea un elemento dentro .item prima del suo contenuto*/
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.3+0,0+50,0.3+100 */
        background: -moz-linear-gradient(left, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.3) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#4d000000',GradientType=1 ); /* IE6-9 */
    }

    #slider .item > .slider-caption {
        position: absolute;
        top: 75%;
        left: 20%;
        right: 20%;
        text-align: center;
        color: #fff;
        font-size: 20px;
    }

        #slider .item > .slider-caption > h3 {
            font-size: 45px;
            text-shadow: 0 4px 12px rgba(0, 0, 0, 0.7);
        }
/* Styling Pagination slider*/
.owl-theme .owl-controls {
    margin-top: 0px;
}

.owl-pagination {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.owl-theme .owl-controls .owl-page span {
    background: #fff;
}

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background: transparent;
    border-radius: initial;
    color: #fff;
    padding: 0;
    font-size: 30px;
    display: block;
}

    .owl-theme .owl-controls .owl-buttons div > span {
        line-height: 30px;
    }

    .owl-theme .owl-controls .owl-buttons div.owl-prev {
        left: 15px;
    }

    .owl-theme .owl-controls .owl-buttons div.owl-next {
        right: 15px;
    }
/*FINE Styling Pagination slider*/
/*NAVBAR*/
/*Larghezza bottoni personalizzata INIZIO*/
/*INIZIO Backup larghezza bottoni al 08-10-23 prima dell'introduzione di un nuovo bottone*/
/*.col-md-3 {
    width: 14.2%;
    float: left;
}

.col-xs-6 {
    padding-right: 8px;
    padding-left: 8px;
}

@media (max-width: 992px) {
    .col-md-3 {
        float: left;
        width: 50%;
    }
}

@media(max-width:352px) {
    .col-md-3 {
        float: left;
        width: 100%;
    }
}*/
/*FINE BACKUP*/
.col-md-3 {
    width: 12%;
    float: left;
}

.col-xs-6 {
    padding-right: 3px;
    padding-left: 3px;
}
/*INIZIO BACKUP @media per risoluzioni inferiori prima dell'introduzione di un nuovo bottone*/
/*
@media (max-width: 992px) {
    .col-md-3 {
        float: left;
        width: 50%;
    }
}*/
/*FINE BACKUP*/
@media (max-width: 1199px) {
    .col-md-3 {
        float: left;
        width: 50%;
        padding-bottom: 6px;
    }
}

@media(max-width:352px) {
    .col-md-3 {
        float: left;
        width: 100%;
    }
}
/*
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}*/
/*FINE*/
.navbar {
    margin-bottom: 0px;
    border: 0px solid transparent;
}

.navbar-fixed-top {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.30);
}

.navbar-brand > img {
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.navbar-big .navbar-brand {
    height: 100px;
    padding: 15px 15px;
}

.navbar-small .navbar-brand {
    height: 60px;
    padding: 5px 15px;
}

.navbar-big .navbar-brand > img {
    height: 70px;
    width: auto;
}

.navbar-small .navbar-brand > img {
    height: 50px;
    width: auto;
}

.navbar-big .navbar-toggle {
    margin-top: 30px;
}

.navbar-small .navbar-toggle {
    margin-top: 12px;
}

@media (min-width: 768px) {
    .navbar-big .navbar-nav > li > a {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    /*Posizione barra di ricerca medici*/
    .navbar-big .navbar-form {
        padding-top: 25px;
    }

    .navbar-small .navbar-nav > li > a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    /*posizione barra di ricerca medici quando diventa piccolo il fixed.top*/
    .navbar-small .navbar-form {
        padding-top: 5px;
    }
}
/*END NAVBAR*/
/*sezioni*/
.section {
    padding: 60px 0;
}

    .section.maps {
        padding-bottom: 0;
    }
    /*Rimane con tale scritta per avere il backup dell'originale; di seguito, come commento, il colore originale trasformato in un gradiente di azzurro via via più chiaro per ogni pagina (FZ)*/
    .section.green {
        /*Backup colori originali*/
        /*background-color: #1ea578;*/ /*#1e54a5;*/ /*Colore Azzurro*/ /*#1ea578;*/ /*Colore verde per backup*/
        /*color: #fff;*/

        /*Nuovi colori*/
        background-color: #CAD7DF;
        color: #394b8b;
    }

    .section.contact {
        background-color: #FEF8F3;
        color: #394b8b;
    }

    .section.equipe {
        background-color: #CAD7DF;
        color: #394b8b;
    }

    .section.dentista {
        background-color: #CAD7DF;
        color: #394b8b;
    }

    .section.thermae {
        background-color: #CAD7DF;
        color: #394b8b;
    }

    .section.MOC {
        background-color: #CAD7DF;
        color: #394b8b;
    }

    .section.convenzioni {
        background-color: #CAD7DF;
        color: #394b8b;
    }

    .section.chisiamo {
        background-color: #CAD7DF;
        color: #394b8b;
    }

    .section.vert {
        background-color: #CAD7DF;
        color: #394b8b;
    }

    .section.polo {
        background-color: #CAD7DF;
        color: #394b8b;
    }

.title-section {
    font-size: 40px;
    margin: 0 0 40px;
}

.title-section-vert {
    font-size: 30px;
    margin: 0 0 40px;
}

.margin-right {
    margin-right: 15px;
}

ul.hours {
    list-style: none;
    padding: 0;
    margin: 0;
}

    ul.hours > li {
        margin-bottom: 10px;
    }

    ul.hours .day {
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
    }

    ul.hours .hour {
        padding-left: 15px;
    }

.linea {
    border-right: 1px solid #fef8f3;
}

.section-contact {
    margin: 0 80px;
}

#map {
    height: 450px;
}

    #map iframe {
        width: 100%;
        height: 100%;
        display: block;
    }

#up-link {
    width: 30px;
    height: 30px;
    display: none;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0.60);
    position: fixed;
    right: 10px;
    bottom: 10px;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
}
/*generici*/
ul.row {
    list-style: none;
    padding: 0;
}

.horizontal-buttons {
    padding: 60px 0;
    background-color: #FEF8F3;
}

.h-button {
    display: block;
    padding: 8px 10px;
    text-align: center;
    border-radius: 10px;
    background-color: #ccc;
    font-weight: bold;
    color: #fff;
    /*font-size: 16px;*/ /*Prima dell'introduzione di un nuovo bottone 08-10-23*/
    font-size: 14px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.h-img {
    display: block;
    height: 50px;
}

.h-button img {
    width: 50px;
    height: 50px;
    -webkit-transition: margin 300ms ease;
    -moz-transition: margin 300ms ease;
    -ms-transition: margin 300ms ease;
    -o-transition: margin 300ms ease;
    transition: margin 300ms ease;
}

.h-button:hover, .h-button:active {
    color: #fff;
    text-decoration: none;
    box-shadow: inset 0px -2px 8px rgba(0, 0, 0, 0.80);
}

    .h-button:hover img, .h-button:active img {
        position: relative;
        margin-top: -3px;
    }

.h-button.c1 {
    background-color: #ADBBC6;
}

.h-button.c2 {
    background-color: #ADBBC6;
}

.h-button.c3 {
    background-color: #ADBBC6;
}

.h-button.c4 {
    background-color: #ADBBC6;
}

.h-button.c5 {
    background-color: #ADBBC6;
}

.h-button.c6 {
    background-color: #ADBBC6;
}

.h-button.c7 {
    background-color: #ADBBC6;
}

.h-button.c8 {
    background-color: #ADBBC6;
}

/*Bottoni più piccoli per menù interni*/
.horizontal-buttons-special {
    padding: 30px 0;
}

.h-button-special {
    display: block;
    padding: 4px 6px;
    text-align: center;
    border-radius: 6px;
    background-color: #ccc;
    font-weight: bold;
    color: #fff;
    font-size: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

    .h-button-special img {
        width: 50px;
        height: 50px;
        -webkit-transition: margin 300ms ease;
        -moz-transition: margin 300ms ease;
        -ms-transition: margin 300ms ease;
        -o-transition: margin 300ms ease;
        transition: margin 300ms ease;
    }

    .h-button-special:hover, .h-button-special:active {
        color: #fff;
        text-decoration: none;
        box-shadow: inset 0px -2px 8px rgba(0, 0, 0, 0.80);
    }

        .h-button-special:hover img, .h-button-special:active img {
            position: relative;
            margin-top: -3px;
        }

    .h-button-special.c1 {
        background-color: #ADBBC6;
    }

    .h-button-special.c2 {
        background-color: #ADBBC6;
    }

    .h-button-special.c3 {
        background-color: #ADBBC6;
    }

    .h-button-special.c4 {
        background-color: #ADBBC6;
    }

    .h-button-special.c5 {
        background-color: #ADBBC6;
    }

    .h-button-special.c6 {
        background-color: #ADBBC6;
    }

    .h-button-special.c7 {
        background-color: #ADBBC6;
    }

    .h-button-special.c8 {
        background-color: #ADBBC6;
    }
/*bottoni interni pagine*/
.label-primary {
    background-color: #1b3180;
}

.label-celiac {
    background-color: #1b3180;
}

.label-intollerance {
    background-color: #1b3180;
}

.label-intenstinal {
    background-color: #1b3180;
}

.label-gnatologia {
    background-color: #1b3180;
}

.label-maffeo {
    background-color: #1b3180;
}

.label-bronco {
    background-color: #1b3180;
}

.label-ago {
    background-color: #1b3180;
}

.label-estetica {
    background-color: #1b3180;
}

.label-fisioterapia {
    background-color: #1b3180;
}

.label-holterP {
    background-color: #1b3180;
}

.label-holterC {
    background-color: #1b3180;
}

.footer {
    padding: 25px;
    font-size: 14px;
}
/*Modifica Francesco*/
/*Prorietà per equipe e servizi*/
@media only screen and (min-width: 1199px) {
    div.split3 div {
        float: left;
        width: 33.33%;
        width: 33.33%;
        width: 33.33%;
        padding: 0 1%;
    }

    div.split2 div {
        float: left;
        width: 50%;
        width: 50%;
        /*width: 45%;*/
        padding: 0 2%;
    }

    div.split_thermae div {
        float: left;
        width: 53%;
        width: 47%;
        /*width: 45%;*/
        padding: 0 2%;
    }
}

hsmall {
    font-size: 10px;
}

hinit {
    font-size: 20px;
    color: #fef8f3;
    font-style: oblique;
    font-weight: bold;
}

hinit_servizi {
    font-size: 20px;
    color: #fef8f3;
    font-style: oblique;
    font-weight: bold;
}

.btn-primary_servizi {
    color: #fff;
    background-color: #1b3180; /*ERA bb8360*/
    border-color: #000;
}

    .btn-primary_servizi.focus, .btn-primary_servizi:focus {
        color: #fff;
        background-color: #1b3180d2;
        border-color: #000;
    }

    .btn-primary_servizi:hover {
        color: #fff;
        background-color: #1b3180d2;
        border-color: #000;
    }

hnormal {
    font-size: 17px;
}

.specialcontainer {
    padding: 0 30px;
    display: block;
}

hspecial {
    font-size: 17px;
    line-height: 20px;
}
/*Ombra ad ogni fine pagina o elemento (a scelta)*/
.shadow {
    position: absolute;
    left: 0;
    width: 100%;
    height: 27px;
    background: url(../images/detail-shadow.png);
}
/*Modifiche Francesco*/
/*Allineamento destra immagini*/
.img-right {
    float: right;
    margin: 0px 15px 15px 15px;
}
/*Allineamento sinistra immagini*/
.img-left {
    float: left;
    margin: 0px 26px 15px 15px;
}

lispecial {
    text-align: left;
    display: list-item;
    margin-bottom: 15px;
}

/*@media screen and (min-width: 100px) and (max-width: 399px) {*/
@media screen and (min-width: 100px) and (max-width: 1024px) {
    .img-thumbnail-thermae {
        display: inline-block;
        max-width: 100%;
        height: auto;
        padding: 4px;
        /*line-height: 1.42857143;*/
        background-color: rgba(255, 255, 255, 0.00);
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
}

@media screen and (min-width: 400px) and (max-width: 1024px) {
    .img-right {
        float: none;
        margin: 0px 15px 15px 0px;
        /*width: 100%;*/
    }

    .img-left {
        float: none;
        margin: 0px 15px 15px 0px;
        /*width: 100%;*/
    }

    sub-moc-title {
        padding: 150px;
        color: #000;
    }

    .img-thumbnail {
        display: inline-block;
        max-width: 100%;
        height: auto;
        padding: 4px;
        /*line-height: 1.42857143;*/
        background-color: rgba(255, 255, 255, 0.00);
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
/*MOC DEXA proprietà*/
moc-title {
    background-color: #CAD7DF;
    color: #394b8b;
    font-size: 27px;
}

sub-moc-title {
    background-color: #CAD7DF;
    color: #394b8b;
    font-size: 27px;
    padding: 0px 0px 0px 150px;
}

sub-moc-title-doc {
    background-color: #CAD7DF;
    color: #394b8b;
    font-size: 15px;
    padding: 0px 0px 0px 160px;
}

prize {
    background-color: #CAD7DF;
    color: #394b8b;
    font-size: 20px;
}

.img-special-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
/*LOGO COMIPA*/
.img-special-thumbnail-logo {
    display: inline-block;
    max-width: 30%;
    max-height: 30%;
}

@media only screen and (max-width: 1199px) {
    sub-moc-title {
        padding: 0px 0px 0px 60px;
    }

    sub-moc-title-doc {
        padding: 0px 0px 0px 60px;
    }
}

mark.active {
    background-color: #f5ca96;
    text-decoration: underline;
}

/*Apparizione foto da testo (se dovesse servire)*/
/*INIZIO*/
.thumbnail_special {
    position: relative;
    z-index: 0;
}

    .thumbnail_special:hover {
        background-color: transparent;
        z-index: 50;
    }

    .thumbnail_special span { /*CSS for enlarged image*/
        position: absolute;
        background-color: lightyellow;
        padding: 5px;
        left: -1000px;
        border: 1px dashed gray;
        visibility: hidden;
        color: black;
        text-decoration: none;
    }

        .thumbnail_special span img { /*CSS for enlarged image*/
            border-width: 0;
            padding: 2px;
        }

    .thumbnail_special:hover span { /*CSS for enlarged image on hover*/
        visibility: visible;
        top: 0;
        left: 60px; /*position where enlarged image should offset horizontally */
    }

a {
    color: #394b8b;
}
/*FINE*/

/*TAB menù vertigini*/
/*INIZIO*/
#myTab {
    margin-bottom: 15px;
}

.dropdown-menu > .active > a {
    background-color: transparent;
    color: rgb(51, 51, 51);
}
/*FINE*/
/*ADATTAMENTO VIDEO PER DIMENSIONE SCHERMO*/
.video-wrapper {
    position: relative;
    padding-bottom: 42%;
    height: 0;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #CAD7DF; /* Random BG colour for unloaded video elements */
}
/*FINE ADATTAMENTO*/

/*CSS TABELLA*/

table, td {
    table-layout: fixed;
    /*height:50%;*/
    width: 100%;
    /*border: 1px solid white;*/
    border: 0;
    border-collapse: separate;
    border-spacing: 20px 5px;
}

.table_special {
    border-collapse: collapse;
    width: 100%;
    border-bottom: 2px, solid;
}

.td_right {
    border-left: 2px solid #fef8f3;
    padding-left: 8px;
}

.td_left {
    padding-right: 20px;
    text-align: right;
}

.br_special {
    display: block;
    margin: 0px 0;
    line-height: 0px;
    content: " ";
    margin-top: -8px;
}
