/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
	position:absolute;
	top:50%;
	left:0;
	-webkit-tap-highlight-color: transparent;
	z-index:3;
	line-height:1;
	width:100%;
	height:0;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
	position:absolute;
	left:5px;
	top:0;
	color: transparent;
	font-size:24px;
	width:38px;
	height:38px;
	border-radius: 38px;
	background:#D00A49 url("/pics/prev.png") center center no-repeat;
}
.owl-carousel .owl-nav button.owl-next {
	left:auto;
	right:5px;
	background-image:url("/pics/next.png");
}

.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
	text-decoration: none;
	background-color:#EFAD04;
}
.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	margin-top:10px;
	line-height: 0.5;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #CCCCCC;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span {background: #D00A49;}
.owl-theme .owl-dots .owl-dot:hover span {background: #EFAD04;}

.home .owl-theme .owl-item .item {
	background-color:#FFFFFF;
	opacity:0.5;
	line-height: 1.2;
	border-radius: 8px;
	min-height:440px;
}
.home .owl-theme .owl-item .item .divimg {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	height:300px;
	background-position: center center, center center;
	background-repeat: no-repeat, no-repeat;
	background-size: auto, cover;
}
.owl-theme .owl-item .item p {padding:10px;}
.owl-theme .owl-item.active.center .item {
	margin:0;
	opacity:1;
}
.owl-theme .divheader {padding-bottom:10px;}
.owl-theme .divlogo {
	display:block;
	float: left;
	width:32px;
	height:32px;
	border:1px solid #000000;
	margin-right:5px;
	border-radius: 20px;
	padding:9px 0;
}
.owl-theme .divlogo img {
	max-width:100%;
	height:auto;
}
.owl-theme p {margin:0;}
.owl-carousel .owl-item img {
	width: auto;
}
@media (max-width: 1199.98px) {
}
@media (max-width: 991.98px) {
}
@media (max-width: 767.98px) {
}
@media (max-width: 575.98px) {
	.owl-theme .owl-item .item, .owl-theme .owl-item.active.center .item {height:100%;width:100%;margin:0;}
}
