/* Slide 1 Stlye */
#slider-wrapper2{
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: relative;
}
#image-slider2 {
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden;
  margin: auto;
  display: block;
}
#image-slider2 ul {
  margin-bottom: 0;
  width: 100%;
  height: 100vh;
  position: relative;
}
#image-slider2 ul li {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height:100%; 
}
#image-slider2 ul li {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
#image-slider2 ul li:nth-child(1) {
  background-image: url(../images/full-bg-01.jpg);
}
#image-slider2 ul li:nth-child(2) {
  background-image: url(../images/full-bg-02.jpg);
}
#image-slider2 ul li:nth-child(3) {
  background-image: url(../images/full-bg-03.jpg);
}
#image-slider2 ul li.active-img{
  left: 0;
}
#thumbnail2 {
  position: absolute;
  z-index: 99999;
  bottom: 20px;
  right: 30px;
}
#thumbnail2 ul {
  padding: 0px;
  margin: 0px;
}
#thumbnail2 ul li {
  display: inline-block;
  max-width: 150px;
  max-height: 150px;
  margin-left: 30px;
  cursor: pointer;
  border: 4px solid transparent;
  transition: all 0.5s;
}
#thumbnail2 ul li.active {
  border: 5px solid #faf5b2;
}
#thumbnail2 ul li img {
  max-width: 100%;
  overflow: hidden;
}
#tabs2 {
  float: right;
  margin-right: 0px;
}
#tabs2 ul {
  margin: 0;
  padding: 0;
  float: left;
}
#tabs2 ul li {
  margin-top: 5px;
  margin-bottom: 25px;
  display: block;
  background-color: transparent;
}
#tabs2 ul li:last-child {
  margin-bottom: 0px;
}
#tabs ul li a {
  display: block;
  cursor: pointer;
  outline: 0;
  border: none;
  color: #6a6a6a;
  text-decoration: none;
  text-transform: uppercase;
}
#tabs2 ul li span {
  text-align: center; 
  background-color: transparent;
  border: 3px solid #fff;
  color: #fff;
  width: 90px;
  height: 90px;
  font-size: 32px;
  line-height: 84px;
  border-radius: 50%;
}
#tabs2 ul .ui-tabs-active span {
  background: #faf5b2;
  border: #faf5b2;
  line-height: 90px;
  border-bottom: none;
}
#tabs2 ul .ui-tabs-active a {
  color: #000;
}
#tabs2 ul .ui-tabs-active span {
  color: #1e1e1e;
}

#contact2 {
  text-align: center;
  margin: 0 auto;
  max-width: 770px;
  margin-bottom: 100px;
  padding: 25px;
  background-color: rgba(0,0,0,0.9);
}
#contact2 h2 {
  font-size: 29px;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 50px;
}
#contact2 input,
#contact2 textarea {
  padding-left: 15px;
  background-color: rgba(0,0,0,0.1);
  border: 1px solid #fff;
  border-radius: 0px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 30px;
}
#contact2 input:focus,
#contact2 textarea:focus {
  color: #fff;
  outline: none;
  box-shadow: none;
  border: 1px solid rgba(250,245,178,1);
  background-color: rgba(0,0,0,0.1);
}
#contact2 textarea {
  height: 160px;
  padding: 15px;
}
#contact2 button {
  border: 2px solid #fff;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  background-color: transparent;
  height: 44px;
  line-height: 40px;
  display: inline-block;
  padding: 0px 20px;
  cursor: pointer;
  transition: all 0.3s;
  outline: none;
}
#contact2 button:hover {
  background-color: #faf5b2;
  border-color: #faf5b2;
  color: #1e1e1e;
}