﻿
/* 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 {
	-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);
}
.owl-theme .owl-controls {
	text-align: right;
}
.owl-theme .owl-controls .owl-pagination{
	position:absolute;
	top:233px;
	right:84px;
}
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
 *display: inline;/*IE7 life-saver */
	width:50px;
	height:50px;
	
}
.pro .owl-theme .owl-controls .owl-buttons div{
	width:24px;
	height:41px;
	top:50%;
	margin-top:-20.5px;
}
.pro .owl-prev{
	background:url(../images/prev2.png) no-repeat center;
	position:absolute;
	left:50%;
	margin-left:-790px;
}
.pro .owl-next{
	background:url(../images/next2.png) no-repeat center;
	position:absolute;
	right:50%;
	margin-right:-790px;
}
.case .owl-theme .owl-controls .owl-buttons div{
	width:40px;
	height:40px;
	top:214px;
	border-radius:50%;
}
.case .owl-prev{
	background:#fff url(../images/prev.png) no-repeat center;
	position:absolute;
	right:276px;
}
.case .owl-prev:hover{
	background:#09923a url(../images/prevh.png) no-repeat center;
}
.case .owl-next{
	background:#fff url(../images/next.png) no-repeat center;
	position:absolute;
	right:32px;
}
.case .owl-next:hover{
	background:#09923a url(../images/nexth.png) no-repeat center;
}



.newsnr .owl-theme .owl-controls .owl-buttons div{
	width:80px;
	height:80px;
	bottom:50px;
	border:none;
	border-radius:0;
}
.newsnr .owl-prev{
	background:#fff url(../images/prevh2.png) no-repeat center;
	position:absolute;
	left:50%;
	margin-left: -203px;
}
.newsnr .owl-prev:hover{
	background:#c31f29 url(../images/prev.png) no-repeat center;
}
.newsnr .owl-next{
	background:#fff url(../images/nexth2.png) no-repeat center;
	position:absolute;
	left:50%;
	margin-left: -123px;
}
.newsnr .owl-next:hover{
	background:#c31f29 url(../images/next.png) no-repeat center;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
/* Styling Pagination*/
.ysrt .owl-pagination{
	width:20px;
	text-align: right;
    position: absolute;
    top: -56px;
    right: 0;
}
.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
 *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 30px;
	height: 2px;
	margin: 0;
	background: #fff;
	position:relative;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #09923a;
}
.news .owl-theme .owl-controls .owl-page span{
	width:16px;
	height:16px;
	border-radius:50%;
	border:solid 1px #0a4f8a;
	background:none;
	margin:0 10px;
}
.news .owl-theme .owl-controls .owl-page.active span,.news .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #0a4f8a;
}
.news .owl-theme .owl-controls{
	margin-top:60px;
}
/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
	min-height: 150px;
	background: url(../images/ajaxloader.gif) no-repeat center center
}
 @media(max-width:1600px) {
	 .pro .owl-prev{
		 margin-left: -740px;
	 }
	 .pro .owl-next{
		 margin-right: -740px;
	 }
 }
  @media(max-width:1500px) {
	 .pro .owl-prev{
		 margin-left: -720px;
	 }
	 .pro .owl-next{
		 margin-right: -720px;
	 }
 }
@media(max-width:1440px) {
	.pro .owl-prev{
		 margin-left: -670px;
	 }
	 .pro .owl-next{
		 margin-right: -670px;
	 }
}
@media(max-width:1360px) {
	.pro .owl-prev{
		 margin-left: -630px;
	 }
	 .pro .owl-next{
		 margin-right: -630px;
	 }
}
@media(max-width:1280px) {
	.pro .owl-prev{
		 margin-left: -600px;
	 }
	 .pro .owl-next{
		 margin-right: -600px;
	 }
}
@media(max-width:1200px) {
	.pro .owl-prev{
		 margin-left: -560px;
	 }
	 .pro .owl-next{
		 margin-right: -560px;
	 }
}
@media(max-width:1152px) {
	.pro .owl-prev{
		 margin-left: -540px;
	 }
	 .pro .owl-next{
		 margin-right: -540px;
	 }
}
@media(max-width:1100px) {
	.pro .owl-prev{
		 margin-left: -510px;
	 }
	 .pro .owl-next{
		 margin-right: -510px;
	 }
}
@media(max-width:1024px) {
	.pro .owl-prev{
		 margin-left: -480px;
	 }
	 .pro .owl-next{
		 margin-right: -480px;
	 }
}
@media(max-width:991px) {
	.pro .owl-prev{
		 margin-left:0;
		 left:0;
	 }
	 .pro .owl-next{
		 margin-right: 0;
		 right:0;
		background:url(../images/next2-1.png) no-repeat center;
	 }
	 
}

@media(max-width:767px) {
	.pro .owl-buttons{
		
	}
}