/* Spotlight */
.home_spot_light h2 {
	font-size: 3em;
	font-weight: 200;
	line-height: 58px;
	letter-spacing: -0.01em;
	word-spacing: 0.01em;
	margin-bottom: 20px;
	color: #000;
	margin-top: 80px;
}

.home_spot_light .owl-item {
	padding-right: 5px;
	padding-left: 5px;
}

.home_spot_light .owl-item .spotlight-item {
	transition: all 0.3s ease-in-out 0s;
}

.home_spot_light .owl-item .spotlight-item:hover {
	margin-top: -10px;
	z-index: 2;
	transition:all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-box-shadow: 0px 1px 4px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 4px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 4px 5px rgba(0,0,0,0.1);
	transition: all 0.15s linear 0s;
}

/* Spotlight & Video >> bottom height */
.container .spotlight_owl_carousel, .container .videos_owl_carousel {
    margin-top: -10px;
    margin-bottom: 90px !important;
}

@media all and (max-width: 480px) {
	.home_spot_light .container {
		padding-left: 15px!important;
	}
}
