.helpbar input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff !important;
  opacity: .5 !important;
}

.helpbar input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff !important;
  opacity: 1 !important;
}

.helpbar input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff !important;
  opacity: 1 !important;
}

.helpbar input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff !important;
}

.helpbar {
  padding: 0 !important;
}

.helpbar ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 auto !important;
  display: table;
  width: 100%;
  max-width: 1280px;
}

.helpbar ul li {
  display: table-cell;
  list-style: none;
  margin: 0;
  padding: 0 .5rem;
  vertical-align: middle;
  position: relative;
  width: auto;
}

.helpbar ul li.searchbox {
  width: 50%;
  padding: 0;
  max-width: 500px;
}

.helpbar ul li.searchbox input {
	padding-right: 30px!important;
}

.helpbar ul li.searchbox input::-ms-clear {
    display: none;
}

.helpbar ul li.ghostcolumn{
  display: none;
}
.helpbar ul li:after {
  content: "";
  position: absolute;
  background: #fff;
  opacity: .3;
  width: 1px;
  top: 25%;
  bottom: 25%;
  height: 50%;
  right: auto;
  left: 0;
  z-index: 2;
  display: none;
}

.helpbar ul li:first-child {
  padding-left: 0;
}

.helpbar ul li:last-child:after {
  display: block;
}

.helpbar button,
.helpbar a {
  background: transparent;
  border: none;
  text-transform: uppercase;
  color: #fff !important;
  font-family: "Montserrat", sans-serif;
  font-size: 12px !important;
  padding: 11px;
  margin: 0px;
  line-height: 12px !important;
  text-decoration: none !important;
  display: block !important;
  text-align: center !important;
  line-height: 26px !important;
}

.helpbar a:hover {
  background: rgba(0, 0, 0, .1);
}


.helpbar a span {
  white-space: nowrap;
}

.helpbar a span:hover {
    
    text-decoration: underline !important;
    
}

.helpbar button svg,
.helpbar a svg {
  vertical-align: middle;
}

.helpbar a span {
  margin-left: .5rem;
}

.helpbar button.search {
  display: inline;
    margin: -15px 0 0;
    padding: 0;
    position: absolute;
    right: 4%;
    top: 50%;
    vertical-align: middle;
    width: 25px;
}

.ie .helpbar button.search {
    z-index:100;
    background-color:#3b76b3;
}

.helpbar button.search svg {
  margin: 0;
}

.helpbar input {
  border: none !important;
  background: rgba(0, 0, 0, 0) !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
  font-size: 20px !important;
  transition: border 300ms ease !important;
  margin: 0 !important;
  width: 96% !important;
  padding: 0 2% !important;
  line-height: 36px !important;
  /*background: rgba(0, 0, 0, 0.1);*/
  
  margin-bottom: auto !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  
}

.helpbar input:placeholder-shown {
  color: #fff !important;
  font-size: 14px !important;
}

.helpbar input:focus {
  border-bottom: 2px solid rgba(255, 255, 255, 1) !important;
  outline: none !important;
  /*background: rgba(0, 0, 0, 0.1);*/
}

.helpbar {
  background: #3B76B3;
  display: block;
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  will-change: transform;
  transition: transform 300ms ease;
  padding: 0;
   z-index: 999;
}


/*
.headroom--unpinned,
.headroom--not--top{
  transform: translateY(100%);
}

.headroom--pinned,
.headroom--bottom{
  transform: translateY(0%);
}
*/

/*DIV WHATSAPP*/
.testo-etichetta-supporto {
    font-size: 11px;
    font-weight: bold;
    color: #004895;
}
.etichetta-supporto-whatsapp {
    width: 40px;
    height: 40px;
}
.etichetta-whatsapp {
    position: fixed;
    top: calc(30%  +  250px);
    right: 0;
    background-color: #F6F6F6;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 20px;
    z-index: 3;
    width: 65px;
    height: 72px;
}
.etichetta-whatsapp a{
    padding-left: 0;
}
.etichetta-whatsapp:hover, .etichetta-whatsapp:active {
    background-color: #004895;
}
.etichetta-whatsapp:hover .testo-etichetta-supporto, .etichetta-whatsapp:active .testo-etichetta-supporto{
  color: white !important;
}
.etichetta-whatsapp a:hover, .etichetta-whatsapp a:active, .etichetta-whatsapp a:focus, 
.etichetta-whatsapp a span:hover {
    text-decoration: none !important;
}

@media only screen and (max-width: 979px) {

	.ie .helpbar button.search {
	    right: 10%;
	}

}

@media only screen and (max-width: 767px) {
  
  .helpbar a span {
    display: none;
  }
  
  .etichetta-whatsapp{
  	display: none;
  }
  
}

@media only screen and (max-width: 500px) {
  .headroom--unpinned,
  .headroom--not--top {
    transform: translateY(100%);
  }
  .headroom--pinned,
  .headroom--bottom {
    transform: translateY(0%);
  }
  
  /*.helpbar a span {
    display: none;
  }
  */
  .headroom--top {
    transform: translateY(100%);
  }
}

@media only screen and (max-width: 379px) {
	
	.helpbar button.search {
	    right: 10px;
	}
	
	.helpbar ul li.searchbox input {
		
		font-size: 16px!important;
	}
	
}

@media only screen and (min-width: 1280px) {

.helpbar ul li.searchbox {
  width: 30%;
  padding: 0;
  max-width: 500px;
}

.helpbar ul li.ghostcolumn{
  width: 30%;
  display: table-cell;
}
}


/*Pure css tooltips*/

.tooltip {
  display: inline;
  position: relative;
}

.tooltip:after {
  background: #28282b;
  border-radius: 4px;
  bottom: 110%;
  margin-bottom: 4px;
  color: #fff;
  content: attr(title);
  display: block;
  padding: 1em 1.5em;
  position: absolute;
  z-index: 98;
  text-transform: lowercase;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  transform: -50%;
  max-width: 200px;
  min-width: 100px;
  line-height: 1.3;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
  pointer-events: none;
  transition: bottom 300ms ease 100ms, opacity 300ms ease 100ms;
}

.tooltip:before {
  border: solid;
  border-color: #28282b transparent;
  border-width: 4px 4px 0 4px;
  bottom: 110%;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  z-index: 99;
  transform: translate(-50%, 0);
  opacity: 0;
  pointer-events: none;
  transition: bottom 300ms ease 100ms, opacity 300ms ease 100ms;
}

.tooltip:hover:after,
.tooltip:hover:before {
  opacity: 1;
  bottom: 100%;
}

@media only screen and (max-width: 500px) {
  .tooltip:after,
  .tooltip:before {
    display: none;
  }
}

.helpbar .labelBarraAssistenza{
	background: transparent;
    border: none;
    text-transform: uppercase;
    color: #fff !important;
    font-family: "Montserrat", sans-serif;
    font-size: 12px !important;
    padding: 11px;
    margin: 0px;
    text-decoration: none !important;
    display: block !important;
    text-align: center !important;
    line-height: 26px !important;
    height:26px !important;
}

.helpbar .labelBarraAssistenza span {
    margin-left: .5rem;
    white-space: nowrap;
}