/*
  grigio scritta menu: ddd
  nero sfondo link menu: 000
  scritte e logo: 333
  
  giallo scritta menu: f0ac16
  nero: 0b0c0c
  scritte e logo: f0ac16
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,600');
html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #f0ac16;
  background-color: #222222;
  /*background-color: #0b0c0c;
  background-image: url(../images/sfondo3.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;*/
}

.lista li {
  font-size: 14px;
}

h4 {
  visibility:hidden;
  font-size: 10px;
  height: 10px;
  padding:0;
  margin:0;
}

a {
  color: #ffffff;
  text-decoration: none;
  font-style: italic;
}
a:hover,
a:focus {
  color: #ffffff;
  text-decoration: underline;
  font-style: italic;
}
a:focus {
  color: #ffffff;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  font-style: italic;
}

.row {
  margin-left:0px;
  margin-right:0px;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 60px;
  background-color: #f5f5f5;
  margin-top:50px;
  padding-top:20px;
  padding-bottom:20px;
}


/* Custom page CSS
-------------------------------------------------- */
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.navbar-inverse {
    /*background: rgba(0,0,0, .5);*/
    background-color: #2e2e2e;
}

.wrap .navbar-inverse {
    background-color: #2e2e2e;
}
.nav li a {
  padding-left: 15px;
  padding-right: 0;
}
.nav .navbar-nav {
  float: right;
}


/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}
.carousel-caption {
  text-shadow: 0 1px 2px rgba(0,0,0,1);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: rgba(0,0,0, 0);
}

/* Declare heights because of positioning of img element */
#myCarousel  .item {
  height: 600px;
  background-color:#bbb;
}
#myCarousel .item1 img,
#myCarousel .item2 img,
#myCarousel .item3 img,
#myCarousel .item4 img,
#myCarousel .item5 img,
#myCarousel .item6 img {
    display:none;
}
#myCarousel  .item1 {
    /*background: url('../images/bg_natale_2017.jpg') no-repeat top center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#myCarousel  .item2 {
    /*background: url('../images/bg_stile_sapori.jpg') no-repeat top center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#myCarousel  .item3 {
    background: url('../images/bg_1.jpg') no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#myCarousel  .item4 {
    background: url('../images/bg_2.jpg') no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#myCarousel  .item5 {
    background: url('../images/bg_3.jpg') no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#myCarousel  .item6 {
    background: url('../images/bg_4.jpg') no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#myCarousel img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 600px;
}

#wrap > .container {
  padding: 60px 15px 0;
}
.container .credit {
  margin: 20px 0;
}

#footer {
  background-color:#414141;
}

#footer a {
  color:#efefef;
}

header {
  background: #0b0c0c;
  color:#555;
}

header .dropdown-menu {
  top:74px;
  background: #ffcc33;
  border-width:0;
}

h1 {
  padding-top: 70px;
  font-size:50px;
}

.logo {
  position:fixed;
  z-index:1200;
  top:10px;
  left: 10px;
  vertical-align:middle;
}

.logo2 {
  position:absolute;
  z-index:1200;
  top: 25%;
  left: 25%;
  width:50%;
}

#nav {
  width: 100%;
  position:static;
  top:-32px;
}

#nav.affix {
   position: fixed;
   top: 0;
   z-index:10;
   -webkit-transition: all .6s ease-in-out;
}

#footer > .container {
  
}

@media (min-width: 767px) {
  .navbar-nav.nav-justified > li{
      float:none;
  }
 .column-text {
    column-count: 2;
    column-gap: 60px;
    text-align: justify;
    padding-left: 30px;
    padding-right: 30px;
  }
  h1,h2,h3,h4,h5 {
    column-span: all;
  }
  .navbar-custom {
    height: auto;
  }
}
  
.navbar-nav {
  margin: 1px 1px; 
}  
  
/* customize nav style */
.navbar-custom {
    /*background-color: #2e2e2e;*/
    font-size:11px;
	font-weight:700;
    /*text-transform:uppercase;*/
    border-width:0;
    height: 75px;
    padding-top: 10px;
}


.navbar-custom  .navbar-nav>li>a {
	color: #f0ac16;
  font-style: normal;
}
.navbar-custom  .dropdown-menu li>a:hover {
	color: #eee;
  font-style: normal;
}

.navbar-custom  .navbar-nav li>a:hover, .navbar-nav li .open, .navbar-custom .navbar-nav .active a  {
	/*background-color: #0b0c0c;*/
	background:none;
  font-style: normal;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  /*background-color: #080808;*/
  background: none;
  font-style: normal;
}

.navbar-custom .navbar-nav>.dropdown>a .caret {
	border-top-color: #999;
	border-bottom-color: #999;
}

.navbar-collapse.in { /*3.0.2 bug workaround*/
    overflow-y: visible;
}

.navbar-toggle {
	outline:0;
}

.divider {
	height:5px;
}

.panel {
	border-width:0;
}

@media (max-width: 768px) {
	header {
	
	}
  .navbar-custom {
    height: auto;
  }
}

#map-canvas {
  	width: 100%; 
  	height: 300px;
	margin: 0;
	padding: 15px;
}

#map-canvas img {
  width: 100%;
}

.scroll-top {
   width: 50px;
   position:fixed;
   bottom:0;
   right:6%;
   z-index:100;
   background: #f2f3f2;
   font-size:24px;
   border-top-left-radius:3px;
   border-top-right-radius:3px;
}
.scroll-top a:link,.scroll-top a:visited {
  color:#222;
} 
 

section {
  color: #ffffff;
  min-height: 100px;
  height: auto !important;
  height: 100%;
}

.home {
  /*min-height: 600px;*/
  padding-top: 75px;
}

.pagina {
  min-height: 400px;
}

.overlay {
  min-height: 600px;
  height: auto !important;
  height: 100%;
  background: rgba(0,0,0, .1);
}

.bg_azienda {
	background: url('../images/bg_azienda.jpg') no-repeat center center; 
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.bg_pasta {
	background: url('../images/bg_pasta.jpg') no-repeat center center; 
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.bg_sicurezza {
	background: url('../images/bg_sicurezza.jpg') no-repeat center center; 
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.bg_colombaia {
	background: url('../images/bg_colombaia.jpg') no-repeat center center; 
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.bg-1 {
	background: url('../images/bg_5.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.bg-2 {
	background: url('../images/bg_6.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.bg-3 {
	background: url('../images/bg_7.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.bg-4 {
	padding-top:30px;
    background-color:#e6e6e6;
}

.bg-8 {
	background: url('../images/bg_8.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.panel .img-responsive {
	min-height:270px;
    max-height:270px;
}

/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

@media (max-width: 768px) {
  #myCarousel  .item1 ,
  #myCarousel  .item2 , 
  #myCarousel  .item3 , 
  #myCarousel  .item4 , 
  #myCarousel  .item5 , 
  #myCarousel  .item6  {
    background: none;
  }
  
  #myCarousel  .item1 img,
  #myCarousel  .item2 img, 
  #myCarousel  .item3 img, 
  #myCarousel  .item4 img, 
  #myCarousel  .item5 img, 
  #myCarousel  .item6 img {
    display: inline; 
    width: 100%;
    height: auto;
    background: none;
  }
  
  .carousel-caption {
    text-shadow: 0 1px 2px rgba(0,0,0,1);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: rgba(0,0,0, .7);
    margin-bottom: 150px;
  }
  
  .carousel-caption h2 {
    font-size: 20px;
  }

  .panel .img-responsive {
	min-height:initial;
    max-height:initial;
    height: 100px;
    width: auto;
}

  .navbar-custom {
    height: auto;
  }
}


/* VIDEO */
#myVideo {
/*    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;*/
    width:100%;
}

.yellow {
  color: #f0ac16;
}

.black {
  color: #0b0c0c;
}

.white {
  color: #ffffff;
}

.red {
  color: #aa0000;
}

.icon_container {
  float:left;
  background-color: #efefef;
  width:90px;
  padding-left: 5px;
  padding-right: 5px;
}

.icon_container div {
  font-size:10px;
  color:#555555;
  text-align:center;
}

.icon_container .img-responsive {
  display: inline-block;
}

.data_container {
  width:20%;
  float:left;
  background-color: #333333;
}

.data_container_delicata {
  width:20%;
  float:left;
  background-color: #ffffff;
}

.data_container_nutrizionale {
  width:16%;
  float:left;
  background-color: #333333;
}

.data_container_nutrizionale_delicata {
  width:16%;
  float:left;
  background-color: #ffffff;
}

.data_container .data_title,
.data_container_nutrizionale  .data_title
 {
  vertical-align: middle;
  font-size:14px;
  color:#ffffff;
  text-align:center;
  padding-top: 5px;
  padding-bottom: 5px;
}
.data_container .data_value,
.data_container_nutrizionale .data_value {
  background-color: #ffffff;
  vertical-align: middle;
  font-size:14px;
  color:#333333;
  text-align:center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.data_container_delicata .data_title_delicata,
.data_container_nutrizionale_delicata  .data_title_delicata
 {
  vertical-align: middle;
  font-size:14px;
  color:#333333;
  text-align:center;
  padding-top: 5px;
  padding-bottom: 5px;
}
.data_container_delicata .data_value_delicata,
.data_container_nutrizionale_delicata .data_value_delicata {
  background-color: #333333;
  vertical-align: middle;
  font-size:14px;
  color:#ffffff;
  text-align:center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.yellow_link,
.yellow_link:active,
.yellow_link:visited,
.yellow_link:visited:hover {
  color: #f0ac16;
}

.yellow_link:hover,
.yellow_link:focus {
  color: #f0ac16;
  text-decoration: underline;
}
.yellow_link:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.video_switch {
  width:100%;
  overflow:hidden;
}

.lead {
  font-size: 18px;
}

.p_spacer {
  padding-top: 30px;
}

.ricettario {
  background: none;
  background-color: #0b0c0c;
  background-image: url(/assets/images/ricettario.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.ricettario p {
  text-align: justify;
  font-size: 18px;
}

.ricettario_old {
  background: none;
  background-color: #0b0c0c;
  background-image: url(/assets/images/ricettario_old.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.ricettario_old p {
  text-align: justify;
  font-size: 18px;
}
