.caption h6{

	font-size:18px;

}

	



.btn-transparent {

  background: transparent;

  border: 3px solid #fff;

  padding: 15px 30px;

  font-size: 14px;

  -moz-border-radius: 0;

  -webkit-border-radius: 0;

  border-radius: 0;

  color: #fff;

  -moz-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  -webkit-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

  font-weight: 700;

  letter-spacing: 0.05em;

  text-transform: uppercase;

}



.btn-transparent:hover,

.btn-transparent:focus,

.btn-transparent:active {

  background: #fff;

  color: #0d0d0d;

  text-decoration: none;

}



.btn-light {

  background: #fff;

  border: 3px solid #fff;

  padding: 15px 30px;

  font-size: 14px;

  -moz-border-radius: 0;

  -webkit-border-radius: 0;

  border-radius: 0;

  color: #0d0d0d;

  -moz-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  -webkit-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

  font-weight: 700;

  letter-spacing: 0.05em;

  text-transform: uppercase;

}



.btn-light:hover,

.btn-light:focus,

.btn-light:active {

  background: transparent;

  color: #fff;

  text-decoration: none;

}



.btn-block {

  background: #24242a;

  padding: 15px 0;

  font-size: 16px;

  -moz-border-radius: 0;

  -webkit-border-radius: 0;

  border-radius: 0;

  color: #fff;

  -moz-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  -webkit-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

  font-weight: 700;

  letter-spacing: 0.05em;

  text-transform: uppercase;

  border: 3px solid #24242a;

}



.btn-block:hover,

.btn-block:focus,

.btn-block:active {

  background: #fff;

  color: #0d0d0d;

  text-decoration: none;

}







    /* ==========================================================================

Sliders Style

========================================================================== */

#owl-hero {

  overflow: hidden;

}

#owl-hero .item {

  -moz-background-size: cover;

  -o-background-size: cover;

  -webkit-background-size: cover;

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;
  
  height:400px !important;

}

#owl-hero .item .caption {

  position: absolute;

  top: 50%;

  margin-top: -104px;

  left: 0;

  right: 0;

  text-align: center;

  z-index: 15;

}

#owl-hero .item .caption h1 {

  color: #fff;

  margin: 0;

  text-transform: uppercase;

}

#owl-hero .item .caption h1 span {

  font-weight: 700;

}

#owl-hero .item .caption h6 {

    margin-top: 40px;

  margin-bottom: 50px;

  color: #fff;

}

#owl-hero .owl-pagination {

  position: absolute;

  display: block;

  text-align: center;

  width: 100%;

  bottom: 5%;

}

#owl-hero .owl-pagination .owl-page.active span {

  background: #fff;

}

#owl-hero .owl-pagination .owl-page span {

  border: 2px solid #fff;

  border-radius: 50%;

  background: transparent;

  opacity: 1;

  -moz-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  -webkit-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

}

#owl-hero .owl-buttons div {

  background: #fff;

  font-size: 24px;

  color: #a3a3a3;

  opacity: 1;

}

#owl-hero .owl-buttons .owl-prev {

  left: -60px;

}

#owl-hero .owl-buttons .owl-next {

  right: -60px;

}

#owl-hero .owl-buttons .owl-prev,

#owl-hero .owl-buttons .owl-next {

  position: absolute;

  background: #fff;

  top: 50%;

  height: 51px;

  width: 51px;

  line-height: 45px;

  border-radius: 0;

  border: 1px solid #fff;

  z-index: 20;

  text-align: center;

  -moz-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  -webkit-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

}



#owl-hero:hover .owl-prev {

  left: -5px;

}



#owl-hero:hover .owl-next {

  right: -5px;

}





    /* ==========================================================================

Media Queries Style

========================================================================== */

@media (max-width: 992px) {

  



  /*-- Sliders --*/

  #owl-hero h1 {

    font-size: 30px;

  }

  #owl-hero h6 {

    font-size: 16px;

  }

  #owl-hero .btn {

    margin-top: 20px;

  }

  #owl-hero .owl-buttons {

    display: none;

  }



 

}

