.language-icon .ar {
  display:none;
}

#block-views-block-defsi-block-8 {
	margin-bottom:0px !important;
}

.breadcrumbs {
	margin-bottom:0px !important;
}

#snav {
  position: fixed;
  top: 20%;
  z-index: 9999;
  font-size: 18px;
}
#snav ul { list-style: none; }
#snav * {
  margin: 0;
  padding: 0;
  outline: 0;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#snav li a {
  text-decoration: none;
  color: #fff;
  display: block;
  position: relative;
}
#snav .fas {
  vertical-align: middle;
  font-size: 18px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  position: relative;
  z-index: 4;
}
#snav li span {
  font-size: 15px;
  vertical-align: middle;
  height: 35px;
  line-height: 35px;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  padding: 0 40px;
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: 3;
  direction:ltr;
}
#snav li a:hover .fas { transform: rotate(720deg); }
#snav li a:hover span { visibility: visible; }
/*#snav li:nth-child(1) a span { visibility: visible; z-index: 1;}*/

#snav li span { background-color: #555; }
/* icons color and background before hover  */
#snav li .fas {
  background-color: #597E52;
  color: white;
}
/* icons hover color */
#snav li a:hover .fas { color: #fff; }
/* repeated colors from 1 to 10 each hover color repeated after 10 menu items */
#snav li:nth-child(10n+1) span,
#snav li:nth-child(10n+1) a:hover .fas { background-color: #8350DD; }
#snav li:nth-child(10n+2) span,
#snav li:nth-child(10n+2) a:hover .fas { background-color: #4EC5DB; }
#snav li:nth-child(10n+3) span,
#snav li:nth-child(10n+3) a:hover .fas { background-color: #ff0000; }
#snav li:nth-child(10n+4) span,
#snav li:nth-child(10n+4) a:hover .fas { background-color: #99BE24; }
#snav li:nth-child(10n+5) span,
#snav li:nth-child(10n+5) a:hover .fas { background-color: lightblue; }
#snav li:nth-child(10n+6) span,
#snav li:nth-child(10n+6) a:hover .fas { background-color: blue; }
#snav li:nth-child(10n+7) span,
#snav li:nth-child(10n+7) a:hover .fas { background-color: #000; }
#snav li:nth-child(10n+8) span,
#snav li:nth-child(10n+8) a:hover .fas { background-color: purple; }
#snav li:nth-child(10n+9) span,
#snav li:nth-child(10n+9) a:hover .fas { background-color: gold;color:black; }
#snav li:nth-child(10n+10) span,
#snav li:nth-child(10n+10) a:hover .fas { background-color: #30555C; }