/* ======================= Slider Full ===================*/

.carouselFull {
	position: relative;
	z-index: 10;
}


.carouselFull-item {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

.carouselFull-item-inner {	
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 32px 0;
	height: 982px;
	background: linear-gradient(180deg, rgba(35, 49, 59, 0) 70%, rgba(35,49,59,0.5) 100%);
}

.carouselFull-controls{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,0);
}

.carouselFull-caption {
	line-height: 60px;
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	color: #fff;
}


@media (max-width: 1023px) {
.carouselFull-item-inner {	
	padding: 12px 0;
	height: 600px;
}
	
	.carouselFull-caption {
	line-height: 48px;
	font-size: 28.8px;
}
}

@media (max-width: 767px) {
.carouselFull-item-inner {	
	padding: 0px 0;
	height: 80vw;
	background: linear-gradient(180deg, rgba(35, 49, 59, 0) 50%, rgba(35,49,59,0.8) 100%);
}
		.carouselFull-caption {
	line-height: 32px;
	font-size: 20px;
}
	
	.carouselFull-controls {
		width: 100%;
		left: 0;
		transform: translate(0,0);
	}
	
	.sectionSlider-prev, .sectionSlider-next {
		width: 32px;
		height: 32px;
		background-size: cover;
	}
}






.sectionSlider {
	position: relative;
	padding: 40px 0;
	height: 900px;
}

.sectionSlider-prev {
	height:64px;
	width: 64px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -32px;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(img/slider-left.png;);
}

.sectionSlider-next {
	height:64px;
	width: 64px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -32px;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(img/slider-right.png;);
}

.sectionSlider-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;

	padding: 0 80px;

	line-height: 40px;
	font-size: 36px;
	text-align: center;

	color: #fff;
}








/*==================================================================*/

/*==== getSlider --------------- */

.pageSection-llf {
	padding: 0px 0 80px 0;
}

.getSlider {
	width: 100%;
	max-width: 544px;
	margin: 0px auto;
}

.getSlider-photo {
	position: relative;
	height: 352px;
	background-image: url(/wp-content/uploads/2018/07/001.jpg);
	background-size: cover;
	margin: 0;
	padding: 0;
}

.getSlider-icon {
	position: absolute;
	width: 98px;
	height: 98px;
	background-color: #fff;
	background-image: url(img/icon-learner-connected.png);
	background-position: center;
	background-repeat: no-repeat;
	right: -18px;
	bottom: -18px;
	box-shadow: 4px 4px 0px rgba(0, 179, 230, 0.25);
}

.getSlider-icon.focused {
	background-image: url(img/focused.png);
}

.getSlider-icon.demonstrated {
	background-image: url(img/demonstrated.png);
}

.getSlider-icon.connected {
	background-image: url(img/connected.png);
}

.getSlider-icon.led {
	background-image: url(img/led.png);
}

.getSlider-title {
	margin: 40px 0 20px 0;
	line-height: 48px;
	font-size: 24px;
	text-align: center;
	color: #00B3E6;
	font-weight: bold;
	text-align: center;
}

.getSlider-text {
	margin: 0 0 40px 0;
	line-height: 38px;
	font-size: 18px;
	text-align: center;
	color: #23313B;
	text-align: center;
	font-weight: 600;
}

.getSlider-button {
	display: block;
	background: #00B3E6;
	line-height: 42px;
	font-size: 24px;
	text-align: center;
	color: #FFFFFF;
	font-weight: 700;
	padding: 20px 0;
	text-align: center;
}

.left.carousel-control,
.right.carousel-control  {
	background: transparent;
	width: 64px;
	opacity: 1;
	padding-top: 120px;
}


.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
background: transparent !important;
}


@media (max-width: 1023px) {

}

@media (max-width: 767px) {
.getSlider {
	width: 100%;
	max-width: 100%;
	margin: 0px auto;
}
	
	.getSlider-photo {
		margin-bottom: 60px;
		height: 62vw;
	}
	
.getSlider-icon {
	right: 50%;
	margin-right: -49px;
	bottom: -49px;
	box-shadow: 4px 4px 0px rgba(0, 179, 230, 0.25);
}	
	
	.left.carousel-control,
	.right.carousel-control  {
		width: 32px;
		opacity: 1;
		padding-top: 30vw;
	}	

}
