 .background-slide-up-content h3 {
	font-size: 80px;
	line-height: 90px;
	font-weight: 700;
}

.background-slide-up-content li {
	font-size: 22px;
	line-height: 34px;
	margin-bottom: 40px;
}

.background-slide-up-content .ap-overlay-panel {
	padding-bottom: 0;
}

.background-slide-up-content .transform {
	transform: translateY(350px);
	opacity: .5;
	border-left: 1px solid #fff;
	padding: 20px;
	transition: all 500ms;
	cursor: pointer;
}

.background-slide-up-content .transform:hover {
	transform: translateY(0);
	opacity: 1;
}

@media (max-width: 767px) {
	.background-slide-up-content .ap-overlay-panel {
		position: static;
	}

	.background-slide-up-content .transform {
		transform: translateY(0);
		opacity: 1;
	}
}

.sliding-cards {
	background-color: #161616;
	padding: 50px 0;
	color: #fff;
}

.sliding-cards h3 {
	color: #fff;
}

.sliding-cards p {
	color: #fff;
}

.sliding-cards .number {
	font-size: 25px;
}

.sliding-cards img {
	opacity: .5;
}

.sliding-cards li.ap-active img {
	opacity: 1;
}

.sliding-cards li .content {
	opacity: 0;
	transition: all 500ms;
}

.sliding-cards li.ap-active .content {
	opacity: 1;
	transition: all 500ms;
}

.sliding-cards .ap-slidenav {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
	text-decoration: none;
	color: #fff;
	font-size: 26px;
	height: 38px;
	width: 38px;
	margin-left: 5px;
	line-height: 38px;
}

.sliding-cards .ap-slidenav::before {
	top: -2px;
}

.sliding-cards .ap-slidenav-previous::before {
	left: -2px;
}

.sliding-cards .ap-slidenav-next::before {
	left: 2px;
}

@media (max-width: 767px) {
	.sliding-cards .content {
		padding: 15px;
	}
}

.autoplay-video .iframe-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.autoplay-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.grid-images-content-show .ap-overlay {
	height: 70vh;
	max-height: 920px;
}

.grid-images-content-show .ap-width-medium-1-3 {
	transition: all 800ms;
}

.grid-images-content-show .ap-width-medium-1-3 .ap-overlay-background {
	transition: all 800ms;
	padding: 20px 60px;
	padding-bottom: 60px;
}

.grid-images-content-show .content-show {
	transition: all 200ms;
	transition-delay: .1s;
}

.grid-images-content-show .ap-width-medium-1-3:hover .content-show {
	transition: all 800ms;
	transition-delay: 1s;
}

.grid-images-content-show .content-max {
	transition: all 800ms;
}

.grid-images-content-show .ap-width-medium-1-3:hover {
	width: 50% !important;
}

.grid-images-content-show .ap-width-medium-1-3:hover .ap-overlay-background {
	background: transparent !important;
}

.grid-images-content-show .content-max {
	max-width: 400px;
	transform: translateY(100px);
}

.grid-images-content-show .active-width .content-max {
	max-width: 400px;
	transform: translateY(0px);
}

.grid-images-content-show .content-show {
	opacity: 0;
}

.grid-images-content-show .active-width .content-show {
	opacity: 1;
}

.grid-images-content-show .ap-overlay-background {
	background: rgb(27,71,112);
	background: -moz-linear-gradient(232deg, rgba(27,71,112,.39821866246498594) 0%, rgba(0,0,0,.3954175420168067) 100%);
	background: -webkit-linear-gradient(232deg, rgba(27,71,112,.39821866246498594) 0%, rgba(0,0,0,.3954175420168067) 100%);
	background: linear-gradient(232deg, rgba(27,71,112,.39821866246498594) 0%, rgba(0,0,0,.3954175420168067) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b4770",endColorstr="#000000",GradientType=1);
}

.grid-images-content-show h2 {
	font-size: 60px;
	line-height: 64px;
	font-family: 'HelveticaNeueLTStd-UltLt';
}

.grid-images-content-show p {
	font-size: 18px;
	line-height: 24px;
}

.grid-images-content-show .line {
	margin-top: 30px;
}

.grid-images-content-show .ap-slidenav-next {
	background-image: linear-gradient(180deg,#266cab,#00529c)!important;
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 0;
	transition: background-image .1s ease-in-out;
	box-shadow: 0 3px 5px 0 rgba(0,0,0,.25);
	position: absolute;
	opacity: 0;
	transition: all 800ms;
	transition-delay: 1s;
	transform: translateX(-60px);
}

.grid-images-content-show .ap-slidenav-next:before {
	left: 16px;
	font-size: 25px;
	line-height: 40px;
}

.grid-images-content-show span.line {
	width: 90%;
	position: relative;
	top: -9px;
	border-top: 1px solid #868e95;
	transition: all 800ms;
	transition-delay: 1s;
	transform: translateX(0px);
}

.grid-images-content-show .active-width .ap-slidenav-next {
	opacity: 1;
	transform: translateX(0px);
}

.grid-images-content-show .active-width span.line {
	transform: translateX(60px);
	width: calc(90% - 60px);
}

@media (max-width: 767px) {
	.grid-images-content-show .ap-width-medium-1-3 {
		width: 100% !important;
	}

	.grid-images-content-show .ap-width-medium-1-3:hover {
		width: 100% !important;
	}
}

.enter-tooltips {
	position: absolute;
	left: calc(50% - 50px);
	top: calc(50% - 50px);
}

.enter-tooltips .ap-button {
	border-radius: 50%;
	box-shadow: 0 2px 20px 0 rgba(0,0,0,.3);
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	outline: 0;
	border: 0;
	transition: transform .1s ease-in,-webkit-transform .1s ease-in;
	background-color: #00529c;
	width: 6.25rem;
	height: 6.25rem;
	cursor: pointer;
	z-index: 2;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 90px;
	font-family: 'HelveticaNeueLTStd-UltLt';
}

.enter-tooltips .border {
	border: 15px solid rgba(255, 255, 255, .2);
	border-radius: 50%;
	width: 100px;
	height: 100px;
}

.tooltips-image .ap-overlay-panel {
	padding: 0;
}

.tooltips-image .border {
	border: 8px solid rgba(255, 255, 255, .2);
	border-radius: 50%;
	display: inline-block;
	transform: translate(-50%);
}

.tooltips-image .border .ap-button {
	font-size: 50px;
	font-family: 'HelveticaNeueLTStd-UltLt';
	border-radius: 50%;
	line-height: 66px;
}

.tooltips-image .grid-pos {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	display: none;
}

.tooltips-image .content-background {
	background-color: #353c45;
}

.tooltips-image .close-pop {
	border-radius: 50%;
	margin-top: 20px;
	width: 55px;
	height: 50px;
	font-size: 30px;
	font-family: 'HelveticaNeueLTStd-UltLt';
	transform: rotate(45deg);
}

.tooltips-image {
	display: none;
}

@media (max-width: 767px) {
	.tooltips-image .border .ap-button {
		font-size: 30px;
		line-height: 20px;
		padding: 0 10px;
		min-height: 40px;
	}
}