@charset "utf-8";
/* CSS Document */
 @import url('https://fonts.googleapis.com/css?family=Piedra');
 @import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
<!--slider-->
.jk-slider{
    width:100%;
}
/*          Hero Headers        */
/********************************/
.hero {
  bottom: 0;
  color: #ffffff;
  left: 0;
  margin-top: -50px;
  position: absolute;
  right: 0;
  top: 50%;
}

.banner-text {
	width:auto;
	float:left;
	
}
.hero h1 {
    font-size:75px;    
    font-weight: normal;
    margin: 0;
    padding: 0;
	color:#a07d2e;
	text-transform:none;
	font-family: 'Piedra', cursive;
	 background: -webkit-linear-gradient(#f4e47c, #a2822d, #906b26);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero p {
    font-size:30px;    
    font-weight: 300;
    margin: 0;
    padding: 0;
	color:#fff;
	text-transform:none;
	font-family: 'Lato', sans-serif;
	font-style:italic;
	text-align:center;
	letter-spacing:2px;
	width:auto;
}


.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 5s all ease-in-out .1s;
       -moz-transition: 5s all ease-in-out .1s; 
        -ms-transition: 5s all ease-in-out .1s; 
         -o-transition: 5s all ease-in-out .1s; 
            transition: 5s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 5s all ease-in-out .1s;
       -moz-transition: 5s all ease-in-out .1s; 
        -ms-transition: 5s all ease-in-out .1s; 
         -o-transition: 5s all ease-in-out .1s; 
            transition: 5s all ease-in-out .1s;    
}

.carousel {
  box-shadow: 2px 4px 10px #000000;
}

.banner-left {
  background: rgba(0, 0, 0, 0) url("../images/slide-arrowleft.png") no-repeat scroll left center;
  float: left;
  height: 100%;
  left: 10%;
  position: relative;
  width: 30px;
  z-index: 111;
}

.banner-right {
	background: rgba(0, 0, 0, 0) url("../images/slide-arrowright.png") no-repeat scroll left center;
	float: right;
	height: 100%;
	right: 10%;
	position: relative;
	width: 30px;
	z-index: 111;
}

.carousel-indicators li {
  background-color: #fff;
  border: 0px solid #ffffff;
  border-radius: 0px;
  cursor: pointer;
  display: inline-block;
  height: 4px;
  margin: 0px 2px;
  text-indent: -999px;
  width: 50px;
}
.carousel-indicators .active {
  background-color: #ffde16;
  height: 4px;
  width: 50px;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img {
  line-height: 1;
  width: 100%;
}

.ShopNow {
  width: auto;
  margin:25px auto 0;
  display:table;
}
.ShopNow a {
	background: url("../images/ShopNow.png") repeat-x center center;
	font-size:16px;    
    font-weight: bold;
    margin: 0;
    padding:0 ;
	color:#000000;
	text-transform:uppercase;
	font-family: 'Lato', sans-serif;
	font-style:normal;
	text-align:center;
	width:135px;
	height:35px;
	display:table;
	line-height:35px;
	text-shadow: 1px 1px 1px #ffffff;
	transition: all 0.5s ease 0s;
}
.ShopNow a:hover {
	background: url("../images/ShopNow-roll.png") repeat-x center center;

}
