/* CSS Document */

body { background:#e0e0e0;font-family: 'Muli', sans-serif; padding:4px}
a:hover, a:focus { text-decoration: none; color:#333}
ul, ol { margin-left:-25px}
ul, cont-pagine p {font-size: 16px;line-height: 26px;}
.padding0 {padding:0}
.paddingRight0 { padding-right:0}
.height1 { height:160px}
.height2 { height:320px}
.logo, .newss, .offerte, .reparti, .contatti, .recapiti, .offerte, .newsletter, .link { color:#fff;}
.logo { background:#fff; padding: 0% 11%;}
.recapiti { background:#acacac;font-size: 20px; line-height: 16px; padding: 0px 19px;}
.recapiti-in { display:table-cell; vertical-align:middle;height: 160px;}
.recapiti-in p {line-height: 21px; font-size:18px;margin:2px 0px}
.offerta { background:#fff;padding: 2%;}
.newsletter, .offerta { margin-top:0px}
.immagine {height: 330px;overflow: hidden;}
.immagine img {height:100%}
.orari {color:#fff; padding: 74px 0; cursor:pointer}
.orari p {font-size: 20px;line-height: 17px;}
.link img, .orari img, .newss img, .offerte img, .contatti img, .reparti img { margin: 0 auto}
.cont-pagine { background:#fff;}
.testo, .prezzoFinale { margin-left:10px; font-size:18px;color: #d0341b;}
.prezzoFinale { margin-left:10px; }
.prezzoIniziale { margin-left:5px; font-size:16px; text-decoration:line-through}
.btn-scrivici { height:25px; line-height:24px; border-radius:0;box-shadow: none;}
#datetimepicker1 {width:60%; float:left}
.titolo-turni {font-size:20px; color:#fff}
.orari-in {
    display: table-cell;
    height: 260px;
    vertical-align: middle;
}
.close-modal {
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    right: 17px;
    top: 25px;
}

.close-modal .dx {
    background-color: #333;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 1px;
    z-index: 2000;
}

.close-modal .dx .sx {
    background-color: #333;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 1px;
    z-index: 2000;
}

.container-small {width:1030px;}
.modal-content { border-radius:0}
.padding5 { padding:5px 5px}
.transition {-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;}

/*style hover material*/

.ripplelink{
    position:relative;
    overflow:hidden;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index:0;
}

.ink {
    display: block;
    position: absolute;
    background:rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
}

.animate {
    -webkit-animation:ripple 0.65s linear;
    -moz-animation:ripple 0.65s linear;
    -ms-animation:ripple 0.65s linear;
    -o-animation:ripple 0.65s linear;
    animation:ripple 0.65s linear;
}

@-webkit-keyframes ripple {
    100% {opacity: 0; -webkit-transform: scale(2.5);}
}
@-moz-keyframes ripple {
    100% {opacity: 0; -moz-transform: scale(2.5);}
}
@-o-keyframes ripple {
    100% {opacity: 0; -o-transform: scale(2.5);}
}
@keyframes ripple {
    100% {opacity: 0; transform: scale(2.5);}
}
/* fine style hover material*/

/* flip orari*/
.card {width: 100%;height: 320px;margin: 0 auto;}
.card a.thumb {float: left;width: 100px;height: 60px;margin: 0 5px 10px 0;}
.card a.thumb img {max-width: 100%;max-height: 100%;}
.front, .back {width: 100%;height: 80%;}
.back { padding:30px}
/* fine flip orari*/


.btn-news {color:#fff; border-radius:0; margin-bottom:20px}
.pag-tit-news h3 { color:#333;font-size: 21px; font-weight: 400; text-transform: uppercase;}
.carousel-control.right, .carousel-control.left { background-image:none; filter:none}
.imgProdotto { margin:0 auto}
.nomeProdotto { text-transform:uppercase; font-size:19px;margin-bottom: 5px;}
.sconto {  background: #d0341b none repeat scroll 0 0; border-radius: 50%; color: #fff; font-size: 20px; height: 65px; width: 65px; margin: 4%;  padding: 20px 5px;}
.newsletter h2 { color:#fff; text-transform:uppercase}
.newsletter{padding:30px 0px;}
.form-control { border-radius:0}
.btn-invia {color:#fff; border:1px solid #fff; border-radius:0; text-transform:uppercase; margin-top:20px}
.btn-invia:hover, .btn-invia:focus {background:#fff;}
.informativa { text-decoration:underline}
.informativa, .acconsento { color:#fff; font-size:15px}
.acconsento {float: left;
    line-height: 17px;
    margin: 4px 10px 7px 16px;}
.campoMail { margin:17px 0 10px;}
#formNewsletter {width:100%}
label {margin-bottom:0px}
.mdl-textfield {box-sizing: border-box;display: inherit; width:100%}
.mdl-checkbox__label { font-weight:400}
.mdl-checkbox__box-outline {border: 2px solid #fff; border-radius:10px; height:21px; width:21px;margin: -1px 12px;}
.mdl-checkbox.is-checked .mdl-checkbox__tick-outline {background: transparent url("/model6/img/check.png") repeat scroll 0 0;}
.mdl-checkbox.is-checked .mdl-checkbox__box-outline {border: 2px solid #fff;}
.mdl-checkbox__ripple-container { left:4px}
.offertaProdotto .nomeProdotto {background:#e7e7e7; padding:5px;}
.footer {margin-top:15px}
.offertaProdotto { height: 410px;
    position: relative; text-align: center;
}
.offertaProdotto div.item.offertaProdotto img.img-responsive.imgProdotto {

    max-height: 190px;

}
.carousel-inner .item img.img-responsive.imgProdotto {max-height:190px}
.carousel-control {
    top: 0px;
    width: 5%; }
.carousel-inner {
    margin-top: 50px;
}
.fa-heartbeat {margin-right:10px;}
.vediTutte { position:relative; z-index:300; float:right; margin-top: -6px;}
.carousel-inner > .item { margin-top:12px; margin: auto;}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.link_newsletter {color:#fff; text-decoration:underline}
.erroreCaptcha {color:#ff0000; font-size:20px}


.product-left {
    width:40%;
    float:left;
}
.product-right {
    width:60%;
    float:right;
    text-align:left;
}
.position-absolute {
    position: absolute;
}
.validateDate-container {
    height:20px;
}

@media (min-width: 320px) {
    .close-modal .dx { height: 50px;margin-left: 23px;}
    .close-modal .dx .sx {height: 50px;}
    .close-modal {height: 50px;width: 50px;}
    .footer p {font-size: 15px; line-height: 17px;}
    .newss, .offerte, .reparti, .contatti {height: 77px;padding-top: 12px}
    .logo p, .newss p, .offerte p, .reparti p, .contatti p, .offerte p, .link p{ color:#fff;font-size: 14px; }
    .link {padding:30px!important}

}

@media (min-width: 480px) {
    .cont-pagine { padding: 20px 10px;}
    .close-modal .dx { height: 50px;margin-left: 23px;}
    .close-modal .dx .sx {height: 50px;}
    .close-modal {height: 50px;width: 50px;}
    .footer p {font-size: 15px; line-height: 17px;}
    .newss, .offerte, .reparti, .contatti {height: 100px;padding-top: 26px}
    .logo p, .newss p, .offerte p, .reparti p, .contatti p, .offerte p, .link p{ color:#fff;font-size: 18px; }
    .link {padding:30px!important}

}

@media (min-width: 768px) {
    .cont-pagine { min-height:600px; padding:20px 50px}
    .close-modal .dx { height: 75px;margin-left: 35px;}
    .close-modal .dx .sx {height: 75px;}
    .close-modal {height: 75px;width: 75px;}
    .modal-content {height: 100%;}
    .footer p { font-size:17px; line-height:15px}
    .newss, .offerte, .reparti, .contatti {padding-top:50px;height: 160px;}
    .logo p, .newss p, .offerte p, .reparti p, .contatti p, .offerte p, .link p{ color:#fff;font-size: 21px; }
    .newsletter, .offerta { margin-top:0px}
    .height2 { height:320px}
    form {width: 80%;}
    .link {padding:30px!important}


}
@media (max-width: 768px) {
    .immagine img {height: auto;
        max-width: 100%;}
    .immagine {
        height: auto;
    }
    .height1 p {line-height:17px;}

}



@media (min-width: 992px) {
    .newsletter, .offerta { margin-top:-219px}

    .link {padding:9px 0px !important; height:100px !important}
}


@media (min-width: 1024px) {

    .logo { height:160px;padding-top: 10px;}
    .logo img {margin: 0 auto;}
    .testo, .prezzoFinale { font-size:24px;}
    .prezzo {font-size:20px}
    .cont-pagine { min-height:600px; padding:20px 50px}
    .close-modal .dx { height: 75px;margin-left: 35px;}
    .close-modal .dx .sx {height: 75px;}
    .close-modal {height: 75px;width: 75px;}
    .modal-content {height: 100%;}
    .footer p { font-size:17px; line-height:15px}
    .link {padding:9px 0px !important; height:100px !important}
    .newss, .offerte, .reparti, .contatti {padding-top:50px;height: 160px;}
    .logo p, .newss p, .offerte p, .reparti p, .contatti p, .offerte p, .link p{ color:#fff;font-size: 23px; }
}


@media (min-width: 1200px) {
    .newsletter, .offerta { margin-top:-160px;}
    .height2 { height:320px}
    form {width: 80%;}
    .logo { height:160px}
    .testo, .prezzoFinale { font-size:24px;margin-bottom: 3px;}
    .cont-pagine { min-height:600px; padding:20px 50px}
    .close-modal .dx { height: 75px;margin-left: 35px;}
    .close-modal .dx .sx {height: 75px;}
    .close-modal {height: 75px;width: 75px;}
    .modal-content {height: 100%;}
    .footer p { font-size:17px; line-height:15px}
    .link { padding: 42px 0px !important; height:160px !important}
    .newss, .offerte, .reparti, .contatti {padding-top:50px;height: 160px;}
    .logo p, .newss p, .offerte p, .reparti p, .contatti p, .offerte p, .link p{ color:#fff;font-size: 21px; }
}


/* MOD 8 */
.modal-backdrop.fade.in{
    opacity:0;
}
.testo_da_elidere >p{
    margin: 0;
}



.modal-dialog {
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    margin:0 !important;
}

.modal-content {
    height: 100% !important;
    border-radius: 0 !important;
    overflow:auto !important;

}

body.modal-open{
    overflow: inherit;
}

.link_newsletter{

}

.link_newsletter:hover{

}

ul.list-unstyled{
    margin-left: 0px;
}
div.bootstrap-datetimepicker-widget.dropdown-menu.usetwentyfour {
    color: #333;
}

.immagine {
    text-align: center; /* ensures the image is always in the h-middle */
    overflow: hidden; /* hide the cropped portion */
}

.immagine img {
    position: relative; /* allows repositioning */
    left: 100%; /* move the whole width of the image to the right */
    margin-left: -200%; /* magic! */
}
.mdl-textfield.is-invalid .mdl-textfield__input {
    border-color: rgba(0,0,0,.12);
}
.mdl-textfield--floating-label.is-invalid .mdl-textfield__label{
    color: rgba(0,0,0,.26);
    font-size: 16px;
}

.testoInformazioneOperazione{
    color: #333;
    font-size: 25px;
}
.descrizione-servizio h4 {
    font-size: 1.7em;
}
.helper-allegato {
    word-wrap: break-word;
}

.input-file-container {
    margin: 0 0 65px 0;
}



/****** se attivo tasto prenota ******/
.heightprenota {height:75px;padding-top: 11px;}
.heightprenota1 {height:75px;margin-bottom:10px; padding-top: 11px;}
@media (max-width: 768px) {
    .height1 i {
        display:none
    }
    .heightprenota1 {
        height: 46px;
        margin-bottom: 8px;
    }
    .heightprenota {
        height: 46px;
    }
}

@media (max-width: 480px) {

    .heightprenota1 {
        height: 33px !important;
    }
    .heightprenota {
        height: 33px !important;
    }
    .newss, .offerte, .reparti, .contatti {
        height: 75px;
    }
}
/****** (fine stile) se attivo tasto prenota ******/






.badge-app {
    position:fixed;
    background: rgb(50,155,201);
    background: linear-gradient(0deg, rgba(50,155,201,1) 0%, rgba(107,184,109,1) 100%);
    right: 0;
    top: 25%;
    z-index: 1000;
    padding: 20px;
    text-transform: uppercase;
    color: #fff;
}
.badge-app p {
    margin:10px 0 0;
    font-size: 17px;
}
.badge-app img {
    margin-left: 8px;
}


/*****************BADGE APP PHARMAQUI************************/

.puff-out-center {
    -webkit-animation: puff-out-center 2s cubic-bezier(0.165, 0.840, 0.440, 1.000) infinite both;
    animation: puff-out-center 2s cubic-bezier(0.165, 0.840, 0.440, 1.000) infinite both;
}

@-webkit-keyframes puff-out-center {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        -webkit-filter: blur(2px);
        filter: blur(2px);
        opacity: 0;
    }
}
@keyframes puff-out-center {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        -webkit-filter: blur(2px);
        filter: blur(2px);
        opacity: 0;
    }
}



.badge-app {
    position:fixed;
    /*background: rgb(50,155,201);
    background: linear-gradient(0deg, rgba(50,155,201,1) 0%, rgba(107,184,109,1) 100%);*/
    right: 0;
    top: 25%;
    z-index: 1000;
    padding: 20px;
    text-transform: uppercase;
    color: #fff;
}
.badge-app p {
    margin:10px 0 0;
    font-size: 17px;
}
.badge-app img {
    margin-left: 8px;
}


.badge-app2 {
    z-index:800;
    position:fixed;
    bottom: 80px;
    right: 72px;
}



.badge-app2 p {
    color:#fff;
    text-transform:uppercase;
    line-height: 17px;
    margin-top: 5px;
}

.circle-object {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    position:fixed;
    bottom: 80px;
    right:30px;
    z-index:700;
}

@media (max-width: 991px) {

    .circle-object {
        width: 80px;
        height: 80px;
    }
    .badge-app2 {
        bottom: 89px;
        right: 45px;
    }

}

/*****************FINE BADGE APP PHARMAQUI************************/

.tab-content {
    float:left
}

.tab-content {
    padding:20px;
    border-bottom:1px solid #ddd;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
}

.nav-tabs  {
    margin-top:20px;
    margin-left:0;
}

.nav-tabs > li > a {
    border-radius: 0;
}


.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color:#ddd;
    cursor: pointer;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;

}




.select-wrap
{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    margin-bottom:20px;
}
.select-box
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 9px 9px 11px 13px;
    background-color: #f7f7f7;
    border: none;
    border-radius: 3px;
    outline: none;
    font: 15px 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #666;
    cursor: pointer;
}
.select-point
{
    display: block;
    border-top: 6px solid gray;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: 15px;
    right: 10px;
    text-align: center;
    content: '';
    pointer-events: none;
}
select:-moz-focusring
{
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.btn-light {
    border-color: #ccc;
    background: white;
    color: #333;
}