/* Document
   ---- */

html { 
	/* height: 100%; */
	min-height:100%;
	font-size:62,5%;
}

html, body {
    margin: 0;
    padding: 0;
   /* height: 100%; */
	min-height:100%;
    font-family: 'Asap', sans-serif;
}

body.is-scrolling:not(.no-scroll) {
    padding-top: 150px;
}
	
body.no-scrolling {
    overflow: hidden;
}
	
.l-container-fluid {
    width: 100%;
    padding: 0 20px;
    zoom: 1;
}

.l-header:after,
.c-note-head:after,
.c-social-icons:after,
.l-container:after,
.c-navigation>ul:after,
.l-container-fluid:after {
    content: '';
    display: block;
    clear: both;
}

/* Top header
   ---- */

.l-top-header {
    position: relative;
	width:100%;
}

.c-note-head {
    background-color: #0166aa;
    max-height: 50px;
    padding: 8px 0;
}

body.is-scrolling:not(.no-scroll) .c-note-head {
	display:none;
}

/* Brands logos
   ---- */
   
.c-iccrea-logo {
	float:left;
    width: 100%;
	max-width: 157px;
    height: auto;
}

.c-bcc-logo {
	float:right;
	max-width: 98px;
	width: 100%;
	text-align: right;
}

.c-iccrea-logo img {
    width: 100%;
    max-width: 157px;
    height: auto;
}

.c-bcc-logo img {
    width: 100%;
    max-width: 98px;
    height: auto;
}

/* Header
   ---- */

.l-header {
    position: relative;
    border-bottom: 1px solid #f1f1f1;
    height: 80px;
    line-height: 80px;
}

/* Fixed Header
   ---- */

.l-header.is-scrolling:not(.no-scroll)  {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 899;
	background-color: white;
	height: 88px;
    line-height: 76px;
}

.l-header.is-scrolling:not(.no-scroll)  #c-src-reveal ,
.l-header.is-scrolling:not(.no-scroll)  .c-menu-button {
	height:86px; 
}

.l-header.is-scrolling:not(.no-scroll)  .c-menu-reveal {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.l-header.is-scrolling:not(.no-scroll)  .c-menu-button span {
    bottom: 13px;
}

.l-header.is-scrolling:not(.no-scroll)  .o-menu-icon {
    -ms-transform: translate(0, -18px);
    -webkit-transform: translate(0, -18px);
    transform: translate(0, -18px);
}

.l-header.is-scrolling:not(.no-scroll)  .c-navigation>ul>li,
.l-header.is-scrolling:not(.no-scroll)  .c-navigation.is-desktop>ul>li {
	height: 86px;
    line-height: 86px;
}

.l-header.is-scrolling:not(.no-scroll)  .c-navigation>ul>li>a.o-area-riservata {
	-webkit-transform: translate(0, 23px);
	-moz-transform: translate(0, 23px);
    -ms-transform: translate(0, 23px);
	-o-transform: translate(0, 23px);
    transform: translate(0, 23px);
}

.l-header.is-scrolling:not(.no-scroll)  .c-navigation>ul>li>a.o-notice i ,
.l-header.is-scrolling:not(.no-scroll)  .c-navigation>ul>li>a.o-email i {
	margin-top:0;
}

.l-header.is-scrolling:not(.no-scroll)  #o-src-reveal {
	bottom:27px;
}

/* Main logo
   ---- */

.c-main-logo {
    float: left;
    padding-left: 20px;
}

.c-main-logo img {
    width: auto;
    height: 55px;
	vertical-align:middle;
}
.c-main-logo .c-logo-mobile, .c-login  .c-logo-mobile { 
	display: none;
}

.l-header.is-scrolling:not(.no-scroll) .c-main-logo img {
	-webkit-transform: translate(0, 5px);
	-moz-transform: translate(0, 5px);
    -ms-transform: translate(0, 5px);
	-o-transform: translate(0, 5px);
    transform: translate(0, 5px);
}

/* Hamburger menu
   ---- */

.c-menu-button {
	width: 70px;
    height: 80px;
    position: relative;
    float: left;
    padding-left: 20px;
    cursor: pointer;
}

.c-menu-button:before {
    content: '';
    width: 0;
    height: 6px;
    background: #21416b;
    position: absolute;
	bottom: 0;
    left: 50%;
	-ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-webkit-transition: width .3s;
    -moz-transition: width .3s;
    -ms-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}

.c-menu-button:hover:before, 
.c-menu-button.is-open:before {
	width:80%;
}

.c-menu-button span {
    position: absolute;
    bottom: 15px;
    left: 20px;
    font-size: 1.2rem;
    color: #21436d;
    height: auto;
    line-height: 12px;
    text-transform: uppercase;
}

.c-menu-reveal {
    position: absolute;
	display:block;
	width: 32px;
	height: 32px;
	text-align: center;
	text-transform: uppercase;
	color: #21436d;
	background-color: transparent;
	border:0;
	cursor:pointer;
    top: 50%;
	z-index:999;
    -ms-transform: translate(0, -12px);
    -webkit-transform: translate(0, -12px);
    transform: translate(0, -12px);
	-webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition:opacity 0.3s;
}

.o-menu-icon {
    position: absolute;
    content: '';
    width: 20px;
    height: 4px;
    top: 50%;
	left: 6px;
    background-color: #21436d;
	z-index:1000;
    -ms-transform: translate(0, -11px);
    -webkit-transform: translate(0, -11px);
    transform: translate(0, -11px);
}

.o-menu-icon:before {
    position: absolute;
    width: 20px;
    height: 4px;
    background-color: #21436d;
    content: '';
    top: -6px;
    left: 0;
    z-index: 1000;
	-webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration:0.5s;
}

.o-menu-icon:after{
    position: absolute;
    width: 20px;
    height: 4px;
    background-color: #21436d;
    content: '';
    top: 6px;
    left: 0;
	z-index:1000;
	-webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration:0.5s;
}

.c-menu-button.is-open .c-menu-reveal .o-menu-icon:before {
    -webkit-transform: rotateZ(-45deg) scaleX(0.75) translate(-10.16px, -5px);
    -ms-transform: rotate(-45deg) scaleX(0.75) translate(-10.16px, -5px);
    transform: rotateZ(-45deg) scaleX(0.75) translate(-10.16px, -5px);
}

.c-menu-button.is-open .c-menu-reveal .o-menu-icon:after {
    -webkit-transform: rotateZ(45deg) scaleX(0.75) translate(-10.16px, 5px);
    -ms-transform: rotate(45deg) scaleX(0.75) translate(-10.16px, 5px);
    transform: rotateZ(45deg) scaleX(0.75) translate(-10.16px, 5px);
}

/* Hamburger menu > nav
   ---- */

.c-scroll-container {
    position: fixed;
	display:none;
	width:100%;
    top: 120px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0;
    z-index: 899;
	overflow-x: hidden;
	-ms-overflow-x: hidden; 
	overflow-y: auto;
	-ms-overflow-y: auto; 
    background-color: transparent;
	-webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    overflow-scrolling: touch;
	box-sizing: content-box;
    background-image: url(image/main-nav-bg.png);
    background-repeat: repeat;
    cursor: pointer;
	
}

.c-scroll-content {
	background-color:#fff;
	width:50%;
	left:-50%;
	padding:50px;
    position: relative;
    z-index: 900;
	cursor: default;
	-webkit-transition: left 0.7s ease-out;
    -moz-transition: left 0.7s ease-out;
    -ms-transition: left 0.7s ease-out;
    -o-transition: left 0.7s ease-out;
	transition: left 0.7s ease-out;
	height: 100%;
}

.c-scroll-content ul {
	list-style:none;
}

.c-scroll-content img {
	max-width:100%;
}

.c-scroll-container.is-open .c-scroll-content {
	display:block;
	left:0;
}

.c-scroll-content .o-title {
    font-family: 'Asap', serif;
	color:#21436d;
	font-size:2.4rem;
	font-weight:400;
	margin-top:0px;
	margin-bottom:20px;
}

.c-scroll-content ul.c-scroll-nav {
	list-style:none;
	padding-left:0;
	margin-bottom:50px;
}

.c-scroll-content ul.c-scroll-nav>li {
	margin-bottom:5px;
}

.c-scroll-content ul.c-scroll-nav>li>a {
	font-weight:300;
	font-size:1.7rem;
	color: #21436d;
    position: relative;
    display: inline-block;
	text-decoration:none;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.c-scroll-content ul.c-scroll-nav>li>a:hover {
    color: #4C9D2A;
    background-color: transparent;
	-webkit-transform: translate(5px);
	-moz-transform: translate(5px);
    -ms-transform: translate(5px);
	-o-transform: translate(5px);
    transform: translate(5px);
}

/* Hamburger menu > close
   ---- */

.o-scroll-close {
	position: fixed;
    font-size: 0;
    content: '';
    display: none;
	padding:0;
	top: 180px;
    left: 0;
	height: 33px;
    width: 33px;
    border: none;
    background: transparent;
    z-index: 900;
}

.c-scroll-container.is-open .o-scroll-close {
	left:calc(50% + 15px);
}

.o-scroll-close span {
    position: absolute;
    content: '';
    top: 0;
	font-size:0;
    background-color: #21436d;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.o-scroll-close:before{
	position:absolute;
    content: '';
	width: 4px;
	top: 50%;
	height: 45px;
	left: 50%;
	background-color: #ffffff;
	border: 0;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.o-scroll-close:after{
	position:absolute;
    content: '';
	width: 4px;
	height: 45px;
	top: 50%;
	left: 50%;
    background-color: #ffffff;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.o-scroll-close:focus{
	outline:0;
}

/* Right menu
   ---- */

.c-navigation {
	float:right;
	padding-right:82px;
}

.c-navigation>ul {
    margin: 0;
    padding: 0;
    color: #21436d;
}

.c-navigation>ul>li {
	float:left;
    display: block;
	position:relative;
    margin: 0 20px;
	padding: 0;
    height: 100px;
    line-height: 100px;
}

.c-navigation.is-desktop {
	display:block;
}

.c-navigation.is-desktop > ul > li {
	width:auto;
	height: 80px;
    line-height: 80px;
	background-color:transparent;
}

.c-navigation>ul>li>a {
	position:relative;
	display:block;
    color: #21436d;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.3rem;
}

.c-navigation>ul>li>a:link {
    padding: 0 22px;
}

.c-navigation>ul>li>a:hover, 
.c-navigation>ul>li>a:focus,
.c-navigation>ul>li>a:hover>i:before {
    color: #21436d;
    -webkit-transition: border .3s, color .3s;
    -moz-transition: border .3s, color .3s;
    -ms-transition: border .3s, color .3s;
    -o-transition: border .3s, color .3s;
    transition: border .3s, color .3s;
}

.c-navigation>ul>li.o-active>a:hover {
    color: #21436d;
}

#c-src-reveal:after,
.c-navigation>ul>li>a:after {
    content: '';
    width: 0;
    height: 6px;
    background: #21416b;
    position: absolute;
	bottom: 0;
    left: 50%;
	-ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-webkit-transition: width .3s;
    -moz-transition: width .3s;
    -ms-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}

.c-navigation>ul>li.c-notice>a:after ,
.c-navigation>ul>li.c-email>a:after ,
.l-header.is-scrolling:not(.no-scroll) .c-navigation>ul>li.c-notice>a:after ,
.l-header.is-scrolling:not(.no-scroll) .c-navigation>ul>li.c-email>a:after {
	bottom: 0;
}

#c-src-reveal:hover:after,
.c-navigation>ul>li.o-active>a:after,
.c-navigation>ul>li.c-has-dropdown.is-open>a:after,
.c-navigation>ul>li>a:hover:after {
	width: 100%;
}

.c-navigation>ul>li>a.o-area-riservata {
    color: #fff;
    background: #4C9D2A;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    text-decoration: none;
    height: 40px;
	line-height:40px;
	margin-left:10px;
	padding:0 12px;
    -webkit-transition: background-color 0.3s ;
    -moz-transition: background-color 0.3s ;
    -ms-transition: background-color 0.3s ;
    -o-transition: background-color 0.3s ;
    transition: background-color 0.3s ;
	-webkit-transform: translate(0, 30px);
	-moz-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
	-o-transform: translate(0, 30px);
    transform: translate(0, 30px);
    /*font-weight: 400;*/
	font-weight:900;
    font-size: 1.4rem;
}

.c-navigation>ul>li>a.o-area-riservata:hover, 
.c-navigation>ul>li>a.o-area-riservata:active,  
.c-navigation>ul>li>a.o-area-riservata:focus {
    background: #21436d;
}

.c-navigation>ul>li>a.o-area-riservata:hover:after {
	display:none;
}

.c-navigation>ul>li>a.o-email {
	height:100%;
	width: 80px;
}

.c-navigation>ul>li>a.o-notice {
	height:100%;
	width: 50px;
    margin: 0 10px;
}

.c-navigation>ul>li>a.o-generic {
	height:100%;
	padding: 0;
}

.l-header [class^="fa-"], .l-header [class*=" fa-"] {
	display: block;
    position: relative;
    top: 50%; 
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
	font-size: 38px;
}
.l-header [class^="o-icon-"]:before, .l-header [class*=" o-icon-"]:before {	
        width: 30px;
    height: 40px;
    display: block;
    margin: 0 20px;
}
.l-header .o-icon-notice:before {
    content: "";
    background: url("../images/notifiche.svg") no-repeat center center;
    background-size: 100% 100%;
}
.l-header .o-icon-email:before {
    content: "";
    background: url("../images/mail.svg") no-repeat center center;
    background-size: 100% 100%;
    width: 35px;
}
.l-header .o-icon-search:before {
    content: "";
    background: url("../images/icon-search-desktop.svg") no-repeat center center;
    background-size: 100% 100%;
}
.l-header .o-icon-mobile-menu:before {
    content: "";
    background: url("../images/mobile-menu.svg") no-repeat center center;
    background-size: 100% 100%;
	height: 30px;
    margin: 5px 0 0 25px;
}
.l-header .o-icon-area-riservata:before {
    content: "";
    background: url("../images/area-riservata.svg") no-repeat center center;
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
}
.c-navigation>ul>li>a.o-email i ,
.c-navigation>ul>li>a.o-notice i {
	margin: 0;
    display: block;
    padding: 0;
	position:absolute;
    left: 50%;
    bottom: 50%;
}
.c-navigation>ul>li>a.o-email i {
	font-size: 3.7rem;
    -ms-transform: translate(-50%, 18px);
    -webkit-transform: translate(-50%, 18px);
    transform: translate(-50%, 18px)
}

.c-navigation>ul>li>a.o-notice i {
	font-size: 3.2rem;
    -ms-transform: translate(-50%, 16px);
    -webkit-transform: translate(-50%, 16px);
    transform: translate(-50%, 16px)
}

/* Right menu > tooltip
   ---- */

.o-tooltip {
    position: absolute;
    height: 20px;
    line-height: 20px;
    font-size: 1.2rem;
	font-weight:600;
    padding: 0 10px;
	text-align:center;
	background:#fff;
    color: #21436d;
	white-space: nowrap;
	-ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
    box-shadow: 0 1px 10px rgba(0,0,0,.1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition:opacity 0.3s ease;
	z-index:880
}

.o-tooltip:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    z-index: 901;
}

a:hover ~ .o-tooltip ,
div:hover ~ .o-tooltip {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

.o-tooltip.o-tooltip-top {
    top: 0;
    border-bottom: solid 2px #4C9D2A;
    left: 50%;
    -ms-transform: translate(-50%, 15px);
    -webkit-transform: translate(-50%, 15px);
    transform: translate(-50%, 15px)
}

.o-tooltip.o-tooltip-top.o-tooltip-celeste {
    border-color: #92a6bc
}


body.is-scrolling:not(.no-scroll).o-tooltip.o-tooltip-top {
    -ms-transform: translate(-50%, 5px);
    -webkit-transform: translate(-50%, 5px);
    transform: translate(-50%, 5px)
}

.c-email .o-tooltip.o-tooltip-top ,
.c-notice .o-tooltip.o-tooltip-top,
#c-src-reveal .o-tooltip.o-tooltip-top,
.c-icon-area-riservata .o-tooltip.o-tooltip-top,
body.is-scrolling:not(.no-scroll).c-icon-area-riservata .o-tooltip.o-tooltip-top,
body.is-scrolling:not(.no-scroll).c-email .o-tooltip.o-tooltip-top,
body.is-scrolling:not(.no-scroll).c-notice .o-tooltip.o-tooltip-top ,
body.is-scrolling:not(.no-scroll)#c-src-reveal .o-tooltip.o-tooltip-top {
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.o-tooltip.o-tooltip-top:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #4C9D2A;
    left: 50%;
    -ms-transform: translate(-50%, 20px);
    -webkit-transform: translate(-50%, 20px);
    transform: translate(-50%, 20px)
}
.o-tooltip.o-tooltip-top.o-tooltip-celeste:after {
    border-top-color: #92a6bc
}

.o-tooltip.o-tooltip-left {
    top: 50%;
    left: 0;
    border-bottom: none;
    border-right: solid 2px #4C9D2A;
    -ms-transform: translate(-100%, 8px);
    -webkit-transform: translate(-100%, 8px);
    transform: translate(-100%, 8px)
}

.o-tooltip.o-tooltip-left:after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #4C9D2A;
    bottom: -10px;
    left: auto;
    right: 0;
    top: 50%;
    -ms-transform: translate(8px,-6px);
    -webkit-transform: translate(8px,-6px);
    transform: translate(8px,-6px)
}

.o-tooltip.o-tooltip-right {
    top: 50%;
    left: 100%;
    border-bottom: none;
    border-left: solid 2px #4C9D2A;
    -ms-transform: translate(0, 8px);
    -webkit-transform: translate(0, 8px);
    transform: translate(0, 8px)
}

.o-tooltip.o-tooltip-right:after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 8px solid #4C9D2A;
    bottom: -10px;
    left: 0;
    right: auto;
    top: 50%;
    -ms-transform: translate(-8px,-6px);
    -webkit-transform: translate(-8px,-6px);
    transform: translate(-8px,-6px)
}

.o-tooltip.o-tooltip-bottom {
    top: auto;
	left:50%;
	bottom:0;
    border-top: solid 2px #4C9D2A;
    -ms-transform: translate(-50%, 15px);
    -webkit-transform: translate(-50%, 15px);
    transform: translate(-50%, 15px)
}

.o-tooltip.o-tooltip-bottom:after {
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #4C9D2A;
    left: 50%;
    -ms-transform: translate(-8px, -16px);
    -webkit-transform: translate(-8px, -16px);
    transform: translate(-8px, -16px)
}

/* Right menu > sub menu
   ---- */

.c-navigation ul.c-submenu {
    display: none;
    position: absolute;
    list-style: none;
	left: 50%;
	z-index: 900;
    top: 0;
	width:450px;
    height: auto;
    background: #fff;
	padding:0;
    -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
    box-shadow: 0 1px 10px rgba(0,0,0,.1);
	-webkit-transform: translate(-50%, 100px);
	-moz-transform: translate(-50%, 100px);
    -ms-transform: translate(-50%, 100px);
	-o-transform: translate(-50%, 100px);
    transform: translate(-50%, 100px);
}

.c-navigation.is-mobile ul.c-submenu {
    display: none;
}

body.is-scrolling:not(.no-scroll).c-navigation ul.c-submenu {
	-webkit-transform: translate(-50%, 86px);
	-moz-transform: translate(-50%, 86px);
    -ms-transform: translate(-50%, 86px);
	-o-transform: translate(-50%, 86px);
    transform: translate(-50%, 86px);
}

.c-navigation ul.c-submenu > li {
	float:left;
	position:relative;
	border-bottom:solid 1px #bcbec0;
	font-size:1.4rem;
    text-decoration: none;
	text-align:center;
	padding:0;
	display:block;
}

.c-navigation ul.c-submenu > li:last-of-type {
	border-bottom:none;
}

.c-navigation ul.c-submenu > li:after {
    content: '';
    display: block;
    clear: both;
}

.c-navigation ul.c-submenu > li > div {
    color: #21436d;
}

.c-navigation ul.c-submenu > li.is-disabled > div {
    color: #bcbec0;
}

.c-navigation ul.c-submenu > li:first-of-type {
	float:left;
	display:block;
	position:relative;
}

.c-navigation ul.c-submenu > li:first-of-type:before {
	display:none;
}

.c-navigation ul.c-submenu > li .c-status,
.c-navigation ul.c-submenu > li .c-title,
.c-navigation ul.c-submenu > li .c-cta,
.c-navigation ul.c-submenu > li .c-date ,
.c-navigation ul.c-submenu > li .c-details {
	float:left;
	display:block;
	position:relative;
    line-height: 1.4em;
	padding:10px;
	text-align:left;
}

.c-navigation ul.c-submenu > li .c-status,
.c-navigation ul.c-submenu > li .c-title,
.c-navigation ul.c-submenu > li .c-cta {
    line-height: 1.4em;
	padding:10px;
	text-align:left;
}

.c-navigation ul.c-submenu > li .c-status {
	position:absolute;
	width:60px;
	top:50%;
	opacity:0;
	height:20px;
	padding:0 10px;
    -ms-transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
	z-index:900
}

.c-navigation ul.c-submenu > li .c-status .o-tooltip.o-tooltip-bottom {
	top:0;
	-webkit-transform: translate(-50%, 30px);
	-moz-transform: translate(-50%, 30px);
    -ms-transform: translate(-50%, 30px);
	-o-transform: translate(-50%, 30px);
    transform: translate(-50%, 30px);
}

.c-navigation ul.c-submenu > li:hover .c-status ,
.c-navigation ul.c-submenu > li.c-visible-notice  .c-status {
    opacity: 1;
	height:100%;
	-webkit-transition: opacity 3s;
    -moz-transition: opacity 3s;
    -ms-transition: opacity 3s;
    -o-transition: opacity 3s;
    transition:opacity 3s;
}

.c-navigation ul.c-submenu > li .c-details {
	width:450px;
	padding-left:80px;
}

.c-navigation ul.c-submenu > li:before {
    content: '';
	position: absolute;
	display: block;
	top: 10%;
	width:4px;
	height: 80%;
	background: #b33f29;
	-webkit-transform: translate(41px);
	-moz-transform: translate(41px);
    -ms-transform: translate(41px);
	-o-transform: translate(41px);
    transform: translate(41px);
	-webkit-transition: transform .6s;
    -moz-transition: transform .6s;
    -ms-transition: transform .6s;
    -o-transition: transform .6s;
    transition:transform .6s;
}


.c-navigation ul.c-submenu > li:hover:before,
.c-navigation ul.c-submenu > li.c-visible-notice:before {
	-webkit-transform: translate(63px);
	-moz-transform: translate(63px);
    -ms-transform: translate(63px);
	-o-transform: translate(63px);
    transform: translate(63px);
}

.c-navigation ul.c-submenu > li .c-title {
    width: 140px;
	text-align: left;
	padding:0;
	padding-left:10px;
	line-height:47px;
}

.c-navigation ul.c-submenu > li .c-cta {
    float: right;
    width: 310px;
	text-align: right;
	padding-right:10px;
}

.c-navigation ul.c-submenu > li .o-title {
    font-family: 'Asap', serif;
	font-size:2rem;
	color:#0166aa;
	float:none;
}

.c-navigation ul.c-submenu > li .o-cta {
    font-family: 'Asap', sans-serif;
    font-size: 1.4rem;
	font-weight:700;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
	height: 30px;
    line-height: 30px;
	padding:0 15px;
    background: #b3cd2b;
    float: none;
    display: inline-block;
    margin: auto;
	cursor:pointer;
    -webkit-transition: background-color 0.3s ;
    -moz-transition: background-color 0.3s ;
    -ms-transition: background-color 0.3s ;
    -o-transition: background-color 0.3s ;
    transition: background-color 0.3s ;
}

.c-navigation ul.c-submenu > li .o-cta:hover {
	background: #21436d;
}

body.no-scrolling .c-navigation ul.c-submenu {
	visibility:hidden;
}

/* On Off 
   ---- */

.c-navigation ul.c-submenu > li .c-switch ,
.c-mobile-navigation ul.c-submenu > li .c-switch {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 19px;
	margin-top:0;
}

.c-navigation ul.c-submenu > li .c-switch .o-switch ,
.c-mobile-navigation ul.c-submenu > li .c-switch .o-switch {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border:solid 2px #a7a7a7;
	border-radius: 34px;
}

.c-navigation ul.c-submenu > li .c-switch .o-switch:before ,
.c-mobile-navigation ul.c-submenu > li .c-switch .o-switch:before {
    position: absolute;
    content: "";
    width: 19px;
    height: 19px;
    right: -2px;
    bottom: -2px;
	background-color: #b8c95d;
	border-radius: 50%;
    border:solid 2px #b8c95d;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(148,148,148,1);
	-moz-box-shadow: 1px 1px 5px 0px rgba(148,148,148,1);
	box-shadow: 1px 1px 5px 0px rgba(148,148,148,1);
	-webkit-transition: transform .4s;
    -moz-transition: transform .4s;
    -ms-transition: transform .4s;
    -o-transition: transform .4s;
    transition:transform .4s;
}

.c-navigation ul.c-submenu > li .c-switch.is-disabled .o-switch:before ,
.c-mobile-navigation ul.c-submenu > li .c-switch.is-disabled .o-switch:before {
	background-color: #fff;
	-webkit-transform: translate(-19px);
	-ms-transform: translate(-19px);
	transform: translate(-19px);
}

/* Search button
   ---- */

#c-src-reveal{
	position:absolute;
	width:70px;
	height:100px;
	right:12px;
	top: 0;
	overflow:hidden;
}

#o-src-reveal{
	display: block;
	/*position: absolute;
	border: 0;
	bottom:34px;
    left: 50%;*/
    height:100%;
    /*-ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
	-webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition:opacity .3s;*/
	cursor:pointer
}

#o-src-reveal i {
	font-size: 3.2rem;
    margin: 0;
    display: block;
    padding: 0;
}

#o-src-reveal:focus{
	outline:0;
}

#o-src-reveal:hover i{
	color:#808285
}

/* Search form
   ---- */

.l-header .c-search-form {
    position: fixed;
    top: 149px;
    width: 100%;
    display: none;
    left: 0;
    right: 0;
    padding: 20px 0 11px 0;
    background-color: #f1f1f1;
    z-index: 899;
	-webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    overflow-scrolling: touch;
	box-sizing:content-box;
}

body.is-scrolling:not(.no-scroll).l-header .c-search-form {
    top: 86px;
}

.l-header .c-search-form .l-container-fluid {
    max-width: 1170px;
    margin: 0 auto;
    width: auto;
	position: relative;
}

.l-header .c-search-form input[type=text] {
    font-family: 'Asap', sans-serif;
    background-color: transparent;
    color: #21436d;
    font-weight: 300;
    font-size: 3rem;
    border: 0;
    width: 85%;
    text-align: left;
    padding: 10px 10px 10px 0;
    float: left;		
    height: 55px;
    line-height: 55px;
}

.l-header .c-search-form input[type=text]:-moz-placeholder {
    color: #21436d;
}

.l-header .c-search-form input[type=text]::-moz-placeholder {
    color: #21436d;
}

.l-header .c-search-form input[type=text]:-ms-input-placeholder {
    color: #21436d;
}

.l-header .c-search-form input[type=text]::-webkit-input-placeholder {
    color: #21436d;
}

.l-header .c-search-form input[type=submit] {
    position: relative;
    top: 10px;
	min-width:100px;
	height:43px;
	line-height:43px;
    border: 1px solid #4C9D2A;
    color: #fff;
	font-size: 1.4rem;
    background-color: #4C9D2A;
	font-weight: 900;
    letter-spacing: 1px;
	padding: 0 30px;
    float: right;
	text-transform: uppercase;
    cursor: pointer;
    text-align: center;
	-webkit-transition: color .3s, background-color .3s, border-color .3s;
    -moz-transition: color .3s, background-color .3s, border-color .3s;
    -ms-transition: color .3s, background-color .3s, border-color .3s;
    -o-transition: color .3s, background-color .3s, border-color .3s;
    transition: color .3s, background-color .3s, border-color .3s;
	font-family: 'Asap', sans-serif;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.l-header .c-search-form input[type=submit]:hover {
    background-color: #204d7c;
    border-color: #204d7c;
}

.l-header .c-search-form form:after {
    content: '';
    display: table;
    clear: both;
}

.l-header .c-search-form form {
    padding-bottom: 10px;
    border-bottom: 2px solid #4C9D2A;
}

.l-header .c-search-form input[type=text]:focus,
.l-header .c-search-form input[type=submit]:focus{
	outline:0;
}

/* Mobile button
   ---- */

.c-mobile-button {
	display:none;
}

/* Socials
   ---- */
   
.c-social-icons {
	display:block;
	padding:0;
	text-align:left;
	-webkit-transform: translate(0, 50px);
	-moz-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
	-o-transform: translate(0, 50px);
    transform: translate(0, 50px);
}

.c-social-icons > ul {
	list-style:none;
}

.c-social-icons > li {
	float:left;
	width:16.66%;
}

.c-social-icons > li > a {
	text-decoration:none;
}

.c-social-icons > li > a > i {
	font-size: 2rem;
}

.c-social-icons > li > a > i:before {
    -webkit-transition: color .3s linear;
    -moz-transition: color .3s linear;
    -ms-transition: color .3s linear;
    -o-transition: color .3s linear;
    transition: color .3s linear;
}

.c-social-icons > li > a:hover > i:before {
    color: #4C9D2A;
}

.c-social-icons > li:last-of-type {
    margin: 0;
}

/* Breakpoints
   ---- */

@media (max-width: 320px) {

	/* Header
	   ---- */

	.c-main-logo img {
		max-width:80%;
	}

	/* Mobile navigation
	   ---- */
	
	.c-navigation.is-mobile {
		top: 125.55px;
	}

	/*
	.c-navigation.is-mobile > ul > li {
		width:47.5%;
		padding:0 1%;
		margin:0 0 1% 1%;
	}
	
	.c-navigation.is-mobile > ul > li:nth-child(2n) {
		margin-right:0;
	}
	*/

	/* Search
	   ---- */

	.l-header .c-search-form input[type=text] {
		font-size: 1.8rem;
		width: 60%;
	}	
	
	.l-header .c-search-form input[type=submit] {
		font-size: 1.6rem;
		width: 40%;
		min-width:inherit;
	}	

	.l-header .c-search-form form:after {
		position: absolute;
		bottom: 0;
		width:55%;
		height:2px;
		background:#4C9D2A;
	}

}

@media (max-width: 480px) {

	/* Body
	   ---- */
	
	body.is-scrolling:not(.no-scroll){
		padding-top:125.5px;
	}

	.l-header.is-scrolling:not(.no-scroll) .o-icon-mobile-menu:before {
		margin: 8px 0 0 25px;
	}

	/* Header
	   ---- */

	.c-iccrea-logo img,
	.c-bcc-logo img {
		height: 15px;
		width: auto;
	}

	.l-header {
		height:70px;
		line-height:70px;
	}

	/* Burger menu
	   ---- */
	   
	.c-menu-button span {
		display:none;
	}
	/*
	.c-menu-reveal {
		width: 18px;
		height: 18px;
		-ms-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	.l-header.is-scrolling:not(.no-scroll) .o-menu-icon {
		-ms-transform: translate(0, -11px);
		-webkit-transform: translate(0, -11px);
		transform: translate(0, -11px);
	}

	.c-menu-button {
		width:60px;
		height: 86px;
	}

	.c-menu-button span {
		font-size: 0.75rem;
		line-height:10px;
		bottom:21px;
	}

	.o-menu-icon,
	.o-menu-icon:before ,
	.o-menu-icon:after {
		width: 21px;
		height:2px
	}
	
	.o-menu-icon:before {
		top: -7px;
	}

	.o-menu-icon:after {
		top: 7px;
	}

	.c-menu-button.is-open .c-menu-reveal .o-menu-icon:before {
		left:0;
		-webkit-transform: rotateZ(-45deg) scaleX(0.75) translate(-7px, -2.33px);
		-ms-transform: rotate(-45deg) scaleX(0.75) translate(-7px, -2.33px);
		transform: rotateZ(-45deg) scaleX(0.75) translate(-7px, -2.33px);
	}
	
	.c-menu-button.is-open .c-menu-reveal .o-menu-icon:after {
		left:0;
		-webkit-transform: rotateZ(45deg) scaleX(0.75) translate(-7px, 2.33px);
		-ms-transform: rotate(45deg) scaleX(0.75) translate(-7px, 2.33px);
		transform: rotateZ(45deg) scaleX(0.75) translate(-7px, 2.33px);
	}
	
	/* Hamburger menu > nav
	   ---- */

	.c-scroll-container {
		top:125.5px;
	}
	
	.o-scroll-overlay {
		top:125.5px;
	}

	.c-scroll-content {
		width:80%;
		left:-80%;
		padding:20px 0 50px 0;
		position: relative;
	}

	.c-scroll-content .o-title {
		margin-bottom: 20px;
	}
	
	.o-scroll-close {
		display: none;
	}
	
	/* Hamburger menu > close
	   ---- */
	
	.c-scroll-container.is-open .o-scroll-close {
		top:141px;
		left:50%;
	}

	/* Search
	   ---- */
	/*
	#o-src-reveal,
	.l-header.is-scrolling:not(.no-scroll) #o-src-reveal {
		bottom:5px;
		-ms-transform: translateY(5px);
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}*/
	
	#c-src-reveal {
		height: 70px;
	}

	.l-header .c-search-form {
		top: 125.48px;
	}

	/* Icons
	   ---- */

	.c-navigation.is-mobile .c-icon-area-riservata i:before,
	.c-navigation.is-mobile .c-email i:before ,
	.c-navigation.is-mobile .c-notice i:before {
		font-size: 3.2rem;
		-webkit-transform: translate(-50%, -32px);
		-moz-transform: translate(-50%, -32px);
		-ms-transform: translate(-50%, -32px);
		-o-transform: translate(-50%, -32px);
		transform: translate(-50%, -32px);
	}

	.c-navigation.is-mobile .c-icon-area-riservata i:after,
	.c-navigation.is-mobile .c-email i:after ,
	.c-navigation.is-mobile .c-notice i:after {
		-webkit-transform: translate(0, 16px);
		-moz-transform: translate(0, 16px);
		-ms-transform: translate(0, 16px);
		-o-transform: translate(0, 16px);
		transform: translate(0, 16px);
	}
	
}

@media (max-width: 992px) {

	.c-main-logo .c-logo-mobile, .c-login  .c-logo-mobile { 
			display: inline-block;
	}
	.c-main-logo .c-logo-desktop, .c-login  .c-logo-desktop { 
		display: none;
	}
	.c-login  .c-logo-mobile { 
		max-height: 50px 
	}
	
	.l-header.is-scrolling:not(.no-scroll) .c-mobile-button {
		-ms-transform: translate(0, -8px);
		-webkit-transform: translate(0, -8px);
		transform: translate(0, -8px);
	}
	
	.c-mobile-button i {
		font-size: 2.8rem;
		margin: 0;
		display: block;
		padding: 0;
	}
/*ALEXANDER*/
	.c-navigation {padding-right: 0}
	.c-navigation.is-desktop > ul > li {
    height: 50px;
    line-height: 50px;
		
	}
	.l-header [class^="fa-"], .l-header [class*=" fa-"] {font-size: 26px;
    top: 60%;
	}
	.row {margin:0}
	
	/*.c-navigation:not(.c-navigation2) {
		position: fixed;
		list-style: none;
		top: 150px;
		left:0;
		right:0;
		bottom:0;
		width:100%;
		padding:0;
		z-index: 898;
		background-image: url(image/main-nav-bg.png);
		background-repeat: repeat;
		display:none;
		cursor: pointer;
		-webkit-overflow-scrolling: touch;
		-moz-overflow-scrolling: touch;
		-o-overflow-scrolling: touch;
		overflow-scrolling: touch;
		box-sizing:content-box;
		overflow-x: hidden;
		-ms-overflow-x: hidden; 
		overflow-y: auto;
		-ms-overflow-y: auto; 
	}
*/
	.l-header.is-scrolling:not(.no-scroll) .c-navigation.is-open {
		top: 86px;
	}
	
	.c-navigation.is-mobile > ul {
		float:right;
		z-index:901;
		background:#e7eaec;
		padding:5px
	}

	.c-navigation.is-mobile > ul > li {
		padding:5px;
		margin:0 5px 0 0;
	}

	.c-navigation.is-mobile > ul > li:nth-child(2n) {
		float:right;
		margin-right:0;
	}

	.c-navigation.is-mobile > ul > li:nth-child(3n) {
		float:left;
		margin-right:5px;
	}

	.c-navigation.is-mobile > ul > li {
  		display: table;
		position:relative;
		text-align:center;
		padding:0;
		background-color:#f5f5f5;
	}

	.c-navigation.is-mobile > ul > li > a:link {
		padding:0;
	}

	.c-navigation.is-mobile>ul>li:hover {
		background-color:#0166aa;
		-webkit-transition: color .3s, background-color .3s, background-image .3s;
		-moz-transition: color .3s, background-color .3s, background-image .3s;
		-ms-transition: color .3s, background-color .3s, background-image .3s;
		-o-transition: color .3s, background-color .3s, background-image .3s;
		transition: color .3s, background-color .3s, background-image .3s;
	}


	.l-header .c-navigation.is-mobile>ul>li:hover .o-icon-notice:after,
	.l-header .c-navigation.is-mobile>ul>li:hover .o-icon-email:after {
    color: #fff;	}
	
	.l-header .c-navigation.is-mobile>ul>li:hover .o-icon-notice:before {
    	background-image: url("../images/notifiche-white.svg");
	}
	.l-header .c-navigation.is-mobile>ul>li:hover .o-icon-email:before {
    	background-image: url("../images/mail-white.svg");
	}
	
	.c-navigation.is-mobile>ul>li:hover a,
	.c-navigation.is-mobile>ul>li a:hover {
		background-color:none;
		color:#fff;
	}

	.l-header.is-scrolling:not(.no-scroll) .c-navigation.is-mobile>ul>li {
		padding:0;
	}
	
	.c-navigation.is-mobile > ul > li:after,
	.c-navigation.is-mobile > ul > li>a:after {
		display: none;
	}

	.c-navigation.is-mobile > ul > li > a {
		display: table-cell;
		vertical-align: middle;
		width:100%;
		line-height:1.2em;
		font-size:1.6rem;
		color: #fff;
		text-decoration: none;
		text-align:center;
		overflow:hidden;
		position:relative;
	}
	
	.c-navigation.is-mobile > ul > li.o-active:before {
		display:none;
	}

	.c-navigation.is-mobile>ul>li>a.o-area-riservata ,
	.l-header.is-scrolling:not(.no-scroll) .c-navigation.is-mobile>ul>li>a.o-area-riservata {
		background:none;
		margin:0;
		height: 100%;
		padding:0;
		-webkit-transform: translate(0);
		-moz-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0);
	}

	.c-navigation.is-mobile>ul>li>a.o-email i, 
	.c-navigation.is-mobile>ul>li>a.o-notice i {
		position: absolute;
		width: 100%;
		max-height: 100%;
		margin: 0;
		display: block;
		padding: 0;
		left: 50%;
		top:0;
		bottom:0;
		-ms-transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	
	.c-navigation.is-mobile>ul>li>a>i:before,
	.c-navigation.is-mobile>ul>li>a.o-email i:before, 
	.c-navigation.is-mobile>ul>li>a.o-notice i:before {
		color: #fff;
		position:absolute;
		left: 50%;
		top: 50%;
		margin:0
	}

	#c-src-reveal {
		width: 40px;
		right: 30px;
	}

	body.is-scrolling:not(.no-scroll).l-header .c-search-form {
		top: 125.5px;
	}

	/* Icons
	   ---- */
	
	.c-navigation.is-mobile .c-icon-area-riservata i:after,
	.c-navigation.is-mobile .c-email i:after ,
	.c-navigation.is-mobile .c-notice i:after {
		font-family: 'Asap', sans-serif;
		font-weight:700;
		display:block;
		opacity: 1;
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
		padding:0;
		background:none;
		color:#21436d;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		border:none;
		text-transform:initial;
		content:attr(icon-title); 
		font-size: 1.2rem;
	}

	/*.c-navigation.is-mobile .c-icon-area-riservata i:after {
		color:#fff;
	}*/

	.c-navigation.is-mobile .c-notice i:after {
		content:attr(icon-title); 
		font-size: 1.2rem;
	}
	
	.c-navigation.is-mobile .o-generic i:after {
	    font-style: normal;
	    font-weight: 400;
	}
	
	.l-header .c-navigation.is-mobile .o-generic i {
		top: 0%;
    	transform: none;
	}
	.c-navigation.is-mobile .o-generic i:before {
		transform: translate(-50%, -30px);
	}
	

	.l-header .o-icon-area-riservata:before {
		background: url("../images/area-riservata.svg") no-repeat center center;
		
		width: 35px;
		height: 40px;
	}

	.l-header .o-icon-search:before {
		content: "";
		background: url("../images/icon-search-mobile.svg") no-repeat center center;
		width: 40px;
		height:22px;
		margin:0
	}
	
	.l-header .o-icon-mobile-menu:before {
		height:22px;
		margin-top:0;
		margin-left:0 !important
	}

	/*.l-header .c-icon-area-riservata {
		background: #264d7b !important;
	}*/

	/* Tooltip
	   ---- */
	/*ALEXANDER*/
	/*.o-tooltip {
		display:none;
	}*/
	
}

@media (max-width: 1200px) {

	/* Socials
	   ---- */
	
	.c-social-icons > li > a > i {
		font-size:1.6rem;
	}
	
}

@media (min-width: 481px) and (max-width: 992px) {

	.l-header .o-icon-mobile-menu:before {
		margin: 0 0 0 25px;
	}

	.l-header.is-scrolling:not(.no-scroll) .o-icon-mobile-menu:before {
		margin: 8px 0 0 25px;
	}

	/* Mobile navigation
	   ---- */
	   
	/*

	.c-navigation.is-mobile > ul > li {
		width:22.25%;
		padding:0 1%;
		margin:0%;
		border:solid 5px #e7eaec;
		border-right:none;
	}

	.c-navigation.is-mobile > ul > li:first-of-type {
		border-right:solid 5px #e7eaec;
	}
	
	.c-navigation.is-mobile > ul > li:nth-child(4n) {
		magin-right:0;
	}
	
	*/

	/* Burger menu
	   ---- */

	/*
	.c-menu-reveal {
		width: 27px;
		height: 27px;
	}

	.l-header.is-scrolling:not(.no-scroll) .o-menu-icon {
		-ms-transform: translate(0, -11px);
		-webkit-transform: translate(0, -11px);
		transform: translate(0, -11px);
	}

	.c-menu-button {
		width:60px;
		height: 100px;
	}

	.c-menu-button span {
		font-size: 1rem;
		line-height: 10px;
	}

	.o-menu-icon,
	.o-menu-icon:before ,
	.o-menu-icon:after {
		width: 27px;
		height:3px
	}
	
	.o-menu-icon:before {
		top: -9px;
	}

	.o-menu-icon:after {
		top: 9px;
	}

	.c-menu-button.is-open .c-menu-reveal .o-menu-icon:before {
		left:0;
		-webkit-transform: rotateZ(-45deg) scaleX(0.75) translate(-9px, -3px);
		-ms-transform: rotate(-45deg) scaleX(0.75) translate(-9px, -3px);
		transform: rotateZ(-45deg) scaleX(0.75) translate(-9px, -3px);
	}
	
	.c-menu-button.is-open .c-menu-reveal .o-menu-icon:after {
		left:0;
		-webkit-transform: rotateZ(45deg) scaleX(0.75) translate(-9px, 3px);
		-ms-transform: rotate(45deg) scaleX(0.75) translate(-9px, 3px);
		transform: rotateZ(45deg) scaleX(0.75) translate(-9px, 3px);
	}

	/* Search
	   ---- */

	#c-src-reveal {
		right: 40px;
	}

	#o-src-reveal{
		bottom:10px;
		-ms-transform: translate(0,0);
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}
	
	.l-header.is-scrolling:not(.no-scroll) #o-src-reveal {
		/*bottom:10px;
		-ms-transform: translate(0, 5px);
		-webkit-transform: translate(0, 5px);
		transform: translate(0, 5px);*/
	}
	
}

@media (min-width: 321px) and (max-width: 480px) {

	/*
	.c-navigation.is-mobile {
		top: 125.55px;
	}
	

	.c-navigation.is-mobile > ul > li {
		width:31.66%;
		padding:0 1%;
		margin:0%;
		border:solid 5px #e7eaec;
		border-right:none;
	}

	.c-navigation.is-mobile > ul > li:first-of-type {
		border-right:solid 5px #e7eaec;
	}

	.c-navigation.is-mobile > ul > li:nth-child(3n) {
		margin-left:0;
	}
	
	*/
	
	.l-header .c-search-form input[type=text] {
		width: 70%;
	}	
	
	.l-header .c-search-form input[type=submit] {
		width: 30%;
		min-width:inherit;
	}	

}

@media (min-width: 481px) and (max-width: 662px) {

	/* Icons
	   ---- */
	
	.c-navigation.is-mobile .c-icon-area-riservata i:before,
	.c-navigation.is-mobile .c-email i:before ,
	.c-navigation.is-mobile .c-notice i:before {
		font-size: 3.6rem;
		-webkit-transform: translate(-50%, -36px);
		-moz-transform: translate(-50%, -36px);
		-ms-transform: translate(-50%, -36px);
		-o-transform: translate(-50%, -36px);
		transform: translate(-50%, -36px);
	}

	.c-navigation.is-mobile .c-icon-area-riservata i:after,
	.c-navigation.is-mobile .c-email i:after ,
	.c-navigation.is-mobile .c-notice i:after {
		-webkit-transform: translate(0, 18px);
		-moz-transform: translate(0, 18px);
		-ms-transform: translate(0, 18px);
		-o-transform: translate(0, 18px);
		transform: translate(0, 18px);
	}
	
	.l-header .c-search-form input[type=text] {
		width: 65%;
	}	
	
	.l-header .c-search-form input[type=submit] {
		width: 25%;
		min-width:inherit;
	}	

}

@media (min-width: 663px) and (max-width: 992px) {

	/* Icons
	   ---- */

	/*
	.c-navigation.is-mobile .c-icon-area-riservata i:before,
	.c-navigation.is-mobile .c-email i:before ,
	.c-navigation.is-mobile .c-notice i:before {
		font-size: 4.8rem;
		-webkit-transform: translate(-50%, -48px);
		-moz-transform: translate(-50%, -48px);
		-ms-transform: translate(-50%, -48px);
		-o-transform: translate(-50%, -48px);
		transform: translate(-50%, -48px);
	}

	.c-navigation.is-mobile .c-icon-area-riservata i:after,
	.c-navigation.is-mobile .c-email i:after ,
	.c-navigation.is-mobile .c-notice i:after {
		-webkit-transform: translate(0, 24px);
		-moz-transform: translate(0, 24px);
		-ms-transform: translate(0, 24px);
		-o-transform: translate(0, 24px);
		transform: translate(0, 24px);
	}*/
	
	.c-navigation.is-mobile .c-icon-area-riservata i:after,
	.c-navigation.is-mobile .c-email i:after ,
	.c-navigation.is-mobile .c-notice i:after {
		-webkit-transform: translate(0, 16px);
		-moz-transform: translate(0, 16px);
		-ms-transform: translate(0, 16px);
		-o-transform: translate(0, 16px);
		transform: translate(0, 16px);
	}

}

@media (min-width: 992px) and (max-width: 1200px) {

	/* Desktop navigation tablet
	   ---- */
	
	.c-navigation {
		padding-right: 65px;
	}
	
	.c-navigation>ul>li {
		margin: 0;
	}
	
	.c-navigation>ul>li>a:link {
		padding: 0 10px;
	}
	
	#c-src-reveal {
		width: 70px;
		right: 5px;
	}

}

/* Tiles breakpoint */

@media (max-width: 320px) {

	/* Mobile navigation
	   ---- */
	
	.c-navigation.is-mobile > ul > li {
		width:90px !important;
		height:90px !important;
		line-height:90px !important;
	}

}

@media (min-width: 321px) and (max-width: 992px) {

	/* Mobile navigation
	   ---- */
	
	.c-navigation.is-mobile > ul > li {
		width:100px !important;
		height:100px !important;
		line-height:100px !important;
	}

}

@media (min-width: 0px) and (max-width: 768px) {
	
	.c-note-head {
    	padding: 4px 0;
	}

	.l-header,
	.l-header.is-scrolling:not(.no-scroll) {
		height: 50px;
		line-height: 50px;	
	}
	
	/*.c-scroll-content .o-title {
    	font-size: 2rem;
    	margin-bottom: 15px;
	}*/
	
	.c-scroll-content ul.c-scroll-nav {
    	margin-bottom: 0px;
    	display: none;
    	background: #fff
	}
	.c-scroll-content ul.c-scroll-nav.is-open {
		display: block
	}
	.c-scroll-content ul.c-scroll-nav li {
		margin: 0;
	}
	.c-scroll-content ul.c-scroll-nav li a {
		display: block;
		padding: 10px 0 10px 20px 
	}
	.c-scroll-content ul.c-scroll-nav li:last-child { 
		border-bottom: 1px solid #d8d7d8;
	}
	.c-scroll-content ul.c-scroll-nav li a:hover {
		background-color: rgba(178,206,39,.5) !important;
    	color: #21436d !important;
    	font-weight: 500;
    	transform: none !important;
    	color: #21436d !important
    }
	.c-scroll-content {
		width: 100%;
    	height: 100%;
    	padding: 0
    }
	.c-scroll-content .row div { padding: 0 }
	.c-scroll-content .o-title {
		border-bottom: 1px solid #d8d7d8;
		color: #21436d;
    	padding: 13px 0 10px 10px;
    	background: #fff;
    	font-size: 1.7rem;
    	font-family: Asap,sans-serif;
    	margin: 0;
    	font-weight: 300;
    	transition: background .3s ease-out;
		position:relative;
	}
	.c-scroll-content .o-title.is-open {
		background-color: rgba(178,206,39,.5);
    	color: #21436d;
    	font-weight: 500
    }
	.c-scroll-container.is-open .o-scroll-close { display: none !important }
	.c-menu-button,
	.c-mobile-button,
	.l-header.is-scrolling:not(.no-scroll) #c-src-reveal, .l-header.is-scrolling:not(.no-scroll) .c-menu-button,
	.c-menu-button,
	.c-mobile-button,
	#c-src-reveal {
		height: 50px;
	}

	.c-scroll-container {
		top: 50px;
	}

	.c-scroll-container.is-open .o-scroll-close {
		top: 105px;
	}
	
	.c-navigation.is-mobile {
		top: 98px;
	}

	.l-header .c-search-form {
		top: 98px ;
	}
	
	.c-iccrea-logo img,
	.c-bcc-logo img {
		height: 20px;
		width: auto;
	}
	
	.c-menu-reveal {
		width: 18px;
		height: 18px;
		-ms-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	.l-header.is-scrolling:not(.no-scroll) .o-menu-icon {
		-ms-transform: translate(0, -11px);
		-webkit-transform: translate(0, -11px);
		transform: translate(0, -11px);
	}

	.c-menu-button {
		width:60px;
	}

	.o-menu-icon,
	.o-menu-icon:before ,
	.o-menu-icon:after {
		width: 21px;
		height:2px
	}
	
	.o-menu-icon:before {
		top: -7px;
	}

	.o-menu-icon:after {
		top: 7px;
	}

	.c-menu-button.is-open .c-menu-reveal .o-menu-icon:before {
		left:0;
		-webkit-transform: rotateZ(-45deg) scaleX(0.75) translate(-7px, -2.33px);
		-ms-transform: rotate(-45deg) scaleX(0.75) translate(-7px, -2.33px);
		transform: rotateZ(-45deg) scaleX(0.75) translate(-7px, -2.33px);
	}
	
	.c-menu-button.is-open .c-menu-reveal .o-menu-icon:after {
		left:0;
		-webkit-transform: rotateZ(45deg) scaleX(0.75) translate(-7px, 2.33px);
		-ms-transform: rotate(45deg) scaleX(0.75) translate(-7px, 2.33px);
		transform: rotateZ(45deg) scaleX(0.75) translate(-7px, 2.33px);
	}

	.c-main-logo img {
		height:20px;
	}

	.l-header.is-scrolling:not(.no-scroll) .c-main-logo img {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	
	/* Mobile button
	   ---- */
	
	.c-mobile-button {
		/*
		position: absolute;
		display: block;
		top: 50%;
		-ms-transform: translate(0, -8px);
		-webkit-transform: translate(0, -8px);
		transform: translate(0, -8px);
		right: 20px;
		width: 20px;
		height: 48px;
		cursor: pointer;
		text-align: center;*/
		position: absolute;
		width: 35px;
		right: 0;
		display: block;
	}

	.l-header.is-scrolling:not(.no-scroll) #o-src-reveal {
		bottom:0;
		-ms-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.c-menu-button span {
		display:none;
	}

	.l-header .c-search-form input[type=submit] {
		height:40px;
		line-height:40px;
		text-align:center;
		padding:0
	}
	
	.l-header .c-search-form input[type=text] {
		font-size:2rem;
	}

	.l-header .c-search-form {
		padding: 0 0 15px 0;
	}
	
	.l-header .c-search-form form {
		border-bottom: none;
		height: 50px;
		position: relative;
	}
	#c-src-reveal:after, .c-menu-button:before {
    	content: none;
    }
}

@media (min-width: 0px) and (max-width: 320px) {

	.l-header .c-search-form form:after {
		position: absolute;
		bottom: 0;
		width:55%;
		height:2px;
		background:#4C9D2A;
	}

}

@media (min-width: 321px) and (max-width: 480px) {

	.l-header .c-search-form form:after {
		position: absolute;
		bottom: 0;
		width:65%;
		height:2px;
		background:#4C9D2A;
	}

}

@media (min-width: 481px) and (max-width: 767px) {

	.l-header .c-search-form form:after {
		position: absolute;
		bottom: 0;
		width:80%;
		height:2px;
		background:#4C9D2A;
	}

	.l-header .c-search-form input[type=submit] {
		width: 15%;
		min-width:inherit;
	}	

}

@media (min-width: 769px) and (max-width: 992px) {
	
	.l-header .c-search-form input[type=submit] {
		width: 15%;
		min-width:inherit;
	}	

	.c-mobile-button {
		position: absolute;
		width: 35px;
		height:100px;
		right: 0;
		display: block;
	}

	.l-header.is-scrolling:not(.no-scroll) #c-src-reveal,
	.l-header.is-scrolling:not(.no-scroll) .c-mobile-button {
		height: 86px;
	}

	.c-iccrea-logo img,
	.c-bcc-logo img {
		height: 30px;
		width: auto;
	}

	.c-main-logo img {
		height: 35px;
	}

	.c-scroll-container {
		top: 128px;
	}

	.c-navigation.is-mobile {
		top: 128px;
	}

	.l-header .c-search-form {
		top: 128px ;
	}

}
.nopaddtop { padding-top: 0 }

.c-breadcrumb2 {
	background: rgba(245, 245, 245, 0.80);
}

.c-breadcrumb2 ul {
	list-style-type: none;
	margin: 0;
	font-size: 1.6rem;
	padding: 0
}

.c-breadcrumb2 ul li { 
	float: left;
	padding: 10px;
	position:relative;
	font-weight: 300;
}

.c-breadcrumb2 ul li:first-child { 
	padding: 10px;
}

.c-breadcrumb2 ul li:last-child { 
	font-weight: 400;
}
.c-breadcrumb2 ul ul li:last-child { 
	font-weight: 300;
}

.c-breadcrumb2 ul li.o-home a {
	width: 24px;
	height: 22px;
	position:relative;
	display: block;
	float: left;
}

.c-breadcrumb2 ul li.o-home a img {
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    position:absolute;
    top: 0;
    left: 0;
}

.c-breadcrumb2 ul li.o-home a:hover img,
.c-breadcrumb2 ul li.o-home a img.o-breadcrumb-hover {
	opacity: 0;
}

.c-breadcrumb2 ul li.o-home a:hover img.o-breadcrumb-hover {
	opacity: 1;
}

/*
.c-breadcrumb2 ul li.o-home a {
    background: url("../images/icona-home-b-verde.svg");
}
.c-breadcrumb2 ul li.o-home a img{
    -webkit-transition: opacity .3s ease-in-out;
  	-moz-transition: opacity .3s ease-in-out;
  	-ms-transition: opacity .3s ease-in-out;
  	-o-transition: opacity .3s ease-in-out;
  	transition: opacity .3s ease-in-out;
}
.c-breadcrumb2 ul li.o-home a:hover img {
	opacity: 0
}

/*
.c-breadcrumb2 ul li:not(:first-child):not(:nth-child(2)):before {
	content: ">";
	display: inline-block;
	position: absolute;
    left: 0;
    font-weight: 300;
}
*/

.c-breadcrumb2 ul li.c-breadcrumb-parent {
    padding-right: 20px;
}

.c-breadcrumb2 ul li.c-breadcrumb-parent ul {
    left: 0px !important;
}

.c-breadcrumb2 ul li.c-breadcrumb-parent ul li {
	font-size:1.6rem;
}
.c-breadcrumb2 ul li.c-breadcrumb-parent ul li.o-sel { font-weight: 400 }
/*.c-breadcrumb2 ul li.c-breadcrumb-parent:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    border-right: 4px solid #4C9D2A;
    border-bottom: 4px solid #4C9D2A;
    -ms-transform: translate(-40px, -70%) rotate(45deg);
    transform: translate(-40px, -70%) rotate(45deg);
}*/

.c-breadcrumb2:not(.c-breadcrumb3) ul > li:not(:last-child):after {
	content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    font-weight: 300;
    background: url(../image/freccia-right-grigia.png) no-repeat center center;
    width: 12px;
    height: 50%;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
}
.c-breadcrumb2:not(.c-breadcrumb3) ul ul > li:after { content: none !important }

.c-breadcrumb2 ul ul li:before {
	content: none !important;
}

.c-breadcrumb2 ul ul li {
	padding: 10px !important;
}
.c-breadcrumb2 ul li a {
	text-decoration: none
}

.c-breadcrumb2 a {
	color: #21436d;
}

.c-breadcrumb2 ul li.c-breadcrumb-has-dropdown {
	cursor:pointer;
	padding:0
}

.c-breadcrumb2 ul li a {
	display: inline-block;
	-webkit-transition: background-color .3s, color .3s;
    -moz-transition: background-color .3s, color .3s;
    -ms-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
}
.c-breadcrumb2 ul li:hover a {
   color: #4C9D2A;
}

.c-breadcrumb2 ul  li:hover ul a {
   color: #21436d; 
}


.c-breadcrumb2 ul ul li a {
	-webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.c-breadcrumb2 ul ul li:hover a {
   color: #4C9D2A;
   
   -webkit-transform: translate(5px);
	-moz-transform: translate(5px);
    -ms-transform: translate(5px);
	-o-transform: translate(5px);
    transform: translate(5px); 
}

/*
.c-breadcrumb2 ul ul {
	display:none;
	position:absolute;
	top:40px;
	left: 20px;
	font-size: 1.4rem;
	background: #ccc;
	z-index:999;
    border-top: 3px solid #0166aa;
    background-color: #fff;
	width: 200px;
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
    box-shadow: 0 1px 10px rgba(0,0,0,.1);
}
*/

.c-breadcrumb2 ul ul {
display: none;
    position: absolute;
    top: 40px;
    left: 20px;
    font-size: 1.4rem;
    background: #ccc;
    z-index: 999;
    border-top: 3px solid #0166aa;
    background-color: #fff;
    width: 200px;
    -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
    box-shadow: 0 1px 10px rgba(0,0,0,.1);
}


.c-breadcrumb-children {
	position:inherit !important
}

.c-breadcrumb2 ul ul li {
	display:block;
	float:none;
	width:100%;
}

.c-breadcrumb2 ul li:hover ul {
	display: block;
}

@media (max-width: 768px) {
	.c-breadcrumb2 { display: none }
}

/* mod */

.c-breadcrumb3 {
    height: 92px;
    margin-bottom: 10px;
}

.c-breadcrumb3 ul .c-breadcrumb-children ul {
    left: 0;
	display:block;
	width:100%;
	z-index:898;
	padding-left:15px;
    -moz-box-shadow: 0 5px 5px rgb(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 5px 5px rgb(0, 0, 0, 0.05);
    box-shadow: 0 5px 5px rgb(0, 0, 0, 0.05);
    top: 40px;
	border: 0px
}

.c-breadcrumb3 ul li.c-breadcrumb-parent {
    padding-right: 30px;
}

/*.c-breadcrumb3 ul li.c-breadcrumb-parent:before ,
.c-breadcrumb3 ul li.c-breadcrumb-parent:after {
	display:none;
}*/

.c-breadcrumb3 ul li.c-breadcrumb-parent {
	background:#fff;
	padding-left:30px;
}


.c-breadcrumb3 ul li:not(.c-breadcrumb-parent):not(.c-breadcrumb-children):not(:nth-last-child(3)) { 
    background: url("../images/freccia-dx-bianca.svg") no-repeat right center;
    padding-right: 30px
}
.c-breadcrumb3 ul ul li { background: none !important; padding-right: 10px }

.c-breadcrumb3 ul li.o-sel, .c-breadcrumb3 ul ul li.o-sel:last-child {
	font-weight: 500
}

.c-breadcrumb3 ul li.c-breadcrumb-parent:before {
	    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 21px 0 21px 15px;
    border-color: transparent transparent transparent #F5F5F5;
    line-height: 0px;
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0px, -50%) rotate(0deg);
}

.c-breadcrumb3 ul li.c-breadcrumb-parent:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 21px 0 21px 15px;
	border-color: transparent transparent transparent #fff;
	line-height: 0px;
	content: "";
	position: absolute;
	top:0;
	right:-15px;
	transform: translateY(0%);
}

.c-breadcrumb3 ul .c-breadcrumb-children ul li {
	display:inline-block;
	width:auto;
	padding:15px 15px 15px 10px !important
}
.c-breadcrumb3 ul .c-breadcrumb-children ul li:not(:last-child) {
	margin-right: 15px 
}

.c-breadcrumb3 ul ul li:hover a {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
}

/* fine mod */
.c-scroll-content .o-title>svg {
    display: none;
}

@media (min-width: 0px) and (max-width: 768px) {
	.c-scroll-content ul.c-scroll-nav li a {
		padding-left: 32px;
	}

	.c-scroll-content .o-title.is-open {
		border-bottom: none;
	}

	.c-scroll-content .o-title.is-open,
	.c-scroll-content .o-title:focus,
	.c-scroll-content .o-title:hover,
	.c-scroll-content ul.c-scroll-nav li a:focus,
	.c-scroll-content ul.c-scroll-nav li a:hover {
		background-color: rgba(38,77,122,.1) !important;
	}

	.c-scroll-content .o-title svg {
		height: 15px;
		padding: 0;
		right: 31px;
		top: 50%;
		-webkit-transform: translateY(-50%) rotate(90deg);
		transform: translateY(-50%) rotate(90deg);
		width: 9px;
		transition: transform .5s,-webkit-transform .5s;
		display: block;
		    position: absolute;
			    max-width: 80px;
    fill: #21436d;
	}
	
	.c-scroll-content .o-title.is-open svg {
		-webkit-transform: translateY(-50%) rotate(270deg);
		transform: translateY(-50%) rotate(270deg);
	}
}
