img {
	max-width: 100%;
	height: auto;
}
/*------------------------------------------------*/
/*---------------[FEATURED SLIDER]----------------*/
/*------------------------------------------------*/

@-webkit-keyframes bounceIn {
 0% {
 opacity: 0;
 -webkit-transform: scale(.3);
}
 50% {
 opacity: 1;
 -webkit-transform: scale(1.05);
}
 70% {
 -webkit-transform: scale(.9);
}
 100% {
 -webkit-transform: scale(1);
}
}
 @-moz-keyframes bounceIn {
 0% {
 opacity: 0;
 -moz-transform: scale(.3);
}
 50% {
 opacity: 1;
 -moz-transform: scale(1.05);
}
 70% {
 -moz-transform: scale(.9);
}
 100% {
 -moz-transform: scale(1);
}
}
 @-o-keyframes bounceIn {
 0% {
 opacity: 0;
 -o-transform: scale(.3);
}
 50% {
 opacity: 1;
 -o-transform: scale(1.05);
}
 70% {
 -o-transform: scale(.9);
}
 100% {
 -o-transform: scale(1);
}
}
 @keyframes bounceIn {
 0% {
 opacity: 0;
 transform: scale(.3);
}
 50% {
 opacity: 1;
 transform: scale(1.05);
}
 70% {
 transform: scale(.9);
}
 100% {
 transform: scale(1);
}
}
.bounceIn {
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
}
 @-webkit-keyframes fadeInUp_custom {
 0% {
 opacity: 0;
 -webkit-transform: translateY(270px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
}
}
 @-moz-keyframes fadeInUp_custom {
 0% {
 opacity: 0;
 -moz-transform: translateY(270px);
}
 100% {
 opacity: 1;
 -moz-transform: translateY(0);
}
}
 @-o-keyframes fadeInUp_custom {
 0% {
 opacity: 0;
 -o-transform: translateY(270px);
}
 100% {
 opacity: 1;
 -o-transform: translateY(0);
}
}
 @keyframes fadeInUp_custom {
 0% {
 opacity: 0;
 transform: translateY(270px);
}
 100% {
 opacity: 1;
 transform: translateY(0);
}
}
 @-webkit-keyframes bounceIn_custom {
 0% {
 -webkit-transform: scale(1);
}
 25% {
 -webkit-transform: scale(.8);
}
 50% {
 -webkit-transform: scale(1.05);
}
 70% {
 -webkit-transform: scale(.9);
}
 100% {
 -webkit-transform: scale(1);
}
}
 @-moz-keyframes bounceIn_custom {
 0% {
 -moz-transform: scale(1);
}
 25% {
 -moz-transform: scale(.8);
}
 50% {
 -moz-transform: scale(1.05);
}
 70% {
 -moz-transform: scale(.9);
}
 100% {
 -moz-transform: scale(1);
}
}
 @-o-keyframes bounceIn_custom {
 0% {
 -o-transform: scale(1);
}
 25% {
 -o-transform: scale(.8);
}
 50% {
 -o-transform: scale(1.05);
}
 70% {
 -o-transform: scale(.9);
}
 100% {
 -o-transform: scale(1);
}
}
 @keyframes bounceIn_custom {
 0% {
 transform: scale(1);
}
 25% {
 transform: scale(.8);
}
 50% {
 transform: scale(1.05);
}
 70% {
 transform: scale(.9);
}
 100% {
 transform: scale(1);
}
}
 @-webkit-keyframes etcustom {
 0%, 100% {
background: #f7a13c;
}
 50% {
background: #f79d3c;
}
}
#featured {
-moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.07) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.07)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.07) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.07) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.07) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.07) 100%);
	background:#f7a13c url(../images/bg-banner.jpg) top center repeat-x;
	-webkit-box-shadow: inset 0 0 250px #bd3905;
	-moz-box-shadow: inset 0 0 250px #bd3905;
	box-shadow: inset 0 0 250px #bd3905;
	text-align: center;
	padding-top: 0;
	position: relative;
	height:520px;
}
#featured.et_slider_auto {
	/*padding-bottom: 2px;*/
}
#featured, #featured #slides {
	overflow: hidden;
}
#featured .slide {
	width: 100%;
	float: left;
	margin-right: -100%;
	position: relative;
	display: none;
	-webkit-transform: translate3d(0, 0, 0);
	height: 520px;
	overflow:hidden;
}
.js #featured .slide.et-active-slide {
	display: list-item;
}
#featured .slide img {
	/*margin-bottom: -2px;*/
}
.slide .description {
	padding-bottom: 50px;
}
.slide .description h2, .post-heading h1, h1#comments, #reply-title, h1.category-title, .post-description h2, .related.products h2 {
	font-family: 'Raleway', Arial, sans-serif;
}
.slide a:hover {
	text-decoration: none;
	color: rgba(255,255,255,0.9);
}
.slide .description h2, .post-heading h1, h1#comments, #reply-title, h1.category-title, .related.products h2 {
	font-size: 60px;
	color: #333;
}
.slide .description h2, .post-description h2 {
	color: #fff;
}
.slide .description p {
	color: #fff;
	font-size: 24px;
	margin-top: -2px;
}
.left-arrow, .right-arrow, .et-arrow-prev, .et-arrow-next {
	position: absolute;
	top: 50%;
	margin-top: -51px;
	width: 102px;
	height: 102px;
	text-indent: -9999px;
	display: block;
	z-index: 100;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 0;
}
.left-arrow, .et-arrow-prev {
	background: url(../images/seta-banner.png) top left no-repeat;
	left: -140px;
}
.right-arrow, .et-arrow-next {
	background: url(../images/seta-banner.png) top right no-repeat;
	right: -140px;
}

#featured:hover .et-arrow-prev, #et-product-slider:hover .et-arrow-prev {
	left: 3%;
	opacity: 0.5;
}
#featured:hover .et-arrow-next, #et-product-slider:hover .et-arrow-next {
	right: 3%;
	opacity: 0.5;
}
#featured:hover .et-arrow-prev:hover{ opacity:1;}
#featured:hover .et-arrow-next:hover{ opacity:1;}
#featured-progress-bar {
	height: 10px;
	width: 100%;
	background-color: #fff;
	z-index: 30;
	position: absolute;
	bottom: 0px;
	left: 0;
}
#progress-time {
	background-color: #fdb832;
	height: 10px;
}
#featured .slide.et-active-slide img {
	-webkit-animation-duration: .7s;
	-webkit-animation-delay: .4s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .7s;
	-moz-animation-delay: .4s;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-fill-mode: both;
	-o-animation-duration: .7s;
	-o-animation-delay: .4s;
	-o-animation-timing-function: ease-in-out;
	-o-animation-fill-mode: both;
	-ms-animation-duration: .7s;
	-ms-animation-delay: .4s;
	-ms-animation-timing-function: ease-in-out;
	-ms-animation-fill-mode: both;
	animation-duration: .7s;
	animation-delay: .4s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp_custom;
	-moz-animation-name: fadeInUp_custom;
	-o-animation-name: fadeInUp_custom;
	-ms-animation-name: fadeInUp_custom;
	animation-name: fadeInUp_custom;
}
#featured .slide.et-active-slide .description {
	-webkit-animation-duration: .7s;
	-webkit-animation-delay: .9s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .7s;
	-moz-animation-delay: .9s;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-fill-mode: both;
	-o-animation-duration: .7s;
	-o-animation-delay: .9s;
	-o-animation-timing-function: ease-in-out;
	-o-animation-fill-mode: both;
	-ms-animation-duration: .7s;
	-ms-animation-delay: .9s;
	-ms-animation-timing-function: ease-in-out;
	-ms-animation-fill-mode: both;
	animation-duration: .7s;
	animation-delay: .9s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: both;
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-ms-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
}
#featured .slide.et-active-slide h2 {
	-webkit-animation-duration: .7s;
	-webkit-animation-delay: 1.4s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .7s;
	-moz-animation-delay: 1.4s;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-fill-mode: both;
	-o-animation-duration: .7s;
	-o-animation-delay: 1.4s;
	-o-animation-timing-function: ease-in-out;
	-o-animation-fill-mode: both;
	-ms-animation-duration: .7s;
	-ms-animation-delay: 1.4s;
	-ms-animation-timing-function: ease-in-out;
	-ms-animation-fill-mode: both;
	animation-duration: .7s;
	animation-delay: 1.4s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: both;
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-ms-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
}


