@charset "UTF-8";
html {
	color: #FFF;
	-webkit-font-smoothing: antialiased;
	font-size:14px;
	font-family: 'Figtree', sans-serif;
}
body {
	font-size:14px;
	color: #333333;
	background-color:#FFF;
	font-family: 'Figtree', sans-serif;
	margin-bottom: 160px;
}
p {
	margin:0px;
	padding:0px;
}
.chapternav-icon1 {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
	background: center bottom no-repeat;
    display: block;
    margin: 0 auto 6px;
    background-repeat: no-repeat;
    background-image: url(../images/home.svg);
}
.chapternav-icon2 {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
	background: center bottom no-repeat;
    display: block;
    margin: 0 auto 6px;
    background-repeat: no-repeat;
    background-image: url(../images/scopri.svg);
}
.chapternav-icon3 {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
	background: center bottom no-repeat;
    display: block;
    margin: 0 auto 6px;
    background-repeat: no-repeat;
    background-image: url(../images/vetrina.svg);
}
.chapternav-icon4 {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
	background: center bottom no-repeat;
    display: block;
    margin: 0 auto 6px;
    background-repeat: no-repeat;
    background-image: url(../images/navbar.svg);
}
.chapternav-label {
    font-size: 11px;
    line-height: 1.09091;
    font-weight: 700;
    letter-spacing: -.008em;
    display: block;
    margin: 0;
}
.logoTondo {
	position: relative;
	top: -135px;	
	width: 80px;
}
.bgBianco {
	background-color: #7A0012;	
}
.bgBlu {
	background-color: #2a849a;	
}
.bgGrigio {
	background-color: #f6f6f6;	
}
.bgVerdePisello {
	background-color: #FFF;	
}
.testoBlu {
	color: #706f6f;	
}
.appNav {
	height: 100px;
	padding-top: 8px;
}
a, a:active, a:focus, a:visited, a:hover {
	text-decoration: none;
}
.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1040;
  top: 0;
  left: 0;
  background-color: #a9d0e7;
  overflow-x: hidden;
  transition: 0.2s;
  padding-top: 30px;
}
.sidebar a, .dropdown-btn {
  padding: 8px 8px 8px 20px;
  text-decoration: none;
  font-size: 22px;
  color: #333;
  display: block;
  transition: 0.2s;
}
.sidebar a:hover, .dropdown-btn:hover {
  color: #919191;
}
.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 30px;
  margin-left: 30px;
}
.dropdown-container {
  display: none;
  background-color: #f6f6f6;
  padding-left: 8px;
}
.fa-caret-down {
  float: right;
  padding-right: 8px;
}
#boxRete{
	position: fixed;
	bottom: 175px;
	display: none;
	z-index: 1050;
}
.reteBox {
	position: relative;
	background: #FFF;
	border: 3px solid #042961;
	border-radius: 8px;
	padding: 15px;
}
.reteBox:after, .reteBox:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.reteBox:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #FFF;
	border-width: 15px;
	margin-left: -15px;
}
.reteBox:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #042961;
	border-width: 19px;
	margin-left: -19px;
}
.closebtnRete {
	position: absolute;
	right: 15px;
	top: 0px;
	font-size: 24px;
	color: #C4C4C4;
	text-decoration: none;
}
.bianco, a.bianco {
	color: #FFF;
	text-decoration: none;
}
.testoCarousel {
	background-color: #e9b241;
	font-weight: bold;
	line-height: 1.35rem;
}
a.scuro {
	color: #333;
	margin-left: 25px;
	font-size: 18px;
}
h1, .josefin {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
}
.lgoHP {
	height: 130px !important;
}
.lgoHPstemma {
	height: 200px !important;
}
.homeBox {
	padding-top: 200px;
}
.nav-item a {
	color: #463234;
}
.active a {
	color: #000;
	font-weight: bold;
}
.messaggiok {
	color: #FF0000;
}
.active{
	color: #F6C016 !important;
}
.sottolineato {
	text-decoration: underline !important;
}
.iconaTag {
	height: 29px;
}
.btn-light {
	font-weight: 700 !important;
	color: #FFF !important;
	background-color: #F6C016 !important;
	border-color: #F6C016 !important;
}
.btn-light2 {
	font-weight: 700 !important;
	color: #FFF !important;
	background-color: #7DB2E6 !important;
	border-color: #7DB2E6 !important;
}

img {
    max-width: 100%;
    height: auto;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}
/* iPhone portrait */
@media (max-width: 480px) {
.homeBox {
	padding-top: 10px;
}
.lgoHP {
	height: 70px !important;
}
.lgoHPstemma {
	height: 150px !important;
}
}
/* iPhone landscape */
@media (min-width: 481px) and (max-width: 767px) {
.homeBox {
	padding-top: 10px;
}
.lgoHP {
	height: 70px !important;
}
.lgoHPstemma {
	height: 150px !important;
}
}
/* boh */
@media (min-width: 768px) and (max-width: 959px) {

}
/* iPad portrait */
@media (max-width:1024px) and (min-width:768px) {
/*.homeBox {
	height: 50vh;
}*/
}
/* iPad landscape */
@media (min-width: 960px) and (max-width: 1199px) {
}
 /* Large Display */
@media (min-width: 1200px) {
}
/* toggle MENU */
@media (max-width: 1199px) {
.navbar-header {
	float: none;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	float: none!important;
	margin: 7.5px -15px;
}
.navbar-nav>li {
	float: none;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}
/* since 3.1.0 */
.navbar-collapse.collapse.in { 
	display: block!important;
}
.collapsing {
	overflow: hidden!important;
}
}