/*.navbar-ctct {
  background: #44A8F2;
}

.navbar .container .navbar-ctct a {
  color: #eee;
}*/

.bx-pager.bx-default-pager {
  position: absolute;
  bottom: 20px;
  z-index: 2;
}
.slides{
  padding-left: 0;
}
.bx-wrapper {
  margin: 0;
}

img {
  width:100%;
}

.row.mpic {
  margin-bottom: 3px;
}

.row.subs .item {
  padding: 2px 3px;
  -webkit-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}

.row.subs .item:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
  z-index: 99;
}

.row.subs .item .text {
  position: absolute;
  height: 40%;
  bottom: 25px;
  color: #333;
  padding: 0 20px;
  line-height: 1.4;
}

.row.subs .item .text h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5% 0;
  padding: 0 10px 10px 0;
  border-bottom: 2px solid #333;
}
