/* Feel free to change duration  */
.animated  {
  -webkit-animation-duration : 1000 ms  ;
  animation-duration : 1000 ms  ;
  -webkit-animation-fill-mode : both  ;
  animation-fill-mode : both  ;
}
/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
  z-index : 1
   }
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
  z-index : 0
   }
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut  {
  -webkit-animation-name : fadeOut  ;
  animation-name : fadeOut  ;
}
@-webkit-keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }
  100% {
    opacity : 0   ;
  }
}
@keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }
  100% {
    opacity : 0   ;
  }
}



/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls .owl-buttons div {
	position: absolute;
}
.owl-controls .owl-buttons .owl-prev {
	left: 10px;
	top: 50%;
}
.owl-controls .owl-buttons .owl-next {
	right: 10px;
	top: 50%;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
/* OpenCart Code */
.owl-carousel {
	/* margin: 0 0 30px; */
	direction: ltr !important;
	z-index: 1;
	overflow:hidden;
	position: initial;
}
.owl-wrapper-outer {

}
.owl-carousel .owl-buttons div {
	opacity: 1;
	color: rgba(0,0,0,0.8);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	transition: all .3s ease;
}
.owl-carousel:hover .owl-buttons div {
	opacity: 1;
}
.owl-carousel .owl-buttons .owl-prev {
	left: 0px;
}
.owl-carousel .owl-buttons .owl-next {
	right: 0px;
}
.owl-carousel .owl-buttons div i {
	font-size: 22px;
	margin: -20px 0 0;
	line-height: 22px;
	color: #c2c2c2;
}
.owl-pagination {
	text-align: center;
	bottom: 20px;
	position: relative;
    display: none;
}
.owl-controls .owl-page {
	display: inline-block;
	margin: 0px 6px;
}
.owl-controls .owl-page.active span {
	background: rgba(0, 0, 0, 0.9);
}

#slideshow0 .owl-pagination {
    bottom: 15px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
}

/* .common-home #slideshow0.owl-carousel .owl-buttons .owl-prev:before{
	  position: absolute;
    content: "";
    background: #fff;
    width: 45px;
    height: 100px;
    left: -41px;
	transform:skew(26deg);
	-webkit-transform:skew(26deg);
	-moz-transform:skew(26deg);
}
.common-home #slideshow0.owl-carousel .owl-buttons .owl-next:before{
	position: absolute;
    content: "";
    background: #fff;
    width: 45px;
    height: 100px;
    right: -41px;
	transform:skew(26deg);
	-webkit-transform:skew(26deg);
	-moz-transform:skew(26deg);
} */
.common-home #slideshow0.owl-carousel .owl-buttons .owl-prev .prev-button{
	 width: 20px;
    background: transparent;
    word-wrap: break-word;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0px 9px;
    margin: 0px;
    line-height: 17px;
    margin-left: -25px;
    position: relative;
    z-index: 9;
    color: #000;
    margin-top: 40px;
	font-size: 12px;
	line-height: 12px;

}
.common-home #slideshow0.owl-carousel .owl-buttons .owl-next .next-button{
	 width: 20px;
    background: transparent;
    word-wrap: break-word;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0px 9px;
    margin: 0px;
    line-height: 17px;
    margin-left: 37px;
    position: relative;
    z-index: 9;
    color: #000;
    margin-top: 19px;
	font-size: 12px;
	line-height: 12px;
}
.common-home #slideshow0.owl-carousel .owl-buttons .owl-prev,
.common-home #slideshow0.owl-carousel .owl-buttons .owl-next {
	display: inline-block;
    width: 23px;
    background:transparent;
	transition:0.6s;
	-webkit-transition:0.6s;
	-moz-transition:0.6s;
    text-align: center;
	position:absolute;
	top:50%;
	margin-top:-65px;
    vertical-align: middle;
    line-height: 40px;
	display:block !important;
	height: 60px;
}
.common-home #slideshow0.owl-carousel .owl-buttons .owl-prev{
	left:15px;
}
.common-home #slideshow0.owl-carousel .owl-buttons .owl-next{
	right:15px;
}



#slideshow0 .owl-page,
#testimonial-outer .owl-page{
	background: #b2b2b2 none repeat scroll 0 0;
    border: 2px solid #b2b2b2;
    display: inline-block;
    height: 4px;
    margin: 0 5px;
    transition: all 0.6s ease 0s;
    width: 20px;
	opacity:0.6;
}
#testimonial-outer .owl-page.active,#testimonial-outer .owl-page:hover,
#slideshow0 .owl-page.active,#slideshow0 .owl-page:hover{
	background: #ffb401 none repeat scroll 0 0;
    border: 2px solid #ffb401;

}
@media (min-width: 280px) and (max-width: 321px) {
}
