﻿.item {
	padding: 16px;
	background-color: #005689;
	height: 200px;
	position: relative;
	border-radius: 5px;
	overflow: hidden
}
	.item i {
		position: absolute;
		left: 20px;
		top: 20px;
		color: #FEA700;
		font-size: 34px;
	}
.item-img {
	display: block;
	width: 89px;
	height: 89px;
	overflow: hidden;
	margin-left: 20px;
	float: right;
	border: 4px #fff solid;
	border-radius: 89px;
	position: relative;
	text-align: center;
	-webkit-box-shadow: 0 0 0 1px #fea700;
	box-shadow: 0 0 0 1px #fea700;
}
	.item-img img {
		border: 0;
		width: 191%;
		position: absolute;
		right: -40%;
		top: 0;
	}
.item h4 {
	font-weight: normal;
	font-size: 14px;
	line-height: 30px;
	text-align: right;
	color: #fff;
	margin-top: 10px;
}
.item span {
	font-size: 14px;
	text-align: right;
	color: #fea700;
}
.item h2 {
	font-weight: normal;
	font-size: 22px;
	line-height: 30px;
	text-align: right;
	color: #fff;
	display: block;
	clear: both;
	margin-top: 20px;
	font-family: 'Conv_Xendan-Bold';
	border-right: 2px #fea700 solid;
	padding-right: 15px;
}
.item a {
	color: #000;
}
.item a:hover {
	color: #878787;
}
.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none;
}
.owl-theme .owl-controls .owl-nav .disabled {
	opacity: .5;
	cursor: default;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;*;
	display: inline;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: inline-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;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #186296;
}
.owl-nav {
	display: none;
}
@media only screen and (max-width: 640px) {
.item {
	height: auto;
}
	.item-img {
		width: 69px;
		height: 69px;
	}
	.item h2 {
		font-size: 18px;
	}
	.item i {
		font-size: 30px;
	}
	.birura-page {
		padding: 20px 0;
	}

}
