body {
    background-color: #ffffff !important;
    color: #333;
    font-size: 14px;
}


.forgot{
    font-weight: 400;
    text-align: left !important;
}
header ul li a.flag {
    display: block;
    width: 21px;
    height: 14px;
    background: transparent url(../img/flags.png) no-repeat top left;
    text-indent: -2000px;
    overflow: hidden;
    float: left;
    margin: 12px 0 0 5px;
}
.menu li a {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 0px #000000;
    font-size: 0.9em;
}
header  ul li a.en {
    background-position: top right;
}
header .extra {
    background-color: #333;
    background-color: rgba(30, 30, 30, 0.99);
    z-index: 10000;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    font-size: 0.9em;
}

header .large .extra{

    position: absolute;
    display:table;
    margin: 0 auto;
}

header .extra form, #loginMobile {
    padding: 10px;
    line-height: 18px;
}
header .extra label {
    color: #aaa;
    text-decoration: none;
    text-shadow:none;
    display: block;
    margin-bottom: 10px;
    margin-left: 10px;
    width: auto;
}


header .extra.close {
    display: none;
}

header .large #login,
header .large #sendToAFriend{

    opacity:1 !important;
}


header #login #loginLoading, header #sendToAFriend #sentToAFriendLoading, header #sendToAFriend #sentToAFriendSent, 
#sendToAFriendMobile #sentToAFriendLoading_mobile, #sendToAFriendMobile #sentToAFriendSent_mobile {
    font-size: 1em;
    line-height: 2em;
    color: #ddd;
    float: left;
    display: none;
}
label {
    display: block;
    margin-bottom: 5px;
    color: #333333;
}
label, input, button, select, textarea {
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
}
label {
    cursor: pointer;
}
.control-group {
    margin-bottom: 9px;
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}
.selected{
    background-color: rgba(40, 40, 40, 0.95);

}
.forgot{color:white;}
.open{
    height: auto;
    -webkit-transition: height 10s;
}
#logout{
    background-color: white;
    border: none;
    height: 30px;
    border-radius: 5px;
    margin-left: 10px;
}
.avviso-migrazione {
    text-shadow:none;
    color: #ffde66;
    line-height: 1.2;
    padding: 10px;
}


@media(max-width: 767px) {
    #complete_email{ width: 0;display: none;}
    #reduced_email{ display: table;}
    .menu-distanze{
        text-align: center;
        padding-bottom: 8px;
    }
    header #sendToAFriend {
        width: 100%;
    }
    header .extra input[type="text"], header .extra input[type="password"] {
        width: 99%;
        border-radius: 5px;

    }
    textarea, .uneditable-input {
        width: 99%;
        border-radius: 5px;
    }
    #sendmail, #submitLogin{
        margin-left: 40%;
        width: 19%;
    }
    header #login{
        width: 100%;
    }
    a.menu-link{
        color:white;
        font-size: 11px;
    }
    footer ul.social {
        list-style: none;
        position:relative;
        margin: 11px 0 0;
    }
    .label-comparsa{
        padding-left: 0px !important;
        padding-right: 0px !important;

        z-index: 10000;
        min-height: 0px !important;
        height: 0px !important;
    }
}

@media(min-width: 768px){
    #submitLogin{
        margin-right: 10px;
    }
    .menu-distanze{
        text-align: center;
        padding-top: 15px;
        height: 50px;
    }
    a.menu-link{
        color:white;
    }
    header #sendToAFriend {
        min-width: 260px;
        width: 260px;
        position: absolute
    }
    header #modificaLogout {
        min-width: 260px;
        width: 260px;
        position: absolute
    }
    header .extra input[type="text"], header .extra input[type="password"] {
        width: 230px;
        border-radius: 5px;

    }
    textarea, .uneditable-input {
        width: 210px;
        border-radius: 5px;
    }
    header #login{
        min-width: 260px;
        width: 260px;
    }

    footer ul.social {
        list-style: none;
        position:relative;
        margin: 11px 0 0;
    }
    .label-comparsa{
        z-index: 10000;
        min-height: 0px !important;
        height: 0px !important;
    }


}
@media(max-width: 991px){
    #complete_email{ display: none;}
    #reduced_email{ display: table;}
}
@media(min-width: 992px){
    #complete_email{ display: table;}
    #reduced_email{ display: none;}
}

a.menu-link:hover, a.menu-link:active, a.menu-link:focus{
    color:white;
    text-decoration: none;
}
.container-sfondotrasparente{
    background-color: transparent !important;
    padding-left: 15px !important;
    padding-right: 15px !important;

}

.top{
    background: #0067af url(../img/bg_top.png) no-repeat top left;
}
footer {
    position: relative;
    z-index: 2;
    border-top: 1px solid #0062a7;
    background: #0072c2 url(../../img/bg_footer.png) repeat-x bottom left;
    color: #fff;
}
footer div.top {
    margin: 0;
    padding: 1em 0;
    padding-bottom: 2em;
}
footer a.clal {
    background: transparent url(../img/logo_clal_white.png) no-repeat center center;
    width: 149px;
    height: 45px;
    display: block;
    line-height: 68px;
    text-indent: -2000px;
    float: left;
}
footer .social {
    float: left;
    height: 35px;
    line-height: 32px;
}
footer .social a {
    display: inline-block;
    width: 32px;
    height: 32px;
    overflow: hidden;
    margin: 1px;
    vertical-align: bottom;
    background: url(../teseo/img/sprite-icons.png) no-repeat top left;
}
footer .social a#footerFacebook:hover {
    background-position: 0px -32px;
}
footer .social a#footerTwitter:hover {
    background-position: -32px -32px;
}
footer .social a#footerTelegram:hover {
    background-position: -128px -32px;
}
footer .social a#footerTwitter {
    background-position: -32px 0px;
}
footer .social a#footerTelegram {
    background-position: -128px 0px;
}
footer ul.social li {
    float: left;
    position: relative;
    margin-left: 1em;
    line-height: 16px;
    font-size: 0.8em;
}
footer .social span {
    display: inline-block;
    line-height: 32px;
}
footer hr {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    clear: both;
    height: 0;
    display: block;
    margin: 0 2em;
}
footer .copy a {
    color: #fff;
    text-decoration: none;
}
footer div.bottom {
    margin: 0 2em;
    padding: 1em 0;
}
footer .footer-distanze{
    margin: 1% 4% 20px 4%;
}
.clearfix {
    zoom: 1;
    float: none !important;
}

.menu-labels{

    padding:0 !important;
}
ul.menu {
  list-style-type: none;
  margin: 0 auto;
  display:table;
  margin-top:7px !important;
  padding: 0;
  overflow: hidden;
}
ul.menu li{
    float:left;
}

.menu li a {
  display: block;
  color: white !important;
  text-align: center;
  padding: 11px;
  text-decoration: none;
}

.container{
    background-color: white;

}
.gliph_invalid{
    color:red;   
}
.invalid{
    display: block !important;
    visibility: visible !important;
    color: red;
}

.phrase{
    color: red;
    font-weight: 600;
    font-size:14px;
    margin: 5px 0 0px 0;
}
.valid-phrase{
    display: none;
}

#page_body {
  min-height: 70vh;
}

.form-group, .block{
    max-width: 700px;
    margin: 0 auto !important;
}
.extended{
    max-width: none;
}

.container{
    background-color: white;

}


.phrase{
    color: red;
    font-weight: 600;
    font-size:14px;
    margin: 5px 0 0px 0;
}
.valid-phrase{
    display: none;
}
     
.footer{

    min-height:230px;
}

/*REGISTER NEWSLETTER*/


/*.register_newsletter-style{
    background-color: #0067af;
    font-family: 'Open Sans';
}
*/
.container {
    background-color: white;
}

hr{
    width: 90%;
    margin-top: 1px;
    margin-bottom: 25px;
    border: 0;
    border-top: 1px solid #eee;
}

.bfh-selectbox-option i.gi{margin-top:-3px;}

@media screen and (max-width: 767px) {
    .affix {
        bottom: 0px;
        width: 100% !important;
        z-index: 9999 !important;
        margin-left: 0!important;
        margin-right: 0!important;
        left:0;
    }
    .affix-bottom{
        position:absolute;
        left: 0;
        right: 0;
    
    }
    .register-button{
        height: 75px;
        border-right: 0px transparent;
        width: 100%;
        font-size: 2.5em;
        border-radius: 0;

    }

}

@media screen and (min-width: 768px) {
    .container {

        padding-left:50px;
        padding-right:50px;
    }
    .affix {
        position: relative;

    }
    .affix-bottom{
        position: sticky;
    }
    .register-button{
        margin: 0 auto;
        display: table;
        height: 75px;
        width:80%;
        font-size: 2.5em;
        margin-bottom: 50px;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .register-button{
        top: 0!important;
        margin: 0 auto;
        display: table;
        height: 75px;
        width:80%;
        font-size: 2.5em;
        margin-bottom: 50px;
    }
}
.btn-primary{
    background-color: #0067af;
    border-color: #0067af;
    color:white;
}

.btn-primary:hover{
    background-color: #3067af;
    border-color: #3067af;
    color:white;
}
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.subtitle{
    font-size: 2em;
    padding: 0px 0 10px;
    color: #A3A3A3;
    background: transparent url(https://www.clal.it/img/bg_title.png) no-repeat bottom left;
}
.privacy-checkbox{
    position: absolute;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: white;
    border: 1px solid rgba(0,0,0,0.14);
}
.privacy-checkbox:after {
    content: "";
    position: absolute;
    display: none;
}
.checkbox-container input:checked ~ .privacy-checkbox:after {
    display: block;
}
.checkbox-container .privacy-checkbox:after {
    position: initial;
    margin-left: 8px;
    margin-top: 2px;
    width: 8px;
    height: 15px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.other-info input {

    border: none;
    box-shadow: none;
    border-bottom: 1px solid #eeeeee;
    border-radius: 0px !important;
}
.page-title {
    color: #555 !important;
    font-family: 'Exo';
    font-size: 3.4em;
    background: transparent url(https://www.clal.it/img/bg_title.png) no-repeat bottom left;
    padding-bottom: 7px;
}
legend, summary {

    font-family: 'Exo';
    color: #555 !important;
    padding-bottom: 7px;
}

a.bfh-selectbox-toggle.form-control {
    height: 47px;
}

.bfh-selectbox .bfh-selectbox-toggle {
    display: inline-block;
    padding: 12px 24px 6px 4px;
    text-decoration: none;
}
.bfh-selectbox .bfh-selectbox-toggle .bfh-selectbox-option {
    font-size:16px;
    color: #888;
}
.bfh-selectbox.open>.bfh-selectbox-options {
    width: 100%;
}
.privacy-description{
    padding: 4px;
    border: 1px solid rgb(204, 204, 204);
    font-size: 13px;
    height: 180px;
    overflow-y: auto;
    color: #555;

}

.borders{ 
    border-radius: 7px 7px 7px 7px !important;
    position: initial !important;

}

summary.subtitle{
    border-bottom: 1px solid #e4e4e4;
    background: transparent url(https://www.clal.it/img/bg_title.png) no-repeat bottom left;
    font-size:2em;
    color: #A3A3A3;
}

legend {
    font-size:2em;
    color: #A3A3A3;
    background: transparent url(https://www.clal.it/img/bg_title.png) no-repeat bottom left;

}
.panel-heading a{
    line-height: 1.5em;
}
.inline{
    display: inline-block;
}

.hide-show{
    color: red;
    font-weight: 600;
    width: 95%;
    text-align:center;
    margin: 0 auto;
    display:table;
    margin-top:10px;
    margin-bottom: -10px;
}

#privacy_css input {

    margin-top:20px;
    margin-left:5px !important;
    margin-right:10px;
}    

.register{

    margin-bottom: 20px;
    margin-left:20px;
    margin-right:20px;
}
.registrazione-teseo {
    background-color: #ffd320 !important;
    background-size: 100px auto;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
}
.immagine-teseo{
    background-image: url(../teseo/img/logoTeseoWS_only.png);
}

h4 a.selected-newsletter{
    color: #468847;
    font-weight: bold;
}

div.panel-default.selected-newsletter{
    border: solid  2px #468847;
    border-radius: 4px;
}
/*
div.panel-default div.panel-heading h4.panel-title label span input:checked ~ .panel-default{
    border: solid  2px #468847;
    border-radius: 4px;
}*/

.input-group input.input-registrazione{
    font-size: 18px;
}
.input-group{
    width: 96%;
}
.input-group.required{
    width: 100%;
}
.panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings Regular';  
    content: "\e114";
    margin-left: -15px;
    padding-right: 10px;
    float: left; 
    color: grey;       

}
.panel-heading .accordion-toggle.collapsed:after {
    font-family: "Glyphicons Halflings Regular";
    content: "\e080";    
}

.panel-collapse .panel-body ul li {
    padding-top: 10px;
    border-top: none;
    display: block;
    overflow: hidden;
}
.bfh-countries{
    position: initial;
    height: 46px;
    font-size: 18px;
    font-weight: 300 !important;
    font-family: Sans;
    color: #999 !important;
}
.first-opt{
    position: initial;
    height: 46px;
    font-size: 18px;
    font-weight: 300 !important;
    font-family: Sans;
    color: #565656 !important;
}
@media screen and (min-width: 992px) {
    select {
        padding-left: 2%;
        font-size:1.3em;
        margin-top:30px;
    }
    select.selectstyle{
        position: relative;
        width:75%;
        background-color: white;
        height:55px !important;
        border-radius: 4px;
        font-size: 1.3em;
        margin-top: 40px;
    }

}
@media screen and (max-width: 991px) {
    select{
        padding-left: 2%;
        font-size:1.3em;
    }

    select.selectstyle{
        position: relative;
        width:100%;
        background-color: white;
        height:55px !important;
        border-radius: 4px;
        font-size: 1.3em;
    }

    #clal_select {

        margin-top: -10px;
    }

}
.clalnewscheck[type="checkbox"] ~ #cim {
    opacity: 0.5;
}
.clalnewscheck[type="checkbox"] ~ #cim {
    opacity: 0.5;
}

.clalnewscheck[type="checkbox"]:checked ~ #cim{
    opacity: 1;
} 
.teseocheck[type="checkbox"] ~ #tim {
    opacity: 0.5;
}

.teseocheck[type="checkbox"]:checked ~ #tim{
    opacity: 1;
}
.required:after {
    content: "*";
    display: table-cell;
    padding-left: 3px;
    vertical-align: top;
    color: red;
}
.btn-unsubscribe{
    font-size: 1em;
    color: #999;
}

.intro-slide{
        display: inherit;
        margin: 0 0 10px 15px;
        color: #888888;
        font-weight: 600;
        font-size: 16px;
        text-align: center;
    }
    
    .slide-title{
        margin-left: 15px;
        font-weight: 700;
        color: #777;
        line-height: 2.5em;
        font-size: 28px;
    }  
    .slide-list{
        list-style-type: none;
        color: #2257c6;
        font-weight: 600;
    }
    
    .btn-secondary{
        border-bottom: solid 3px rgb(226, 226, 226);
        padding-left: 0;
        padding-right: 0;
        font-weight: 700;
        font-size: 1.2em;  
    }
    .btn-secondary-dim{
        width: 4.6em; 
    }
    .btn-secondary:active{
        box-shadow: none;
    }
    .btn-secondary:hover{
        border-bottom: solid 3px #0576fc;
    }
    
    
    .selected-button{
        border-bottom: solid 3px #0576fc;
    }

.box-default{
    margin-top: 5px;
    padding-top: 3%;
    padding-left: 3%;
    padding-bottom: 1%;
    margin-bottom: 10px;
    background-color: rgba(200, 200, 200, 0.18);
    background-position: right center;
    background-size: 110px;
    background-repeat: no-repeat;
    border-radius: 4px;
}

.small_checkbox {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.5);

}
.small_checkbox:after {
    content: "";
    position: absolute;
    display: none;
}
.checkbox-container input:checked ~ .small_checkbox:after {
    display: block;
}
.checkbox-container .small_checkbox:after {
    position: initial;
    margin-left: 6px;
    margin-top: 2px;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.box-title{
    color:#337ab7;
    line-height: 1.6;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    padding-left: 10px;
}   
.box-title a:hover{
   text-decoration: none;
}


a.prodotti-agricoli, a.suini-allevamento, a.suini-macello, a.tagli, a.bovini, a.carni-bovine{
   color: #ffd32f;
   font-weight: 700;   
}
a.prodotti-agricoli:hover, a.suini-allevamento:hover, a.suini-macello:hover, a.tagli:hover, a.bovini:hover, a.carni-bovine:hover{
   color: #ffc41f;
}
div.latte{
   background-image: url('https://www.clal.it/img/menu/milk.png');
}
div.formaggio{
   background-image: url('https://www.clal.it/img/menu/cheese.png');
/*        background-position: right 5px top 5px;*/
}
div.burro{
   background-image: url('https://www.clal.it/img/menu/butter.png');
/*        background-position: right 5px top 5px;*/
}
div.polveri{
   background-image: url('https://www.clal.it/img/menu/wmp.png');
}
div.prodotti-agricoli{
   background: url('https://www.clal.it/images/teseo_lit.png') right 5px top 10px no-repeat, 
               url('https://www.clal.it/img/menu/agricolo.png') right 5px center no-repeat,
               rgba(200, 200, 200, 0.18);
   background-size: 80px, 120px, auto;
}
div.variabili-economiche{
   background-image: url('https://www.clal.it/img/menu/gas.png');
}

div.suini-allevamento{
    background: url('https://www.clal.it/images/teseo_lit.png') right 5px top 10px no-repeat, 
                url('https://teseo.clal.it/teseo/img/menu/suini_allevamento.gif') right 15px center no-repeat,
               rgba(200, 200, 200, 0.18);
   background-size: 80px, 120px, auto;
}
div.suini-macello{
    background: url('https://www.clal.it/images/teseo_lit.png') right 5px top 10px no-repeat, 
                url('https://teseo.clal.it/teseo/img/menu/suini_macello.gif') right 15px center no-repeat,
               rgba(200, 200, 200, 0.18);
   background-size: 80px, 120px, auto;
}
div.tagli{
    background: url('https://www.clal.it/images/teseo_lit.png') right 5px top 10px no-repeat, 
                url('https://teseo.clal.it/teseo/img/menu/suini_tagli_black.gif') right 15px top 60px no-repeat,
               rgba(200, 200, 200, 0.18);
   background-size: 80px, 120px, auto;
}
div.bovini{
    background: url('https://www.clal.it/images/teseo_lit.png') right 5px top 10px no-repeat,
    url('https://teseo.clal.it/teseo/img/menu/bovini.png') right 15px center no-repeat,
    rgba(200, 200, 200, 0.18);
    background-size: 80px, 120px, auto;
}
div.carni-bovine{
    background: url('https://www.clal.it/images/teseo_lit.png') right 5px top 10px no-repeat,
    url('../teseo/img/menu/bovini_tagli.png') right 15px center no-repeat,
    rgba(200, 200, 200, 0.18);
    background-size: 80px, 120px, auto;
}
div.hidden-options{
    display: none;
}

@media screen and (max-width : 767px){
    .slide-title{
        font-size: 18px;
    }  
    .box-dimensions{
        margin-left: 0%;
        width: 100%;      
    }
    .intro-slide{
        font-size: 12px;
    }

}
    
@media screen and (min-width : 768px) and (max-width : 991px){
    .box-dimensions{         
        margin-left: 0%;
    }
}
    
@media screen and (min-width : 992px){
    .box-dimensions{
        width: 100%;
    }
}
span.info {
   margin-left: 5px;
   font-weight: bold;
   color: #FFF;
   background-color: #BBB;
   display: inline-block;
   width: 1.4em;
   height: 1.4em;
   font-size: 0.8em;
   text-align: center;
   border-radius: 50%;
   line-height: 1.4em;
}

.aree-geogr-descr{
    font-size: 1.1em;
    display: inline; 
    margin-left: 35px;
    padding-bottom: 5px;
    padding-top: 0px !important;
    text-decoration: none;
    color: black !important;
    font-weight: 600;
}

.aree-geogr-descr:hover{
    color: black;
    cursor: pointer;
    text-decoration: none;
}
.aree-geogr-descr:hover > .info{
    background-color: #888;
}

.link{
    font-weight: 300;
    cursor: pointer;
    text-decoration: none;
    margin-left : 10px;
    margin-right: 10px;
}
.link:hover{
    text-decoration: none;
}
    
    
hr.slide-separator{
    border-top: 2px solid #ddd;
    width: 95%;
    margin-bottom: 20px;
}
.owl-item {
    padding-left: 10px;
    padding-bottom: 10px;
    background-color: rgba(229,229,229,0.28);
    border-bottom: 3px solid;
    border-top: 3px solid;
    border-color: #2257c6;
    border-radius: 3.5px;   
}
.owl-dots{
    margin-bottom: 10px !important;
}
.owl-nav{
    margin-top: 0px !important;
    margin-bottom: 5px !important;
    font-size: 1em;

}
    
.owl-prev {
    height: 60px;
    position: absolute;
    top: 45%;
    margin-left: -20px;
    display: block !important;
    border:0px solid black;
}
.owl-next {
    height: 60px;
    position: absolute;
    top: 45%;
    right: 0px;
    display: block !important;
    border:0px solid black;
}