.carousel-item {
  height: 50vh;
  max-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-caption {
	width: 27%;

}
.carousel-caption img {
	margin-bottom: 20px;
}
@media (max-width: 768px) {
.carousel-caption img {
	height: 6vh;
}
}
.carousel-caption p {
	font-size: 28px;
	font-weight:500;
	line-height: 32px;
}
.carousel-caption sup{
	font-size: 18px;
	font-weight:300;
}
@media (max-width: 768px) {
.carousel-caption p {
	font-size: 17px;
	font-weight:500;
	line-height: 24px;
}
.carousel-caption sup{
	font-size: 10px;
	font-weight:300;
}
}
.topinfo {
	height: 70px;
	padding: 15px;
}
@media (max-width: 768px) {
.topinfo h2 {
	font-size: 22px;
}
}
.toppicks {
	padding: 70px 0 40px 0;
	min-height: 400px;
	-webkit-box-shadow: inset 0px 280px 0px 0px rgba(29,29,29,1);
-moz-box-shadow: inset 0px 280px 0px 0px rgba(29,29,29,1);
box-shadow: inset 0px 280px 0px 0px rgba(29,29,29,1);

}
.toppicks h3{
	color: #fff;
	font-weight:500;
	margin-bottom: 30px;

}

.themes {
	padding: 70px 0 40px 0;
	
}
.themes h3{
	font-weight:500;
	margin-bottom: 30px;

}
