.carousel-inner .item {
	max-height: 550px;
}
.min-vet-img {
	width: 100%; margin-top: 140px;
}
.carousel-inner .item::after {
	left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; content: ""; background-color: rgba(0, 0, 0, 0);
}
.carousel-control {
	width: 10%;
}
.carousel-control .fa {
	top: 50%; display: inline-block; position: absolute; z-index: 3;
}
.carousel-control .fa.fa-chevron-right {
	right: 50%; margin-right: -10px;
}
@media screen and (min-width:768px)
{
.carousel-control .fa {
	width: 30px; height: 30px; font-size: 30px; margin-top: -15px;
}
}
@media screen and (min-width:768px)
{
.carousel-control .fa-chevron-left {
	margin-left: -15px;
}
}
.right.carousel-control {
	display: none;
}
.left.carousel-control {
	display: none;
}
.carousel-caption h2 {
	color: rgb(255, 255, 255); text-transform: uppercase; font-size: 40px; margin-bottom: 20px;
}
.carousel-caption p {
	font-family: "Oswald", sans-serif; font-size: 20px; font-weight: 300; margin-bottom: 50px;
}
@media screen and (min-width:768px)
{
.carousel-caption {
	left: 20%; right: 20%; bottom: 20%;
}
}
.btn-transparent {
	background: none; border: 2px solid rgb(255, 255, 255); border-image: none; color: rgb(255, 255, 255);
}
.btn-transparent:hover {
	background-color: rgb(255, 255, 255);
}
.btn-rounded {
	border-radius: 70px;
}
.btn-large {
	padding: 11px 45px; font-size: 18px;
}
.animated {
	animation-duration: 1.5s; -webkit-animation-duration: 1.5s;
}
.blogs img {
	width: 100%;
}
.carousel-fade .item {
	transition:opacity 1s; -webkit-transition: opacity 1s; -o-transition: opacity 1s; -moz-transition: opacity 1s;
}
.carousel-fade .active.left {
	left: 0px; z-index: 2; opacity: 0;
}
.carousel-fade .next {
	left: 0px; z-index: 1; opacity: 1;
}
