/*
* 	Owl Carousel Owl Demo Theme 
*	v1.2.0.0-beta.2.4
*/
.owl-theme .owl-controls {
	-webkit-tap-highlight-color:transparent
}
.owl-theme .owl-controls .owl-nav .disabled {
	opacity:.5;
	cursor:default
}
.owl-theme .owl-dots {
	z-index: 1;
	position: relative;
	margin-top: -20px;
	height: 20px;
	z-index: 999;
	text-align: center;
}
.owl-theme .owl-dots .owl-dot {
	display:inline-block;
	zoom:1;
*display:inline;
}
.owl-theme .owl-dots .owl-dot span {
 *display: inline;
	width: 12px;
	height: 12px;
	display: block;
	background: #000000;
	border: 2px solid #FFFFFF;
	cursor: pointer;
	margin: 0 4px;
	text-indent: -9999px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #0098db;
}
.slide_hotnews .owl-theme .owl-dots .owl-dot {
	display: none !important
}
/* Styling Next and Prev buttons */
#slide_banner img {
	max-width: inherit;
	width: 100%
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
 text-decoration:none;
 display: block;
 position: absolute;
 top: 50%;
 z-index: 500;
 overflow: hidden;
 opacity: 1;
 cursor: pointer;
 text-indent: -9999px;
 color: rgba(0, 0, 0, 0.8);
 text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
background-image: url(../Images/ctrl_arrows.png);
background-repeat: no-repeat;
}
#slide_show.owl-theme .owl-controls .owl-nav [class*=owl-] {
width: 40px;
height: 40px;
 margin-top: -20px;
opacity: 0;
background-image: url(../Images/skin.png);
transition: All 0.3s ease-out !important;
	-webkit-transition: All 0.3s ease-out !important;
	-moz-transition: All 0.3s ease-out !important;
	-o-transition: All 0.3s ease-out !important;
	-ms-transform: All 0.3s ease-out !important;
}
#slide_show.owl-theme .owl-controls .owl-nav .owl-prev {
	left: 20px;
	background-position: 0 0
}
#slide_show.owl-theme .owl-controls .owl-nav .owl-next {
	right: 20px;
	background-position: -150px 0
}
#slide_show.owl-theme:hover .owl-controls .owl-nav [class*=owl-] {
	opacity: 1
}
 .slide_products.owl-theme .owl-controls .owl-nav [class*=owl-] {
width: 19px;
 height: 33px;
 margin-top: -16px;
}
.slide_products.owl-theme .owl-controls .owl-nav .owl-prev {
	left: -25px;
	background-position: 0 0
}
.slide_products.owl-theme .owl-controls .owl-nav .owl-next {
	right: -25px;
	background-position: -19px 0
}
#slide_partner.owl-theme .owl-controls .owl-nav [class*=owl-] {
width: 14px;
 height: 39px;
 margin-top: -19px;
}
#slide_partner.owl-theme .owl-controls .owl-nav .owl-prev {
	left: -20px;
	background-position: -200px 0
}
#slide_partner.owl-theme .owl-controls .owl-nav .owl-next {
	right: -20px;
	background-position: -216px 0
}
.products_side.owl-theme .owl-controls .owl-nav [class*=owl-] {
 width: 44px;
height: 44px;
 top: 50%;
 margin-top: -22px;
 opacity: 0;
 transition: All 0.3s ease-out;
 -webkit-transition: All 0.3s ease-out;
 -moz-transition: All 0.3s ease-out;
 -o-transition: All 0.3s ease-out;
 -ms-transform: All 0.3s ease-out;
}
.products_side.owl-theme .owl-controls .owl-nav .owl-prev {
	left: 0;
	background-position: -50px 0
}
.products_side.owl-theme .owl-controls .owl-nav .owl-next {
	right: 0;
	background-position: -94px 0
}
.products_side.owl-theme:hover .owl-controls .owl-nav [class*=owl-] {
 opacity: 1
}
.products_side.owl-theme:hover .owl-controls .owl-nav .owl-prev {
	left: 10px;
}
.products_side.owl-theme:hover .owl-controls .owl-nav .owl-next {
	right: 10px;
}
#image-additional-carousel .owl-theme .owl-controls .owl-nav [class*=owl-] {
 text-decoration:none;
 width: 14px;
 height: 14px;
 position: absolute;
 top: 50%;
 margin-top: -7px;
 z-index: 500;
 overflow: hidden;
 cursor: pointer;
 text-indent: -9999px;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
background-image:url(../Images/controls.png);
background-repeat: no-repeat;
}
#image-additional-carousel .owl-theme .owl-controls .owl-nav .owl-prev {
	left: -20px;
	background-position: -4px -4px
}
#image-additional-carousel .owl-theme .owl-controls .owl-nav .owl-next {
	right: -20px;
	background-position: -28px -4px
}
.sl_pro.owl-theme .owl-controls .owl-nav [class*=owl-] {
 width: 22px;
height: 22px;
 top: -25px;
}
.sl_pro.owl-theme .owl-controls .owl-nav .owl-prev {
	right: 28px;
	background-position: -145px 0
}
.sl_pro.owl-theme .owl-controls .owl-nav .owl-next {
	right: 0;
	background-position: -170px 0
}
@media only screen and (max-width: 1199px) {
.owl-theme .owl-dots {
margin-top: 10px
}
}
