/* base */
#service .item {
	margin: 0 15px;
}
#service .item img {
	display: block;
	width: 100%;
	height: auto;
}

.service-offset {
	margin: 0 8px;
}

/* prev, next */
#service .owl-controls {
	margin-top: 0;
}
#service .owl-controls .owl-buttons div {
	margin: 0;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: transparent;
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	margin-top: -57px; /* bkz */
	opacity: 0.75;
	text-align: center;
}
#service .owl-controls .owl-buttons div:hover {
	opacity: 1;
}
#service .owl-prev {
	left: -40px;
}
#service .owl-next {
	right: -40px;
}
#service .owl-prev img,
#service .owl-next img {
	display: inline-block;
	vertical-align: top;
}

/* theme */
.service-container {
	text-align: center;
	
	padding-top: 15px;
}
.service-container p {
	margin: 0;
	padding: 0 0 10px 0;
}

#service .item {
	text-align: center;
	position: relative;
	/* padding: 10px; */
}
#service a {
	display: block;
	position: relative;
}
/*
#service a span {
	display: inline-block;
	background-color: #908cca;
	color: #ffffff;
	position: absolute;
	right: -10px;
	top: -10px;
}
#service a span p {
	margin: 8px;
	padding: 0;
	font-weight: 300;
}
*/

#service .item div {
	display: block;
	min-height: 70px; /* bkz. 70 */
	box-sizing: border-box; /* bkz. in 70 */
	padding: 10px 0; /* bkz. in 70 */
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	/* background: yellow; */
	text-align: center;
}

.service-toolbar {
	padding-bottom: 40px;
}
.service-toolbar a {
	display: inline-block;
	margin: 1px auto;
	text-align: center;
	border: solid 1px #404040;
	color: #333333;
	text-decoration: none;
	padding: 10px 15px;
	transition: .3s;
	font-weight: 400;
}
.service-toolbar a:hover {
	background-color: #404040;
	color: #ffffff;
}




@media (max-width: 1200px) {
	#service .owl-prev {
		left: -20px;
	}
	#service .owl-next {
		right: -20px;
	}
} /* media */

