/* NAV */
.sec-nav {
	width: 100%;
	height: auto;
	margin-top: -6px;
	background: #f5f5f5;
}

/* SLIDER */
.slider-item {
	height: 600px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

/* SHADOW */

.shadow-right-bottom-dark {
	box-shadow: 8px 8px 0 rgb(0, 0, 0);
}
