searc#search .icons {
  background-image: url('/styles/img/icons.png');
}

#search {
  z-index: 2;
}

.children-pensioner {
margin-right: 50px;
}

#search .search-options-wrapper {
  display: none;
  box-sizing: border-box;
  /*position: absolute;*/
  top: 100%;
  right: 0;
  left: 0;
/*padding-top: 20px;
padding-bottom: 20px;*/
  height: 268px;
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 1px solid #e4e4e4;
}

#search .search-options-wrapper .main-width {
  display: none;
  box-sizing: border-box;
  position: relative;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

#search .search-options-wrapper .main-width::before,
#search .search-options-wrapper .main-width::after {
  content: '';
  position: absolute;
  z-index: 1;
  right: 3px;
  left: 0;
/*height: 20px;*/
}

#search .search-options-wrapper .main-width::before {
  top: 0;
  background: linear-gradient(to bottom, #fff 0%, #fff 50%, rgba(255, 255, 255, 0) 100%);
}

#search .search-options-wrapper .main-width::after {
  bottom: 0;
  background: linear-gradient(to top, #fff 0%, #fff 50%, rgba(255, 255, 255, 0) 100%);
}

#search .search-options-wrapper .nano-pane {
  width: 3px;
  background-color: transparent;
}

#search .search-options-wrapper .nano-pane::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  background-color: #e4e4e4;
}

#search .search-options-wrapper .nano-slider {
  position: relative;
  z-index: 1;
  width: 3px;
  background-color: #f60;
}

#search .search-options-loading {
  text-align: center;
}

#search .search-options {
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
/*padding-top: 20px;
  padding-bottom: 20px;*/
  padding-left: 0;
  height: 100%;
  list-style: none;
  font-size: 20px;
  color: rgba(0, 0, 0, .5);
}

#search .search-options li {
  margin-right: 20px;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 20px;
  cursor: pointer;
}

#search .search-options li:hover {
  background-color: #f5f5f5;
}



.nano {
  position : relative;
  width    : 100%;
  height   : 100%;
  overflow : hidden;
}
.nano > .nano-content {
  position      : absolute;
  overflow      : scroll;
  overflow-x    : hidden;
  top           : 0;
  right         : 0;
  bottom        : 0;
  left          : 0;
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.nano > .nano-pane {
  background : rgba(0,0,0,.25);
  position   : absolute;
  width      : 10px;
  right      : 0;
  top        : 0;
  bottom     : 0;
  visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
  opacity    : .01;
  -webkit-transition    : .2s;
  -moz-transition       : .2s;
  -o-transition         : .2s;
  transition            : .2s;
  -moz-border-radius    : 5px;
  -webkit-border-radius : 5px;
  border-radius         : 5px;
}
.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0,0,0,.5);
  position              : relative;
  margin                : 0 1px;
  -moz-border-radius    : 3px;
  -webkit-border-radius : 3px;
  border-radius         : 3px;
}
.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility : visible\9; /* Target only IE7 and IE8 with this hack */
  opacity    : 0.99;
}

@media (max-width: 1120px) {

#search {
position: fixed;
width: 100%;
z-index: 9;
background: white;
padding-top: 50px

}

}