#sm_slider ul:first-child {
    z-index: 1;
    height: 274px!important;
}

#sm_slider .sm_slider-inner {overflow: none!important}

#sm_slider a, #sm_slider img, .awards a, .awards img {
    outline: none;
    border: none;
}

#informatia .sm_slider-inner {height: 78px!important}

.sm_slider {
  position: relative;
}
.sm_slide {
    color: #3d3d3d;
    display: none;
    font-size: 0;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    visibility: hidden;
    width: 100%;
}
#informatia .sm_slide {
    text-align: left;
    line-height: 0;
}
.sm_slide.active {
  display: block;
  visibility: visible;
}
.sm_slide img {
  max-width: 100%;
  border-radius: 82px;
}

.sm_prev,
.sm_next {
  width: 8px;
  height: 13px;
  cursor: pointer;
  display: inline-block;
  background: url("../images/reviews-controls.png") no-repeat 0 0;
  margin: 0 5px;
}
.sm_prev {background-position: 0 0;}
.sm_prev:hover {background-position: 0 -13px;}
.sm_next {background-position: -8px 0;}
.sm_next:hover {background-position: -8px -13px;}

.ce {
  width: 36px;
  height: 13px;
  background: #fff;
  margin: 5px auto 0;
  padding: 5px;
  border-radius: 7px;
}

.sm_nav {
    height: 18px;
    clear: both;
    display: inline-block;
    overflow: hidden;
    position: absolute;
    left: 50%; top: 75%;
    z-index: 100;
}

.sm_nav-item {
  width: 18px;
  height: 18px;
  background: url("../images/controls.png") 0 0;
  cursor: pointer;
  float: left;
  z-index: 9;
  list-style: none;
  margin: 0 4px;
}
.sm_nav-item i {
  display: none;
}
.sm_nav-item.active {
  cursor: default;
  background-position: 0 -18px;
}
.sm_nav-item.active:hover {
  cursor: default;
  color: #7e7e7e;
}
.sm_nav-item.active i {
  background-color: #bfbfbf;
}
.sm_nav-item:hover i {
  background: #7f7f7f;
}
.sm_nav-item.active:hover i {
  background-color: #bfbfbf;
}
