		/* Underline From Center */

.image-preview-input {
    position: relative;
	overflow: hidden;
	margin: 0px;    
    color: #333;
    background-color: #fff;
    border-color: #ccc;    
}
.image-preview-input input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.image-preview-input-title {
    margin-left:2px;
}
strong {color:#cf060c}

.popover {
  
 max-width: 100%;
  max-height: 100%;
 height: auto;
 placement: auto left
 
 
}

.popover-content {
    padding:0px;overflow-y:auto;height:800px;
	overflow-y: scroll;
    
    padding: 25px;
	width:600px
}		

.modal-body {
    max-height:400px; 
    overflow-y: auto;
}

.bianco a {
    color: white;
}
.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
	font-size:14px
}
.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #cf060c;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
}
/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
   display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
    color: #fff;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/* Fix bootstrap */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:active {
    background: none;
    color: #fff;
}
.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open>a:focus, .navbar-default .navbar-nav > .open > a:active {
    background: none;
    color: #222!important;
}
.intestazione {background-color:#f4f4f4; width:100%;height:auto;padding-bottom:6px} 		
.intestazione2 {background-color:#f4f4f4; width:100%;height:28px!important} 		
.footerstyle {background-color:#cf060c; width:100%;color:#FFFFFF;height:37px; margin-left:-16px} 			
.active a {background:#e8e8e8!important;height:50px!important;
border-bottom:2px solid #cf060c;
border-spacing: 10px!important;
font-size:14px; 


 h1 {
      text-align: center;
  }
  .field, .actions {
    margin-bottom: 15px;
  }
  .field label {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin: 5px 0px 5px 0px;
  }
  .field input {
    width: 80%;
    margin: 0px;
  }
.popover {
  
 max-width: 100%;
  max-height: 100%;
 height: auto;
 placement: auto left
}

.popover-content {
    padding:0px;overflow-y:auto;height:800px;
	overflow-y: scroll;
    
    padding: 25px;
	width:600px
}





.nero { padding-bottom:10px}
.nero a {color:#000000!important}

a {color:#000000!important}

.grigio { background-color:#dddd}

		</style>

/*
   HEADER SECTION
   ========================================================================== */
/* line 6, ../scss/style.scss */
.header-section {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: 999;
  min-width: 100%;
}

/* line 14, ../scss/style.scss */
.contain-to-grid {
  background-color: rgba(255, 255, 255, 0.97);
}

/* line 19, ../scss/style.scss */
.header-fill {
  background: #fff;
  height: 0px;
}
/* line 22, ../scss/style.scss */
.header-fill .tablet-mobile-logo img {
  padding-top: 30px;
}

/* line 27, ../scss/style.scss */
.full-width {
  min-width: 100%;
}

/* line 31, ../scss/style.scss */
p {
  line-height: 3rem;
  padding-bottom: 30px;
}

/*
   TOPBAR NAVGATION
   ========================================================================== */
/* line 41, ../scss/style.scss */
.top-bar {
  background: none;
  padding: 45px 0.9375rem 90px 0.9375rem;
  transition: all 0.5s ease 0.1s;
  margin-top:-45px;
 
}


/* line 46, ../scss/style.scss */
.top-bar ul.title-area img {
  margin: -10px 0 0 0;
}
/* line 49, ../scss/style.scss */
.top-bar .top-bar-section ul {
  background: none;
  
}
/* line 52, ../scss/style.scss */
.top-bar .top-bar-section ul li a:not(.button), .top-bar .top-bar-section ul li.active a:not(.button) {
  background: #eeeeee;
  line-height: 50px;
  font-size: 12px;
  padding: 0;
  margin: 5px 0 0 0;
  text-transform: uppercase;
}
/* line 61, ../scss/style.scss */
.top-bar .top-bar-section ul li a:not(.button):hover {
  background: none;
  
  color: #cccccc;
}

ul.nav li a, ul.nav li a:visited {
    color: #000000 !important;
	
}

ul.nav li a:hover, ul.nav li a:active {
    color: #000000 !important;
}

ul.nav li.active a {
    color: #000000 !important;
}
/* line 67, ../scss/style.scss */
.top-bar .top-bar-section ul li.active a:not(.button) {
  border-bottom: 2px solid #f00;
  color: #222;
}
/* line 70, ../scss/style.scss */
.top-bar .top-bar-section ul li.active a:not(.button):hover {
  background: none;
}
/* line 74, ../scss/style.scss */
.top-bar .top-bar-section ul li {
  width:180px;
  text-align:center
  
}
/* line 76, ../scss/style.scss */
.top-bar .top-bar-section ul li a {
  color: #888;
  
}
/* line 82, ../scss/style.scss */
.top-bar .top-bar-section ul li:hover:not(.has-form) > a {
  color: #333;
}
/* line 85, ../scss/style.scss */
.top-bar .top-bar-section li ul.dropdown {
  background: #fff;
  border: 1px solid #ddd;
  color: #888;
}
/* line 89, ../scss/style.scss */
.top-bar .top-bar-section li ul.dropdown li {
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 5px 15px 5px 15px;
}
/* line 95, ../scss/style.scss */
.top-bar .top-bar-section li ul.dropdown li a:not(.button):hover, .top-bar .top-bar-section li ul.dropdown li a:not(.button) {
  background: none;
  color: #222;
  border-bottom: none;
  padding: 20px -4px 40px 45px;
}
/* line 101, ../scss/style.scss */
.top-bar .top-bar-section ul.dropdown li:hover:not(.has-form) > a:not(.button) {
  background: none;
  color: #222;
}
/* line 106, ../scss/style.scss */
.top-bar .has-dropdown > a:after {
  border-color: rgba(0, 0, 0, 0.5) transparent transparent;
  margin-top: -5px;
}

/*
   CONTENT SECTION
   ========================================================================== */
/* line 118, ../scss/style.scss */
.content-section .main-content {
  
}

/*
   FOOTER SECTION
   ========================================================================== */
/* line 128, ../scss/style.scss */
.footer-section {
  background: #333;
  min-height: 100px;
}
/* line 131, ../scss/style.scss */
.footer-section p {
  color: #fff;
  margin-top: 50px;
}

/* line 138, ../scss/style.scss */
.padding-on-my-header {
  padding: 17px 0.9375rem 62px 0.9375rem;
}
/* line 140, ../scss/style.scss */
.padding-on-my-header ul.title-area img {
  margin: -5px 0 0 0;
}

/*
	 CONTENT SECTION
	 ========================================================================== */
/* line 151, ../scss/style.scss */
.content-section .main-content {
  margin-top: 35px;
}

/*
	 FOOTER SECTION
	 ========================================================================== */
/* line 161, ../scss/style.scss */
.footer-section {
  background: #333;
  min-height: 100px;
}
/* line 164, ../scss/style.scss */
.footer-section p {
  color: #fff;
  margin-top: 50px;
}

@media only screen and (max-width: 1024px) {
  /* line 172, ../scss/style.scss */
  .top-bar {
    margin-top: 0;
    padding: 0;
    float: none;
  }
  /* line 177, ../scss/style.scss */
  .top-bar .toggle-topbar.menu-icon a {
    color: #222;
  }
  /* line 179, ../scss/style.scss */
  .top-bar .toggle-topbar.menu-icon a:after {
    box-shadow: 0 10px 0 1px #222, 0 16px 0 1px #222, 0 22px 0 1px #222;
  }
  /* line 184, ../scss/style.scss */
  .top-bar ul.title-area img {
    margin: -2px 0 0;
    width: 145px;
  }
  /* line 189, ../scss/style.scss */
  .top-bar .top-bar-section ul {
    background: #333;
  }
  /* line 191, ../scss/style.scss */
  .top-bar .top-bar-section ul li {
    margin-left: 0;
  }
  /* line 194, ../scss/style.scss */
  .top-bar .top-bar-section ul li > a {
    background: #cccccc;
    border-radius: 0;
    font-size: 0.9rem;
  }
  /* line 200, ../scss/style.scss */
  .top-bar .top-bar-section ul li:not(.has-form) a:not(.button) {
    background: none;
    color: #fff;
    padding: 10px 15px;
    margin-top: 0;
  }
  /* line 205, ../scss/style.scss */
  .top-bar .top-bar-section ul li:not(.has-form) a:not(.button):hover {
    background: #cccccc;
    color: #fff;
    margin-top: 0;
  }
  /* line 212, ../scss/style.scss */
  .top-bar .top-bar-section ul li.active:not(.has-form) a:not(.button) {
    background: #cccccc;
    color: #fff;
    padding: 10px 15px;
    margin-top: 0;
  }
  /* line 217, ../scss/style.scss */
  .top-bar .top-bar-section ul li.active:not(.has-form) a:not(.button):hover {
    background: #f1593b;
    margin-top: 0;
  }

  /* line 226, ../scss/style.scss */
  .top-bar.padding-on-my-header ul.title-area img {
    margin: 5px 13px 0;
    width: 35px;
  }

  /* line 231, ../scss/style.scss */
  .top-bar.expanded {
    margin-top: 0;
    padding: 0;
    float: none;
  }
  /* line 235, ../scss/style.scss */
  .top-bar.expanded .toggle-topbar.menu-icon a {
    color: #fff;
  }
  /* line 237, ../scss/style.scss */
  .top-bar.expanded .toggle-topbar.menu-icon a:after {
    box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
  }

  /* line 244, ../scss/style.scss */
  .header-fill {
    height: 0px;
  }
}
