#demos .owl-carousel .item {
    /*background: #4dc7a0 none repeat scroll 0 0;*/
    height: 20rem;
    /*padding: 1rem;*/
}
#demos .owl-carousel .item{
	transition: .8s;
	-webkit-transition: .8s;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	opacity: 1;
}
#demos .owl-carousel .item.__loading{
	opacity: 0;
	transform: translateX(40px);
	-webkit-transform: translateX(40px);
}
#demos .owl-carousel .item h4{
	margin: 0 0 10px 0;
}
.btn-filter-wrap{
	display: block;
	margin: auto;
	text-align: center
}
.btn-filter-wrap div {
	display: inline-block;
	margin: auto 15px;
}
.btn-filter-wrap .btn-filter{
	/*color: #1C82CC;
	border: 1px solid #1C82CC;
	background: #FFF;
	padding: 4px 20px;
	margin-left: 10px;
	margin-bottom: 10px;*/
	padding: 4px 20px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.btn-filter.btn-active{
	color: #555;
	font-weight: bold;
}
.btn-filter.btn-active > .btn{
	font-weight:bold;
}
:focus {
	outline: -webkit-focus-ring-color auto 0!important;
}
.btn.active, .btn:active{
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0);
	box-shadow: inset 0 3px 5px rgba(0,0,0,0)
}
.btn {
	display: inline-block;
	padding: 0;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 0 solid transparent;
	border-radius: 4px;
	background: transparent!important;
}
.site-title{
	margin-bottom: 40px;
}
.__doc{
	margin-top: 50px;
}
footer{
	margin-top: 140px;
	background: #333;
	color: #FFF;
	padding: 10px 0;
	text-align: center;
}