html {
	width: 100%;
	height: 100%;
	height: auto;
}
body {
	font-family: Poppins, Lora, Lato, 'Della Respira', serif;
	font-size: 1.3em;
	color: #000;
	background-color:#FFF;
}
.wrapper {
	background: url('img/scarpa-personalizzata.jpg') no-repeat   center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/*font-family: 'Pinyon Script', cursive;*/
/*font-family: 'Sorts Mill Goudy', serif;*/
/*font-family: 'Martel', serif;*/
/*font-family: 'EB Garamond', serif;*/
/*font-family: 'Lusitana', serif;*/
/*font-family: 'Della Respira', serif;*/

.ttltxt {
	font-family: 'Pinyon Script', cursive;
	color:#FFF;
	text-shadow: 2px 2px #222;
	font-size: 70px;
}
.sttlh {
	color:#FFF;
	text-shadow: 2px 2px #222;
	font-size: 30px;
}
.ttlhome {
	margin-top:-475px;
}
.navel {
	margin-top:300px;
	height:100px;
	padding:20px;
}
.navel1 {
	font-family: 'Pinyon Script', cursive;
	font-size:30px;
}
.navel2 {
	height:120px;
	padding:20px;
	margin-bottom:80px;
}
.navbar, .navbar > li, .navbar li > ul, .navbar > ul:active {
	background: rgba(31, 61, 31, 0.9);
	/*background-color: transparent;*/
	/*background: transparent;*/
	border-color: transparent;
	font-size: 20px !important;
	font-family: Poppins, Lora, Lato, "News Cycle", Georgia, "Bitstream Charter", serif;
}
.navbar li {
	color: #000;
}
.navbar-nav ul:hover {
	background: rgba(31, 61, 31, 0.8);
	/*background-color: transparent;*/
	color: #000;
}
.navbar-nav li a {
	line-height: 44px;
	color: #fff;
}
#logonavbar {
	max-width:150px;
	margin-top:-10px;
}
.jumbotron {
	background: rgba(0, 10, 0, 0.8);
	padding:20px;
	margin-top:80px;
}

.carousel-caption {
	bottom:30px;
}
.carousel {
    max-height:700px !important;
	top:75px;
}
  .carousel-inner img {
      width: 100%; /* Set width to 100% */
      margin: auto;
      /*min-height:700px;*/
  }

.boxhomem {
	  margin-top:85px;	
}
  /* Hide the carousel text when the screen is less than 600 pixels wide */
  @media (max-width: 767px) {
    .carousel-caption {
      display: none; 
    }
	.carousel {
	  top:50px;
	}
	.boxhomem {
	  margin-top:50px;
	}
	.ttlhome {
		margin-top:-45px;
	}
	.ttltxt {
		font-size:36px;
	}
	.sttlh {
		font-size: 16px;
	}
	.navel {
		margin-top:-20px;
		margin-bottom:125px;
		height:50px;
		padding:10px;
	}
  }
  @media (max-width: 768px) {
	#logonavbar {
		margin-top:-10px;
		max-width:70px;
	}	  
  }
  
/* PALLINI DELLO SLIDER DISABILITATI SEMPRE */ 
.carousel-indicators li { visibility: hidden; }

/* PER DISABILITARE I PALLINI DELLO SLIDER SOLO PER GLI SMARTPHONES */
/*  @media (max-width: 767px) {
.carousel-indicators li { visibility: hidden; }
}*/

.nhh1 {
	position:absolute;
	top:200px;
	z-index:100;
	text-align:center;
	width:98%;
	margin:auto;
}
  @media (max-width: 768px) {
	.nhh1 {
		font-size: 16px;
	}	  
  }

.footer {
    background: #1F3D1F none repeat scroll 0 0;
    border-top: 4px solid #33CC66;
    margin: 0;
    padding: 20px 0;
	font-family: Poppins, Lora, Lato, "News Cycle", Georgia, "Bitstream Charter", serif;
}
.footer a, a:active {
	color: #fff;
}
.footer a:hover {
	color:#CCC;
}
.footer_dv {
    width: 100%;
}
.footer_dv h4 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
}
.footer_dv ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer_dv ul li:first-child {
    border-top: medium none;
    box-shadow: none;
}
.footer_dv ul li {
    border-top: 1px solid #000;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 5px 0;
}
.footer_dv p {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 15px;
    text-align: justify;
}
