.box.slideshow {
	margin-bottom: 0px;
}
.slideshow {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
}
.slideshow .slider {
	position: relative;
	padding: 0;
	zoom: 1;
	margin: 0 !important;
}		  
.slideshow .slider a {
	display: block;
}
.slideshow .slider img {
	height: auto;
	width: 100%;
}
.slideshow .slider .bx-viewport {
	width: 100%;
	direction: ltr !important;
}
.slideshow .slider .bx-pager.bx-default-pager a {
	background: #666;
}
.slideshow .slider .owl2-nav div{
	bottom: auto;
	position: absolute;
	font-size: 1em;
	bottom: 50%;
	margin-bottom:-30px;
	outline: 0;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	z-index: 9999;
	line-height: 30px;
	border-radius: 0;
}
.slideshow .slider .owl2-nav div:before {
	width: 60px;
	height: 60px;
	display: block;
	background: #fff;
	content: ".";
	opacity: 0.14;
	text-indent: -9999px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.slideshow .slider .owl2-nav div:after {
	display: block;
	width: 60px;
	height: 60px;
	color: #fff;
	text-indent: 0;
	text-align: center;
	font-size: 21px;
	font-family: "FontAwesome";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	padding: 16px 5px 0px 0px;
}
.slideshow .slider .owl2-nav div:hover:before {
	background: #333;
	opacity: 0.83;
}
.slideshow .slider .owl2-nav  div.owl2-next {
	right:0px;
}
.slideshow .slider .owl2-nav  div.owl2-prev {
	left:0px;
}
.slideshow .slider .owl2-prev:after {
  	content: "\f053";
}
.slideshow .slider .owl2-next:after {
	content: "\f054";
}

.ie8 .slideshow .slider .bx-controls-direction a:before {
  	background: #333;
}
.slideshow .owl2-item {
	float: left;
}	
.owl2-carousel .owl2-dots{
	display: block !important;
	position: absolute;
	bottom: 20px;
	left: 50%;
}
.owl2-carousel .owl2-dots .owl2-dot{
	float:left;
}
.owl2-carousel .owl2-dots .owl2-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}	
.owl2-carousel .owl2-dots .owl2-dot.active span, .owl2-carousel .owl2-dots .owl2-dot:hover span {
	background: #869791;
}

@media (max-width: 480px) {
	.slideshow .slider .owl2-nav div {
		display: none!important;
		z-index: -999;
	} 
}	