
	@font-face {
		font-family:  'Glyphicons Halflings';
		src: url('../fonts/GLYPHICONSHalflings-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/GLYPHICONSHalflings-Regular.woff') format('woff'), url('../fonts/GLYPHICONSHalflings-Regular.ttf')  format('truetype'), url('../fonts/GLYPHICONSHalflings-Regular.svg#GLYPHICONSHalflings-Regular') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	.wrapper-carousel {
		box-sizing: border-box;
		position: relative;
		padding: 0 60px;
	}
	.container-carousel {max-width: 1170px;width: 100%;margin:0 auto; }
	.carousel_item {
		padding: 10px;
		background: #fff;
		border:1px solid #ccc;
	}
	.carousel_item .title {
		padding: 20px 0;
		text-align: center;
		font:normal 15px Arial;
		color:#333;
	}
	.container-carousel .owl-nav {
		font-size: 0;
	}
	.carousel_block {
		box-sizing: border-box;
	}
	.carousel_block.owl-carousel {
		position: static;
	}
	.carousel_block .owl-prev, .carousel_block .owl-next {
		position: absolute;
		margin-top: -16px;
		top:0;
		bottom: 0;
		width: 8%;
	}
	.carousel_block .owl-prev {
		left: 0;
		opacity: 0.5;
	}
	.carousel_block .owl-next {
		right: 0;
		opacity: 0.5;
	}
	.carousel_block .owl-prev::before,  .carousel_block .owl-next::after {
		font-family: 'Glyphicons Halflings';
		line-height: 1;
		font-style: normal;
		font-weight: normal;
		-webkit-font-smoothing: antialiased;
		font-size: 30px;
		top:50%;
		position: absolute;
		color:#3398cc;
		text-shadow: 0 1px 2px rgba(0,0,0,0.6);
	}
	.carousel_block .owl-prev::before {
		left: 50%;
		content: "\e079";
	}
	.carousel_block .owl-next::after {
		right: 50%;
		content: "\e080";
	}
	.carousel_block .owl-prev:hover {
		opacity:1;
	}
	
	.carousel_block .owl-next:hover {
		opacity:1;
	}
	@media screen and (max-width: 1440px) {
		.carousel_block .owl-prev, .carousel_block .owl-next {
			width: 32px;
		}
	}



.wrapper-carousel-vendors {
	box-sizing: border-box;
	position: relative;
	padding: 0 60px 0;
	background-image: url(industry-solutions-background.jpg);
	background-size: cover;
}


.carousel_item-vendors2 {
	padding: 30px 0 0 0;
	text-align: center;
	box-sizing: border-box;
	position: relative;
}

.carousel_item-vendors2 img {
	width: auto !important;
	display: inline !important;
}



.container-carousel-vendors {max-width: 1170px;width: 100%;margin:0 auto; }
.carousel_item-vendors {
	padding: 30px 0 0 0;
	text-align: center;
	height: 280px;
	box-sizing: border-box;
	position: relative;
}
.carousel_item-vendors:hover {
	background: rgba(51,51,51,.5);
}
.carousel_item-vendors img {
	width: auto !important;
	display: inline !important;
}
.carousel_item-vendors .title {
	padding: 30px 0 50px 0;
	text-align: center;
	color: white;
	font-size: 18px;
	font-weight: 100;
}
.container-carousel-vendors .owl-nav {
	font-size: 0;
}
.carousel_block-vendors {
	box-sizing: border-box;
}
.carousel_block-vendors.owl-carousel {
	position: static;
}
.carousel_block-vendors .owl-prev, .carousel_block-vendors .owl-next {
	position: absolute;
	margin-top: -16px;
	top:0;
	bottom: 0;
	width: 13%;
}
.carousel_block-vendors .owl-prev {
	left: 0;
	opacity: 0.5;
}
.carousel_block-vendors .owl-next {
	right: 0;
	opacity: 0.5;
}
.carousel_block-vendors .owl-prev::before,  .carousel_block-vendors .owl-next::after {
	font-family: 'Glyphicons Halflings';
	line-height: 1;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 30px;
	top:50%;
	position: absolute;
	color:#3398cc;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.carousel_block-vendors .owl-prev::before {
	left: 50%;
	content: "\e079";
}
.carousel_block-vendors .owl-next::after {
	right: 50%;
	content: "\e080";
}
.carousel_block-vendors .owl-prev:hover {
	opacity:1;
}

.carousel_block-vendors .owl-next:hover {
	opacity:1;
}

.carousel-ven-btn {
	position: absolute;
	left: 50%;
	margin-left: -42px;
	bottom: 10px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
	background-color: #66ccff;
	border: 1px solid #33ccff;
	color:#fff;
	text-decoration: none;
	font-family: Arial;
}

.carousel-ven-btn:hover {
	background-color: #fff;
	border-color: #33ccff;
	color: #33ccff;
}

.carousel-ven-btn:active {
	color: #fff;
	background-color: #285e8e;
	border-color: #193c5a;
}





@media screen and (max-width: 1440px) {
	.carousel_block-vendors .owl-prev, .carousel_block-vendors .owl-next {
		width: 32px;
	}
}
