.hero {position:relative;}
.hero #searchform {
	position:absolute;
	z-index: 5;
	min-width: 80%;
	top: 50%;
	left: 10%
}

.hero-homepage .carousel-item{
	height: 75vh;
	min-height: 350px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.hero-homepage{
	display:block;
}

.carousel-item .carousel-caption {
	display:none;
	bottom: 0;
	/*background-color: #00000058;*/
	padding-right: 2rem;
	text-align: right;
	width: 100%;
	height:200px;
	left: 0%;
	background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
}

.carousel-item .carousel-caption h4 a {
	font-size: 10px;
	text-transform: uppercase;
	color: #ffffff;
}
.carousel-item .carousel-caption h3 a {
	font-size: 14px;
	text-transform: uppercase;
	color: #ffffff;
}

div#category-title{
	font-size:14px;
}

div.carousel-caption-content{
	margin:0px 20px 10px 0px;
	position:absolute;
	right:0px;
	bottom:0px;
}

.link-url {
	text-align:left !important;
}

.link-url::before{
	content: "> ";
	font-size:20px;
	line-height:10px !important;
}

@media only screen and (min-width: 600px) {
	.hero #searchform {
		min-width: 50%;;
		left: 25%
	}
	.carousel-item .carousel-caption {
		background-color: transparent !important;
		left: 0% !important;
		width: 100% !important;
		height:225px;
		opacity:0.8;
		background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
	}
}