.swiper-slide a.button {
	background-color: #4c4b4c !important;
	color: #fff !important;
}

.swiper-slide a.button:hover {
	background-color: #ccc !important;
	color: #4c4b4c !important;
	border: 2px solid #333333 !important;
}

.slider-caption {
		max-width: 590px;
}

.slider-caption h2 {
	position: relative;
	top: 170px;
	text-transform: none;
}

@media (max-width: 992px) {
    #header.dsHeaderTyp2.full-header .primary-menu .menu-container {
        background-color: #fff !important;
        border: 1px solid #4c4b4c;
    }
}

@media (max-width: 768px)
{
	.slider-caption {
		max-width: 550px;
	}
	.slider-caption h2 {
		position: relative;
		top: 120px;
	}

    #header.dsHeaderTyp2.full-header #primary-menu-trigger {
        top: 25px;
    }
}

@media (max-width: 576px) {
	.testimonials-carousel {
		display: none !important;
	}
}