/*
	SpecificSections.css
	TemplateName: Business Management
	Copyright (c) 2015, ObjectWeb Srl. All rights reserved.
	Version: 1.0.0
*/

/* General
------------------------------------------------------------------------------------------------- */
.page-content {
    padding-top: 148px;
}

.page-content:after,
#middle:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.content.col-xs-12 {
  padding: 0;
}

.input-div input {
	max-width: 100% !important;
}

.btn-secondary {
    color: #FFF;
    border-color: #FFF;
}

.btn-secondary:hover {
	background-color: #FFF;
    color: #94C62A;
}

.header-image img {
    width: 100%;
}

.background-header-image {
    background-size: cover;
    background-position: center;
    height: 330px;
}

.evidence {
    font-size: 18px;
}

h3 {
    color: #2B2F3A;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 30px;
    font-size: 20px;
}

.section.articles  ul, 
.section.html ul, 
.section.dinamic-html ul {
  list-style: none;
  padding-left: 5px;
}

.section.articles  ul li::before, 
.section.html ul li::before, 
.section.dinamic-html ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #94C62A;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0;
}

.section.articles  ul li, 
.section.html ul li, 
.section.dinamic-html ul li {
    position: relative;
    padding-left: 20px;
}

.btn-inverse {
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid #94C62A;
    padding: 10px 20px;
    border-radius: 5px;
}

.btn-inverse:hover {
    background-color: #94C62A;
    color: #FFF;
}

.black {
	color: #2B2F3A;
}

.white {
	color: #FFF;
}

.btn.btn-blue {
  background-color: #134295;
  color: #FFF;
  border-color: #134295;
}

.btn.btn-blue:hover {
  color: #134295;
  background-color: transparent;
}

.btn.btn-green {
  background-color: #94C62A;
  color: #FFF;
  border-color: #94C62A;
}

.btn.btn-green:hover {
  background-color: transparent;
  color: #94C62A;
}

@media(max-width:767px){
	.page-content {
		padding-top: 100px;
	}
	.btn-padding {
		padding: 15px;
	}
	.background-header-image {
		height: 350px;
	}
}

@media(max-width:400px){
	.background-header-image {
		height: 200px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Parametri sezione
------------------------------------------------------------------------------------------------- */
.section {
  margin-bottom: 0 !important; 
}

.section.html,
.section.padding-bottom {
  padding-bottom: 100px;
}

.section.html.no-padding {
  padding-bottom: 0;
}

.section-padding {
	padding: 100px 15px;
}

.section-padding .section-title h1, 
.section-padding .section-title h2 {
    margin-top: 0;
}

.section-title {
    max-width: 900px;
    margin: 0 auto 50px;
}

.section-title h1, 
.section-title h2 {
    color: #2B2F3A;
    font-family: Barlow Condensed;
	font-weight: bold;
    font-size: 35px;
    text-align: center;
	margin-bottom: 0;
}

.section-title h3 {
    text-align: center;
    margin-top: 0;
    color: #878B98;
    font-family: Barlow Condensed;
    font-size: 30px;
	font-weight: 200;
}

.background-gray {
  background: url('../Images/BackgroundGraySection.png') center top no-repeat #EDEDEB;
  padding: 100px 0;
}

.background-green {
  background-color: #94C62A;
  padding: 100px 0;
}

@media(max-width:991px){
	.section-padding {
		padding: 30px 15px;
	}
	.section.html,
	.section.padding-bottom {
	  padding-bottom: 30px;
	}
	.background-gray {
		padding: 30px 0;
	}
	.section-title {
		margin: 0 auto 30px;
	}
	.section-title h1, 
	.section-title h2 {
		font-size: 30px;
	}
	.section-title h3 {
		margin-top: 5px;
		font-size: 25px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Header
------------------------------------------------------------------------------------------------- */
header .navbar-close {
	display:none;
}

header .navbar-fixed-top {
	transition:all 0.4s ease;
}

header nav .navbar-brand,
.collapse.navbar-collapse {
	transition: all 0.4s ease 0s
}

.collapse.navbar-collapse {
    position: relative;
    float: right;
    width: 700px;
}

header .navbar-nav {
    margin-top: 61px;
    transition: all 0.4s ease 0s;
}

header nav.shrink .navbar-nav {
    margin-top: 0;
}

header nav.shrink .navbar-brand {
    padding: 10px 0;
}

header nav .navbar-brand > img {
	max-height:92px;
	transition:max-height 0.4s ease 0s
}

header nav.shrink .navbar-brand > img {
	max-height:60px;
}

#header-sections-container {
    text-align: right;
    font-size: 14px;
    margin-top: 30px;
    transition: all 0.4s ease;
    position: absolute;
    right: 0;
}

header nav.shrink #header-sections-container {
    opacity: 0;
    margin-top: -31px;
}

#header-sections-container .section {
  display: inline-block;
  transition: all 0.4s ease;
}

header nav.shrink #header-sections-container .section {
    height: 0;
}

#header-sections-container .links-list a {
  color: #878B98;
  display: inline-block;
  margin-right: 15px;
}

#header-sections-container .links-list a:hover {
  color: #2B2F3A;
}

#header-sections-container .portals-container {
    position: relative;
}

#header-sections-container .portals-container > a {
    background-color: #C8CAD1;
    color: #FFF;
    display: inline-block;
    margin-right: 15px;
    padding: 3px 15px;
    border-radius: 11px;
    font-weight: 600;
}

#header-sections-container .portals-container > a.green-btn {
    background-color: #94C62A;
    margin-right: 0;
}

#header-sections-container .portals-container > a:hover,
#header-sections-container .portals-container > a.green-btn:hover {
    background-color: #2B2F3A;
}

#header-sections-container .portals-container .links {
    display: none;
    position: absolute;
    background-color: #94C62A;
    padding: 20px 20px;
    text-align: left;
    border-radius: 10px;
    right: 0;
    top: 37px;
    z-index: 9999;
}

#header-sections-container .portals-container .links::before {
    background-image: url('../Images/ArrowPortal.png');
    width: 15px;
    height: 7px;
    content: "";
    position: absolute;
    top: -7px;
    right: 40px;
}

#header-sections-container .portals-container .links a {
    color: #FFF;
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

#header-sections-container .portals-container .links a:hover {
    color: #2B2F3A;
}

/*@media(max-width:991px){
	.navbar-brand {
		padding: 36px 0;
	}
	header nav .navbar-brand > img {
		max-height: 75px;
	}
    .collapse.navbar-collapse {
        width: 530px;
    }
    #header-sections-container .links-list a {
        margin-right: 5px;
    }
    #header-sections-container .portals-container > a {
        margin-right: 5px;
    }
}*/

@media(max-width:991px){
	.navbar-fixed-top .navbar-collapse, 
	.navbar-fixed-bottom .navbar-collapse {
		background-color: #134295;
	}
	.navbar-default .navbar-brand {
		padding: 15px;
	}
	header nav .navbar-brand > img {
		max-height: 70px;
	}
	header nav.shrink .navbar-brand {
		padding: 10px 15px;
	}
	header nav.shrink .navbar-toggle {
		margin-top: 18px;
		margin-bottom: 18px;
	}
	#header-sections-container {
		position: relative;
	}
	header .navbar-nav {
		margin-top: 10px;
	}
	.navbar-default .navbar-nav > li > a {
		color: rgba(255,255,255,0.5);
		font-size: 20px;
		padding: 10px 70px 10px 50px;
	}
	.navbar-default .navbar-nav > .active > a, 
	.navbar-default .navbar-nav > .active > a:hover, 
	.navbar-default .navbar-nav > .active > a:focus {
		color: #FFF;
		font-weight: normal;
	}
	.section.menu:after,
	.collapse.navbar-collapse:after {
		clear: both;
		content: ".";
		display: block;
		height: 0;
		visibility: hidden;
	}
	.collapse.navbar-collapse, 
	.collapsing.navbar-collapse {
		width: 400px;
		position: fixed;
		right: -400px;
		top: 0;
		height: 100%;
		overflow-y: auto;
		padding-top: 60px;
	}
	.collapse.navbar-collapse.in, 
	.collapse.navbar-collapsing {
		right: 0;
	}
	header .navbar-close {
		display: block;
		right: 30px;
		background-color: transparent;
		border: 2px solid #FFF;
		color: #FFF;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		font-size: 25px;
		top: 15px;
		position: absolute;
	}
	header .navbar-close:focus,
	header .navbar-close:hover {
		background-color: #FFF;
		color: #134295;
	}
	.nav > li a.dropdown-toggle:after {
		content: "\f105 ";
		font-family: FontAwesome;
		font-size: 20px;
		margin: 0;
		position: absolute;
		right: 50px;
		top: 10px;
	}
	.navbar-default .navbar-nav > .open > a, 
	.navbar-default .navbar-nav > .open > a:hover, 
	.navbar-default .navbar-nav > .open > a:focus {
		color: #FFF;
	}
	.nav > li.open > a.dropdown-toggle:after,
	.nav > li.dropdown-submenu.open > a.dropdown-toggle:after {
		content: "\f107";
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: rgba(255,255,255,0.5);
		border-bottom: none;
		padding: 5px 10px 5px 70px;
	}
	.navbar-nav .open .dropdown-menu {
		background-color: #053888;
		padding: 5px 0;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, 
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #FFF;
	}
	.dropdown-submenu > a {
		background-image: none;
	}
	.navbar-default .navbar-nav .open .dropdown-menu.level3 > li > a {
		padding: 5px 10px 10px 80px;
	}
	.nav .open.dropdown-submenu > a, 
	.nav .open.dropdown-submenu > a:hover, 
	.nav .open.dropdown-submenu > a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a, 
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, 
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		background-color: transparent !important;
		color: #FFF !important;
	}


	/*Sezioni in header*/
	#header-sections-container {
	  border-top: 1px solid rgba(255,255,255,0.5);
	  padding-top: 30px;
	  margin: 10px 36px;
	  font-size: 16px;
	  text-align: left;
	}
	header nav.shrink #header-sections-container {
	  opacity: 1;
	  margin-top: 10px;
	  text-align: left;
	}
	#header-sections-container .section {
		display: block;
		text-align: left;
	}
	header nav.shrink #header-sections-container .section {
		height: auto;
	}
	#header-sections-container .links-list a {
	  color: rgba(255,255,255,0.5);
	  display: block;
	  margin-right: 0;
	  padding-bottom: 10px;
	}
	#header-sections-container .links-list a:hover {
	  color: #FFF;
	}
	#header-sections-container .portals-container > a {
	  background-color: transparent;
	  padding: 0 0 10px 0;
	  display: block;
	  font-weight: normal;
	  color: rgba(255,255,255,0.5);
	  margin-right: 0;
	  position: relative;
	}
	#header-sections-container .portals-container > a.green-btn {
	  background-color: transparent;
	}
	#header-sections-container .portals-container > a.green-btn:hover,
	#header-sections-container .portals-container > a:hover {
		background-color: transparent;
		color: #FFF;
	}

	#header-sections-container .portals-container > a.green-btn:after {
		content: "\f105 ";
		font-family: FontAwesome;
		font-size: 20px;
		margin: 0;
		position: absolute;
		right: 0;
		top: 0;
	}
	#header-sections-container .portals-container > a.green-btn.open:after {
		content: "\f107";
	}
	#header-sections-container .portals-container .links {
		position: relative;
		background-color: #053888;
		border-radius: 0;
		margin: 0 -50px;
		top: 10px;
		padding: 20px 70px;
	}
	#header-sections-container .portals-container .links::before {
		background-image: none;
		top: 0;
	}
	#header-sections-container .portals-container .links a {
		font-weight: normal;
		color: rgba(255,255,255,0.5);
	}
	#header-sections-container .portals-container .links a:hover {
		color: #FFF;
	}
	
	/*Icona Area Riservata*/
	.mobile-icon {
	  float: right;
	}
	.mobile-icon a {
	  border: 2px solid gray;
	  color: gray;
	  width: 50px;
	  height: 50px;
	  display: inline-block;
	  text-align: center;
	  margin-right: 15px;
	  margin-top: 22px;
	  border-radius: 50%;
	  line-height: 45px;
	  font-size: 27px;
	  transition: all 0.4s ease;
	}
	.mobile-icon a:hover {
	  background-color: gray;
	  color: #FFF;
	}
	header nav.shrink .mobile-icon a {
	  margin-top: 18px;
	}
}

@media(max-width:450px){
	.collapse.navbar-collapse, .collapsing.navbar-collapse {
		width: 300px;
	}
	.navbar-default .navbar-nav > li > a {
		padding: 10px 50px 10px 30px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		padding: 5px 50px;
	}
	#header-sections-container {
		margin: 10px 35px 10px 15px;
	}
	.mobile-icon a {
	  margin-right: 10px;
	}
	.page-content {
		padding-top: 94px;
	}
	header nav .navbar-brand > img,
	header nav.shrink .navbar-brand > img {
		max-height: 55px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Briciole di pane
------------------------------------------------------------------------------------------------- */
.breadcrumbs {
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.breadcrumbs span + span {
    content: "";
    display: inline-block;
    background: url(../Images/ArrowDropdown.png) center left no-repeat transparent;
    margin-left: 10px;
    padding-left: 17px;
}

@media(max-width:767px){
	.breadcrumbs {
		display: none;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Footer
------------------------------------------------------------------------------------------------- */
.footer-contact .image-item {
    background-size: cover;
    background-position: center;
    height: 500px;
	position: relative;
}

.footer-contact .image-item span {
  background-color: #94C62A;
  color: #FFF;
  position: absolute;
  font-family: Barlow Condensed;
  font-weight: bold;
  font-size: 35px;
  padding: 15px;
  bottom: 0;
  width: 800px;
  text-align: center;
  margin-left: -400px;
  left: 50%;
}

.footer-contact .buttons-item {
  background-color: #2B2F3A;
  text-align: center;
}

.footer-contact .buttons-item a {
  width: 400px;
  text-align: left;
  display: inline-block;
  background-color: #191D25;
  color: #FFF;
  padding: 18px 20px;
  font-size: 20px;
}

.footer-contact .buttons-item a:hover {
  background-color: #2B2F3A;
}

.footer-contact .buttons-item a img {
  display: inline-block;
  margin-right: 15px;
}

.footer-contact .buttons-item a:first-child {
  margin-right: 1px;
}

.footer-contact .buttons-item a:last-child {
  margin-left: 1px;
}

footer {
    background-color: #2B2F3A;
    font-size: 14px;
}

footer > .container {
    padding: 100px 0;
}

footer .section-title {
    margin-bottom: 15px;
}

footer .section-title h2 {
    color: #FFF;
    font-family: Open Sans;
    text-align: left;
    font-size: 18px;
	margin-top: 0;
	font-weight: normal;
}

footer .links.two-column .links-list {
    column-count: 2;
}

footer .links a {
    color: #878B98;
    display: block;
    margin-bottom: 2px;
}

footer .links a.active {
    color: #FFF;
}

footer .links a::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #191D25;
    display: inline-block;
    margin-right: 7px;
    margin-top: 0;
}

footer .links a:hover {
    color: #94C62A;
}

footer .footer-social {
    margin-top: 10px;
}

footer .footer-social a {
    display: inline-block;
    background-color: #878B98;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    margin-right: 10px;
    color: #2B2F3A;
}

footer .footer-social a:hover {
    background-color: #94C62A;
}

footer #footer-copyright {
	background-color: #191D25;
	padding: 25px 10px;
	text-align: center;
}

footer .section.html, 
footer .section.padding-bottom {
    padding-bottom: 0;
}

@media(max-width:991px){
	.footer-contact .image-item span {
		width: 660px;
		margin-left: -330px;
	}
	.footer-contact .buttons-item a {
		width: 330px;
	}
	footer > .container {
		padding: 30px 0;
	}
	footer .section {
		margin-bottom: 30px !important;
	}
	footer .section-title {
		margin-bottom: 5px;
	}
}

@media(max-width:767px){
	footer > .container {
		padding: 30px 15px;
	}
	.footer-contact .image-item span {
		width: 100%;
		left: 0;
		margin-left: 0;
	}
	.footer-contact .image-item {
		height: 350px;
	}
	.footer-contact .image-item span {
		font-size: 25px;
		padding: 10px;
	}
	.footer-contact .buttons-item a {
		width: 100%;
		border-bottom: 1px solid #2B2F3A;
		font-size: 18px;
		padding: 10px;
	}
	.footer-contact .buttons-item a:last-child {
		margin-left: 0;
	}
	.footer-contact .buttons-item a:first-child {
		margin-right: 0;
	}
	.footer-contact .buttons-item a img {
		max-width: 25px;
		margin-right: 10px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Griglia di testo su due colonne
------------------------------------------------------------------------------------------------- */
.text-grid {
    text-align: justify;
}

.text-grid .section-title {
  margin-bottom: 0;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.text-grid .section-title h1, 
.text-grid .section-title h2 {
  text-align: left;
}

.text-grid h3 {
  color: #2B2F3A;
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
}

.text-grid .col-sm-6:first-child {
  padding-right: 40px;
}

.text-grid .col-sm-6:last-child {
  padding-left: 40px;
}

@media(max-width:1199px){
	.text-grid .section-title {
		max-width: 970px;
	}
}

@media(max-width:991px){
	.text-grid .section-title {
		max-width: 750px;
	}
	.text-grid .col-sm-6:first-child {
		padding-right: 20px;
	}
	.text-grid .col-sm-6:last-child {
		padding-left: 20px;
	}
}

@media(max-width:767px){
	.text-grid .col-sm-6:first-child {
		margin-bottom: 30px;
	}
	.text-grid .col-sm-6:first-child,
	.text-grid .col-sm-6:last-child {
		padding: 0 15px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Home
------------------------------------------------------------------------------------------------- */
/*Slider*/
#slides ul li::before {
	display:none
}

.home-wide-container {
    height: 530px !important;
}

.home-wide-container .text-container {
  text-align: left;
  top: auto;
  bottom: 0;
  margin-top: 0;
}

.home-wide-container .text-container .container .background-overlay {
    max-width: 540px;
    padding: 20px 40px 50px 40px;
}

.home-wide-container .text-container .container .background-overlay.background-white {
  background-color: rgba(255,255,255,0.8);
}

.home-wide-container .text-container .container .background-overlay.background-gray {
  background-color: rgba(200,202,209,0.8);
}

.home-wide-container .text-container .container .background-overlay.background-green {
  background-color: rgba(148,198,42,0.5);
}

.home-wide-container .text-container .container .background-overlay.background-blue {
  background-color: rgba(19,66,149,0.5);
}

.home-wide-container .text-container .container .background-overlay.background-black {
  background-color: rgba(43,47,58,0.5);
}

.home-wide-container .text-container img {
    margin-bottom: 20px;
    max-width: 150px;
}

.home-wide-container .text-container .title {
    font-family: Barlow Condensed;
    font-size: 52px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    line-height: 52px;
    color: #134295;
}

.home-wide-container .text-container .sub-title {
    font-size: 18px;
    display: block;
    margin-top: 10px;
    color: #878B98;
}

.home-wide-container .text-container a {
    background-color: #94C62A;
    color: #FFF;
    display: inline-block;
    text-transform: uppercase;
    padding: 15px 30px;
    margin-top: 20px;
    border-radius: 5px;
    font-weight: bold;
}

.home-wide-container .text-container a:hover {
  background-color: #2B2F3A;
}

.home-wide-container .slides-pagination {
    top: 30px;
    text-align: right;
    max-width: 1170px;
    margin-left: -585px;
    left: 50%;
	height: 30px;
}

.home-wide-container .slides-pagination a {
    color: transparent;
    background: rgba(243,243,243,0.8);
    width: 25px;
    height: 25px;
    margin: 0 7px;
    text-indent: -200%;
    border-radius: 5px;
}

.home-wide-container .slides-pagination a.current {
    color: #FFF;
    background: #FFF;
}

@media(max-width:1199px){
  .home-wide-container .slides-pagination  {
	width: 970px;
    margin-left: -485px;
  }	
}

@media(max-width:991px){
  .home-wide-container .slides-pagination {
    max-width: 750px;
    margin-left: -375px;
  }
}

@media(max-width:767px){
	.home-wide-container {
		height: 400px !important;
	}

	.home-wide-container .slides-pagination {
		max-width: 100%;
		margin-left: 0;
		left: auto;
		right: 15px;
		top: 15px;
	}
	.home-wide-container .slides-pagination a {
		width: 20px;
		height: 20px;
		margin: 0 5px;
	}
	.home-wide-container .text-container {
		left: 0;
		right: 0;
	}
	.home-wide-container .text-container .container {
		padding: 0;
	}
	.home-wide-container .text-container .container .background-overlay {
		max-width: 100%;
		padding: 15px;
		width: 100%;
	}
	.home-wide-container .text-container .title {
		font-size: 30px;
		line-height: 32px;
	}
	.home-wide-container .text-container .sub-title {
		font-size: 16px;
	}
	.home-wide-container .text-container a {
		margin-top: 10px;
		padding: 5px 20px;
	}
}

@media(max-width:400px){
	.home-wide-container {
		height: 300px !important;
	}
	.home-wide-container .text-container .sub-title,
	.home-wide-container .text-container img	{
		display: none;
	}
}

/*Aree di bisogno*/
#areas-need-grid {
    padding: 100px 0;
    position: relative;
}

#areas-need-grid .gradient {
    background: rgba(243, 243, 241, 0) linear-gradient(to bottom, rgba(243, 243, 241, 0) 0%, rgba(243, 243, 241, 1) 100%) repeat scroll 0 0;
    bottom: 0;
    display: block;
    height: 350px;
    position: absolute;
    width: 100%;
    z-index: 2;
}

#areas-need-grid .item {
    width: 20%;
    float: left;
    padding: 0 15px;
}

#areas-need-grid .item a {
  display: block;
  background-color: #FFF;
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 25px;
  -webkit-box-shadow: 0px 27px 40px -27px rgba(0,0,0,0.69);
  -moz-box-shadow: 0px 27px 40px -27px rgba(0,0,0,0.69);
  box-shadow: 0px 27px 40px -27px rgba(0,0,0,0.69);
  transition: all 0.4s ease;
}

#areas-need-grid .item a:hover {
    box-shadow: none;
}

#areas-need-grid .item a img {
  margin: 0 auto 20px;
}

#areas-need-grid .item a .title {
  color: #2B2F3A;
  font-family: Barlow Condensed;
  font-weight: bold;
  font-size: 25px;
}

#areas-need-grid .item a p {
  color: #878B98;
  letter-spacing: -0.1px;
}

#areas-need-grid .item a .more {
  background-color: #94C62A;
  color: #FFF;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 8px 5px;
  font-size: 14px;
  margin-top: 30px;
}

#areas-need-grid .item.item-blue a .more {
  background-color: #134295;
}

#areas-need-grid .item.item-blue a:hover .more,
#areas-need-grid .item a:hover .more {
  background-color: #2B2F3A;
}

@media(max-width:1200px){
	#areas-need-grid .item a {
		padding: 20px 15px;
	}
}

@media(max-width:991px){
	#areas-need-grid .item {
		width: 33.33333333%;
		margin-bottom: 30px;
	}
	#areas-need-grid .item a {
		padding: 30px;
	}
	#areas-need-grid {
		padding: 50px 0;
		background-color: #F3F3F1;
	}
}

@media(max-width:767px){
	#areas-need-grid .item {
	  width: 50%;
	}
	#areas-need-grid .item a {
	  padding: 20px 10px;
	}
	#areas-need-grid .item a .more {
	  display: none;
	}
	#areas-need-grid .item a p {
		min-height: 46px;
	}
}

@media(max-width:400px){
	#areas-need-grid .item {
	  width: 100%;
	}
	#areas-need-grid .item a p {
		min-height: auto;
	}
}

/*Carosello Chi Siamo*/
#carousel-about {
  margin: 0 -15px;
}

#carousel-about .item .text {
  padding-left: 20px;
}

#carousel-about .item .text .title {
  font-family: Barlow Condensed;
  font-weight: bold;
  display: block;
  font-size: 30px;
  margin-bottom: 20px;
  color: #2B2F3A;
}

#carousel-about .item .text .subtitle {
  display: block;
  font-size: 20px;
  margin-bottom: 20px;
}

#carousel-about .item .text a {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 20px;
  display: inline-block;
}

#carousel-about .owl-controls {
    margin-top: 30px;
    text-align: center;
}

#carousel-about .owl-controls .owl-page span {
    width: 25px;
    height: 8px;
    border-radius: 0;
    background: #94C62A;
}

@media(max-width:991px) {
	#carousel-about .item .text .title {
		font-size: 25px;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	#carousel-about .item .text .subtitle {
	  font-size: 18px;
	  margin-bottom: 10px;
	}
	#carousel-about .item .text a {
		margin-top: 0;
	}
}

@media(max-width:767px) {
	#carousel-about {
		margin: 0;
	}
}

/*Diventa partner*/
.partner-grid {
  text-align: center;
}

.partner-grid .section-title {
  margin-bottom: 5px;
}

.partner-grid .subtitle {
  text-align: center;
  display: block;
  margin-bottom: 50px;
  font-size: 18px;
}

.partner-grid .subtitle strong {
  color: #2B2F3A;
}

.partner-grid .item {
    display: inline-block;
    float: none;
	width: 33%;
	padding: 0 15px;
}

.partner-grid .item a {
    display: block;
    background-color: #FFF;
    text-align: center;
}

.partner-grid .item a .text {
    padding: 25px 85px;
}

.partner-grid .item a .text .title {
  font-family: Barlow Condensed;
  font-weight: bold;
  display: block;
  font-size: 25px;
  margin-bottom: 20px;
  color: #2B2F3A;
  line-height: 30px;
}

.partner-grid .item a .text .more {
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
}

@media(max-width:1199px){
	.partner-grid .item a .text {
		padding: 25px 60px;
	}
}

@media(max-width:991px){
	.partner-grid .item {
		display: inline-block;
		float: none;
		width: 32%;
		padding: 0 15px;
	}
	.partner-grid .item a .text {
		padding: 25px 10px;
	}
}

@media(max-width:767px){
	.partner-grid .item {
		width: 100%;
		margin-bottom: 15px;
	}
	.partner-grid .item a:after {
	  clear: both;
	  content: ".";
	  height: 0;
	  visibility: hidden;
	  display: block;
	}
	.partner-grid .item a img {
		float: left;
		max-width: 50%;
		margin-right: 10px;
	}
	.partner-grid .item a .text {
		padding: 20px 10px 10px;
	}
	.partner-grid .item a .text .title {
		margin-bottom: 0;
		font-size: 21px;
		line-height: 20px;
	}
	.partner-grid .item a .text .more {
		display: none;
	}
}

@media(max-width:400px){
	.partner-grid .item a img {
		float: none;
		max-width: 100%;
		margin-right: 0;
	}
	.partner-grid .item a .text {
		padding: 20px 10px 20px;
	}
}

/*Centrale operativa*/
#intermediate-content:after,
.home-operation-center .info-content .title:after {
  clear: both;
  content: ".";
  height: 0;
  visibility: hidden;
  display: block;
}

.home-operation-center .section-body {
  max-width: 555px;
  float: right;
  padding: 80px 20px 0 0;
}

.home-operation-center .info-content .title img {
  float: left;
  margin-right: 25px;
}

.home-operation-center .info-content .title .subtitle {
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  padding-top: 10px;
}

.home-operation-center .info-content .title h3 {
  margin-top: 0;
  color: #2B2F3A;
  font-family: Barlow Condensed;
  font-weight: bold;
  font-size: 30px;
}

.home-operation-center .info-content .title h3 span {
  color: #94C62A;
}

.home-operation-center .info-content .title {
  margin-bottom: 20px;
}

.home-operation-center .info-content .evidence {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 20px;
}

.home-operation-center .info-content a {
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 20px;
}

@media(max-width:767px){
.home-operation-center .section-body {
    max-width: 100%;
    float: none;
    padding: 30px 0;
}
.home-operation-center .info-content .title img {
    margin-right: 10px;
}
.home-operation-center .info-content .title .subtitle {
    padding-top: 0;
}
.home-operation-center .info-content .title h3 {
    font-size: 25px;
}
.home-operation-center .info-content a {
    margin-top: 10px;
}
}

/*Trova agenzia*/
.home-find-agency {
  background-color: #94C62A;
  padding-bottom: 0 !important;
}

.home-find-agency .section-body {
  max-width: 555px;
  padding: 80px 0 104px 20px;
}

.home-find-agency .info-content .title {
  color: #FFF;
  margin-bottom: 28px;
}

.home-find-agency .info-content .title .subtitle {
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  padding-top: 10px;
}

.home-find-agency .info-content .title h3 {
  color: #FFF;
  margin-top: 0;
  font-family: Barlow Condensed;
  font-weight: bold;
  font-size: 30px;
}

.home-find-agency .form-group {
    margin-bottom: 30px;
}

.home-find-agency label {
    color: #638911;
}

.home-find-agency .btn-secondary {
    margin-top: 30px;
}

@media(max-width: 991px){
	.home-find-agency {
		padding-bottom: 80px !important;
	}
}

@media(max-width:767px){
	.home-find-agency {
		padding-bottom: 0 !important;
	}
	.home-find-agency .section-body {
		max-width: 100%;
		padding: 30px 0;
	}
	.home-find-agency .info-content .title {
		margin-bottom: 20px;
		text-align: center;
	}
	.home-find-agency .info-content .title h3 {
		font-size: 25px;
	}
	.home-find-agency .form-group {
		margin-bottom: 10px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Banda immagine
------------------------------------------------------------------------------------------------- */
/*Con ombra (sinistro)*/
.image-shadow-band,
.image-band {
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
  padding: 100px 20px;
}

.image-band {
  padding: 150px 20px;
}

.image-shadow-band .image-overlay {
  background-color: rgba(40,43,52,0.8);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}

.image-shadow-band .text {
  position: relative;
}

.image-shadow-band .text img {
  margin: 0 auto 20px;
}

.image-shadow-band .text .title,
.image-band .text .title {
  font-family: Barlow Condensed;
  font-weight: bold;
  font-size: 35px;
  margin-bottom: 10px;
  display: block;
  color: #FFF;
}

.image-band .text .title {
  margin-bottom: 0;
}

.image-shadow-band .text .subtitle,
.image-band .text .subtitle {
    font-family: Barlow Condensed;
    color: #FFF;
    font-size: 30px;
}

.image-shadow-band .text a {
  display: inline-block;
  margin-top: 30px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 2px solid;
  padding-bottom: 5px;
}

@media(max-width:991px){
	.image-shadow-band, .image-band {
		padding: 50px 20px;
	}
}

@media(max-width:767px){
	.image-shadow-band, 
	.image-band {
		padding: 30px 20px;
	}
	.image-band .text .title {
	  font-size: 30px;
	  line-height: 30px;
	  margin-bottom: 10px;
	}
	.image-band .text .subtitle {
	  font-size: 25px;
	  line-height: 25px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Centrale Operativa
------------------------------------------------------------------------------------------------- */
.home-operation-center.type-image {
  background-size: cover;
  background-position: center;
  position: relative;
  height: 612px;
}

.home-operation-center.type-image .section-body {
  position: absolute;
  right: 0;
  bottom: 100px;
  padding-left: 20px;
}

.home-operation-center.type-image .info-content {
  color: #FFF;
}

.home-operation-center.type-image .info-content .title {
  font-size: 30px;
  font-family: Barlow Condensed;
  font-weight: bold;
  margin-bottom: 0;
  display: block;
}

.home-operation-center.type-image .info-content .subtitle {
  font-size: 20px;
}

@media(max-width:991px){
	.home-operation-center.type-image {
		height: 692px;
	}
}

@media(max-width:767px){
.home-operation-center.type-image {
    height: 300px;
}
.home-operation-center.type-image .section-body {
    bottom: -10px;
	padding-right: 20px;
}
.home-operation-center.type-image .info-content .title {
    font-size: 25px;
    line-height: 27px;
}
.home-operation-center.type-image .info-content .subtitle {
    font-size: 18px;
    line-height: 20px;
}
}
/* ---------------------------------------------------------------------------------------------- */



/* Tabelle utente
------------------------------------------------------------------------------------------------- */
.table-view .section-body {
  max-width: 730px;
  margin: 0 auto;
  padding: 0 15px;
}

.inputbox .legend {
  font-size: 14px !important;
  text-align: left!important;
  margin: 20px 0!important;
  font-style: italic;
}

.inputbox.vertical .validation-required {
	background: url("../Images/ValidationRequired.png") no-repeat left top 5px !important;
	padding-left: 10px !important;
}

.inputbox.vertical label.validation-required {
    background-position: right top 5px !important;
    padding-left: 0 !important;
    padding-right: 8px;
}

.inputbox label.validation-error-label {
    position: absolute;
    background: none !important;
    font-weight: normal;
    font-size: 10px;
    padding-left: 0 !important;
	color: #C10000 !important;
}

.inputbox .validation-highlight {
    background-image: none !important;
    background-color: rgba(193,0,0,0.2) !important;
    border: 1px solid #C10000 !important;
}

.table-view .form-group {
  width: 50%;
  float: left;
  padding: 0 15px;
  position: relative;
}

.table-view .tableFields {
  margin: 0 -15px;
}

.table-view .fields-container:after  {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.input-div .input-type-textarea, 
.input-div input.input-type-text, 
.input-div .input-type-dropdownlist, 
.input-div input.input-type-email {
    max-width: 100% !important;
}

/*Privacy*/
.table-view .privacy-html label.validation-error-label {
    top: 22px;
}

.table-view .privacy-html .privacy-description {
    padding-top: 2px;
}

.table-view .authorization .input-group {
   float: left;
   padding-right: 20px;
}

.table-view .authorization .validation-error-label {
   margin-top: 22px;
}

@media(max-width:767px){
	.table-view .privacy-html .privacy-description {
		padding-left: 22px;
	}	
}

/*Legend*/
.sent-contact-message .fields-container .legend,
.work-with-us .fields-container .legend,
.sent-complaint .fields-container .legend,
.partner-contact-form  .fields-container .legend {
	display: none;
}

/*Campo allega documentazione*/
.upload-link-container > div {
    width: 200px !important;
    height: 20px !important;
}

/*Checkbox Privacy*/
.privacy-html a {
	font-weight: bold;
	text-decoration: underline;
}

.table-view .input-div-checkbox, 
.table-view .input-div-checkbox3 {
    background: url("../Images/Checkbox.png") bottom center no-repeat transparent;
    display: inline-block;
    height: 16px;
    margin-top: 5px;
    width: 16px;
    float: left;
    margin-right: 10px;
}

.table-view .input-div-checkbox.checked,
.table-view .input-div-checkbox.checked {
	background-position: top center;
}

/*Radio button*/
.table-view input[type=radio]:not(old){
  width   : 16px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

.table-view input[type=radio]:not(old) + label{
  display      : inline-block;
  margin-left  : -16px;
  padding-left : 22px;
  background   : url('../Images/RadioButton.png') no-repeat 0 0;
  line-height  : 16px;
  background-position: 0 bottom;
}

.table-view input[type=radio]:not(old):checked + label{
  background-position : 0 0;
}

/*Reclamo - Maggiori info*/
.sent-complaint.table-view .form-group:nth-last-child(4),
.sent-complaint.table-view .form-group:nth-last-child(3),
.sent-complaint.table-view .form-group:nth-last-child(2),
.sent-complaint.table-view .form-group:last-child {
  width: 100%;
}

.sent-complaint.table-view .documentation label.control-label {
    color: #94C62A;
    border-bottom: 2px solid;
    padding-bottom: 5px;
    font-size: 15px;
    margin-bottom: 20px;
}

.sent-complaint.table-view .form-group #fld2426 {
    float: left;
    margin-right: 20px;
}

/*Contatti*/
.sent-contact-message.table-view .form-group:nth-last-child(3),
.sent-contact-message.table-view .form-group:nth-last-child(2),
.sent-contact-message.table-view .form-group:last-child {
  width: 100%;
}

/*Contatto partner*/
.partner-contact-form .header-html,
.partner-contact-form .privacy-html {
  color: #FFF;
}

.partner-contact-form .section-title .subtitle {
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  text-align: center;
}

.partner-contact-form .section-title h2 {
  margin-top: 0;
  color: #FFF;
}

.partner-contact-form label, 
.partner-contact-form .legend, 
.partner-contact-form .privacy-html a {
  color: #638911;
}

.partner-contact-form .form-control {
  border-color: #FFF;
}

.partner-contact-form .form-group:nth-child(5),
.partner-contact-form .form-group:nth-child(6),
.partner-contact-form .form-group:nth-child(7) {
    width: 100%;
}

.partner-contact-form .privacy-html a:hover {
    color: #FFF;
}

.partner-contact-form input[type=radio]:not(old) + label{
  background-image: url('../Images/RadioButtonWhite.png');
}

.partner-contact-form .input-div-checkbox, 
.partner-contact-form .input-div-checkbox3 {
    background-image: url("../Images/CheckboxWhite.png");
}

.partner-contact-form .buttons .btn-primary {
    border-color: #FFF;
}

.partner-contact-form .buttons .btn-primary:hover {
    color: #94C62A;
    background-color: #FFF;
}

/*Lavora con noi*/
.work-with-us .documentation .form-group,
.work-with-us .form-group:nth-last-child(6),
.work-with-us .form-group:nth-last-child(5),
.work-with-us .form-group:nth-last-child(4),
.work-with-us .form-group:nth-last-child(3),
.work-with-us .form-group:nth-last-child(2),
.work-with-us .form-group:last-child {
  width: 100%;
}

.work-with-us .documentation label.control-label {
    color: #94C62A;
    border-bottom: 2px solid;
    padding-bottom: 5px;
    font-size: 15px;
    margin-bottom: 20px;
}

.work-with-us .form-group #fld2438 {
    float: left;
    margin-right: 20px;
}

@media(max-width:767px){
	.table-view .form-group {
		width: 100%;
	}
	.privacy-html span.confirm span, 
	.privacy-html span.dont-confirm span {
		margin-left: 25px;
		float: left;
	}
	.table-view .input-div-checkbox, 
	.table-view .input-div-checkbox3 {
		position: absolute;
		left: 15px;
	}
	.modal-header {
		padding: 15px 15px 5px 15px;
	}
	.modal-body {
		padding: 0 15px 15px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Statistiche reclami
------------------------------------------------------------------------------------------------- */
.complaint-statistics {
    margin-bottom: 100px;
}

.complaint-statistics-table thead, 
.complaint-statistics-table tfoot {
  color: #2B2F3A;
  text-transform: uppercase;
}

.complaint-statistics-table thead tr th {
  border-bottom: 1px solid #EAECED;
  padding-bottom: 30px;
}

.complaint-statistics-table tbody tr:first-child td {
  padding-top: 30px;
}

.complaint-statistics-table tr td, 
.complaint-statistics-table tr th {
  text-align: right;
  border-top: none !important;
}

.complaint-statistics-table tfoot tr th {
  border-top: 1px solid #EAECED !important;
  padding-top: 30px;
}

.complaint-statistics-table tbody tr:last-child td {
  padding-bottom: 30px;
}

.complaint-statistics-table .table {
    max-width: 300px;
}

.three-column .complaint-statistics-table .table {
    max-width: 400px;
}

.complaint-statistics .divisor {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #EAECED;
    margin: 50px auto 60px;
    max-width: 1400px;
}

@media(max-width:767px){
	.complaint-statistics {
		margin-bottom: 30px;
	}
	.complaint-statistics .divisor {
		display: none;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Prodotti - Aree di Bisogno
------------------------------------------------------------------------------------------------- */
.image-text-item .evidence {
    margin-bottom: 30px;
}

@media(max-width:991px){
	.image-text-item img {
		margin: 0 auto 20px;
	}
}

/*Lista prodotti*/
.products-grid {
  background-color: #F3F3F1;
	padding: 100px 0;
}

.products-grid .item {
    margin-bottom: 30px;
}

.products-grid .item a {
    display: block;
    background-color: #FFF;
	-webkit-box-shadow: 0px 27px 40px -27px rgba(0,0,0,0.69);
	-moz-box-shadow: 0px 27px 40px -27px rgba(0,0,0,0.69);
	box-shadow: 0px 27px 40px -27px rgba(0,0,0,0.69);
	transition: all 0.4s ease;
    min-height: 270px;
}

.products-grid .item a:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.products-grid .item a .text {
    padding: 25px;
}

.products-grid .item a .text .title {
  font-family: Barlow Condensed;
  font-weight: bold;
  display: block;
  font-size: 25px;
  margin-bottom: 10px;
  color: #2B2F3A;
  line-height: 30px;
}

.products-grid .item a .text .subtitle {
    display: block;
    color: #878B98;
    font-size: 14px;
    margin-bottom: 10px;
}

.products-grid .item a .text .more {
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
}

@media(max-width:1199px){
	.products-grid .item a .text {
		padding: 25px 20px;
	}
}

@media(max-width:991px){
	.products-grid {
		padding: 30px 0;
	}
	.products-grid .section-title {
		padding: 0 15px;
	}
}

@media(max-width:767px){
	.products-grid .item {
		width: 50%;
		float: left;
	}
	.products-grid .item a {
		min-height: 275px;
		max-width: 300px;
		margin: 0 auto;
	}
	.products-grid .item a .text {
		padding: 15px;
	}
	.products-grid .item a .text .title {
		line-height: 26px;
		font-size: 21px;
	}
}

@media(max-width:400px){
	.products-grid .item {
		width: 100%;
	}
	.products-grid .item a {
		min-height: auto;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Dettaglio prodotto
------------------------------------------------------------------------------------------------- */
.product-detail {
	padding-bottom: 100px;
}

.product-detail .evidence {
  margin-bottom: 30px;
  column-count: 2;
  text-align: justify;
  column-gap: 50px;
}

.product-detail  .paragraph {
  margin-bottom: 20px;
}

.product-detail .paragraph .title {
  text-transform: uppercase;
  font-weight: bold;
  color: #2B2F3A;
  display: block;
  font-size: 14px;
}

.product-detail .paragraph strong {
  color: #94C62A;
}

.product-detail .box-gray {
  background-color: #F3F3F1;
  padding: 50px 20px;
}

.product-detail .box-gray:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.product-detail .box-gray .features .item {
  margin-bottom: 15px;
}

.product-detail .box-gray .features .item span {
  display: block;
  color: #2B2F3A;
  font-weight: bold;
  text-transform: uppercase;
}

.product-detail .download a {
  background: url(../Images/DownloadIcon.jpg) center left no-repeat #94C62A;	
  display: block;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 5px 15px 35px;
  margin-bottom: 10px;
  font-weight: bold;
}

.product-detail .download a:hover {
  background-color: #2B2F3A;
}

.product-detail .download a:last-child {
  margin-bottom: 0;
}

@media(max-width:991px){
	.product-detail .evidence {
		column-count: 1;
	}
	.product-detail .box-gray {
		padding: 20px 0;
	}
	.product-detail {
		padding-bottom: 30px;
	}
}

/*Vantaggi*/
.advantages-grid {
  text-align: center;
  padding: 100px 0;
}

.advantages-grid .section-title {
  margin-bottom: 10px;
}

.advantages-grid .evidence {
  max-width: 900px;
  margin: 0 auto;
}

.advantages-grid .item {
  margin-top: 50px;
}

.advantages-grid .item .title {
  color: #2B2F3A;
  display: block;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 18px;
}

@media(max-width:991px){
	.advantages-grid {
		padding: 30px 0;
	}
	.advantages-grid .item {
	  margin-top: 20px;
	}
	.advantages-grid .item .title {
		margin-bottom: 0;
	}
}

/*Garanzie*/
.guarantees-grid .item div.item-content {
  width: 20%;
  float: left;
  text-align: center;
  padding: 0 15px;
  margin-top: 70px;
}

.guarantees-grid .item .title {
  color: #878B98;
  display: block;
  font-size: 18px;
  margin: 0 auto 5px;
  min-height: 55px;
  max-width: 150px;
}

.guarantees-grid .item .more {
    font-weight: bold;
    text-transform: uppercase;
    min-height: 17px;
    display: inline-block;
}

.guarantees-grid .modal h5 {
    color: black;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0;
}

.guarantees-grid .modal p.evidence {
    margin-bottom:30px;
}

@media(max-width:991px){
	.guarantees-grid .item div.item-content {
		width: 25%;
		margin-top: 50px;
	}
}

@media(max-width:767px){
	.guarantees-grid .item div.item-content {
		width: 33.33333333%;
	}
}

@media(max-width:400px){
	.guarantees-grid .item div.item-content {
		width: 50%;
		margin-top: 30px;
	}
}

/*Bottoni agente partner*/
.band-button {
    padding: 50px 15px;
    text-align: center;
}

.band-button a {
    display: inline-block;
    min-width: 300px;
    margin: 0px 15px;
}

@media(max-width:991px){
	.band-button {
	  padding: 20px 15px;
	}
	.band-button a {
	  min-width: 250px;
	}
}

@media(max-width:767px){
	.band-button a {
		display: block;
		padding: 10px;
		margin: 10px 0;
	}
}

/*Lista carrozzerie*/
.go-to-nobis-network {
    text-align: center;
    margin-top: 50px;
}

.go-to-nobis-network a {
    border: 2px solid #94C62A;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding: 5px 40px;
    border-radius: 4px;
}

.go-to-nobis-network a:hover {
    background-color: #94C62A;
    color: #FFF;
}
/* ---------------------------------------------------------------------------------------------- */



/* Partner
------------------------------------------------------------------------------------------------- */
/*Intestazione*/
.image-title-text-item {
    padding: 30px 0 100px
}

.image-title-text-item h1 {
    color: #2B2F3A;
    font-family: Barlow Condensed;
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 20px;
}

.image-title-text-item .evidence {
    margin-bottom: 10px;
}

.image-title-text-item a {
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 2px solid;
    padding-bottom: 3px;
    font-size: 14px;
    margin-top: 15px;
    display: inline-block;
}

@media(max-width:991px){
	.image-title-text-item {
		padding: 30px 0 30px;
	}
	.image-title-text-item img {
		margin: 0 auto 20px;
	}
	.image-title-text-item h1 {
		font-size: 30px;
		line-height: 30px;
	}
}

/*Caratteristiche*/
.partner-features .item {
  text-align: center;
}

.partner-features .item .title {
  color: #2B2F3A;
  display: block;
  font-weight: 600;
  font-family: Barlow Condensed;
  font-size: 25px;
}

@media(max-width:767px){
	.partner-features .item .title {
	  font-size: 21px;
	}
	.partner-features .item {
		margin-bottom: 20px;
	}
}

/*Vantaggi*/
.partner-advantages {
    padding: 100px 0 60px;
    text-align: center;
}

.partner-advantages .section-title {
    margin-bottom: 10px;
}

.partner-advantages .subtitle {
    font-size: 20px;
    max-width: 900px;
    margin: 0 auto 50px;
    display: block;
}

.partner-advantages .item {
    width: 20%;
    padding: 0 15px;
    float: left;
}

.partner-advantages .item img {
    margin: 0 auto 15px;
}

.partner-advantages .item .text {
    min-height: 130px;
}

@media(max-width:991px){
	.partner-advantages {
		padding: 30px 15px;
	}
	.partner-advantages .subtitle {
		font-size: 18px;
		margin: 0 auto 30px;
	}
	.partner-advantages .item {
		width: 25%;
	}
}

@media(max-width:767px){
	.partner-advantages .item {
		width: 50%;
	}
	.partner-advantages .item .text {
		min-height: 80px;
	}
}

@media(max-width:500px){
	.partner-advantages .item {
		text-align: left;
		margin-bottom: 25px;
		padding: 0;
		width: 100%;
	}
	.partner-advantages .item img {
		float: left;
		margin-bottom: 0;
		margin-right: 15px;
	}
	.partner-advantages .item .text {
		min-height: auto;
	}
}

/*Testo nascosto*/
.text-grid .hidden-text {
	display: none;
}

.text-grid .toggle-link {
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

.text-grid .col-sm-6 .toggle-link {
	display: none;
}

@media(max-width:767px){
	.text-grid .toggle-link {
		display: none;
	}
	.text-grid .col-sm-6 .toggle-link {
		display: block;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Storia
------------------------------------------------------------------------------------------------- */
.history-graphic .item {
  position: relative;
}

.history-graphic .item:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.history-graphic .item img {
  position: absolute;
  left: 50%;
  margin-left: -13px;
  top: 0;
}

.history-graphic .item .column {
    width: 50%;
    float: left;
    height: 120px;
}

.history-graphic .item .column.column-green {
  text-align: right;
  border-right: 1px solid #2B2F3A;
  padding-right: 25px;
}

.history-graphic .item .column.column-blue {
  border-left: 1px solid #2B2F3A;
  padding-left: 25px;
}

.history-graphic .item .column p {
  margin-bottom: 0;
  max-width: 350px;
}

.history-graphic .item .column.column-green p {
  float: right;
}

.history-graphic .item .column .year {
  font-weight: bold;
}

.history-graphic .item .column.column-green .year {
  color: #94C62A;
}

.history-graphic .item .column.column-blue .year {
  color: #134295;
}

.history-graphic .end {
    border: 2px solid #94C62A;
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 75px;
    font-size: 18px;
    line-height: 21px;
}

.history-graphic .end img {
    margin: 0 auto 20px;
}

.history-graphic .end span {
    display: block;
    font-weight: bold;
    color: #94C62A;
    font-family: Barlow Condensed;
    font-size: 40px;
    line-height: 40px;
}

@media(max-width:767px){
	.history-graphic .item .column {
		height: 180px;
	}
}

@media(max-width:400px){
	.history-graphic {
		margin: 0 15px;
	}
	.history-graphic .item img {
		left: 0;
	}
	.history-graphic .item .column {
		width: 100%;
		height: auto;
	}
	.history-graphic .item .column.column-green {
		text-align: left;
		padding-right: 15px;
		padding-left: 15px;
		border-left: 2px solid #2B2F3A;
		border-right: none;
	}
	.history-graphic .item .column.column-blue {
		border-left: 2px solid #2B2F3A;
		padding-left: 15px;
		float: right;
		padding-bottom: 30px;
	}
	.history-graphic .item .column .year {
		position: absolute;
		top: 0;
	}
	.history-graphic .item .column p {
		padding-top: 25px;
	}
	.history-graphic .end {
		max-width: 100%;
		padding: 20px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* News
------------------------------------------------------------------------------------------------- */
.articles.nobis {
    padding: 100px 15px;
}

.main-article-list .item {
    position: relative;
	margin-bottom: 20px;
}

.main-article-list .item .date {
    background-color: #94C62A;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    width: 150px;
    height: 150px;
    padding-top: 33px;
    position: absolute;
    top: 10px;
    left: 0;
}

.main-article-list .item .date .day {
  color: #FFF;
  display: block;
  font-size: 50px;
  line-height: 35px;
}

.main-article-list .item .date .month {
  color: #FFF;
  display: block;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
}

.main-article-list .item .date .year {
  color: #638911;
  font-size: 20px;
  line-height: 2px;
}

.main-article-list .item .article-content {
    background-color: #F3F3F1;
	color: #878B98;
    min-height: 170px;
    margin-left: 75px;
    padding-left: 150px;
    padding-top: 29px;
	padding-right: 20px;
}

.main-article-list .item .title {
    color: #2B2F3A;
    font-family: Barlow Condensed;
	font-weight: 600;
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 30px;
    display: block;
}

.main-article-list .item .more {
    text-transform: uppercase;
    display: block;
    color: #94C62A;
    font-weight: bold;
    margin-top: 5px;
}

.main-article-list .item a:hover .more {
    color: #2B2F3A;
}

.main-article-list .load-more-link {
    font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin-top: 50px;
}

/*Modale*/
.articles.nobis .modal .date {
  background-color: #94C62A;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  width: 150px;
  height: 150px;
  padding-top: 33px;
}

.articles.nobis .modal .date .day {
  color: #FFF;
  display: block;
  font-size: 50px;
  line-height: 35px;
}

.articles.nobis .modal .date .month {
  color: #FFF;
  display: block;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
}

.articles.nobis .modal .date .year {
  color: #638911;
  font-size: 20px;
  line-height: 2px;
}

.articles.nobis .modal h3 {
    color: #2B2F3A;
    font-family: Barlow Condensed;
	font-weight: 600;
    font-size: 28px;
    height: auto;
    line-height: 30px;
    display: block;
	margin-bottom: 15px;
}

.articles.nobis .select-year {
  text-align: right;
  margin-bottom: 70px;
  margin-top: -89px;
}

.articles.nobis .select-year select {
  width: 80px;
  text-align: center;
  margin-left: 10px;
}

@media(max-width:991px){
	.articles.nobis {
		padding: 30px 15px;
	}
	.main-article-list .item .article-content {
		padding: 20px 20px 20px 100px;
	}
	.select-year {
		margin-top: -65px;
	}
}

@media(max-width:767px){
	.articles.nobis .main-article-list {
		margin-top: 90px;
	}
	.articles.nobis .modal h3 {
		font-size: 25px;
		margin-top: 10px;
	}
	.articles.nobis .modal .date {
		width: 100px;
		height: 100px;
		padding-top: 17px;
	}
	.articles.nobis .modal .date .day {
		font-size: 32px;
		line-height: 24px;
	}
	.articles.nobis .modal .date .month {
		font-size: 22px;
		line-height: 25px;
	}
	.articles.nobis .modal .date .year {
		font-size: 16px;
		line-height: 0;
	}
	.main-article-list .item .title {
		font-size: 25px;
	}
	.select-year {
		text-align: center;
		margin-top: -20px;
	}
}

@media(max-width:400px){
	.main-article-list .item:after {
		clear: both;
		content: ".";
		display: block;
		height: 0;
		visibility: hidden;
	}
	.main-article-list .item a {
		display: block;
		margin-bottom: 20px;
	}
	.main-article-list .item .date {
		width: 100px;
		height: 100px;
		padding-top: 17px;
		margin-left: -50px;
		left: 50%;
		top: 0;
		margin-top: -50px;
	}
	.main-article-list .item .date .day {
		font-size: 32px;
		line-height: 24px;
	}
	.main-article-list .item .date .month {
		font-size: 22px;
		line-height: 25px;
	}
	.main-article-list .item .date .year {
		font-size: 16px;
		line-height: 0;
	}
	.main-article-list .item .article-content {
		margin-left: 0;
		padding: 65px 20px 20px;
		margin-top: 50px;
	}
}

/* ---------------------------------------------------------------------------------------------- */



/* Contatti
------------------------------------------------------------------------------------------------- */
.contact-grid {
  padding-top: 30px;
  padding-bottom: 50px;
  border-bottom: 1px solid #C8CAD1;
}

.content .contact-grid:last-child {
  border-bottom: none;
}

.contact-grid .section-title {
  max-width: 100%;
  margin-bottom: 30px;
}

.contact-grid .section-title h2 {
  text-align: left;
}

.contact-grid .subtitle {
  display: block;
  color: #2B2F3A;
  font-weight: bold;
  font-size: 18px;
}

.contact-grid .item.fixed-height {
    min-height: 95px;
    margin-bottom: 30px;
}

@media(max-width: 1199px){
	.contact-grid .item.fixed-height {
		min-height: 120px;
	}
}

@media(max-width:767px){
	.contact-grid .item {
		margin-bottom: 30px;
	}	
	.contact-grid .item.fixed-height {
		min-height: auto;
	}	
}
/* ---------------------------------------------------------------------------------------------- */



/* Home insurance
------------------------------------------------------------------------------------------------- */
.home-insurance .buttons {
  margin-top: 50px;
}

.home-insurance .buttons a {
  display: block;
  white-space: normal;
}

@media(max-width:767px){
	.home-insurance .buttons a {
	  margin-bottom: 20px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Video
------------------------------------------------------------------------------------------------- */
.video-grid {
    background-color: #F3F3F1;
	padding: 100px 0;
}

.video-grid .item {
    margin-bottom: 30px;
}

.video-grid .item a {
    display: block;
    background-color: #FFF;
	-webkit-box-shadow: 0px 27px 40px -27px rgba(0,0,0,0.69);
	-moz-box-shadow: 0px 27px 40px -27px rgba(0,0,0,0.69);
	box-shadow: 0px 27px 40px -27px rgba(0,0,0,0.69);
	transition: all 0.4s ease;
    min-height: 270px;
}

.video-grid .item a:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.video-grid .item a .text {
    padding: 25px;
}

.video-grid .item a .text .title {
    font-family: Barlow Condensed;
    font-weight: bold;
    display: block;
    font-size: 25px;
    margin-bottom: 10px;
    color: #2B2F3A;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}

.video-grid .item a .text .subtitle {
    display: block;
    color: #878B98;
    font-size: 14px;
    margin-bottom: 10px;
    height: 80px;
    overflow: hidden;
}

.video-grid .item a .text .more {
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
}

.video-grid .modal-video .modal-header h4 {
    margin-bottom: 15px;
}

@media(max-width:1199px){
	.video-grid .item a .text {
		padding: 25px 20px;
	}
}

@media(max-width:991px){
	.video-grid {
		padding: 30px 0;
	}
	.video-grid .section-title {
		padding: 0 15px;
	}

	.video-grid .item a .text .title {
  		height: 90px;
	}
	.video-grid .item a .text .subtitle {
  		height: 125px;
	}
}

@media(max-width:767px){
	.video-grid .item {
        margin: 0 auto 30px;
        max-width: 500px;
		width: 100%;
	}
	.video-grid .item a {
		min-height: auto;
	}
	.video-grid .item a .text {
		padding: 15px;
	}
	.video-grid .item a .text .title {
		line-height: 26px;
		font-size: 21px;
	}
	.video-grid .item a .text .title,
	.video-grid .item a .text .subtitle {
  		height: auto;
	}
}
/* ---------------------------------------------------------------------------------------------- */
