.c-slider {
	position: relative;
	margin-left: 30px;
	margin-right: 30px;
}

.c-slider__title {
	position: relative;
  z-index: 10;
  color: #fff;
  margin: 50px auto;
  margin-bottom: -100px;
  text-align: center;
}

.c-carousel__bg {
	height: 700px;
	background-size: cover;
	background-position: center;
}

.c-slider__caption {
	background: rgba(0, 0, 0, .5);
	position: absolute;
  bottom: 0;
  padding: 20px;
  min-height: 335px;
}

@media ( min-width: 768px ) {
	.c-slider__caption {
	  padding: 20px 50px 65px;
	}
}

@media ( min-width: 1024px ) {
	.c-carousel__bg {
		height: 915px;
	}

	.c-slider__caption {
		bottom: 0;
	}
}

.c-slider__procedure {
	color: #fff;
	font-size: 24px;
}

.c-slider__text, .c-slider__text p {
	color: #fff !important;
}

.c-info {
	overflow: hidden;
}

.c-slider .c-carousel__arrow {
	background-color: rgba(255,255,255,.1);
	transition: background-color .5s ease;
}

.c-slider .c-carousel__arrow:hover {
	background-color: rgba(255,255,255,.3);
}

.c-slider .c-carousel--next {
	right: 0;
}

.c-slider .c-carousel--prev {
	left: 0;
}

.owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -25px;
}

.owl-nav .owl-prev {
	position: absolute;
	font-size: 0;
	left: 25px;
	transition: all .2s ease-in-out;
}

.owl-nav .owl-prev::after {
	content: '';
	background: url('../img/base/arrow.png') no-repeat;
	float: left;
	background-size: 78px 78px;
	width: 78px;
	height: 78px;
	display: inline-block;
	transform: rotate(180deg);
	opacity: .5;
	transition: all .2s ease-in-out;
}

.owl-nav .owl-prev:hover::after {
	opacity: 1;
}

.owl-nav .owl-next {
	position: absolute;
	font-size: 0;
	right: 25px;
	background: transparent;
	transition: all .2s ease-in-out;
}

.owl-nav .owl-next::after {
	content: '';
	background: url('../img/base/arrow.png') no-repeat;
	float: right;
	background-size: 78px 78px;
	width: 78px;
	height: 78px;
	display: inline-block;
	opacity: .5;
	transition: all .2s ease-in-out;
}

.owl-nav .owl-next:hover::after {
	opacity: 1;
}

.c-border--bottom {
	z-index: 9;
}

.c-icon--svg {
	width: 100%;
	max-width: 130px;
	margin: 25px auto;
	fill: #fff;
}

.horizontal {
	background: transparent;
}

.horizontal .c-procedure__tab {
	border-right: none;
	position: relative;
	z-index: 1;
}

.c-icon-sm--svg {
	width: 55px;
	height: 55px;
	margin: 10px auto;
	background: #262626;
	padding: 10px;
	border: .5px solid #fff;
	border-radius: 60px;
	fill: #fff;
	transition: all .2s ease-in-out;
}

.active .c-icon-sm--svg, a:hover .c-icon-sm--svg {
	border: .5px solid #d8a95a;
	fill: #d8a95a;
}


.horizontal .c-procedure__panel, .horizontal .c-procedure__tab, .horizontal .c-procedure__text {
	padding: 15px 0;
}

.horizontal .c-procedure__tab {
	border: none;
}

.horizontal .c-tab__content {
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
}

.u-line--white {
	width: 100%;
	height: 1px;
	background: #fff;
	position: relative;
	margin-top: -105px;
	z-index: 0;
}

@media (max-width: 767px) {
	
	.u-line--white {
		margin-top: -72px;
	}

	.u-block-padding--hero {
		padding-top: 30vw;
	}	
}

.c-subpage .o-content a {
	text-decoration: none !important;
}
