.default-slider {
	max-width: 1600px;
	height: 785px;
	position: relative;
	margin: auto;
}

.default-slider .slider {
	width: 100%;
	height: 100%
}

.default-slider .slider .item {
	width: 100%;
	height: 100%;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}

.default-slider .slider .item a {
	float: left;
	width: 100%;
	height: 100%;
}

.default-slider a.prev,
.default-slider a.next {
	color: #FFF;
	position: absolute;
	top: 45%;
	font-size: 2em;
}

.default-slider a.prev {
	left: 20px;
}

.default-slider a.next {
	right: 20px;
}



.secondary-slider {
	width: 100%;
	height: 100px;
	position: relative;
}

.secondary-slider .slider {
	width: 100%;
	height: 100%;
}

.secondary-slider .slider .item {
	width: 25%;
	height: 100%;
}

.secondary-next,
.secondary-prev {
	margin-top: 20px;
}

.secondary-next {
	float: right;
}

.secondary-prev {
	float: left;
}




/* carousel */

.carousel .left {
	background-image: url(../img/left-rounded.png);
	background-repeat: no-repeat !important;
	background-position: center center !important;
}

.carousel .right {
	background-image: url(../img/right-rounded.png);
	background-repeat: no-repeat !important;
	background-position: center center !important;
}