/*  - - - - - MEGA SLIDER  - - - - - -  */
/****************************************/
mega-slider.content-wrap {
	display: flex;
	width: 100vw;
	position: relative;
	height: auto;
}
mega-slider slider-track.scrollable-rail.content-inner-wrap {
	width: auto;
	min-width: 100%;
	display: flex;
	align-items: center;
	overflow: hidden;
	overflow-x: scroll;
	padding-bottom: 18px;
}
mega-slider slider-col.elem-wrap {
	display: flex;
	margin: 0 16px;
	align-items: flex-end;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 12px;
}

mega-slider slider-col.ecourse-col.elem-wrap {
	background-position: 52%;
	background-image: url(../img/4-megaslide.png);
}
mega-slider slider-col.textbook-col.elem-wrap {
	background-image: url(../img/2-megaslide.png);
}

mega-slider slider-col.about-col.elem-wrap {
	background-image: url(../img/3-megaslide.png);
}
mega-slider slider-col.premium-col.elem-wrap {
	background-image: url(../img/1-megaslide.png);
}


#quadmenu li.subscription-btn a .quadmenu-item-content {
	margin-top: -4px;
	border-radius: 28px;
	padding: 4px 18px !important;
	border: 1px solid #3c86fa;
	background: #3c86fa;
	color: #fff;
	font-weight: bold;
	transform: scale(1);
	z-index: 99;
}
mega-slider slider-col content-section.elem-inner-wrap {
	display: flex;
	position: relative;
	cursor: pointer;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: inherit;
    flex-direction: column;   
    overflow:hidden;
}
mega-slider slider-col content-section.elem-inner-wrap .cta-buttons {
    position: absolute;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
	-webkit-transition: all .42s ease-in-out;
	-moz-transition: all .42s ease-in-out;
	-o-transition: all .42s ease-in-out;
	transition: all .42s ease-in-out; 
}
mega-slider slider-col content-section.elem-inner-wrap:hover .cta-buttons {
    display: flex;
    opacity: 1;	
}

mega-slider slider-col content-section.elem-inner-wrap section.section-wrap {
    background: #10161e;
    opacity: .7;
    min-width: 100%;
    min-height: inherit;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
	-webkit-transition: all .42s ease-in-out;
	-moz-transition: all .42s ease-in-out;
	-o-transition: all .42s ease-in-out;
	transition: all .42s ease-in-out;     
}
mega-slider slider-col content-section.elem-inner-wrap:hover section.section-wrap {
    opacity: .3;
}
mega-slider slider-col content-section.elem-inner-wrap:hover .section-heading,
mega-slider slider-col content-section.elem-inner-wrap:hover .section-wrap {
	opacity: 0;
}
mega-slider slider-col content-section.elem-inner-wrap .section-heading {
	position: absolute;
	display: flex;
	flex-direction: column;
}
mega-slider slider-col info-btn,
mega-slider slider-col cta-btn {
    border-radius: 50px;
    padding: 4px 16px;
    min-width: 160px;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
	-webkit-transition: all .42s ease-in-out;
	-moz-transition: all .42s ease-in-out;
	-o-transition: all .42s ease-in-out;
	transition: all .42s ease-in-out;     
}
mega-slider slider-col info-btn {
    border: 2px solid #f3f3f3;
    background: rgba(32, 52, 70, 0.65);
}
mega-slider slider-col cta-btn {
	margin-bottom: 8px;
    border: 2px solid #f3f3f3;
    background: rgba(61, 133, 250, 0.8392156862745098);
}
mega-slider slider-col cta-btn:hover,
mega-slider slider-col cta-btn:focus {
    background: rgba(61, 133, 250, 1);
}
mega-slider slider-col cta-btn:hover,
mega-slider slider-col cta-btn:focus {
    background: rgba(61, 133, 250, 1);
}
mega-slider slider-col cta-btn:hover,
mega-slider slider-col cta-btn:focus, 
mega-slider slider-col info-btn:hover,
mega-slider slider-col info-btn:focus {
    padding: 4px 36px;
}
mega-slider slider-col h3.elem-title {
    color: #fff;
    font-size: 2.3em;
    padding: 0;
    padding-bottom: 16px;
    font-weight: 300;
    text-align: center;
    justify-content: center;
    width: 100%;
    z-index: 99;
	-webkit-transition: all .42s ease-in-out;
	-moz-transition: all .42s ease-in-out;
	-o-transition: all .42s ease-in-out;
	transition: all .42s ease-in-out; 
    opacity: 1;    
}
mega-slider slider-col ul.section-links li, 
.entry-content ul.section-links {
	list-style-type: none;
	padding-left: 0;
	color: #d4cdcd;
}
mega-slider .section-links .elem-string {
	border-bottom: 1px solid rgba(255,255,255, .25);
	color: #f3f3f3; 
	font-weight: 600;
}
mega-slider .section-links .elem-string a {
	color: #f3f3f3;
	font-weight: 600;
	width: 100%;
	display: flex;
	padding: 8px 0;
	padding-left: 8px;
}
mega-slider .section-links .elem-string:hover {
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
}

mega-slider .section-links .elem-string:hover a {
	color: #fff;
}

/* Empty scroll spacer */
mega-slider track-space.elem-divider {
	height: 24px;
	min-width: 24px;
	display: flex;
	position: relative;
	background-color: transparent;
	background: transparent;
}

/* Content cta buttons */
section.section-wrap.cta-buttons {
    display: flex;
    flex-direction: column;
}

/* SCROLLBARS IN SLIDER */
mega-slider ::-webkit-scrollbar {
	-webkit-appearance: none;
	max-width: 60px;
	height:6px;

}
mega-slider ::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: #048bf2;
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
mega-slider ::-webkit-scrollbar-button {
	display: none;
}
mega-slider ::-webkit-scrollbar-track {
	background-color: #0b0e12;
}
mega-slider ::-webkit-scrollbar-track-piece {
	display: none;
}
mega-slider ::-webkit-scrollbar-corner {
	display: none;
}
mega-slider ::-webkit-resizer {
	display: none;
}