/*WIDGET*/
#sa_widget_knm {
    z-index: 2552478631 !important;
}

.AuR #sa_widget_bar,
.AuL #sa_widget_bar{
  position: absolute;
  height: 21px;
  width: 160px;
  margin-top: -20px;
  background-color: #286086;
  z-index: -1; 
}

.AoR #sa_widget_bar,
.AoL #sa_widget_bar{
  height: 21px;
  width: 160px;
  background-color: #286086;
  z-index: -1; 
}

#btn-SA{
  padding: 0px 5px;
  background-color: #990000;
  color: #ccc;
}
#btn-SA i{
  margin-top: 3px;
}
#btn-SA{
    float: right;
    margin-right: 5px;
}


.AoL{
	position: fixed;
	top: 0;
    left: 15px;
}

.AoR{
	position: fixed;
	top: 0;
    right: 15px;
}

.AuR{
	position: fixed;
	bottom: 0;
    right: 15px;
}

.AuL{
	position: fixed;
	bottom: 0;
    left: 15px;
}

@media (max-width: 768px) {
	.hidden-xs{
		display: none;
	}
}