
@media screen and (min-width: 980px) and (max-width: 1279px) {
	.sHero {
    	min-height: 45rem;
  }
}
@media screen and (max-width: 767px) {
  .sHero__background.sHero__background--iksumilo {
  	background-image: url('//eab-site-resources.s3-eu-west-1.amazonaws.com/pages_media/15_iksumilo-change.jpg');
  	background-position: top;
	}
}
textarea#teksto {
  height: 50vh;
  background: rgba(248, 248, 248, .05);
  padding: 15px;
  font-size: 2rem;
  color: #65936F;
}
#h-averto {color: red;font-weight: bold;display: none;}
#iksumilo ul.iksumilo__buttons{
	margin-bottom: -22px;
	padding: 0;
	list-style-type: none;
}
.iksumilo__button_item {
	display: inline-block;
	margin-right: .5rem;
	width: 100%;
}
.iksumilo__button_item>.ipsButton {
	width: 100%;
	margin-bottom: .2rem;
  	font-size: 20px;
}
@media screen and (min-width: 980px) {
	.iksumilo__button_item {
		width: auto;
	}
	.iksumilo__button_item>.ipsButton {
		width: auto;
		margin-bottom: 0;
	}
}
.iksumilo__button_item:last-child {
	margin-right: 0;
}
#elLettersNav {
  background: #ebf2f8;
  background: #97D1B8;
  padding: 20px 0 10px;
  text-align: center;
}
#elLettersNav ul {
  max-width: 900px;
  margin: 0 auto;
}
#elLettersNav ul li {
  margin-right: 40px;
  margin-bottom: 10px;
}
#elLettersNav a {
  color: #D2FFEB;
}
#elLettersNav a:hover {
  color: #F8F8F8;
}
#elLettersNav a.sSelected {
  font-weight: bold;
  font-weight: 700;
  color: #F8F8F8;
}