



/* css mobile Vincenzo */

@media screen and (max-width: 600px) {
  .social_header
  {
  display: none;
    visibility: hidden;
}
  
}

/* fine css mobile Vincenzo */


@font-face {
    font-family: 'futura_bk_btbook';
    src: url('/temi/gruppo_anteprima_bootstrap/css/futura-webfont.woff2') format('woff2'),
         url('/temi/gruppo_anteprima_bootstrap/css/futura-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@media only screen and (min-width: 30px) and (max-width: 700px) {
.body_parent_9 #corpo_pagina {
  max-width: 100%;
  width: 100%;
}

.body_parent_9 #corpo_pagina img,
.body_parent_9 #corpo_pagina iframe {
  max-width: 100%;
  height: auto;
}

.body_parent_9 #corpo_pagina .col-xs-12,
.body_parent_9 #corpo_pagina .col-sm-5,
.body_parent_9 #corpo_pagina .col-sm-7 {
  width: 100% !important;
}
  }

#menu_top
{
  font-family: 'futura_bk_btbook';
  font-size: 20px;
  padding: 5px 0;
}
#menu_alto_ul
{
  float: left;
        text-transform:uppercase;
}
h1, h2, h3, h4, h5
{
  font-family: 'Roboto', sans-serif;
  font-size: 35px;
    font-variant: small-caps;
}
  h1
{
  color: #333;
  font-size: 30px !important;
}
h4
{
  color: #333;
  font-size: 24px;
}
.icone a
{
  color: #333 !important;
  font-size: 24px;
}
.icone a:hover
{
  color: #95242a !important;
  font-size: 24px;
}
.icone p
{
  color: #6c6c6c !important;
  font-size: 14px !important;
  line-height: 18px;
  padding: 20px;
}

.body_1 #corpo_pagina_testo p
{
  font-size: 18px;
}
#corpo_pagina_testo p
{
  text-align: justify;
    font-size: 16px;
}
/** LOADER **/
#loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 999;
    background-color: white;
}
/** INTESTAZIONE **/
.brand-image {
    width: 20px;
    height: 20px;
}

/** MENU **/

/** SLIDE **/

.slippry_container {
    margin-bottom: 45px;
margin-top: 0px;
float: left;
width: 100%;
margin-right: 20px;
}

.sy-pager li.sy-active a { /* pallino attivo */
    background-color: #95242a !important;
}

/** INTESTAZIONE PAGINA **/


/** CORPO PAGINA **/
#main-container {
    padding-right: 0px;
    padding-left: 0px;
}

/** SOTTOPAGINE **/
.sottopagina a {
    color: #333;
}

/** COMMENTI **/
#commenti_listato .user_name{
    font-size:14px;
    font-weight: bold;
}
#commenti_listato .media{
    border-bottom: 1px dotted #ccc;
    padding-bottom: 15px;
}
#commenti_form {
    margin-bottom:35px;
}

#commenti_form #utente_esterno {
    margin: 13px 0;
}

#submit_commento {
    margin-top: 8px;
}

/** PAGINATE **/
#paginate_avanti {
    text-align: right;
}

/** CONTATTI **/
#btnContactUs_container {
    margin-top: 10px;
}

#contact_container .well {
    padding-top: 18px;
}

/** REGISTRAZIONE **/

#registration_container #email {
    width:250px; 
    margin: 0 auto;
}

/** LOGIN **/

#login_page .form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
#login_page .form-signin .form-signin-heading, #login_page .form-signin .checkbox
{
    margin-bottom: 10px;
}
#login_page .form-signin .checkbox
{
    font-weight: normal;
}
#login_page .form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#login_page .form-signin .form-control:focus
{
    z-index: 2;
}
#login_page .form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
#login_page .form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#login_page .account-wall
{
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
#login_page .login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
#login_page .need-help
{
    margin-top: 10px;
}
#login_page .new-account
{
    display: block;
    margin-top: 10px;
}


/** TORNA SU **/
#back-to-top {
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 48px;
    color: #fff;
    background: #ccc;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
    position: fixed;
    right: 66px;
    bottom: 66px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
    
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

#back-to-top:before {
    font-family: "FontAwesome";
    content: "\f106";
}

#back-to-top:hover {
    color: #95242a !important;
    background: #fff !important;
    text-decoration: none;
}

@media (max-width: 768px) {
    
    
    .navbar-nav
      {
      margin: 20px;
      }
    
    #corpo_pagina .row
      
      {
      margin-left: 20px;
    margin-right: 20px;
      }
    
    
    #back-to-top {
        right: 10px;
        bottom: 10px;
    }
.ewf-span4 {
width: 100% !important;
text-align: center;
}
.icon-box-1 .icon-box-content {
    margin-left: 0px !important;
}
p img {
width: 100% !important;
float: left;
height: auto !important;
}
  .caret
{
  color: #fff !important;
}
}
@media (max-width: 1024px) { 
    #back-to-top {
        right: 10px;
        bottom: 10px;
    }
  .caret
{
  color: #fff !important;
}
.col-md-6 iframe, #header .row, #menu_top, iframe {
    width: 100% !important;
}
#slide
{
float: left;
width: 100%;
}

#footer .row {
    width: 100%!important;
    margin: auto;
    float: left;
    background-color: #ffffff;
}
.navbar-default {
    height: auto !important;
    border: none;
    margin-top: 27px;
width: 100%;
}

#menu_alto_ul, #menu_alto_ul li, #menu_alto_ul li a {
    height: auto !important;
    line-height: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff !important;
font-size: 14px !important;
}
 #menu_alto_ul li a {
    height: 50px !important;
    line-height: 50px !important;
}
#menu_top {
    background-color: #585858 !important;
padding: 0px !important;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
}

}

@media (max-width: 768px) { 
    #back-to-top {
        right: 10px;
        bottom: 10px;
    }
.col-md-6 iframe, #header .row, #menu_top, iframe {
    width: 100% !important;
}
#slide
{
float: left;
width: 100%;
}

.navbar-default {
    height: auto !important;
    border: none;
    margin-top: 27px;
width: 100%;
}
#menu_alto_ul, #menu_alto_ul li, #menu_alto_ul li a {
    height: auto !important;
    line-height: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff !important;
    font-size: 14px;
}
 #menu_alto_ul li a {
    height: 50px !important;
    line-height: 50px !important;
}
#menu_top {
    background-color: #585858 !important;
padding: 0px !important;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
}
.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret
{
  color: #fff;
}

}
/** COOKIE POLICY **/

#cookie-statement {
  background-color: #5a5a5a;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  font-weight: bold;
  margin: 0 -15px;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  width: 100%;
  z-index: 990;
  overflow: hidden;
  border-color: #f8f6e6; 
  padding: 10px;
  bottom: 0;
  font-size: 13px;
  line-height: 1.54;
  font-family: 'Roboto', sans-serif;
}

#cookie-statement .text {
  padding: 0 15px;
  display: block;
}

#cookie-statement .text span{
  color: white;
  font-size: 13px;
}

#cookie-statement a {
  background-color: #303030;
  border: 1px solid rgba(0,0,0,.1);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  line-height: 19px;
  padding: 4px 8px;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 768px) { 
    #cookie-statement a {
        width: 100%;
        display: block;
        margin: 10px 0;
        text-align: center;
    }
}

/* Css Vincenzo */


#header .row {
    /*width: 1170px;
    margin: auto;*/
}
#intestazione
{
  margin-top: 20px;
  margin-bottom: 20px;
}
#intestazione a img
{
  margin-top: 10px;
}
.navbar-brand
{
  display: none;
  visibility: hidden;
}
.navbar-default
{
  height: 37px;
  background: none !important;
  border: none;
  margin-top: 0px;
}
#menu_alto_ul,#menu_alto_ul li, #menu_alto_ul li a 
{
  height: 34px;
  line-height: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 2px;
}
#menu_alto_ul ul li, #menu_alto_ul ul li a
{
  height: 50px;
  line-height: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 18px;
}
#menu_alto_ul ul li a:hover
 {
    color: #efc508 !important;

}
#menu_alto_ul li a:hover
 {
    color: #efc508 !important;
}
#menu_alto_ul li a
 {
    color: #ffffff !important;
  font-size: 14px;
}
#menu_alto_ul ul li a
 {
    color: #ffffff !important;
    font-size: 14px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.navbar-nav:not(.sm-collapsible) ul .caret {
    margin-top: 22px !important;
}
.welcome_user, .body_1 #intestazione_pagina, .intestazione_pagina_logo
{
  display: none;
  visibility: hidden;
}
.container-fluid
{
  padding: 0px;
}
/** .container {
    width: 1070px;
} **/
#footer
{
  background-color: #ffffff;
    border-top: 7px black solid;
    border-bottom: 7px black solid;
  color: #000000;
  padding-top: 30px;
}
#footer a
{
  color: #93ebe3;
}
.row { margin: 0; padding: 0 }
.ewf-span4 {
    margin-left: 3%;
    width: 30%;
  float: left;
}
.icon-box-1 {
    padding-bottom: 40px;
    position: relative;
}
.ifc-alarm_clock::before {
    content: "";
}
.icon-box-1 > i {
    color: #65c5be;
    display: block;
    float: left;
    font-size: 36px;
    line-height: 36px;
}
.icon-box-1 .icon-box-content {
    margin-left: 54px;
}
.icon-box-1 h3 {
    line-height: 25px;
    margin-bottom: 15px;
}
.ifc-alarm_clock:before {
    content: "\eb33";
}
.vc_custom_1409643677881 {
    background-image: url(1920x700.jpg) !important;
    margin-bottom: 0 !important;
}
.milestone .milestone-description {
    font-size: 18px;
    line-height: 28px;
}
.milestone .milestone-content {
    font-size: 60px;
    line-height: 45px;
}
.milestone .milestone-content {
    float: left;
    font-size: 60px;
    line-height: 45px;
    z-index: 10;
}
.milestone {
    margin-bottom: 30px;
    position: relative;
}
.ewf-full-width-section .ewf-row .ewf-row {
    margin: 0 auto;
    width: 940px;
  height: 200px;
    float: left;
}
#foto_intestazione img
{
display: none;
visibility: hidden;
}
a, h3
 {
    color: #95242a !important;
}
a:hover
 {
    color: #333 !important;
  text-decoration: none;
}

p
{
text-align: justify;
}
.sottopagina_row_logo
{
width: 300px;
height: 186px;
overflow: hidden;
}

.sottopagina_row_logo img
{
width: 100%;
height: auto;
}
.sottopagina_row_testi
{
width: 300px;
height: 100px;
}

.sottopagina_row_testi h2
{
    font-size: 18px;
    text-align: left;
    margin-top: 0;
}
.social_header
{
margin-top: 15px;
}
.social_header td img
{
padding-right: 4px;
}
#div_find {
    margin-top: 5px;
    margin-left: auto;
  margin-right: auto;
    width: 350px;
    border: none;
    border-radius: 10px;
    padding: 10px;
    background-color: rgba(255,255,255,1.0);
}
#input_cerca_codice {
    margin: 0 auto;
    border: none;
    border-radius: 10px;
    padding: 5px;
    background-color: #fff;
    color: #b0b0b0;
    font-size: 14px;
    width: 70%;
    margin-left: 10px;
    margin-right: 10px;
  border: 1px solid #ccc;
}
.bottone_gen {
    margin: 0 auto;
    border: none;
    border-radius: 10px;
    padding: 5px;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    width: 20%;
}


/* Fine Css Vincenzo */

/* CSS ALEX */
#colonna_centrale{
    padding: 0;
}

.loghi-home{
    margin: 20px auto;
}

.chisiamo-row h3{
    text-align:center!important;
    color: #95242a !important;
}

.chisiamo-row h4{
    text-align:center!important;
    font-size: 2em;
    color: #95242a !important;   
}

.chisiamo-row p{
    text-align:center!important;
    font-size:17px;
}

.chisiamo-row h2{
    font-size:3em;
}

.colored{
    color:#95242a!important;
}

.body_5 .intestazione_pagina_testi, .body_12 .intestazione_pagina_testi, .body_13 .intestazione_pagina_testi, .body_14 .intestazione_pagina_testi{
    text-align: center;
    width: 100%!important;
    margin-bottom: 20px;
    color: #95242a!important;
}

.body_11 .intestazione_pagina_testi{
    display:none!important;
}

.navbar{
    position:relative;
    margin-bottom:-13px;
}

.welcome_user{
    display:none!important;
}


#menu_top{
    background-color: black!important;
}

#header{
}

#sottopagine {
    padding-right: 15px!important;
    padding-left: 15px!important;
    margin-right: auto!important;
    margin-left: auto!important;
}


@media(max-width:767px){
    .social_header{
        margin:0 auto;
        margin-top:5px;
    }

    .navbar{
        margin-bottom: 0;
        margin-top: -19px;
    } 

    #div_find{
        width:90%;
    }

    #logo-home{
        max-width: 75%;
        margin:20px auto;
    }

    .loghi-vendita{
        margin: 20px auto;
    }

    .sottopagina_row_testi {
        width: 100%;
        height: auto!important;
        margin-bottom: 10px;
    }

    .sottopagina_row_logo {
        width:100%;
        height: 100%;
    }

    .sottopagina_row_testi h2 {
        font-size: 18px;
        text-align: left;
        margin-top: 10px;
    }


  
}

@media (min-width: 768px){
    .navbar{
         width: 750px;
    }

    .loghi-vendita{
        margin: 10px auto;
    }

    #sottopagine {
        width: 750px;
    }

    .sottopagina_row_logo.col-sm-3{
        width:33.333333%;
    }
    .sottopagina_row_testi.col-sm-9{
        width:66.666666%
    }

    #contact-center {
    font-size: 16px!important;
    font-family: 'futura_bk_btbook';
}

    .menu_li_12 a:hover{
        background: #fff!important;
    }
}

@media(max-width:991px){

    #footer .social_header{
        margin:0 auto;
        margin-top:5px;
    }

    #logo-footer{
        margin: 0 auto;
        display: table;
    }
}

@media(min-width:992px){

     #seconda_img_home
     {
     margin-top: 15px;
     }

    #intestazione > .col-sm-5 img{
        margin:0 auto;
        margin-top:10px;
    }

    .navbar{
        width: 970px;
    }

    .loghi-vendita{
        margin: 30px auto;
    }

    #sottopagine {
        width: 970px;
    }

}

@media (min-width: 1200px){
    .navbar{
        width: 1170px;
    }

    #sottopagine {
       width: 1070px;
    }
}

#header > .row{
    width: auto!important;
}

.navbar{
    margin:0 auto;
    min-height:37px;
}

#logo-home{
    max-width: 50%;
    margin-top:20px;
    margin-bottom:20px;
}

.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret{
    margin:-40px 15px 0 0;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
        background-color: #b31e27;
}

.dropdown-menu{
    background-color:#000000;
}

#row-top-home{
    margin:20px auto;
}
#row-top-home div{
    padding: 5px;
    overflow:hidden;
}
#row-top-home div img{
    margin:0 auto;
    width:100%;
}
#row-home1{
    margin-bottom:5px;
    width:100%;
    background: #000000;
    height: 25%;
}
#row-home2{
    margin-bottom:5px;
    width:100%;
    background: #000000;
    height: 25%;
}
#row-home3{
    width:100%;
    background: #000000;
}

.breadcrumb{
    display:none!important;
}

.dropdown-menu{
     max-width:30em!important
}

.menu_li_9 .has-submenu{
    background:#000000!important;
}

.menu_li_9 ul, .menu_li_9 .caret{
    display:none!important;
}

#intestazione_pagina, #obj_extra_container {
display:none;
}

.sottopagina_row_testi p, .sottopagina_row_testi p span{
    font-size: 11px!important;
    color: inherit!important;
}


.external-box{
    margin: 6px 10px 0px 10px;
    padding: 5px 5px 0px 5px!important;
    display: table;
}

.icon-box-sx, .icon-box-dx{
    display: table-cell;
    vertical-align: middle;
    float: none;
}

#contact-center{
    font-size:15px;
}

.external-box a{
    color:white!important;
}

.hovereffect {
width:100%;
height:100%;
padding:0!important;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.6);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out;
color:white!important;
}


/*.hovereffect .overlay h2 a{
color:white!important;
}*/

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}

.hovereffect h2, .hovereffect h5 {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
font-size:18px;
background:rgba(0,0,0,0.7);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
top:31%;
}

.hovereffect h5{
    font-size:12px;
}

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2, .hovereffect:hover h5{
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.loghi-box3{
    max-width: 55%;
    margin-top: -5px!important;
}

.body_12 .sottopagina, .body_35 .sottopagina, 
.body_36 .sottopagina, .body_37 .sottopagina, 
.body_38 .sottopagina, .body_39 .sottopagina, 
.body_40 .sottopagina, .body_41 .sottopagina, 
.body_42 .sottopagina, .body_43 .sottopagina, 
.body_44 .sottopagina, .body_19 .sottopagina, 
.body_20 .sottopagina {
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    padding: 15px;
}

.body_12 .sottopagina_row_logo, .body_35 .sottopagina_row_logo, .body_36 .sottopagina_row_logo, .body_37 .sottopagina_row_logo, .body_38 .sottopagina_row_logo, .body_39 .sottopagina_row_logo, .body_40 .sottopagina_row_logo, .body_41 .sottopagina_row_logo, .body_42 .sottopagina_row_logo, .body_43 .sottopagina_row_logo, .body_44 .sottopagina_row_logo, .body_19 .sottopagina_row_logo, .body_20 .sottopagina_row_logo {
    width:100%;
    height: 137px;
    overflow: hidden;
    margin-bottom: 7px;
}

.body_12 .sottopagina_row_testi, .body_35 .sottopagina_row_testi, .body_36 .sottopagina_row_testi, .body_37 .sottopagina_row_testi, .body_38 .sottopagina_row_testi, .body_39 .sottopagina_row_testi, .body_40 .sottopagina_row_testi, .body_41 .sottopagina_row_testi, .body_42 .sottopagina_row_testi, .body_43 .sottopagina_row_testi, .body_44 .sottopagina_row_testi, .body_19 .sottopagina_row_testi, .body_20 .sottopagina_row_testi {
    width:100%;
    height: 100px;
}

.body_12 .sottopagina_row_testi h2, .body_35 .sottopagina_row_testi h2, .body_36 .sottopagina_row_testi h2, .body_37 .sottopagina_row_testi h2, .body_38 .sottopagina_row_testi h2, .body_39 .sottopagina_row_testi h2, .body_40 .sottopagina_row_testi h2, .body_41 .sottopagina_row_testi h2, .body_42 .sottopagina_row_testi h2, .body_43 .sottopagina_row_testi h2, .body_44 .sottopagina_row_testi h2, .body_19 .sottopagina_row_testi h2, .body_20 .sottopagina_row_testi h2 {
    font-size: 18px;
    text-align: center;
    margin-top: 0;
    text-transform: uppercase;
}

.menu_li_12 .caret{
    display:none!important;
}

.menu_li_12 ul {
    display: none!important;
}

.menu_li_12 a{
    background: #000!important;
}

/*fine CSS ALEX */


  
  body {
    padding-top: 0px!important;
}









