.sm-logoisk {
  display: block;
  /* border: 1px solid #bbbbbb; */
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.sm-logoisk a, .sm-logoisk a:hover, .sm-logoisk a:focus, .sm-logoisk a:active {
  padding: 13px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  color: #555555;
  font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}
.sm-logoisk a.current {
  background: #555555;
  color: #fff;
}
.sm-logoisk a.disabled {
  color: #cccccc;
}
.sm-logoisk a .sub-arrow {
  position: absolute;
  top: 42%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 85px;
  height: 42px;
  overflow: hidden;
  font: bold 29px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.08);
}
.sm-logoisk a .sub-arrow::before {
  content: '+';
  /* content: '\25BC'; */
  color: #63b7dd;
}
.sm-logoisk a.highlighted .sub-arrow::before {
  content: '-';
}
.sm-logoisk li {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.sm-logoisk > li {
	background-color: #cee4eb;
}
.sm-logoisk > li:first-child {
  border-top: 0;
}
.sm-logoisk ul {
  background: rgba(179, 179, 179, 0.1);
}
.sm-logoisk ul a, .sm-logoisk ul a:hover, .sm-logoisk ul a:focus, .sm-logoisk ul a:active {
  font-size: 14px;
  border-left: 8px solid transparent;
}
.sm-logoisk ul ul a,
.sm-logoisk ul ul a:hover,
.sm-logoisk ul ul a:focus,
.sm-logoisk ul ul a:active {
  border-left: 16px solid transparent;
}
.sm-logoisk ul ul ul a,
.sm-logoisk ul ul ul a:hover,
.sm-logoisk ul ul ul a:focus,
.sm-logoisk ul ul ul a:active {
  border-left: 24px solid transparent;
}
.sm-logoisk ul ul ul ul a,
.sm-logoisk ul ul ul ul a:hover,
.sm-logoisk ul ul ul ul a:focus,
.sm-logoisk ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.sm-logoisk ul ul ul ul ul a,
.sm-logoisk ul ul ul ul ul a:hover,
.sm-logoisk ul ul ul ul ul a:focus,
.sm-logoisk ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}


/* Wordpress classes highlight */
.sm-logoisk  li.current-menu-item>a{
	color: #ffffff;
	background-color:#6da4c7 !important;
}
#menu-osnovnoe li.current-menu-ancestor>a{
	color: #ffffff;
	background-color:#8ebad7;
}


@media (min-width: 768px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-logoisk ul {
    position: absolute;
    width: 12em;
  }

  .sm-logoisk li {
    float: left;
  }

  .sm-logoisk.sm-rtl li {
    float: right;
  }

  .sm-logoisk ul li, .sm-logoisk.sm-rtl ul li, .sm-logoisk.sm-vertical li {
    float: none;
  }

  .sm-logoisk a {
    white-space: nowrap;
  }

  .sm-logoisk ul a, .sm-logoisk.sm-vertical a {
    white-space: normal;
  }

  .sm-logoisk .sm-nowrap > li > a, .sm-logoisk .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */
  .sm-logoisk {
	display: inline-block;
    background: #cee4eb;
  }
  .sm-logoisk a, .sm-logoisk a:hover, .sm-logoisk a:focus, .sm-logoisk a:active, .sm-logoisk a.highlighted {
    padding: 11px 20px;
    color: #555555;
  }
  .sm-logoisk a:hover, .sm-logoisk a:focus, .sm-logoisk a:active, .sm-logoisk a.highlighted {
    background: #d7f1fb;
	color: #4f7fc7;
  }
  .sm-logoisk a.current {
    background: #555555;
    color: #fff;
  }
  .sm-logoisk a.disabled {
    background: #fff;
    color: #cccccc;
  }
  .sm-logoisk a.has-submenu {
    padding-right: 32px;
  }
  .sm-logoisk a .sub-arrow {
    top: 50%;
    margin-top: -8px;
    right: 20px;
    width: 8px;
    height: 16px;
    font: 14px/16px monospace !important;
    background: transparent;
  }
  .sm-logoisk a.highlighted .sub-arrow::before {
    content: '+';
  }
  .sm-logoisk > li > ul {
	  opacity: 0.9;
  }
  .sm-logoisk > li {
    border-top: 1px solid #6da4c7;
    border-bottom: 1px solid #6da4c7;
    border-left: 2px solid #6da4c7;
    border-right: 1px solid #6da4c7;
  }
  .sm-logoisk > li:first-child {
	border-top: 1px solid #6da4c7;
	border-bottom: 1px solid #6da4c7;
	border-left: 2px solid #6da4c7;
	border-right: 1px solid #6da4c7;
  }
  .sm-logoisk > li:last-child {
    border-top: 1px solid #6da4c7;
    border-bottom: 1px solid #6da4c7;
	border-right: 2px solid #6da4c7;
	border-left: 1px solid #6da4c7;
  }
  .sm-logoisk ul {
    border: 1px solid #6da4c7;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }
  .sm-logoisk ul a {
    border: 0 !important;
  }
  .sm-logoisk ul a.has-submenu {
    padding-right: 20px;
  }
  .sm-logoisk ul a .sub-arrow {
    left: 8px;
    right: auto;
  }
  .sm-logoisk ul > li {
    border-left: 0;
    border-top: 1px solid #6da4c7;
  }
  .sm-logoisk ul > li:first-child {
    border-top: 0;
  }
  .sm-logoisk .scroll-up,
  .sm-logoisk .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
  }
  .sm-logoisk .scroll-up-arrow,
  .sm-logoisk .scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #555555 transparent;
  }
  .sm-logoisk .scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
  }
  .sm-logoisk.sm-rtl a.has-submenu {
    padding-right: 20px;
    padding-left: 32px;
  }
  .sm-logoisk.sm-rtl a .sub-arrow {
    left: 20px;
    right: auto;
  }
  .sm-logoisk.sm-rtl.sm-vertical a.has-submenu {
    padding: 11px 20px;
  }
  .sm-logoisk.sm-rtl.sm-vertical a .sub-arrow {
    left: auto;
    right: 8px;
  }
  .sm-logoisk.sm-rtl > li:first-child {
    border-left: 1px solid #6da4c7;
  }
  .sm-logoisk.sm-rtl > li:last-child {
    border-left: 0;
  }
  .sm-logoisk.sm-rtl ul a.has-submenu {
    padding: 11px 20px;
  }
  .sm-logoisk.sm-rtl ul a .sub-arrow {
    left: auto;
    right: 8px;
  }
  .sm-logoisk.sm-vertical a .sub-arrow {
    left: 8px;
    right: auto;
  }
  .sm-logoisk.sm-vertical li {
    border-left: 0;
    border-top: 1px solid #6da4c7;
  }
  .sm-logoisk.sm-vertical > li:first-child {
    border-top: 0;
  }
}

/*# sourceMappingURL=sm-simple.css.map */
