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

html, body {
	/*height: 100%;*/
	width: 100%;
	line-height: normal; /* sovrascrive default bootstrap */
}
body {
	background: #d7cbbb url('../img_layout/sfondo.jpg') no-repeat center center ;
   	background-size: 100% 100%;
	font-family: "Times New Roman", Times, serif;
}
#sfondo_header {
	background: url('../img_layout/sfondo_header.png') no-repeat center center;
	background-size: 100% 100%;
	float: left;
	top: 0;
	width: 90%;
	height: 136px;
	position: absolute;
}
.sfondo_nav{
  background: #61bec7;
	padding-bottom: 10px;
}
#logo {
	display: inline-block;
	background: url('../img_layout/logo.png') no-repeat;
	height: 69px;
	width: 67px;
	margin-left: 26px;
	margin-top: 10px;
  margin-right: 23px;
}
#nome_logo {
	font-size: 30px;
	color: #ffffff;
  text-shadow: none;
	display: inline-block;
	position: relative;
}
#nome_logo p {
	margin-bottom: 0;
}
#nome_logo span {
	color: #f9f9dc;
}
#contenitore_menu {
	margin-left: auto;
}
#contenitore_menu li {
	font-size: 23px;
  /*margin: 30px 0;*/
}
#contenitore_menu li a {
	color: #ffffff;
  text-shadow: none;
	padding: 10px 10px;
}
#contenitore_menu li a:hover, #contenitore_menu li a.active {
	color: #bbffee;
}
#banner img {
	width: 100%;
}

footer {
	color: #ffffff;
    font-size: 30px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;
    text-align: center;
}
footer #firma {
	bottom: -50px;
    color: #8b8b8a;
    float: right;
    font-size: 14px;
    line-height: 0;
    position: relative;
}
footer #firma a {
	color: #525252;
    font-size: 14px;
}

.navbar-brand {
	white-space: normal;
}

@media (min-width: 576px){
	#sfondo_header {
	    max-width: 520px;
	}
	#contenitore_menu li.divisore {
		border-right: none;
	}
	
}
@media (min-width: 768px){
	#sfondo_header {
	    max-width: 700px;
	}
	#contenitore_menu li.divisore {
		border-right: none;
	}
}
@media (min-width: 992px){
	#sfondo_header {
	    max-width: 940px;
	}
	#contenitore_menu li.divisore {
		border-right: 1px solid #80d4d4;
	}
}
@media (min-width: 1200px){
	#sfondo_header {
	    max-width: 1120px;
	}
	#contenitore_menu li.divisore {
		border-right: 1px solid #80d4d4;
	}
}



