.slider-area {
    color: #fff;
    position: relative;
    /*text-align: center;*/
}
.slider-content {
  padding: 28% 0 0 30px;
}
/*.nivo-caption::after {
  background: #444 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}*/
.layer-1-2 {
  margin: 8px 0 0 0;
}
.layer-1-1 h2 {
  color: #bcbcbc;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;line-height: 34px;margin: 0;text-shadow: 1px 0px 1px #222;
}
.layer-1-1 h2 img {
    display: inline-block;
    margin-right: 10px;
    margin-top: -3px;position: inherit;
}
.layer-1-2 h1 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;margin: 0;text-shadow: 1px 0px 1px #222;text-align: right;
}
.layer-1-3 {
  margin: 8px 0 0;
}
.layer-1-3 h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;text-transform: none;margin: 0;text-shadow: 1px 2px 1px #000;text-align: right;padding-left: 42%;line-height: 1.8;
	    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 56px;
}
.layer-1-3 a.ready-btn {
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin-top: 30px;
  padding: 12px 14px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  z-index: 222;
}
.layer-1-3 a.ready-btn:hover{
    color: #fff;
    background: #f3652a;
    border: 1px solid #f3652a;
    text-decoration: none;
}

.nivo-controlnav {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 999;
}
.nivo-directionnav {
  display: block;
}
.nivo-controlnav a {
  background: #fff none repeat scroll 0 0;
  box-shadow: none;
  display: inline-block;
  font-size: 0;
  height: 16px;
  margin: 5px 7px;
  opacity: 1;
  text-align: center;
  text-indent: inherit;
  vertical-align: top;
  width: 16px;
  border-radius: 100%;
}
.nivo-controlnav a:hover, .nivo-controlnav a.active {
  background: #ffa200 none repeat scroll 0 0;
   /*-moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);*/
}
@media (max-width: 767px) {
	.nivo-controlnav a {height: 12px;width: 12px;}
}