﻿.unslider {
  overflow: auto;
  margin: 0;
  padding: 0;
}
.unslider-wrap {
  position: relative;
}
.unslider-wrap.unslider-carousel > li {
  float: left;
}
.unslider-vertical > ul {
  height: 100%;
}
.unslider-vertical li {
  float: none;
  width: 100%;
}
.unslider-fade {
  position: relative;
}
.unslider-fade .unslider-wrap li {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 8;
}
.unslider-fade .unslider-wrap li.unslider-active {
  z-index: 10;
}
.unslider ul, .unslider ol, .unslider li {
  list-style: none;
  /* Reset any weird spacing */
  margin: 0;
  padding: 0;
  border: none;
}
.unslider-arrow {
  z-index: 2;
  cursor: pointer;
  display:none
}
.unslider-arrow.next {
float:right;
}
.unslider-nav{position:relative;top:0;right:0}
.unslider-nav ol {
  list-style: none;
  text-align: center;
}
.unslider-nav ol li {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 4px;
  background: transparent;
  border-radius: 5px;
  overflow: hidden;
  text-indent: -999em;
  border: 2px solid #ccc;
  cursor: pointer;
}
.unslider-nav ol li.unslider-active {
  background: #333;
  cursor: default;
}
.col-md-6 h4{margin:20px 0 10px}
.col-md-6 h3{margin-top:0}
.col-md-6 h6{margin-bottom:0}
.kosa{font-size:18px !important;border-top:1px dashed #CCC;line-height:27px}
.kosa span{float:right}
.kosl{font-size:18px !important;border-bottom:1px dashed #CCC;line-height:27px}
.kosl span{float:right}
.kosp{font-size:20px !important;line-height:27px}
.kosp span{float:right;font-size:22px;color:#0bb90b}
