* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

@font-face {
    font-family: "Univers";
    src: url("font/Univers.otf");
}

@font-face {
    font-family: "UniversBold";
    src: url("font/Univers-Bold.otf");
}

@font-face{font-family:"UniversLight";
    src:url("font/Univers-Light.otf");
}

@font-face {
    font-family: Roobert;
    src:url("font/Roobert/RoobertENEL-Regular.eot?#iefix");
    src:url("font/Roobert/RoobertENEL-Regular.eot?#iefix") format("eot"),
    url("font/Roobert/RoobertENEL-Regular.woff2") format("woff2"),
    url("font/Roobert/RoobertENEL-Regular.woff") format("woff"),
    url("font/Roobert/RoobertENEL-Regular.ttf") format("truetype");
    font-weight:300;
    font-style:normal
}

@font-face {
    font-family: RoobertBold;
    src:url("font/Roobert/RoobertENEL-Bold.eot?#iefix");
    src:url("font/Roobert/RoobertENEL-Bold.eot?#iefix") format("eot"),
    url("font/Roobert/RoobertENEL-Bold.woff2") format("woff2"),
    url("font/Roobert/RoobertENEL-Bold.woff") format("woff"),
    url("font/Roobert/RoobertENEL-Bold.ttf") format("truetype");
    font-weight:300;
    font-style:normal
}

@font-face {
    font-family: RoobertLight;
    src:url("font/Roobert/RoobertENEL-Light.eot?#iefix");
    src:url("font/Roobert/RoobertENEL-Light.eot?#iefix") format("eot"),
    url("font/Roobert/RoobertENEL-Light.woff2") format("woff2"),
    url("font/Roobert/RoobertENEL-Light.woff") format("woff"),
    url("font/Roobert/RoobertENEL-Light.ttf") format("truetype");
    font-weight:300;
    font-style:normal
}

body { min-width: 320px; margin: 0 auto; font-family: Roobert,Calibri,Myriad,Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif; background-color: #fff; background-size: cover; }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { body { background-color: #fff; background-size: cover; } }

img { max-width: 100%; max-height: 100%; }

.container { width: 100%; min-width: 320px; margin: 0 auto; padding: 0;}

ul { list-style: none;}

a { text-decoration: none!important; color: #f8f8f8;}

div#page-wrapper {
    position: relative;
}

/*********************
****** Header ********
*********************/

ul.main li a  {
    display:block;

}

ul.main li a > div > div > img {
	width: 15%;
    height: 15%;
}

.enel_maintitle  {
    position: absolute;
    top: 20px;
    left: 40px;
    overflow: hidden;
    font-family: Roobert,Calibri,Myriad,Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
}

.enel_maintitle > p {
    /*display: inline-block;*/
	display: block;
    /*float: left;*/
    color: #fff;
	/*margin: 24px 0px 2px 24px;*/
	margin: 18px 0px 2px;
    text-transform: uppercase;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
}

.enel_maintitle .logo  {
    /*display: inline-block;*/
	display: block;
    /*float: left;*/
    /*background: url("../img/hp/logo.png") no-repeat;*/
	background: url("http://canonerai.servizioelettriconazionale.it/img/hp/logo_sen.png") no-repeat;
	background-size: 120px 49px;
	width: 120px;
    height: 49px;
}

.enel_maintitle .logo > span {
    display: none;
}

.header-title .enel_breadcrumb {
    font-family: RoobertBold,Calibri,Myriad,Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-size: 14px;
    letter-spacing: .4px;
	line-height: 2.57;
    color: #fff;
    opacity: .9;
    text-transform: uppercase;
    z-index: 0;
    width: 60%;
    padding: 0;
    margin: 0 auto;
}

.header-title .enel_breadcrumb li:first-child:before{
    content: "";
}

.header-title .enel_breadcrumb li:before{
    content: " / ";
}

.header-title .enel_breadcrumb li:nth-child(2):before{
    color: rgba(255, 255, 255, .6);
}


.header-title .enel_breadcrumb li {
    display: inline-block
}

.header-title .enel_breadcrumb a {
    color: rgba(255, 255, 255, .6);
}

nav.enel_navigation {
    background-color: #f7f7f7;
    border-bottom: 2px solid #e4e4e4;
    padding: 2em 0 1.5em 0;
}

ul.main-menu{ float: right; padding: 0.5em 6.3em 0 0;}
ul.main-menu li {display: inline; padding: 0 0 0 44px; text-transform: uppercase;}

ul.main {
    padding: 0 15% 0 15%;
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.main li {
    display: inline-block;
    float: left;
    margin: 0 3px 0 3px;
    flex-grow: 1;
    flex-basis: 295px;
	z-index: 1;
}


ul.main a {
	text-decoration: none;
}

ul.main li a > div > span {
    display: inline-block;
	color: #f8f8f8;
    text-transform: uppercase;
	font-size: 14px;
    padding: .7em 0 .7em 0;
    float:left;

}

ul.main li .cat-name {
    padding: 0;
    height: 50px;

    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

.cat-name-img {
    height:100%;
    float:left;
    padding: .6em;
    
}


.cat-name-img img {
    height: 95% !important;
    width: auto !important;
}


ul.main li:nth-child(1) .cat-name{
    border: 2px solid #ffc63e!important;
}

ul.main li:nth-child(2) .cat-name{
    border: 2px solid #074fea;
}

ul.main li:nth-child(3) .cat-name{
    border: 2px solid #FF186A;
}

ul.main li:nth-child(4) .cat-name{
    border: 2px solid #58b947;
}

.main-header {
    width: 100%;
    margin: 2.14286em auto 0 auto;
}

.main-header .search-box {
    margin: 0 auto 2em;
    width: 69.682%;
    text-align: left;
    overflow: hidden;
    display: block;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	background-color: rgba(255, 255, 255, 0.3);
	border: solid 2px #ffffff;
	height: 60px;
	position: relative;
}

.main-header .search-box > span {
    display:block;
    overflow: hidden;
	height: 100%;
}

.main-header .search-box input[type="text"] {
    background-color: transparent;
    border: 0;
    font-size: 150%;
    color: #fff;
    letter-spacing: 1px;
    padding: 0 47.5px 0;
    height: 100%;
    width: 100%;
    font-weight: 600 !important;
}

.main-header .search-box input[type="submit"] {
	background-color: transparent;
    background: url(http://canonerai.servizioelettriconazionale.it/img/hp/search-icon.png) center center no-repeat;
    background-size: 27.4px 27.5px;
    height: 49.2%;
    width: 40px;
    margin: 14px 5px;
    border: 0;
    padding: 0;
    /*float: right;*/
	position: absolute;
    right: 0;
}

.main-header input[placeholder] {
    text-overflow: ellipsis;
}

.main-header ::-webkit-input-placeholder {color:#fff; text-overflow: ellipsis;}
.main-header ::-moz-placeholder          {color:#fff; text-overflow: ellipsis;}
.main-header :-moz-placeholder           {color:#fff; text-overflow: ellipsis;}
.main-header :-ms-input-placeholder      {color:#fff; text-overflow: ellipsis;}


.header-main-content {
    padding: 14.343em 0 7.643em 0;
}


.header-main-content-category {
    padding: 14.343em 0 7.643em 0
}

.page-header-search {
    background-color: #41b9e6;
}

.header-title {
		margin: 0 auto;
		width: 69.682%
}

.header-title p {
    color: #fff;
}

h3.title {
	font-size: 30px;
	text-align: center;
	color: #f8f8f8;
	margin: 0;
	font-family: RoobertLight,Calibri,Myriad,Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0.025em;
	text-shadow: 0px 0px 8px rgba(0,0,0,0.50);

}

.page-header {display: block; background-position: center!important; background-size: cover!important; margin: 0px; padding-bottom: 0; border-bottom: none; height: 479px}
.page-header.category-header{ max-height: 41.25em;}
.page-header.homepage-header{ min-height: 54em;}
.page-header .container { text-align: center; margin: 0; padding: 0; max-width: 100%;}
.page-header h1 { display: inline-block; font-size: 48px; text-align: center; color: white; font-weight: 400; }

.glyphicon-menu-hamburger-float{
  position: relative;
  z-index: 1;
  float: right;
  background: url("http://canonerai.servizioelettriconazionale.it/img/hp/hamb_menu_close.png");
  width: 80px;
  height: 80px;
}

a.glyphicon-menu-hamburger-float.menu-hamburger.hamburger-search {
    background: url("http://canonerai.servizioelettriconazionale.it/img/hp/hamb-search-menu.png");
}

.overflow-hamb {
    overflow: hidden;
    background: #000;
    opacity: .55;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    display: block;
    z-index: 9995;
}

.overflow-hamb.hidden {
	display: none;
}

body.hamb-open{
	overflow: hidden;
}


.menu-list-container ul.menu-hamburger-list {
    background-color: #ff186a;
	padding: 0 0 2em 0;
	position: fixed;
	right: -543px;
	top: 0;
	visibility: hidden;
	z-index: 9999;
	transition: .4s ease-in-out;
	-webkit-transition: .4s ease-in-out;
    height: 479px;
}

body.hamb-open .menu-list-container ul.menu-hamburger-list{
	visibility: visible;
	right:0;
}


li.close-menu {
    float: right;
    clear: both;
	cursor: pointer;
}

ul.menu-hamburger-list li:not(.close-menu){
	clear: both;
	text-transform: uppercase;
	font-size: 3.143em;
	padding: 0.1em 1.1em 0.5em 0.16em;
	font-family: RoobertLight,Calibri,Myriad,Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

li.close-menu div {
    width: 100%;
    margin: 27px;
}

li.close-menu img{
	width: 30%;
}

ul.menu-hamburger-list li:not(.close-menu):hover:before{
	content: "";
	background: url('http://canonerai.servizioelettriconazionale.it/img/hp/hover-menu.png') no-repeat;
	display: block;
	clear: both;
	position: absolute;
    height: 7%;
    width: 6%;
	margin-top: 0.19em;
}

ul.menu-hamburger-list a {
    padding-left: 0.3em;
}

ul.menu-hamburger-list a:hover {
	color: #fff;
    text-decoration: none;
}

ul.main li:nth-child(1) .cat-name:hover{
	background: rgba(255, 198, 62, .2);

}

ul.main li:nth-child(2) .cat-name:hover{
	background: rgba(7, 79, 234, .2);
}

ul.main li:nth-child(3) .cat-name:hover{
	background: rgba(255, 24, 106, .2);
}

ul.main li:nth-child(4) .cat-name:hover{
	background: rgba(88, 185, 71, .2);
}

.cat-link:active span {color: #fff !important;}

ul.main li:nth-child(1) .cat-name:active{
	background: rgb(255, 198, 62);
}

ul.main li:nth-child(2) .cat-name:active{
	background: rgb(7, 79, 234);
}

ul.main li:nth-child(3) .cat-name:active{
	background: rgb(255, 24, 106);
}

ul.main li:nth-child(4) .cat-name:active{
	background: rgb(88, 185, 71);
}



/*****************
**** Homepage ****
******************/

div#introtext {
	max-width: 940px;
    margin: 0 auto;
	padding: 2.857em 0 2.857em 0;
}

div#introtext p > a{
	color: #ff186a;
}

p.desc-introtext a {
    color: #ff186a;
}

div#introtext p.title-introtext {
    font-family: RoobertLight,Calibri,Myriad,Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 28px;
    letter-spacing: 0.025em;
    line-height: 1.5;
    color: #000;
}

div#introtext p.desc-introtext {
    font-family: Roobert,Calibri,Myriad,Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 19px;
	font-style: normal;
	font-weight: 300;
    color: #666666;
    letter-spacing: 0.025em;
    line-height: 1.5;
}

div#introtext.category p.title-introtext {
    font-family: RoobertLight,Calibri,Myriad,Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 31px;
    letter-spacing: 0.025em;
    line-height: 1.5;
    color: #000;
}


div#introtext.category p.desc-introtext {
    font-family: Roobert,Calibri,Myriad,Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 22px;
	font-style: normal;
	font-weight: 300;
    color: #666666;
    letter-spacing: 0.025em;
    line-height: 1.5;
}

div#faq {
    background-color: #f7f7f7;
}

div.faq-wrapper.homepage {
  display: table;
  margin: 0 auto;
  padding: 40px 0 99px 0;
  max-width: 940px;
}

div.faq-highlight {
    margin: 0 0 61.4px 0;
}

div.faq-highlight:last-child {
    margin: 0;
}

div.faq-wrapper h3 {
    margin: 0 0 46.5px 0;
}

div.faq-highlight ul {
    padding: 0;
	background-color: #fff;
	box-shadow: 0 0 50px 1px #ecebeb;
}

div.faq-highlight ul li {
    display: inline-block;
	width: 43.081%;
	min-height: 420px;
}

div.faq-highlight.left ul li:first-child {
	float: left;
	height: 420px;
	width: 56.92%;
}

div.faq-highlight.left ul li:first-child span{
	text-align: center;
    padding: 6px 28px 7px 28px;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
}

div.faq-highlight.right ul li:last-child span{
	text-align: center;
    padding: 6px 28px 7px 28px;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    z-index: 1;
    line-height: 1.5;
	font-weight: bold;
}

div.faq-highlight.right ul li:not(:nth-child(1)) {
	float: right;
	height: 420px;
	width: 56.42%;
}

div.faq-container.homepage ul li span {
    position: absolute;
}

div.faq-wrapper .img-homefaq{
	display: block;
    height: 420px;
    background-size: cover!important;
}

.faq-question p {
    font-family: RoobertLight,Calibri,Myriad,Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    color: #666666;
    letter-spacing: 0.025em;
    line-height: 1.5;
    margin-bottom: 31.5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
	width: 100%;
}

.faq-question p a {
	color: #ff186a;
}

.faq-question {
    width: 85.2%;
    margin: 0 auto;
}

.faq-question div:first-child{
	border-bottom: 1px solid #afaeaf;
}

.faq-question div{
    padding: 1.821em 0 2.143em 0;
}

a.read-more {
	display: block;
    font-size: 17.5px;
    text-transform: uppercase;
    text-align: center;
    width: 104px;
    margin: 0 auto;
    padding: 0px;
    font-weight: bold;
    font-family: Roobert,Calibri,Myriad,Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #666666;
    line-height: 1.5;
    text-decoration: none;
}

a.read-more:hover {
    color: #fff;
    line-height: 1.5;
    text-decoration: none;
}

a.read-more span {
    position: relative!important;
}

div.faq-wrapper .faq-highlight.left:nth-child(2) ul li .faq-question a{
	border: 2px solid #ffc63e;
}

div.faq-wrapper .faq-highlight.left:nth-child(2) ul li:first-child span{
	background-color: #ffc63e;
}

div.faq-wrapper .faq-highlight.left:nth-child(4) ul li .faq-question a{
	border: 2px solid #FF186A;
}

div.faq-wrapper .faq-highlight.left:nth-child(4) ul li:first-child span{
	background-color: #FF186A;
}

div.faq-wrapper .faq-highlight.right:nth-child(3) ul li .faq-question a{
	border: 2px solid #074fea;
}

div.faq-wrapper .faq-highlight.right:nth-child(3) ul li:last-child span{
	background-color: #074fea;
}

div.faq-wrapper .faq-highlight.right:nth-child(3) ul li:last-child div {
   position: relative;
}

div.faq-wrapper .faq-highlight.right:nth-child(3) ul li:last-child div span{
   right: 0;
}


div.faq-wrapper .faq-highlight.right:nth-child(5) ul li .faq-question a{
	border: 2px solid #58b947;
}

div.faq-wrapper .faq-highlight.right:nth-child(5) ul li:last-child span{
	background-color: #58b947;
}

div.faq-wrapper .faq-highlight.right:nth-child(5) ul li:last-child div {
     position: relative;
}

div.faq-wrapper .faq-highlight.right:nth-child(5) ul li:last-child div span{
    right: 0;
}


/***********************
***** Category page ****
***********************/

div#faq.category {
    background-color: #f7f7f7;
}

div.faq-wrapper.category {
	max-width: 940px;
    margin: 0 auto;
	padding: 40px 0 10px 0;
}

ul.faq-list {
    padding: 0;
}

div.faq-wrapper.category h3:first-child {
    font-size: 33px;
	font-weight: bold;
}

h3.faq-title {
    font-size: 21px!important;
	color: #ff186a;
	margin: 0 0 17px 0!important;
}

ul.faq-list p {
	clear: both;
	font-family: RoobertLight,Calibri,Myriad,Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    color: #666666;
    letter-spacing: 0.025em;
    line-height: 27px;
	width: 77.4%;
	margin: 0;
}

.title-wrap {
    float: left;
    width: 77.4%;
}

.title-wrap a {
    color: #ff186a;
}

ul.faq-list a.show-hide {
	border: 2px solid black;
    display: block;
    width: 106px;
    height: 30px;
    float: right;
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    font-family: RoobertBold,Calibri,Myriad,Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

a.show-hide[data-state="open"] {
    background-color: black;
	color: white;
}

a.show-hide[data-state="close"] {
    color: black;
}

ul.faq-list li {
    border-bottom: 2px solid #dcdcdc;
    padding: 40px 0 0 0;
}

ul.faq-list li:last-child {
	border-bottom: none;
}

ul.faq-list li.current .body-wrap {
    display: block;
}

ul.faq-list li .body-wrap {
    display: none;
    width: 100%;
}

ul.faq-list li .body-wrap a {
    color: #ff186a;
}

ul.faq-list li:after{
	content: " ";
    display: block;
    clear: both;
    position: relative;
    height: 31px;
    width: 63%;
}

/*********************
****** Footer ********
*********************/

.enel_privacy {
    font-family: RoobertLight;
    padding: 24px 17% 24px 17%;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.86;
}

.enel_privacy > h1 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.86;
}


.page-footer {background-color: #000;  position: relative;}
.page-footer .enel_footerlink {font-size: 120%;}

.page-footer > div {max-width: 940px; padding: 35px 0 35px 0; margin: 0 auto}
.page-footer > div > h1 {color: #41b9e6; font-size: 100%; font-weight: normal; margin: 0 0 25px 0; padding: 0; display: block}

.page-footer .links-section > ul {display: inline-block; padding: 0}
.page-footer .links-section {color: #777; padding: 0;}
.page-footer a {color: #41b9e6}
.page-footer .links-section .enel_info {margin-right: 10px}
.page-footer .links-section .enel_info li{display: inline-block;}
.page-footer .links-section .enel_info li:before {content: ' - '}
.page-footer .links-section .enel_info li:first-child:before {content: ''}

.page-footer .links-section .enel_links li{display: inline-block; border-left: 1px solid #666; padding: 0 10px 0 10px; margin-right: 8px}
.page-footer .links-section .enel_links li:first-child{margin-left: 70px}

input:focus { outline: none; }

::-webkit-input-placeholder { color: #554d4d; }

:-moz-placeholder { color: #554d4d; opacity: 1; }

::-moz-placeholder { color: #554d4d; opacity: 1; }

:-ms-input-placeholder { color: #554d4d; }

input[type=search] { -webkit-appearance: none; }

.navbar-fixed-top + .content-container {
	margin-top: 70px;
}
.content-container {
	margin: 0 130px;
}


#back-top {
	position: fixed;
	bottom: 30px;
  margin-left: 90%;
	margin-left: calc(100% - 100px);
}

#back-top a {
	width: 90px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}

#back-top span {
	width: 90px;
	height: 90px;
	display: block;
	margin-bottom: 7px;
	background: rgba(160,160,160,.5) url(http://canonerai.servizioelettriconazionale.it/img/hp/up-arrow.png) no-repeat center center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}



/************************
*** Fixed header ********
************************/



.sticky-header.sticky-header--hidden {
    top: -61px;
}

.sticky-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: fixed;
    top: 0;
    padding: 18px 15px 0 15px;
    padding-bottom: 11px;
    background-color: rgba(255,255,255,.98);
    border-bottom: 1px solid #e4e4e4;
    width: 100%;
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    transition: .3s all ease-in-out;
}



.sticky-header_logo-wrap {
    max-width: 60px;
	position: relative;
}

.sticky-header_logo {
    width: 100%;
}

.sticky-header_side-menu-button-wrap {
    margin-left: auto;
}

.sticky-header_side-menu-button {
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
    text-align: right;
}

button {
    -webkit-appearance: none;
    background: transparent;
    border: none;
    padding: 0;
    outline: none;
	cursor: pointer;
	text-transform: none;
	overflow: visible;
	color: inherit;
    font: inherit;
    margin: 0;
	position: relative;
}

.sticky-header_side-menu-button .txt {
    font-family: RoobertBold,Calibri,Myriad,Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
    display: none;
    color: #111;
    padding-right: 20px;
    position: relative;
    top: -7px;
}

.sticky-header_side-menu-button {
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
    text-align: right;
}

.sticky-header_side-menu-button .icon {
    width: 24px;
    height: 4px;
    margin: 10px 0;
    background: #111;
    display: inline-block;
    transition: all .3s;
	position: relative;
}

.sticky-header_side-menu-button .icon:before {
    top: -8px;
}

.sticky-header_side-menu-button .icon:after, .sticky-header_side-menu-button .icon:before {
    content: '';
    display: block;
    width: 24px;
    height: 4px;
    background: #111;
    position: absolute;
    z-index: -1;
    transition: all .3s;
}

*::after, *::before {
    box-sizing: inherit;
}

.sticky-header_side-menu-button .icon:after {
    top: 8px;
}

.sticky-header_side-menu-button .icon:after, .sticky-header_side-menu-button .icon:before {
    content: '';
    display: block;
    width: 24px;
    height: 4px;
    background: #111;
    position: absolute;
    z-index: -1;
    transition: all .3s;
}

.sticky-header_side-menu-button.open .icon{
	background: none;
}

.sticky-header_side-menu-button.open  .icon:before {
    top: 0 !important;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sticky-header_side-menu-button.open  .icon:after {
    top: 0 !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

body.open .overflow {
    overflow: hidden;
    background: #000;
	opacity: .55;
	height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
	display: block!important;
	z-index:9995;
}

body.open {
    overflow: hidden;
    height: 100vh;
}

body.open .global-side-menu {
    visibility: visible;
    right: 0;
}
.global-side-menu {
    position: fixed;
    right: -786px;
    top: 0;
    width: 786px;
    background-color: #ff0f64;
    height: 100vh;
    visibility: hidden;
    transition: .4s ease-in-out;
    padding-top: 100px;
    z-index: 9995;
}

.global-side-menu_inner {
    padding-left: 100px;
    height: 100%;
    overflow: auto;
	position: relative;
	padding-top: 10px;
}

body.open .global-side-menu {
    visibility: visible;
    right: 0;
}

.global-side-menu_inner::after {
    clear: both;
    content: "";
    display: table;
}


Inherited from div.global-side-menu.module.module--initialized
body.open .global-side-menu {
    visibility: visible;
    right: 0;
}
.global-side-menu {
    position: fixed;
    right: -786px;
    top: 0;
    width: 786px;
    background-color: #ff0f64;
    height: 100vh;
    visibility: hidden;
    transition: .4s ease-in-out;
    padding-top: 100px;
    z-index: 9995;
}

.menu-nav.component {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

ul.menu-nav.component.menu-hamburger-list{
	padding: 0;
	position: relative;
	background: none;
	margin: 0;
	display: block;
}

ul.menu-nav.component.menu-hamburger-list li{
	padding: 22px 0 22px 0;
}

ul.menu-nav.component.menu-hamburger-list li:not(.close-menu):hover:before{
	margin-top: 0.34em;
}

.menu-nav.component .level>a {
    font-family: RoobertLight,Calibri,Myriad,Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    font-size: 40px;
    line-height: 67px;
    text-transform: uppercase;
    margin: 0;
    cursor: pointer;
    position: relative;
}


/*********************
*** Autocomplete *****
*********************/

.autocomplete-suggestions.suggestion-tag, .autocomplete-suggestions.av-suggestion-tag, .autocomplete-suggestions.av-suggestion-tag-2 {
    font-family: Roobert,Calibri,Myriad,Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
	/*width: 69.5%!important;*/
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	background-color: rgba(255, 255, 255, 0.85);
	border: solid 2px #ffffff;
	padding: 1.071em 0 1.929em 3.643em;
}

.autocomplete-suggestions.suggestion-tag .autocomplete-suggestion {
	font-size: 1.286em;
	padding: 0 0 .214em 0;
	cursor: pointer;
}

.autocomplete-suggestion.selected {
	color: #ff186a;
    background-color: transparent!important;
}

.autocomplete-suggestion.selected b{
	color: #ff186a!important;
}

.autocomplete-suggestions.suggestion-tag .autocomplete-suggestion:hover {
	color: #ff186a;
	background-color: transparent;
}

.autocomplete-suggestions.suggestion-tag .autocomplete-suggestion b{
	color: #000;
	font-weight: bold;
}

.autocomplete-suggestions.suggestion-tag .autocomplete-suggestion:hover b{
    color: #ff186a;
    font-weight: bold;
}

.autocomplete-suggestions.av-suggestion-tag {
	/*width: 36%!important;*/
	padding: 1.071em 0 1.929em 2.643em;
}

.autocomplete-suggestions.av-suggestion-tag-2 {
	/*width: 45.6%!important;*/
	padding: 1.071em 0 1.929em 2.643em;
}


.autocomplete-suggestions.av-suggestion-tag .autocomplete-suggestion, .autocomplete-suggestions.av-suggestion-tag-2 .autocomplete-suggestion {
	font-size: 1.286em;
	padding: 0 0 .214em 0;
	cursor: pointer;
}

.autocomplete-suggestions.av-suggestion-tag .autocomplete-suggestion:hover, .autocomplete-suggestions.av-suggestion-tag-2 .autocomplete-suggestion:hover {
	color: #ff186a;
	background-color: transparent;
}

.autocomplete-suggestions.av-suggestion-tag .autocomplete-suggestion:hover b, .autocomplete-suggestions.av-suggestion-tag-2 .autocomplete-suggestion:hover b{
	color: #ff186a;
	background-color: transparent;
}

.autocomplete-suggestions.av-suggestion-tag .autocomplete-suggestion b, .autocomplete-suggestions.av-suggestion-tag-2 .autocomplete-suggestion b{
	color: #000;
	font-weight: bold;
}



/***********************
******** AV ************
***********************/

.av {
    background-color: #FF186A;
	position: fixed;
    z-index: 1;	
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
    bottom: 23px;
    right: 0;
    height: 110px;
    overflow: hidden;
    
}

.av-fake {
    background-color: #FF186A;
    position: fixed;
    z-index: 0; 
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
    bottom: 23px;
    right: 0;
    height: 110px;
    overflow: hidden;
    
}

.av-mark-img {
    background-image: url('http://canonerai.servizioelettriconazionale.it/img/hp/av_icon.gif');
    background-color: #F7F7F7;
    height: 100%;
    width: 70px;
    position: relative; 
    background-position: center 14px;
    background-size: 60px;
    background-repeat:  no-repeat;
    float: right;
    cursor: pointer
}

.av > span > span {
	display: block;
}

span.open-av-btn {
    cursor: pointer;
    font-size: 21px;
    color: white;
    text-align: center;
    border: solid 1px #ffffff;
    line-height: 1.5;
    font-family: RoobertBold,Calibri,Myriad,Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
    display: block;
    padding: 9px;
}

.av .content-av {
    background-color: #ff186a;
    text-align: center;
    height: 100%;
    /*padding: 13px 13px 13px 5px;*/
	padding: 29px 13px 29px 5px;
    float:left;
    transition: 1s ease-in-out;
    -webkit-transition: 1s ease-in-out;
}

.av-arrow-img {
    background-image: url('http://canonerai.servizioelettriconazionale.it/img/freccia.png');
    background-position: center;
    background-size: 12px 30px;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    width: 30px;
    float: left;
    transition: transform .3s ease;
    -webkit-transition: transform .3s ease;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    cursor: pointer
}

.av-arrow-img-inverted {
    transform: rotate(0deg);
}

.av .content-av-open {
    visibility: visible;
    margin-right: 0;
}

.av .content-av-closed {
    visibility: none;
    margin-right: -500px;
}

.av > div > p {
    color: white;
	font-size: 16px;
	text-align: right;
    font-weight: normal;
}

.av > div > h5 {
    font-weight: bold;
}

body.av-opened{
	overflow: hidden;
}

.av-overlay {
    display: block;
    width: 100%;
    height: 150%;
    position: fixed;
    top: 0px;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3);
    
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}

.av-overlap{
	display: block;
    z-index: 1;
    width: 100%;
	min-height: 77%;
    position: fixed;
    top: 50px;
    margin: 0px auto;
    bottom: 100px;
    opacity: 0;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
}

.av-overlap-overlay {
    position:absolute;
    top:0;
    width: 100%;
    left:0;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    z-index: 30;
}


.av-overlap.av-overlap-open .av-overlap-container-2{
	/*overflow: auto;*/
	position: relative;
	clear: both;
}

.av-overlap.av-overlap-open {
    opacity: 1;
}

.popup-av-header {
    background: #ff186a;
    /*display: flex;*/
	display: block;
    min-height: 51px;
	width: 68.82%;
    margin: 0 auto;
	overflow: hidden;
}

.av-overlap.av-overlap-open p#introtext{
	font-family: RoobertBold,Calibri,Myriad,Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 21px;
    font-style: normal;
    color: #fff;
    letter-spacing: 0.025em;
    line-height: 1.5;
    padding: 16px 0 10px 49px;
	margin-bottom: 0;
	width: 95%;
	text-transform: uppercase;
	display: inline-block;	
    vertical-align: middle;	
}

span.close-av-btn {
	cursor: pointer;
	font-size: 20px;
    color: #fff;
    font-family: Roobert;
    vertical-align: middle;
}

section.av-overlap-container-2 {
    width: 68.82%;
    margin: 0 auto;
	background: #f7f7f7;
    height: 100%;
	border: solid 2px #ff186a;
	padding-bottom: 1em;
}

/*.assistant-question span.av-icon:after {
	content: '';
    height: 40px;
    width: 40px;
    position: absolute;
    bottom: -44px;
    left: -273px;
    background: url('../img/hp/icon-av.png') no-repeat;
    display: inline;
    background-size: 100% auto;
    z-index: 0;
}*/

/*.chat-av span.av-icon:before {
	content: '';
    height: 40px;
    width: 40px;
    position: absolute;
    top: -20px;
    left: -76px;
    background: url('../img/hp/icon-av.png') no-repeat;
    display: inline;
    background-size: 100% auto;
    z-index: 0;
	
}*/

.chat-av span.av-icon{
	background: url('http://canonerai.servizioelettriconazionale.it/img/hp/icon-av.png') center center no-repeat;
    height: 40px;
    width: 40px;
    position: absolute;
    background-size: cover;
    /*left: -76px;*/
	left: -11%;
    top: -20px;
	opacity: 0;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}

.chat-av span.av-icon.visible {
	opacity: 1;   
}

.assistant-question span.av-icon{
	background: url('http://canonerai.servizioelettriconazionale.it/img/hp/icon-av.png') center center no-repeat;
    height: 40px;
    width: 40px;
    position: absolute;
    background-size: cover;
    /*left: -275px;*/
	left: -49%;
    bottom: -43px;
	opacity: 0;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}

.assistant-question span.av-icon.visible {
	opacity: 1;
}

/*.chat-av.baloon-right span.av-icon:before {
	display: none;
}*/

.assistant-question, .chat-av.baloon-right {
    /*margin: 1.429em 1em 0 21.643em;*/
	margin: 1.429em 1em 0 32%;
    width: 60.15%;
    border: 3px solid #afaeaf;
    background: #afaeaf;
    position: relative;
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.15);
}

.assistant-question.first{
	/*margin: 3.571em 1em 0 21.643em;*/
	margin: 3.571em 1em 0 32%;
}

.assistant-chat.chat-av.first{
	/*margin: 3.571em 9.429em 1em 7.571em;*/
	margin: 3.571em 9.429em 1em 11.32%;
}

.assistant-question:before, .chat-av.baloon-right:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    right: -32px!important;
    top: -3px;
    border: 15px solid;
    border-color: #afaeaf transparent transparent #afaeaf;
    border-top-width: 8px;
    border-bottom-width: 8px;
}

.chat-av.baloon-right:after {
	display: none;
}

.assistant-question .textAreaHelp {
    margin: 0.571em 1.143em 1.250em 1.214em;
    width: 90%;
    text-align: left;
    color: #666666;
	line-height: 1.61;
    letter-spacing: 0.2px;
}

.textAreaHelp .answer-link {
    color: #23527c !important;
}

p.question-user{
    margin: 12px 0;
    font-size: 19.5px;
    font-family: RoobertBold,Calibri,Myriad,Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
}

.assistant-chat {
    /*margin: 1.429em 9.429em 1em 7.571em;*/
	margin: 1.429em 9.429em 1em 11.32%;
    width: 72.86%;
    border: 1px solid #dcdcdc;
	background: white;
	position: relative;
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.15);
	opacity: 0;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}

.assistant-chat.current{
    border: 1px solid #ff186a;
}

.assistant-chat.visible, .rank.visible{
	opacity: 1;
}

.assistant-chat:not(.baloon-right):before, .rank.current:before{
	content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -30px;
    top: -1px;
    border: 15px solid;
    border-color: #dcdcdc #dcdcdc transparent transparent;
    border-top-width: 8px;
    border-bottom-width: 8px;
}

.rank.current:before{
    border-color: #ff186a #ff186a transparent transparent;
}

.rank:before{
	content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -30px;
    top: -1px;
    border: 15px solid;
    border-color: #dcdcdc #dcdcdc transparent transparent;
    border-top-width: 8px;
    border-bottom-width: 8px;
}

.assistant-chat.current:before{
	border-color: #ff186a #ff186a transparent transparent;
}

.assistant-chat:after, .rank.current:after{
	content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -25px;
    top: 0px;
    border: 13px solid;
    border-color: #fff #fff transparent transparent;
    border-top-width: 7px;
    border-bottom-width: 7px;
}

.rank:after{
	content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -25px;
    top: 0px;
    border: 13px solid;
    border-color: #fff #fff transparent transparent;
    border-top-width: 7px;
    border-bottom-width: 7px;
}

.assistant-chat .button{
    margin: 1.01em 0 1em 0;
}

.assistant-faq .button {
    margin: 0;
}

.button .button {
    text-align: center;
}

.button a:hover, .button a.pressed, .button a.pressed:hover {
	border-color: #ff186a!important;
	background-color: white;
}

.assistant-chat .btn-end {
    margin: 1.012em 0 0 0;
    text-align: center;
}

a.nBtn, a.yBtn, a.close-btn {
    color: #666666;
    border: 1px solid #666666;
    width: 106px;
    height: 30px;
    text-align: center;
    margin-right: 1em;
    margin-left: 1em;
    display: inline-block;
	line-height: 1.8;
	letter-spacing: 0.2px;
}

.btn-close-container {
    text-align: center;
}

.btn-end a:hover, .btn-end a.pressed, .btn-end a.pressed:hover{
	border-color: #ff186a;
	background-color: white;
}

.assistant-chat .textAreaHelp {
    margin: 1.167em auto 1.304em;
    width: 91.47%;
	text-align: left;
	color: #565656;
	font-size: 16.8px;
    line-height: 1.5;
}

.assistant-faq .textAreaHelp {
    font-size: 17.5px;
    margin: 1.167em auto 1.771em;
}

.suggestion-opened .textAreaHelp{
	min-height: 220px;
}

.assistant-chat a.label-av {
    display: block;
    color: #565656;
    text-align: left;
    margin: 1.111em 0 1.143em;
    border: 1px solid #666666;
    padding: 1em;
}

.assistant-faq a.label-av {
    font-family: RoobertBold,Calibri,Myriad,Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.assistant-chat a.label-av:hover {
	border-color: #ff186a;
	background-color: white;
}

.assistant-chat a.label-av:last-child{
	margin: 1.111em 0 0;
}

.user-message {
    bottom: 0;
    height: 55px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.chat-av:not(.baloon-right) .user-message{
	margin-top: 15.5px;
}

.user-message input[type="text"] {
    border: none;
    padding: 13px 50px 13px 20px;
    width: 100%;
    font-size: 18px;
	border: 1px solid #dcdcdc;
    border-right: 0;
	height: 100%;
}

.user-chat {
    width: 100%;
    position: relative;
    margin: 0 auto 21px;
	border: 3px solid #dcdcdc;
	background: white;
}

#av-chat {
    height: 100%;
	position: relative;
}

#av-chat input[type="submit"] {
    background: #fff url(http://canonerai.servizioelettriconazionale.it/img/hp/search-icon-2.png) center center no-repeat;
    background-size: 27.4px 27.5px;
    height: 100%;
    width: 10%;
    border: 1px solid #dcdcdc;
    border-left: 0;
	position: absolute;
    right: 0;
}

.textAreaUser {
   position: relative;
   display: inline-block;
   padding: 15px 22px 15px 20px;
   width: 100%;
   background: #FFF;
   text-align: center;
}

.textAreaUser #loader {
    margin: 1px -4px 0 0;
}

p.av-faq-asw {
    font-size: 17.5px;
    letter-spacing: 0.2px;
	margin-bottom: 1.238em;
}

.rank.current {
    border: 1px solid #ff186a;
}

.rank {
	/*margin: 1.429em 9.429em 1em 7.571em;*/
	margin: 1.429em 9.429em 1em 11.32%;
    width: 72.86%;
    border: 1px solid #dcdcdc;
    background: white;
    position: relative;
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.15);
	opacity: 0;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}

p.av-faq-asw a {
    color: #337ab7;
}

.rank .faces {
    margin: 1.143em 0 0;
	position: relative;
	font-size: 14px;
}

.rank .textAreaHelp {
    margin: 1.167em auto 1.429em;
    width: 91.47%;
    color: #565656;
    text-align: left;
    font-size: 18px;
}

.rank .faces ul {
    padding: 0;
	margin: 0;
	text-align: center;
}
.rank .faces ul li:first-child {
	margin: 0;
}

.rank .faces ul li {
    display: inline-block;
    margin: 0 0 0 2.5em;
    border: 2px solid;
    border-color: #cccccc;
    border-radius: 29px;
    height: 50px;
    width: 50px;
    cursor: pointer;
}

.rank .faces ul li:hover, .rank .faces ul li.pressed {
	border-color: #ff186a;
	background-color: #ff186a!important;
}

.rank .faces ul li:nth-child(1){
	background: url('http://canonerai.servizioelettriconazionale.it/img/hp/rate1.png') center center no-repeat;
	background-color: #cccccc;
}

.rank .faces ul li:nth-child(2){
	background: url('http://canonerai.servizioelettriconazionale.it/img/hp/rate2.png') center center no-repeat;
	background-color: #cccccc;
}

.rank .faces ul li:nth-child(3){
	background: url('http://canonerai.servizioelettriconazionale.it/img/hp/rate3.png') center center no-repeat;
	background-color: #cccccc;
}

.rank .faces ul li:nth-child(4){
	background: url('http://canonerai.servizioelettriconazionale.it/img/hp/rate4.png') center center no-repeat;
	background-color: #cccccc;
}

.rank .faces ul li:nth-child(5){
	background: url('http://canonerai.servizioelettriconazionale.it/img/hp/rate5.png') center center no-repeat;
	background-color: #cccccc;
}
 
.enel_popup {
     border-radius: 8px;
     display: none;
     width: 400px;
     height: 300px;
     border: 4px solid rgba(255,200,110, .8);
     background-color: rgba(255,160,60, .6);
     position: fixed;
     right: 5px;
     bottom: 5px;
 }
 
.enel_popup-closebutton {
    border: 1px solid rgb(255,160,60);
    text-align: center;
    cursor: pointer;
    color:  rgb(255,110,40);
    background-color: rgba(255,160,60, .8);
    display: block;
    width: 25px;
    height: 25px;
    font-size: 20px;
	position: relative;
	top: 2px;
	left:2px;
 }
 
 .vote-text {
    color: #666666;
    letter-spacing: .5px;
    line-height: 15px;
    font-size: 13px;
    font-family: Roobert;
    bottom: 5px;
    right: 5px;
    position: relative
 }
 
.vote-share {
    position: relative;
    text-align: right!important;
	border-top: 2px solid #dcdcdc;
	margin: 10px 0 1.894em;
	padding-top: 1.167em;
}

.vote-share div {
    display: inline-block;
}

.vote-share .vote span {
    height: 19px;
    display: inline-block;
    width: 28px;
	cursor: pointer;
}

.vote-share .vote span.pressed-down:before{
	background: url('http://canonerai.servizioelettriconazionale.it/img/hp/vote-down-hover.png') center center no-repeat!important;
	background-size: 19px 23px!important;
}

.vote-share .vote span.pressed-up:before{
	background: url('http://canonerai.servizioelettriconazionale.it/img/hp/vote-up-hover.png') center center no-repeat!important;
	background-size: 19px 23px!important;
}

.vote-share .share {
    float: right;
	line-height: 1.25;
	font-family: Roobert, Calibri, Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #7a7a7a;
	cursor: pointer;
	font-size: 15px;
	display: none;
}

.vote-share .vote span#down:before {
    content: ' ';
    position: absolute;
    width: 6%;
    height: 100%;
    top: 9px;
    display: block;
    background: url('http://canonerai.servizioelettriconazionale.it/img/hp/vote-down.png') center center no-repeat;
	background-size: 19px 23px;
}
 
.vote-share .vote span#up:before{
	content: ' ';
    position: absolute;
    width: 6%;
    height: 100%;
    top: 0;
    display: block;
    background: url('http://canonerai.servizioelettriconazionale.it/img/hp/vote-up.png') center center no-repeat;
	background-size: 19px 23px;
}

.vote-share .vote span#down:hover:before {
	background: url('http://canonerai.servizioelettriconazionale.it/img/hp/vote-down-hover.png') center center no-repeat;
	background-size: 19px 23px;
}

.vote-share .vote span#up:hover:before {
	background: url('http://canonerai.servizioelettriconazionale.it/img/hp/vote-up-hover.png') center center no-repeat;
	background-size: 19px 23px;
}

.vote-share .share:before{
	content: ' ';
    position: absolute;
    width: 2.32%;
    height: 28.6%;
    top: 23px;
    right: 74.6px;
    display: block;
    background: url('http://canonerai.servizioelettriconazionale.it/img/hp/share-icon.png') center center no-repeat;
	background-size: 14.4px 13.7px;
}

.vote-share .share:hover{
	color: #ff4688;
}

.pagination {
    display: block;
    width: 62%;
    margin: 0 auto;
}

.pagination ul {
    padding: 0;
}

.pagination ul li {
    display: inline-block;
}

.pagination ul li.num-pages {
    padding: 0 1.5em;
}

.pagination ul li.arrow-back, .pagination ul li.arrow-forward {
    text-transform: uppercase;
	cursor: pointer;
	color: #ff186a;
}

.pagination ul li.arrow-back.hidden{
    display: inline-block!important;
}

.pagination ul li.arrow-back.hidden span{
	color: white;
	cursor: none;
}

.pagination ul li.arrow-back span, .pagination ul li.arrow-forward span {
    padding: 0 1em;
	color: #ff186a;
}

.pagination ul li.num-pages span:nth-child(1), .pagination ul li.num-pages span:nth-child(2), .pagination ul li.num-pages span:nth-child(3) {
    border-right: 1px solid;
	padding: 0 .5em;
	cursor: pointer;
}

.pagination ul li.num-pages span:nth-child(4){
	padding: 0 .5em;
	cursor: pointer;
}

.pagination ul li.num-pages span.current {
    border: 2px solid black;
}

.pagination-container .loader {
    display: block;
    position: absolute;
    width: 90%;
    height: 74%;
    background: white;
    padding: 6em;
    line-height: 4.5;
}

.pagination-container .loader .loader-container {
    width: 20%;
    margin: 0 auto;
    padding: 0 2em;
}

.assistant-chat .img-av-container {
    max-width: 30%;
    margin: 1em auto;
    border: 1px solid #979797;
}

.img-av-overlay-close {
    display:block;
    width: 27px;
    height: 27px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 200;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('http://canonerai.servizioelettriconazionale.it/img/hp/close-menu.svg');
    cursor: pointer;
}

.img-av-overlay {
    display: none;
    position: absolute;
    width: 75%;
    height: 75%;
    border: 2px solid #000;
    left:50%;
    top: 50%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    transform: translate(-50%, -50%);
    z-index: 80;
}

.assistant-chat .month-menu {
    margin: 1em 0 0 0;
	position: relative;
}

img.select-arrow {
    position: absolute;
    right: 0;
    width: 18px;
    height: 18px;
    margin-right: .5em;
}

.assistant-chat .month-menu ul {
    padding: 0;
	border: 2px solid #ff186a;
}

.assistant-chat .month-menu ul li.placeholder.open {
    border-bottom: 2px solid #ff186a;
}

.assistant-chat .month-menu ul li {
    padding: .5em .5em;
	cursor: pointer;
}

.assistant-chat .month-menu ul li:hover {
	color: #ff186a;
}

form#num-form {
    text-align: center;
	margin-top: 1em;
}

form#num-form input[type="text"] {
    display: block;
	width: 100%;
    margin-bottom: 1em;
    padding: .5em;
    font-size: 16px;
}

form#num-form input[type="text"]::-webkit-input-placeholder{
	color: #000;
	opacity: .5;
	font-style: italic;
}

form#num-form input[type="text"]::-moz-placeholder{
	color: #000;
	opacity: .5;
	font-style: italic;
}

form#num-form input[type="text"]:-ms-input-placeholder{
	color: #000;
	opacity: 1;
	font-style: italic;
}

form#num-form input[type="text"]::-ms-input-placeholder{
	color: #000;
	opacity: 1;
	font-style: italic;
}

form#num-form input[type="text"]:-moz-placeholder{
	color: #000;
	opacity: .5;
	font-style: italic;
}

form#num-form input.num-form-btn, form#num-form input.num-form-exit-btn{
    width: 106px;
    height: 30px;
    background: white;
    border: 1px solid #666666;
}

form#num-form input.num-form-btn{
	margin-right: 1em;
}

form#num-form input.num-form-exit-btn{
	margin-left: 1em;
}

form#num-form input.num-form-btn:hover, form#num-form input.num-form-exit-btn:hover{
	border-color: #ff186a;
}

form#num-form input.num-form-btn.pressed, form#num-form input.num-form-exit-btn.pressed{
	border-color: #ff186a;
}

.input-error {
    background-color: pink;
    border: 1px solid red;
}

/*****************
** mcs scrollbar *
*****************/

.mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ 
	background-color: #afaeaf;
	width: 10px;
}

.mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail{ 
	background-color: white;
	width: 10px;
}

.mCS-my-theme.mCSB_scrollTools .mCSB_dragger{ 
	height: 113px;
}

.mCS-my-theme.mCSB_scrollTools.mCSB_scrollTools_vertical{
	right: 20px;
	width: 10px;
}

.enel_alpha_img {
    position: fixed;
    bottom: 10px;
    left: 10px;
    max-width: 25%;
}

@media screen and (max-width: 579px) {  
    .enel_maintitle > p {
        font-size: 8px
    }
}

@media screen and (max-width: 692px) {  
    .assistant-question span.av-icon{
		height: 25px;
		width: 25px;
		bottom: -36px;
    }
	
	.chat-av span.av-icon{
		height: 25px;
		width: 25px;
	    top: -12px;
	}
	
	.rank .faces ul li{
		margin: 0 0 0 1.5em;
	}
	
	.enel_maintitle > p{
		margin: 11px 0px 2px 0px;
	}
}

@media screen and (min-width: 600px) {  
	.global-side-menu_inner{
		padding-left: 200px;
	}
	
	.enel_maintitle{
		width: 80%;
	}
}

@media screen and (min-width: 1300px) {  
    
    ul.main li:nth-child(1) {
        flex-basis: 214px;
    }
    ul.main li:nth-child(2) {
        flex-basis: 187px;
    }
    ul.main li:nth-child(3) {
        flex-basis: 253px;
    }
    ul.main li:nth-child(4) {
        flex-basis: 219px;
    }
    
    h3.title {
        font-size: 40px;
    }
}

@media screen and (max-width: 960px){
    div.faq-wrapper.category {
        padding: 67px 10px 49.5px 10px;
    }
    
    .page-footer > div {
        margin: 0 10px;
    }
    
    .enel_privacy {
        padding: 24px 10px 24px 10px;
    }
    
    div#introtext {
        margin: 0 10px;
    }
    
    div.faq-wrapper.homepage {
        margin: 0 10px;
    }
	
	/**************************
	**** AV Tablet portrait ***
	**************************/
	
	.av-overlap{
		top: 0;
		bottom: 0;
		padding-bottom: 61px;
	}
	
	section.av-overlap-container{
		width: 100%;
	}
	
	.popup-av-header{
		width: 100%;
		min-height: 4.5%;
	}
	
	.chat-av span.av-icon{
		left: -13%;
	}
	
	.assistant-question span.av-icon{
		left: -52%;
	}
	
	.autocomplete-suggestions.av-suggestion-tag {
        /*width: 52% !important;*/
		padding: 1.071em 0 1.929em 0.643em;
	}
	
	.av-overlap.av-overlap-open p#introtext{
		padding: 16px 0 10px 10px;
		width: 90%;
	}
}

@media screen and (min-width: 768px){
    .sticky-header--hidden {
        top: -101px!important;
    }
    
    .sticky-header {
        padding: 25px 25px 0;
        padding-bottom: 26px;
    }
    
    .sticky-header_logo-wrap {
        max-width: 120px!important;
    }
    
    .sticky-header_side-menu-button-wrap {
        margin-top: 20px;
        /*margin-left: 20px;*/
    }
    
    .sticky-header_side-menu-button-wrap:before {
        content: '';
        height: 25px;
        width: 1px;
        position: absolute;
        left: -30px;
        bottom: 5px;
        background-color: #c6c6c6;
        opacity: .5;
    }
    
    .sticky-header_side-menu-button .txt {
        text-transform: uppercase!important;
        display: inline-block!important;
    }
    
    body.open .main {
        left: 0;
    }
}

@media screen and (min-width: 1024px){
    .sticky-header {
        padding: 23px 30px 0!important;
        padding-bottom: 28px!important;
    }
}

@media screen and (max-width: 1024px){
	section.av-overlap-container{
		width: 100%;
	}
	
	.popup-av-header{
		width: 100%;
	}
	
/*	.autocomplete-suggestions.av-suggestion-tag-2{
		width: 66%!important;
	}
	
	.autocomplete-suggestions.av-suggestion-tag{
		width: 52%!important;
	}*/
}

@media screen and (max-width: 767px){
    .menu-nav.component .level>a {
        font-size: 24px!important;
        line-height: 60px!important;
    }
}

@media screen and (max-width: 320px){
	.assistant-chat.chat-av.first{
		margin: 3.571em 9.429em 1em 17.32%;
	}
	
	.chat-av span.av-icon {
		left: -23%;
	}
	
	.assistant-chat{
		margin: 1.429em 9.429em 1em 17.32%;
	}
	
	.assistant-question span.av-icon {
		left: -55%;
	}
	
	.mCS-my-theme.mCSB_scrollTools.mCSB_scrollTools_vertical{
		right: 5px;
	}
	
	.mCS-my-theme.mCSB_inside>.mCSB_container{
		margin-right: 10px;
	}
}

/**** IFRAME ENUAN ****/
#chatframe {
	width: 100%;
	height: 100%;
}