﻿img{max-width: 100%}
.slider-container .nivo-controlNav {
  bottom: 25px;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 99999;
}
.slider-container {
  position: relative;
  z-index: 9;
}
.slider-text-table {
    display: table;
    height: 100%;
    width: 100%;
}
.slider-text-tablecell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.slide1-text {
  margin-top: -60px;
}
.title-1 h1 {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    line-height: 48px;
    margin-bottom: 0;
    letter-spacing:5px;
    text-transform: uppercase;
}
.title-2 h1 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
    letter-spacing:5px;
    text-transform: uppercase;
}
.nivo-controlNav a {
  background-color: rgba(0, 0, 0, 0.6);
  border: 2px solid transparent;
  border-radius: 100%;
  cursor: pointer;
  display: inline-block;
  height: 14px;
  line-height: 14px;
  margin: 0 10px;
  position: relative;
  text-indent: -9999px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 14px;
}
.nivo-controlNav a:hover,.nivo-controlNav a.active {
  background-color:rgba(255,255,255,.5);
  border-color:rgba(0, 0, 0, 0.6);
}
.nivo-controlNav a.active {
  width: 16px;
  height: 16px;
}












