@charset "UTF-8";
    /* GENERICO */

    * {font-family: 'Roboto', sans-serif;color:#414042;}
    body {padding-top: 110px;}
    .blind_data {display:none;}

    .container,.container-fluid {margin:70px auto}
    .vcenter {display: inline-block;vertical-align: middle;float: none;}
    .container_vantaggi .row {margin:20px auto}
    .slogan_container {margin:120px auto}



    /* testi colorati */
    .text_lightgray {color:#626262}
    .text_darkgray {color:#414042}
    .text_red {color:#C64235}
    .text_white,.text_white:hover {color:#FFF}
    .text_green {color:#408c74}
    .text_blue {color:#1a6c92}
    .text_purple {color:#645b92}
    .text_pink {color:#b14791}
    
    /* background */
    .background_white {background-color:#FFF}
    .background_gray {background-color:#626262}
    .background_black {background-color:#626262}
    .background_darkgray {background-color:#393939}
    .background_lightgray {background-color:#f0f0f0}
    .background_red {background-color:#C64235}
    .background_lightgreen {background-color:#bad7ce}
    .background_green {background-color:#408c74}
    .background_lightblue {background-color:#a3c6d7}
    .background_blue {background-color:#1a6c92}
    .background_lightpurple {background-color:#c7c4d9}
    .background_purple {background-color:#645b92}
    .background_lightpink {background-color:#e1bdd6}
    .background_pink {background-color:#b14791}
  

    /* colori barrette menu */
    .nav li:hover:nth-child(8n+2), .nav li.active:nth-child(8n+2){border-bottom: #408c74 3px solid;}
    .nav li:hover:nth-child(8n+3), .nav li.active:nth-child(8n+3){border-bottom: #1a6c92 3px solid;}
    .nav li:hover:nth-child(8n+4), .nav li.active:nth-child(8n+4){border-bottom: #645b92 3px solid;}
    .nav li:hover:nth-child(8n+5), .nav li.active:nth-child(8n+5){border-bottom: #b14791 3px solid;}




    /* button */
    .button_red, .button_red:hover, .button_red:visited, .button_red:focus {color:#FFF;background-color:#C64235;border:none}
    .button_black, .button_black:hover, .button_black:visited, .button_black:focus {color:#FFF;background-color:#393939;border:none}
    

    .text_big {font-size: 30pt !important;}
    .text_medium {font-size: 22pt !important;}
    .text_small {font-size: 13pt !important;}
    .text_very_small {font-size: 11pt !important;}
    
    /* border */ 
    .border_red {border:1px solid #C64235}
    
    /* freccette slide */
     .carousel-control.left, .carousel-control.right  {width:9%;}
     .carousel-control.left i, .carousel-control.right i {position:absolute;top:50%;color:#FFF;font-size:36pt;line-height:50px;width:50px;}
    @media screen and (max-width: 768px) { .carousel-control.left, .carousel-control.right  {display:none} }
    /* circle */

	.circle_text {border-radius: 50%;text-align:center;line-height:200px;width: 200px;height: 200px;}
