.owl-carousel .item {
	padding-top: 50px;
	/*padding-bottom: 40px;*/
	background-position: 50% 30%
	background-repeat: no-repeat;
	background-size: cover;
	/*
	left: 0 !important;
	top: 0;
	position: absolute;
	opacity: 0;
	*/

	width: 100%;
	display: block !important;
	height: 450px;
	-webkit-transition: opacity ease-in-out 500ms;
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
}

.owl-carousel .item.active {
	opacity: 1;
	-webkit-transition: opacity ease-in-out 500ms;
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
	z-index: 1;
}

.owl-carousel .item .carousel-content {
	padding: 5px 15px 15px 15px;
	background: rgba(0,0,0,0.5);
	border-radius: 4px;
	/*margin-top: 75px;*/
}
.owl-carousel .item .btn-slide {
	padding: 8px 20px;
	background: #c52d2f;
	color: #fff;
	border-radius: 4px;
	margin-top: 25px;
	display: inline-block;
	/*box-shadow: inset #000 1px 1px 2px;*/
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
	position: absolute;
	top: 50%;
	/*background-color: #c52d2f;*/
	color: #fff;
	display: inline-block;
	margin-top: -25px;
	height: 40px;
	line-height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 4px;
	z-index: 5;
	/*text-shadow: #333 1px 1px 2px;*/
}

@media only screen and (max-width:1024px) {
	.owl-carousel .owl-nav, /* do not display on mobile */
	.owl-carousel .owl-dots {
		display: none;
	}
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
	color: #ccc;
}

.owl-carousel .owl-nav .owl-prev {
	left: 10px;
}

.owl-carousel .owl-nav .owl-next {
	right: 10px;
}

.owl-carousel .owl-dots {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: -30px;
	z-index: 5;
}

.owl-carousel .owl-dots .owl-dot {
	width: 20px;
	display: inline-block;
	height: 20px;
	background-color: #fff;
	border: 1px solid #fff;
	margin: 0 10px 0 10px;
	position: relative;
	border-radius: 100%;
	z-index: 6;
}


.owl-carousel .owl-dots .owl-dot:after {
	left: -3px;
	top: -3px;
	position: absolute;
	content: "";
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background: rgba(0, 0, 0, 0);
	border: 1px solid #FFF;
}

.owl-carousel .owl-dots .owl-dot.active {
	background-color: #c52d2f;
	border: 1px solid #c52d2f;
}

.owl-carousel .owl-dots .owl-dot.active:after {
	left: -3px;
	top: -3px;
	position: absolute;
	content: "";
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background: rgba(0, 0, 0, 0);
	border: 1px solid #c52d2f;
}


.owl-carousel .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

.owl-carousel .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

.owl-carousel .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

.owl-carousel .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}
