.popup {
	height: auto;
	padding: 0.8em;
	word-wrap: break-word;
	background-color: rgb(255 165 0 / 62%);
}

/*
 * DESIGN BTN ACCESS
*/

.navigation {
	display: flex;
	align-items: center;
	justify-content: end;
	vertical-align: middle;
}


button.btn-nav-login {
	width: 8em;
	color: #EAECEF;
	padding: 0.7em;
	border-radius: 0.2em;
	background-color: #2B3139;
}
button.btn-nav-login:hover {
	color: #B7BDC6;
	background-color: #202630;
}
button.btn-nav-register {
	width: 8em;
	color: #EAECEF;
	padding: 0.7em;
	border-radius: 0.2em;
	background-color: #006B38FF;
}
button.btn-nav-register:hover {
	color: #B7BDC6;
	background-color: #00562d;
}

.menu-nav ul li {
	display: inline-flex;
	position: relative;
	white-space: nowrap;
}

.menu-nav ul li a {
	color: #B7BDC6;
	font-weight: 400;
	padding: 0 0.5em 0 0.5em;
}

/*!
 * DESIGN HEADER MENU NAVIGATION
 */
.header {
	width: 100%;
	display: flex;
	padding: 1em 5rem 1rem 5rem;
	grid-area: header;
	align-items: center;
	background-color: var(--bgbody2);
	justify-content: flex-start;
	border-top: 4px solid #006B38FF;
	border-bottom: 1px solid rgba(214, 235, 255, .1019607843);
}
.logo {
	flex: 1;
	width: auto;
}
.branding {
	height: 40px;
	width: 130px;
	background-size: 100%;
	display: inline-block;
	background-repeat: no-repeat;
	/*background-position: 50% 140%;*/
	image-rendering: -webkit-optimize-contrast;
	background-image: url(../img/svg/logo.svg);
}
.navbar {
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.navbar a {
	padding: 1.8rem 0.5rem;
	box-sizing: border-box;
	border-bottom: 2px solid transparent;
}
.navbar .navigation .dropdown-menu {
	right: -1px;
}
.navigation ul li {
	display: inline-flex;
	position: relative;
	white-space: nowrap;
}
.navigation ul li a, .caret {
	cursor: pointer;
}
.caret {
	width: 1em;
	height: 1em;
	background-image: url(../img/svg/down-arrow.svg);
}
.caret {
	content: "";
	display: inline-block;
	background-size: cover;
	position: relative;
	top: 0.3em;
	left: 0.2em;
}
.navigation .dropdown-menu {
	right: -8px;
	padding: 5px 0px 5px 10px;
	display: none;
	position: absolute;
	border-radius: 5px;
	background-color: #FFFFFF;
	background-clip: padding-box;
	border: 0 solid rgba(0,0,0,0.25);
	box-shadow: 0 1px 4px rgba(0,0,0,0.25);
	background-color: rgba(255,255,255,0.98);
}
.navigation .dropdown-menu:after {
	content: "";
	top: -0.44em;
	right: 0.3em;
	position: absolute;
	border-bottom: 6px solid #FFFFFF;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	/*border-bottom-color: rgba(255,255,255,0.98);*/
	border-bottom-color: rgba(232, 226, 226, 0.98);
}
.navigation .dropdown-menu {
	z-index: 2;
}
.navigation .dropdown-menu span {
	font-size: .75em;
	font-style: italic;
	color: #424f63;
	padding-left: 0.8em;
}
ul.dropdown-menu li {
	padding-bottom: 0.5em;
	padding-top: 0.6em;
	float: left;
	width: 100%;
	list-style: none;
	white-space: nowrap;
}
ul.dropdown-menu li a {
	clear: both;
	color: #333333;
	display: block;
	line-height: 18px;
	padding: 0px 10px;
	font-weight: normal;
	font-size: 0.80em;
}
ul.dropdown-menu li a:hover {
	color: #8563CF;/*#337ab7*/
}
.search {
	margin-left: 1em;
}
input.go-seeker {
	border-radius: 1em;
	transition: all .3s ease-in-out;
	height: 2.4em;
	border: 1px solid transparent;
	background-color: #e2dee9;
	outline: none;
	color: #8563CF;
	padding: 1.2em 20em 1.2em 1em;
}
button.btn-search {
	display: block !important;
	background-color: transparent;
	border-radius: 50%;
	height: 2em;
	right: 2px;
	top: 0.3em;
	transition: all .3s ease-in-out;
	width: 2em;
	border: none;
	position: absolute;
	outline: none;
}
button.btn-search:before {
	content: "";
	display: inline-block;
	background-size: cover;
	position: relative;
	top: 4px;
	width: 25px;
	height: 25px;
	background-image: url(../img/svg/icon-search.svg);
}
.seeker {
	width: 100%;
	display: none;
	padding: 0.5em;
	align-items: center;
	background-color: #fafafa;
	border-bottom: 1px solid #ddd;
	justify-content: space-around;
}
.user {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
ul.system {
	display: flex;
	align-items: center;
	justify-content: center;
}
li > a.signup, li > a.login {
	font-size: 1rem;
	padding: 0.6em;
	border-radius: 5px;
	margin-left: 1em;
}

li > a.login {
	border: 1px solid #ac7dfd;
}
li > a.signup {
	background-color: #8563CF;
	color: #fff;
}
li > a.signup:hover {
	background-color: #8f90ea;
}
.notification,
.loved,
.cart,
.setting {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.notification a, .cart a, .loved a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 3.8rem;
}
.notification a:hover, .cart a:hover, .loved a:hover {
	background-color: #ebebeb;
}
.badge-cart {
	width: 18px;
	right: 12px;
	color: #fff;
	height: 18px;
	bottom: 10px;
	font-size: 12px;
	font-weight: 600;
	border-radius: 50%;
	text-align: center;
	position: relative;
	display: inline-block;
	-moz-border-radius: 50%;
	background-color: #568fb9;
	-webkit-border-radius: 50%;
}
.badge-cart:hover {
	background-color: #8563CF;
}
.avatar {
	width: 48px;
	height: 48px;
	clear: both;
	margin-right: 1em;
}
.avatar img {
	width: 3em;
	height: 3em;
	border-radius: 50%;
	background-color: antiquewhite;
}
img {
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
.nav {
	height: 40px;
	gap: 2rem;
	width: 100%;
	display: flex;
	padding: 0 5rem;
	align-items: center;
	background-color: #fafafa;
	justify-content: flex-start;
	border-bottom: 1px solid #ddd;
}
.menu-responsive {
	display: none;
}
.slideout-menu {
	padding: 1em 1em;
	position: fixed;
	top: 0;
	right: -300px;
	width: 300px;
	height: 100%;
	background-color: #fafafa;
	transition: all .5s cubic-bezier(0.39, 0.575, 0.565, 1);
	color: #b3b3a3;
	z-index: 100;
}
.slideout-menu ul.system {
	justify-content: start;
}
.slideout-menu ul.system li {
	padding: 0;
}
.slideout-menu h3 {
	padding: 0.6em 0;
	position: relative;
	color: #fff;
	font-size: 1.2em;
	font-weight: 400;
}
.slideout-menu .slideout-menu-toggle {
	display: inline-block;
	padding: 0.2em;
	font-weight: bold;
	line-height: 1;
	color: #464646;
	vertical-align: top;
	text-align: right;
	width: 100%;
	font-size: 1.5em;
}
.slideout-menu .slideout-menu-toggle:hover {
	color: #999;
}
span.slideout-menu-toggle {
	cursor: pointer;
}
.slideout-menu ul li {
	margin-top: 0.5em;
	padding: .2rem 0;
	padding-left: 1rem;
	padding-right: 1rem;
}
.slideout-menu.open {
	right: 0;
}
.capa {
	background-color: rgba(0, 0, 0, 0.4);
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: all .5s cubic-bezier(0.39, 0.575, 0.565, 1);
	visibility: hidden;
	width: 100%;
	z-index: 1;
}
.capa.visible {
	opacity: 1;
	visibility: visible;
}
.cat-list ul > li {
	height: 24px;
	font-size: 13px;
	white-space: nowrap;
	position: relative;
	cursor: default;
	border: 1px transparent solid;
	border-radius: 3px 3px 0 0;
	display: inline-block;
}
.cat-list ul > li > a {
	display: inline-block;
	padding: 0 10px;
}
.cat-list ul > li .menu-cont {
	background-color: #fff;
	position: absolute;
	left: -1px;
	top: 100%;
	z-index: 10;
	display: none;
	width: 0;
	border: 1px #dddddd solid;
	padding: 15px 0;
	box-sizing: border-box;
	border-radius: 0 3px 3px 3px;
}
.cat-list ul > li:hover .menu-cont {
	display: block;
	width: auto;
}
.cat-list ul > li .menu-cont ul {
	display: inline-block;
	vertical-align: top;
	padding: 0 11px;
	box-sizing: border-box;
}
.cat-list ul > li .menu-cont ul:first-child {
	border-right: 1px #dddddd solid;
}
.cat-list ul > li .menu-cont li {
	line-height: 16px;
	display: block;
	white-space: nowrap;
	text-align: left;
	max-width: 240px;
	overflow: hidden;
}
.cat-list ul > li .menu-cont li:first-child a {
	padding-top: 0;
}
.cat-list ul > li .menu-cont li a {
	color: #00698c;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


.stacks {
	height: 100%;
	width: 1190px;
	max-width: 100%;
	max-height: 100%;
	min-height: 360px;
}
.cover-title {
	-ms-flex-preferred-size: 38.75%;
	flex-basis: 38.75%;
}
.cover-page {
	-ms-flex-preferred-size: 38.75%;
	flex-basis: 38.75%;
}
.cover-title h1 {
	font-weight: 400;
	font-size: 2.2rem;
	color: #333;
	font-family: "Averta Regular",sans-serif;
	margin-bottom: 2.5rem;
	line-height: 1.25em;
}
.cover-title p {
	color: #5a5a5a; /*rgba(51,51,51,.8);*/
	line-height: 1.6em;
	font-size: 1rem;
	font-family: "Work Regular";
	font-weight: 500;
	margin-bottom: 2.5rem;
}
.bg-purple::before {
	width: 130%;
	height: 130%;
	top: -15%;
	left: -15%;
	-webkit-background-size: contain;
	background-size: contain;
	background-image: url(../img/svg/bg-purple.svg);
}

/*!
 * DESIGN SLIDER
*/
.slide {
	display: block;
	margin: 0 auto;
	padding: 60px 0;
	background: #f9f9f9;
	overflow: hidden;
}
.item-slide {
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
}
.slider-wrapper  {
	width: 100%;
	height: 500px;
	position: relative;
}
.slider-wrapper > div {
	display: none;
}
div.slide-current {
	display: block;
}
.slider-controls {
	z-index: 90;
	text-align: center;
	margin-top: 50px;
	position: relative;
}
.slider-controls div {
	width: 12px;
	height: 12px;
	margin: 0 4px;
	cursor: pointer;
	border-radius: 50%;
	background: #415066;
	display: inline-block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.slider-controls div.active {
	background-color: #8563CF; /*#00c5b9;*/
}
#barra {
	width: 0%;
	height: 3px;
	position: relative;
	background-color: #02cfc0;
}
/*!
 * DESIGN TRIPS
 * FEATURES & CATEGORY
 * GRID CARD/BOX
 */
.trips {
	background-color: #f9f9f9;
	padding: 1em;
	/*box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);*/
}
.grid-x2 {
	width: 100%;
	max-width: 134rem;
	display: flex;
	margin: 0 auto;
}
.grid {
	width: 90%;
	max-width: 134rem;
	display: flex;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: space-between;
}
.card_three {
	width: 33%;
}
.card,
.card_middle {
	width: 33%;
}
.card,
.card_three,
.card_middle {
	display: flex;
	padding: 1em;
	display: flex;
	justify-content: space-between;
}
.card:nth-of-type(1) {
	background-color: rgba(0,173,182,0.1);
}
.card:nth-of-type(2) {
	background-color: rgba(247,179,32,0.1);
}
.card:nth-of-type(3) {
	background-color: rgba(241,7,80,0.1);
}
.card:nth-of-type(4) {
	background-color: rgba(154,222,69,0.1);
}
.card:nth-of-type(5) {
	background-color: rgba(13,214,234,0.1);
}
.card:nth-of-type(6) {
	background-color: rgba(185,95,253,0.1);
}
.card:nth-of-type(7) {
	background-color: rgba(236,80,152,0.1);
}
.card:nth-of-type(8) {
	background-color: rgba(37,165,95,0.1);
}
.card:nth-of-type(9) {
	background-color: rgba(234,105,13,0.1);
}
.circle {
	width: 70px;
	height: 70px;
	display: flex;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
}
.card_three .trips_box {
	padding-left: 5em;
}

/*!
 * DESIGN DISCOVERY
 * TABS
 * LIST CAROUSEL COURSES
 */
.discovery {
	padding: 2em;
	background-color: #fff;
}
.courses {
	height: 100%;
	width: 1250px;
	max-width: 100%;
	max-height: 100%;
}
.courses div {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}
.courses div h1 {
	font-weight: 400;
	font-size: 2.2rem;
	color: #333;
	font-family: "Averta Regular",sans-serif;
	margin-bottom: 2.5rem;
	line-height: 1.25em;
}
.courses div p {
	color: #5a5a5a;
	line-height: 1.6em;
	font-size: 1rem;
	font-family: "Work Regular";
	margin-bottom: 2.5rem;
}

.tabs {
	height: 100%;
	width: 1250px;
	max-width: 100%;
	display: inherit;
}
ul.tabs-list {
	border-bottom: 2px solid #8563CF;
}
.tab-item {
	font-size: .875em;
	cursor: pointer;
	display: inline-block;
}
.tab-item span {
	padding: 1em;
	display: inline-block;
	font-size: 1.3em;
}
.tab-item:not(.tab-active) span:hover{
	border-bottom: 3px solid #02cfc0;
}
.tab-active span {
	color: #8563CF;
}
.tab-active {
	border-bottom: 3px solid #02cfc0;
}
.tab-content {
	margin: 1em 0 0 0;
	border-bottom: solid 1px #EAEAEA;
	padding-bottom: 1em;
}
.offer {
	background-color: white;
	padding: 1em;
	border: 1px dashed #8563CF;
}
.deals {
	-ms-flex-preferred-size: 45%;
	flex-basis: 45%;
}
.instructor {
	-ms-flex-preferred-size: 15%;
	flex-basis: 15%;
}
/*!
 * DESIGN CAROUSEL
 */
.carousels {
	width: 100%;
	padding: 1em;
	margin: 0 auto;
	overflow: hidden;
	max-width: 1400px;
	margin-left: auto;
}
.slider {
	display: grid;
	grid-gap: 0.1rem;
	width: 100% !important;
	grid-auto-flow: column;
}
.carousel-left {
	left: 10px;
}
.carousel-right {
	right: 0px;
}
.nav-btn {
	top: 25%;
	width: 40px;
	height: 45px;
	z-index: 100;
	cursor: pointer;
	position: absolute;
	border-radius: 8px;
	background-color: white;
	border: 1px solid #D5D9D9;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	box-shadow: 0 2px 5px 0 rgb(213 217 217 / 50%);
}
.nav-btn:hover {
	background-color: #F7FAFA;
}
.item {
	width: 250px;
	height: 308px;
	margin: 0.5em;
	display: inline-table;
	border: 1px solid #ccc;
	background-color: #fff;
}
.item.product .c-rating {
	transform: scale(0.6);
}
.item.product .rating {
	margin-bottom: .2rem;
}
.item.product .total-avg span {
	margin-right: .4rem;
	color: #be5a0e;
	font-weight: 600;
}
.item.product .valuations {
	margin-left: 5rem;
	color: #73726c;
}
.item.product .valuations span {
	font-size: .8em;
	display: flex;
	line-height: 1.5rem;
}
.thumbnails {
	width: 100%;
	margin: 0 auto;
}
.thumbnails img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	max-height: 150px;
	object-fit: contain;
}
.author {
	margin-bottom: .2rem;
}
.author span {
	color: #73726c;
	font-weight: 400;
	font-size: 0.8rem;
}
.price p label {
	text-decoration: line-through;
	font-weight: 400;
	margin-right: 6px;
	color: #666;
	font-size: 13px;
}
.price p em {
	font-style: normal;
	font-size: 18px;
	color: #17aa1c;
	font-weight: 600;
}
.purchased button {
	width: 50%;
	background-color: #8563CF;
	color: #fff;
	border-radius: 4px;
	border: none;
	cursor: pointer;
	padding: 0.7em;
	outline: none;
}
.purchased button:hover {
	background-color: #ac7dfd;
}
/*!
 * DESIGN DETAIL COURSE
 */
.play {
	width: 70%;
}
.cover_course {
	padding: 4em;
}
.component > span:nth-child(1) {
	padding-left: 0rem;
}
.component > span {
	padding-left: 1rem;
	font-size: 0.87rem;
}
.cost p label {
	text-decoration: line-through;
	font-weight: 400;
	margin-right: 6px;
	color: rgb(255 165 0 / 62%);
	font-size: 1.3em;
}
.cost p em {
	font-style: normal;
	font-size: 2.4em;
	color: #169e1b;
	font-weight: 600;
}
.paid a.intro {
	border: 1px solid #ccc;
	padding: 0.8em;
	border-radius: 0.2em;
	color: #ccc;
	cursor: pointer;
}
.paid a.intro:hover {
	background-color: #8f90ea;
	color: #f2f2f2;
	border: 1px solid #8f90ea;
}
#addCard a.paid-active, #addCard span.paid-active {
	background-color: #568fb9; /*#239089;*/
	border: 1px solid #568fb9; /*#239089;*/
}
#addCard a.paid-active:hover, #addCard span.paid-active:hover {
	background-color: #6aa2cd; /*#42a8a1;*/
	border: 1px solid #6aa2cd; /*#42a8a1;*/
	color: #f2f2f2;
}
.paid a.buy, .paid span.buy {
	color: #f2f2f2;
	background-color: #8563CF;
	border: 1px solid #8563CF;
	padding: 0.8em;
	border-radius: 0.2em;
	cursor: pointer;
	margin-right: 0.5em;
}
.paid a.buy:hover, .paid span.buy:hover {
	background-color: #ac7dfd;
}

.review .valuations {
	margin-left: 6em;
}
.playlist {
	width: 30%;
}
.chapter, .chapter > * {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	cursor: pointer;
	margin-bottom: 0.2em;
	margin-top: 0.2em;
}
.chapter:hover {
	border: 1px solid #747777;
}
.chapter div:nth-of-type(2) {
	-ms-flex: 1;
	flex: 1;
}
.chapter span {
	color: #b4b8b8;
	font-size: 0.8rem;
}
.playing .check-mark {
	background-image: url(../img/svg/video-seen.svg) !important;
}
span.check-mark,
span.check-lock,
span.check-play {
	content: "";
	display: inline-block;
	background-size: cover;
	position: relative;
}
span.check-mark {
	width: 21px;
	height: 21px;
	margin: 0.5em;
	border-radius: 50%;
	background-image: url(../img/svg/check-mark.svg);
}
span.check-play {
	width: 21px;
	height: 21px;
	margin: 0.5em;
	border-radius: 50%;
	background-image: url(../img/svg/play.svg);
}
span.check-lock {
	width: 24px;
	height: 24px;
	top: -0.2em;
	margin: 0.5em;
	background-image: url(../img/svg/padlock.svg);
}
span.semester {
	background-color: #ac7dfd;
	padding: 0.5em;
	color: #f7f7f7 !important;
}
.cover_course div > h1 {
	font-weight: 400;
	font-size: 2.2rem;
	color: #ccc;
	font-family: "Averta Regular",sans-serif;
	margin: 0.5em 0 0.5em 0;
}
.scroll-video {
	min-height: 350px;
	max-height: 350px;
	overflow-y: scroll;
	margin: 2em;
	padding: 1em;
	position: relative;
	color: #fff;
}
.scroll-video::-webkit-scrollbar {
	width: 7px;
	background-color: #fafafa;
	border: 1px solid #ddd;
}
.scroll-video::-webkit-scrollbar-thumb {
	background-color: #8563CF;
}
.scroll-video::-webkit-scrollbar-thumb:hover {
	background-color: #ac7dfd;
}
.scroll-video::-webkit-scrollbar-thumb:active {
	background-color: #8563CF;
}
.accordion.actacc:after {
	content: "\2212";
}
.section {
	transition: max-height 0.2s ease-out;
	display: none;
	padding: 0.5em;
}
.accordion {
	font-size: 1rem;
	padding: 0.7em;
	cursor: pointer;
	border: 1px solid transparent;
	width: 100%;
	text-align: left;
}
.accordion:after {
	content: '\002B';
	font-weight: bold;
	float: right;
}
.video {
	padding: 1em;
	height: 580px;
}
#myvid, #myvid iframe {
	height: 100%;
	/*min-height: 420px;*/
	color: #ffff;
	position: relative;
}
#myvid:hover .tooltip {
	opacity: 1;
	transition-delay: 0s;
}
.tooltip {
	z-index: 100;
	height: 40px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.tooltip .player {
	color: #fff;
	height: 45px;
	padding: 0.7rem 2rem;
	background-color: rgb(0 0 0 / 79%);
}
.video-player {
	overflow: hidden;
	background-color: transparent;
}
.player-thumbnails {
	width: 100%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.video-js .vjs-tech {
	height: auto!important;
}
.video-js .vjs-modal-dialog {
	background-color: black!important;
	/*background-image: url(https://i.stack.imgur.com/EqQPM.png);
	background-position: 50% 140%;
	image-rendering: -webkit-optimize-contrast;
	background-size: 100%; cover*/
}
.vjs-modal-dialog-content, .vjs-error .vjs-error-display:before {
	display: none;
}
.vjs-loading-spinner {
	display: none!important;
}
.video-js.vjs-fluid, .video-js.vjs-16-9, .video-js.vjs-4-3 {
	width: 100%;
	max-width: 100%;
	height: 100% !important;
	max-height: 100% !important;
	position: relative;
}
.video-js.vjs-fluid, .video-js.vjs-16-9, .video-js.vjs-4-3 {
	/*min-height: 500px;*/
}
.vid1-dimensions.vjs-fluid {
	padding-top: 0!important;
}
.video-js .vjs-tech {
	position: inherit!important;
}
.viewer {
	width: 100%;
	height: 100%;
	background-color: #f5f5f5;
	padding: 3.5em;
	color: #000;
	min-height: 500px;
	max-height: 500px;
	overflow-y: scroll;
}
.frame-scroll .viewer::-webkit-scrollbar {
	width: 5px;
	background-color: #8A8A8A;
	border: 1px solid #AFACAC;
}
.frame-scroll .viewer::-webkit-scrollbar-thumb {
	background-color: #8563CF;
	border-radius: 5px;
}
.frame-scroll .viewer h1 {
	font-size: 3em;
	line-height: 1.2em;
}
.frame-scroll .viewer p {
	line-height: 1.5em;
	margin: 1.4em auto;
	font-size: 1em;
	font-weight: 300;
	color: rgb(86, 87, 87);
}
.code-reserved {
	font-size: 13px;
	background: #eff0f1;
	border-bottom: dashed 1px rgba(0,0,0,0.8);
	padding: 0 0.4em;
	font-style: normal;
	position: relative;
	font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,sans-serif;
}
/*!
 */
.custom_page {
	width: 100%;
	max-width: 80rem;
	margin: 0 auto;
}
.program {
	padding: 2rem 2rem;
	background-color: #fafbfc;
}
.study {
	position: relative;
	background: #fff;
	box-shadow: 5px 5px 25px 0 rgb(46 61 73 / 20%);
	border-radius: .375rem;
	padding: 3.5em 3.8em 0;
}
.ribbon2 {
	left: -3.8rem !important;
	top: 0 !important;
}
.ribbon {
	font-size: 1rem;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	top: .75rem;
	color: #fff;
	line-height: 1.75rem;
	text-indent: 1.5rem;
	padding-right: .75rem;
	background-color: #ac7dfd;
}
.ribbon:after {
	position: absolute;
	content: "";
	top: 0;
	width: 0;
	height: 0;
	right: -1rem;
	border-color: #ac7dfd transparent transparent;
	border-style: solid;
	border-width: 1.75rem 1rem 0 0;
}
.learn ul li {
	padding-left: 3rem;
	border-left: 1px solid #dbe2e8;
	padding-bottom: 1.75rem;
	position: relative;
}
.learn ul li:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
	background-color: #017a9b;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
.learn ul li h4 {
	line-height: .5rem;
	font-size: 1.125rem;
	font-weight: 600;
	margin-bottom: 24px;
	color: #525c65;
	-webkit-font-smoothing: antialiased;
	font-family: "Averta Regular",sans-serif;
}
.learn ul li p {
	font-size: .875rem;
	line-height: 24px;
	margin-bottom: 1em;
	font-weight: 400;
	font-family: "Averta Regular",sans-serif;
	color: rgba(51,51,51,.8);
}
.banner {
	border-radius: .375rem;
	background-color: rgba(219,226,232,.2);
	padding: 3rem;
	margin-bottom: 3.75rem;
}
.avg-percent {
	margin-bottom: 0.2em;
	margin-top: 0.2em;
}
.average {
	width: 175px;
	background-color: #ccc;
	padding: 1em;
}
.chart_avg {
	background-color: #eee;
	width: 60%;
	padding: 20px 50px 20px 10px;
}
span.stars {
	flex: 1 15%;
}
.stars {
	padding-left: 0.5em;
	display: flex;
	vertical-align: middle;
	align-items: stretch;
	align-content: center;
	justify-content: center;
	flex-direction: column;
	color: #5a5a5a;
}
span.avg-vote {
	color: #5a5a5a;
	flex: 1;
	padding-left: 1em;
	font-size: 0.8em;
	align-items: center;
	display: flex;
	vertical-align: middle;
}
.percent {
	width: 90%;
	background-size: 1% 100%;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.very-unsatisfied {
	background-image: linear-gradient(to right, #ff6f31, #ff6f31);
}
.unsatisfied {
	background-image: linear-gradient(to right, #ff9f02, #ff9f02);
}
.neutral {
	background-image: linear-gradient(to right, #ffcf02, #ffcf02);
}
.satisfied {
	background-image: linear-gradient(to right, #9ace6a, #9ace6a);
}
.very-satisfied {
	background-image: linear-gradient(to right, #57bb8a, #57bb8a);
}
.percent span:nth-of-type(1) {
	display: none;
}
.global h6 {
	font-size: 4em;
	font-weight: 600;
	color: #5a5a5a;
}
.student span {
	font-size: 0.9rem;
}
.instructors {
	width: 70%;
	max-width: 1100px;
}
.card_profile img {
	border-radius: 50%;
	height: 5rem;
	width: 5rem;
	-o-object-fit: cover;
	object-fit: cover;
}
.career {
	/*display: flex;*/
	/*justify-content: flex-start;*/
}
.card_profile {
	overflow: hidden;
	height: 80px;
	display: flex;
	align-items: center;
}
.card_profile div + div {
	margin-left: 1em;
}
.card_name {
	margin-top: 0.5em;
	margin-left: 1.25rem;
}
.skill {
	display: flex;
}
.skill span::after {
	background: #fff;
	border-bottom: 13px solid transparent;
	border-left: 10px solid #eee;
	border-top: 13px solid transparent;
	content: '';
	position: absolute;
	right: 0;
	top: 0;
}
.skill span::before {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 1px rgb(0 0 0 / 25%);
	content: '';
	height: 6px;
	left: 10px;
	position: absolute;
	width: 6px;
	top: 10px;
}
.skill span {
	background: #eee;
	border-radius: 3px 0 0 3px;
	color: #999;
	display: flex;
	height: 26px;
	line-height: 26px;
	padding: 0 20px 0 23px;
	position: relative;
	margin: 0 10px 10px 0;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: color 0.2s;
}
.skill span:hover {
	background-color: #ac7dfd;
	color: white;
}
.skill span:hover::after {
	border-left-color: #ac7dfd;
}
.insights {
	display: flex;
	justify-content: space-around;
	padding: 0.5em 0.5em;
	font-weight: lighter;
	color: #5a5a5a;
}
.insight {
	/*width: 30%;
	padding: 1rem;
	border: 1px solid;
	padding: 1rem;
	border-radius: 0.5rem;*/
	text-align: center;
}
.followers {
	background-color: #f8f9f9;
	display: flex;
	justify-content: space-around;
	padding: 13px;
	text-align: center;
	color: #6e6e6e;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 2em;
}
.followers div h1 {
	font-size: 1rem;
}
.followers div h2 {
	font-size: 1rem;
}
.sheet {
	position: relative;
	padding: 4em 0em 2em 0em;
}
.toggle {
	border-top: 1px solid #dbe2e8;
}
span.read {
	color: #8563CF;/*#017a9b;*/
	cursor: pointer;
	vertical-align: inherit;
	font-size: .8125rem;
	line-height: 24px;
	letter-spacing: .0625rem;
	text-transform: uppercase;
	font-weight: 600;
}
.toggle p:nth-of-type(2) {
	font-size: .8125rem;
	color: #657482;
}

/*!
 * DESIGN FEATURES
 */
.features {
	background-color: #fff;
	padding: 4em 0em 4em 0em;
}

/*!
 * DESIGN LOGIN ACCESS
 */
/*.bglog{
	flex: 1;
	width: 50%;
	background: linear-gradient(60deg, rgba(158, 189, 19, 0.5), rgba(172, 125, 253, 0.1)), url(https://i.stack.imgur.com/y2iEE.jpg) center no-repeat;
	background-size: cover;
}*/
.bgreg{
	flex: 1;
	/*order: 1;*/
	width: 50%;
	background: linear-gradient(60deg, rgba(158, 189, 19, 0.5), rgba(172, 125, 253, 0.1)), url(https://i.imgur.com/XjuFJYp.jpg) center no-repeat;
	background-size: cover;
}
.form-box {
	width: 60%;
	max-width: 450px;
	min-width: 450px;
}
.image-captcha {
	border: 1px solid #ccc;
	width: 346px;
	text-align: center;
}
.update-captcha {
	border-right: 1px solid;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #ccc;
}
.agile {
	margin-bottom: 1em;
}
ul.agile li a {
	float: right;
}
ul.agile li input[type="checkbox"] {
	display: none;
}
ul.agile li input[type="checkbox"]+label {
	position: relative;
	padding-left: 1.5em;
	border: #F0F8FF;
	font-size: 1em;
	color: #292525;
}
ul.agile li input[type="checkbox"]+label span:first-child {
	width: 15px;
	height: 15px;
	display: inline-block;
	border: 2px solid #3080C5;
	position: absolute;
	top: 0.15em;
	left: 0.1em;
}
ul.agile li input[type="checkbox"]:checked+label span:first-child:before {
	content: "";
	width: 25px;
	height: 25px;
	left: -0.2em;
	top: -9.65px;
	bottom: -0.2em;
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/svg/check.svg) no-repeat;
	background-size: cover;
}
.btn-log {
	width: 100%;
	color: white;
	padding: 1em;
	cursor: pointer;
	font-size: 0.8rem;
	border-radius: 0.2em;
	background-color: #568fb9; /*#239089;*/ /*#03a599;*/
	text-transform: uppercase;
}
.btn-log:hover {
	background-color: #6aa2cd; /*#42a8a1;*/ /*#02cfc0;*/
}

.agreement {
	margin-top: 0.4em;
}
.agreement span {
	font-size: 0.8em;
}
.mini-footer {
	padding: 1em;
	font-size: 0.78em;
	text-align: center;
	border-top: 1px dotted #ccc;
}
.mini-footer a {
	color: #666666;
}
.mini-footer a:hover {
	color: #8563CF;
}
.active-account {
	background-color: #ac7dfd;
}
.space-responsive {
	color: #fff;
}
.status-title:before {
	width: 134px;
	height: 134px;
	display: block;
	margin: 0 auto 5px;
}
.status-title {
	color: #fff;
	font-size: 50px;
	font-weight: 300;
}
/*!
 * DESIGN WIZARD | CART / BASKET | SHOPPING
 */
.wizard {
	padding-top: 6em;
}
.progressbar {
	position: relative;
}
.progressbar:after {
	content: "";
	height: 4px;
	left: 16.666%;
	background:#8563CF; /*green;*/
	top: 4px;
	position: absolute;
	-webkit-transition: width 300ms ease;
	transition: width 300ms ease;
}
.progressbar[data-active="1"]:after {
	width: 0;
}

.progressbar[data-active="2"]:after {
	width: 20%;
}

.progressbar[data-active="3"]:after {
	width: 40%;
}

.progressbar[data-active="4"]:after {
	width: 51%;
}
.progressbar:before {
	content: "";
	width: 25px;
	height: 25px;
	bottom: 2.4em;
	left: 16.666%;
	position: absolute;
	background-image: url(../img/svg/cart-anime.svg);
	background-size: cover;
	transition: left 300ms ease;
	-webkit-transition: left 300ms ease;
}

.progressbar:not([data-active=""]):before {
	opacity: 1;
	-webkit-transition: left 2900ms ease, opacity 300ms ease;
	transition: left 2900ms ease, opacity 300ms ease;
}
.progressbar[data-active="1"]:before {
	left: 16.666%;
}
.progressbar[data-active="2"]:before {
	left: 36%;
}
.progressbar[data-active="3"]:before {
	left: 50.666%
}
.progressbar[data-active="4"]:before {
	left: 73.333%;
}
.progressbar[data-active=""]:before {
	opacity: 0;
}
.progressbar li {
	/*float: left;*/
	width: 19.33%;
	position: relative;
	text-align: center;
	display: inline-block;
}
.progressbar li > * {
	border: 1px dotted rgba(0, 0, 0, 0.18823529411764706);
	position: relative;
	padding: 5px 10px 5px 10px;
	display: inline-block;
	font-size: .9rem;
	/*color: rgba(44, 63, 76, 0.6196078431372549);*/
	color: #B7B7B7;
	top: -70px;
	background-color: rgba(237, 239, 240, 0.61);
}
.progressbar li:before {
	content: '';
	width: 12px;
	height: 12px;
	display: block;
	text-align:  center;
	margin: 0 auto;
	border-radius: 50%;
	background-color: #edeff0;
}
.progressbar li:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 4px;
	background-color: #edeff0;
	top: 4px;
	left: -50%;
	z-index: -1;
}
.progressbar li:first-child:after {
	content: none;
}
.progressbar li.active span {
	color: #8563CF; /*green;*/
	background-color: rgb(209 196 233 / 51%); /*rgba(0, 128, 0, 0.1);*/
}
.progressbar li.active:before {
	background-color: #8563CF; /*green;*/
	-webkit-transition: background 300ms ease;
	transition: background 300ms ease;
	-webkit-transition-delay: 300ms;
	transition-delay: 300ms;
}
.progressbar li.active + li:after {
	background: linear-gradient(to right, #8563CF 0%,#8563CF 50%,#edeff0 50%,#edeff0 100%)
}
/**/
.shopping {
	width: 70%;
}
.shopping, .checkout {
	padding: 0 0.5rem;
}
.labels {
	display: block;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.labels ul li {
	display: inline-block;
}
.labels ul li:nth-of-type(1) {
	width: 55%;
	padding-left: 4.375rem;
}
.labels ul li:nth-of-type(2) {
	width: 15%;
}
.labels ul li:nth-of-type(3) {
	width: 12%;
	text-align: center;
}
.labels ul li:nth-of-type(4) {
	width: 12%;
	text-align: right;
}
.items {
	display: flex;
	padding: 1rem 0;
	border-bottom: 1px solid #ccc;
}
.items div.bsk-item {
	width: 55%;
}
.items div.bsk-price {
	width: 15%;
}
.items div.bsk-quantity {
	width: 15%;
	text-align: center;
}
.items div.bsk-subtotal {
	width: 10%;
	text-align: right;
}
.timg {
	width: 30%;
}
.timg img {
	object-fit: cover;
	object-position: 50% 50%;
}
.bsk {
	height: auto;
	padding: 0 1.5rem;
	word-wrap: break-word;
}
.delete {
	bottom: 0;
	right: 1em;
	text-align: right;
	position: absolute;
	cursor: pointer;
}
.checkout {
	width: 30%;
}
.summary {
	width: 300px;
	padding: 1rem;
	margin-bottom: 1em;
	background-color: #eee;
	border: 1px solid #aaa;
}
.subtotal {
	border-bottom: none;
}
.subtotal, .total {
	border-top: 1px solid #ccc;
	margin: 1rem 0;
	overflow: hidden;
	padding: 0.5rem 0;
}
.total {
	border-bottom: 1px solid #ccc;
}
.coupon {
	border-top: 1px solid #ccc;
	padding-top: 1em;
}
.coupon div span.promo-code {
	text-align: left;
}
.coupon div span.expand-coupon {
	text-align: right;
	cursor: pointer;
}
.coupon div span.promo-code, .coupon div span.expand-coupon {
	width: 50%;
	height: auto;
	font-size: 0.8em;
	word-wrap: break-word;
}
span.voucher {
	font-size: 0.9em;
	font-weight: bold;
	border-bottom: 1px dashed;
}
span.delete-coupon {
	cursor: pointer;
}
span.hideresponse {
	cursor: pointer;
	width: 30px;
	height: 30px;
	position: absolute;
	top: -6px;
	right: -6px;
	border-radius: 1em;
	font-size: 1.2em;
	text-align: center;
	color: #f60b0b;
	padding: 0.1em;
}
.promo input[type="text"] {
	padding: 0.5rem;
	border: 1px solid #ccc;
}
.btn-promo input[type="submit"] {
	width: 6em;
	color: #fff;
	padding: 0.5rem;
	border-radius: 0.2em;
	margin-left: 0.625rem;
	background-color: #8f90ea;
	border: 1px solid #8f90ea;
}
.btn-promo input[type="submit"]:hover {
	background-color: #8563CF;
}
.strike {
	text-align: center;
	overflow: hidden;
}
.strike>span {
	position: relative;
}
.strike>span:after, .strike>span:before {
	content: "";
	position: absolute;
	top: 50%;
	width: 100%;
	max-width: 100%;
	min-width: 200px;
	height: 1px;
	background-color: #d0d0d0;
}
.strike>span:before {
	right: 100%;
	margin-right: 1em;
}
.strike>span:after {
	left: 100%;
	margin-left: 1em;
}
.btn-checkout, a.continue-checkout, a.back-checkout {
	display: inline-grid;
}
.btn-checkout a, a.continue-checkout, a.back-checkout {
	padding: 0.5em;
	color: #eae8e8;
	width: 15em;
	max-width: 100%;
	border-radius: 0.2em;
	cursor: pointer;
}
.btn-checkout a.sign-up, a.continue-checkout, a.back-checkout {
	background-color: #8f90ea;
}
.btn-checkout a.sign-up:hover, a.continue-checkout:hover, a.back-checkout:hover {
	background-color: #8563CF;
}
.btn-checkout a.log-in {
	color: #8563CF;
	border: 1px solid #8563CF;
}
.btn-checkout a.log-in:hover {
	color: #ac7dfd;
	border: 1px solid #ac7dfd;
}
.entry span.must {
	display: inline-block;
	margin-bottom: 1em;
	margin-top: 0.5em;
}
.order.payment {
	border-right: none;
	border-left: none;
}
.payment {
	height: auto;
	min-height: 250px;
	border: 1px solid #ccc;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 1em;
	position: relative;
	word-wrap: break-word;
}
.group-radio input{
	margin:0;padding:0;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
.group-radio input:checked +label {
	-webkit-filter: none;
	-moz-filter: none;
	filter: none;
}
span.resume {
	display: none;
}
.group-radio input:checked +label span.resume {
	color: #666666;
	font-size: 0.9em;
	top: 3em;
	width: 600px;
	min-width: 100%;
	position: absolute;
	word-wrap: break-word;
	height: auto;
	border: 1px dashed #abb2c3;
	padding: 0.5em;
	border-radius: .25rem;
	background-clip: border-box;
	display: flex;
}
label.pay1,
label.pay2,
label.pay3,
label.pay4,
label.pay5,
label.pay6,
label.pay7,
label.pay8,
label.pay9,
label.pay10 {
	background-color: rgb(209 196 233 / 51%);
}

label.pay1:hover,
label.pay2:hover,
label.pay3:hover,
label.pay4:hover,
label.pay5:hover,
label.pay6:hover,
label.pay7:hover,
label.pay8:hover,
label.pay9:hover,
label.pay10:hover {
	-webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
	-moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
	filter: brightness(1.2) grayscale(.5) opacity(.9);
}
label.pay1,
label.pay2,
label.pay3,
label.pay4,
label.pay5,
label.pay6,
label.pay7,
label.pay8,
label.pay9,
label.pay10 {
	border-radius: 0.3em;
	position: relative;
	padding: 0.5em;
	padding-right: 0.6em;
	padding-left: 0.6em;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
	-webkit-filter: brightness(1.2) grayscale(1) opacity(.7);
	-moz-filter: brightness(1.2) grayscale(1) opacity(.7);
	filter: brightness(1.2) grayscale(1) opacity(.7);
}
label.pay1 span,
label.pay2 span,
label.pay3 span,
label.pay4 span,
label.pay5 span,
label.pay6 span,
label.pay7 span,
label.pay8 span,
label.pay9 span,
label.pay10 span {
	font-size: .9rem;
}
.secure-payment {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: absolute;
	bottom: 0;
	right: 0;
}
span.secure-text {
	font-size: 11px;
	color: #7d7d7d;
}
.border-box {
	color: rgb(102, 102, 102);
	font-size: 0.9em;
	top: 3em;
	width: 100%;
	overflow-wrap: break-word;
	height: auto;
	background-clip: border-box;
	border-width: 1px;
	border-style: dashed;
	border-color: rgb(171, 178, 195);
	border-image: initial;
	padding: 0.5em;
	border-radius: 0.25rem;
	align-items: center;
	vertical-align: middle;
}
.order-details {
	padding-left: 1em;
}
.to-pay a {
	font-size: 0.9rem;
	cursor: pointer;
	font-family: "Averta Regular",sans-serif;
}
.data-bank {
	padding-top: 1em;
	display: inline-grid;
}
.data-bank span {
	padding-left: 1em;
	font-size: 0.95em;
	margin-top: 0.3em;
	color: #525c65;
}
.transfer, .verified, .release-success {
	background-color: #4caf503d;
	padding: 1em;
}
.verification {
	background-color: #fce8e6b8;
	padding: 1em;
}
.canceled, .release {
	background-color: #fce8e6b8;
	padding: 1em;
	margin-bottom: 1em;
	margin-top: 1em;
}
.res-deal {
	width: 70%;
}
.deal-secure {
	width: 30%;
	overflow: hidden;
}
.discharged {
	min-height: 100vh;
	padding-top: 2em;
}

/*!
 * DESIGN FOOTER
 */
.footer {
	display: flex;
	padding: 1em 0em 1em 0em;
	color: #c5c6ce;
	background-color: #303639;
}
.footer > * {
	flex: 1 100%;
	margin: 0em 1em 0em 1em;
}







/*!
 * ?
 */
.card_middle {
	width: 50% !important;
}

/*!
 * DESIGN START RATING REVIEW
 */
.rating {
	display: flex;
}
.c-rating {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	transform: scale(0.76);
}
.c-rating__item_print {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 12px;
	-ms-flex: 0 0 12px; 
	flex: 0 0 12px;
	height: 24px;
	background-position: -12px 0px;
	background-image: url(../img/svg/rating.svg);
	cursor: pointer;
}
.c-rating__item_print.left {
	background-position: 0px 0px;
}
.c-rating__item.is-active,
.c-rating__item:hover {
	background-position: -36px 0;
}
.c-rating__item.left.is-active,
.c-rating__item.left:hover {
	background-position: -24px 0;
}
.c-rating__item_print.is-active,
.c-rating__item:before {
	background-position: -36px 0;
}
.c-rating__item_print.left.is-active,
.c-rating__item_print.left:before {
	background-position: -24px 0;
}
.star-rating-review {
	transform: scale(1.2);
}
.review-total {
	font-weight: 600;
	color: #505763;
}

/*!
 * DESIGN THEMES
 */
.themes {
	background-color: #001d2a;
}
.themes .cover_course div > h1 {
	color: #ccc;
}
.themes .cover_course div > p, .themes .cover_course div > span {
	color: #ccc;
}
.themes .scroll-video {
	background-color: #081921;
}
.themes .accordion.actacc {
	background-color: #011f2c;
}
.themes .accordion:hover:not(.actacc){
	border: 1px solid #0e2c3a;
	background-color: #011f2c;
}
.themes .accordion{
	background-color: #081921;
	color: #ccc;
}
.themes .accordion::after {
	color: #ccc;
}
.themes .chapter div:nth-of-type(2) {
	color: #b4b8b8;
}

/*******************************************************************************************************/
.menu-responsive {
	display: none;
}
.slideout-menu {
	padding: 1em 1em;
	position: fixed;
	top: 0;
	right: -300px;
	width: 300px;
	height: 100%;
	background-color: #fafafa; /*rgba(15, 23, 27, 0.85);*/
	transition: all .5s cubic-bezier(0.39, 0.575, 0.565, 1);
	color: #b3b3a3;
	z-index: 100;
}
.slideout-menu ul.system {
	justify-content: start;
}
.slideout-menu ul.system li {
	padding: 0;
}
.slideout-menu h3 {
	padding: 0.6em 0;
	position: relative;
	color: #fff;
	font-size: 1.2em;
	font-weight: 400;
}
.slideout-menu .slideout-menu-toggle {
	display: inline-block;
	padding: 0.2em;
	font-weight: bold;
	line-height: 1;
	color: #464646;
	vertical-align: top;
	text-align: right;
	width: 100%;
	font-size: 1.5em;
}
.slideout-menu .slideout-menu-toggle:hover {
	color: #999;
}
span.slideout-menu-toggle {
	cursor: pointer;
}
.slideout-menu ul li {
	margin-top: 0.5em;
	padding: .2rem 0;
	padding-left: 1rem;
	padding-right: 1rem;
}
/*
.slideout-menu ul li a:hover {
	background-color: red;
	color: #fff;
}*/
.slideout-menu.open {
	right: 0; /*right = menu responsive derecha. || left = menu responsive izquierda.*/
}
.capa {
	background-color: rgba(0, 0, 0, 0.4);
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: all .5s cubic-bezier(0.39, 0.575, 0.565, 1);
	visibility: hidden;
	width: 100%;
	z-index: 1;
}
.capa.visible {
	opacity: 1;
	visibility: visible;
}


/*!
 * DESIGN RESPONSIVE 1224
 */
@media (max-width: 1294px) {
	input.go-seeker {
		padding: 1.2em 9em 1.2em 1em;
	}
}
@media (max-width: 1224px) {
	.cover-title h1, .courses div h1 {
		font-size: 2rem;
	}
}
@media (max-width: 1214px) {
	.slider-controls {
		margin-top: 20px;
	}
}
@media (max-width: 1200px) {
	.header {
		padding: 1em 2rem 1rem 2rem;
	}
}
@media (max-width: 1150px) {
	.nav {
		padding: 0 1rem;
	}
	ul.navbar > li > a {
		padding: 1.7rem 0.5rem 1.7rem 0.5rem;
	}
	/*.avatar img {
		width: 2em;
		height: 2em;
	}*/
}
@media (max-width: 1140px) {

}
@media (max-width: 1130px) {
	.slider-controls {
		margin-top: 0px;
	}
}
@media (max-width: 1120px) {
	input.go-seeker {
		/*padding: 1.2em 10em 1.2em 1.2em;*/
		padding: 1.2em 1em 1.2em 1.2em;
	}
	.position-lower {
		top: 10%;
	}
}
@media (max-width: 1116px) {
	.cover-title h1, .courses div h1 {
		font-size: 1.7rem;
	}
	.cover-title p {
		font-size: 1rem;
	}

}
@media (max-width: 1100px) {
	.slider-wrapper {
		height: 470px;
	}
	.card_three {
		width: 100%;
	}
	.courses div {
		-ms-flex-preferred-size: 80%;
		flex-basis: 80%;
	}
	input.go-seeker {
		padding: 1.2em 10em 1.2em 1em;
	}
}

@media (max-width: 1052px) {
	.shopping {
		width: 80%;
	}
	.checkout {
		width: 40%;
	}
}

@media (max-width: 1030px) {
	.study {
		padding: 3em 1em 0;
	}
	.ribbon2 {
		left: -1rem !important;
	}
	.skill {
		display: block;
	}
	.skill span {
		display: inline-block;
	}
	.instructors {
		width: 100%;
	}
}
@media (max-width: 1000px) {
	.slider-wrapper {
		height: 450px;
	}
	.courses div {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.group-radio input:checked +label span.resume {
		width: 500px;
	}
	/*.courses div h1 {
		font-size: 1.9rem;
	}*/
}

@media (max-width: 990px) {
	.marketing {
		display: none;
	}
	.program {
		padding: 1rem 1rem;
	}
	.cover_course {
		padding: 1.5em;
	}
}
@media (max-width: 960px) {
	.cover-title h1, .courses div h1 {
		font-size: 1.5rem;
	}
	.cover-title {
		-ms-flex-preferred-size: 55%;
		flex-basis: 55%;
	}
	.cover-page {
		-ms-flex-preferred-size: 45%;
		flex-basis: 45%;
	}
	.slider-wrapper {
		height: 460px;
	}
	.menu-normal {
		display: none;
	}
	input.go-seeker {
		padding: 1.2em 1em 1.2em 1.2em;
	}
}
@media (max-width: 946px) {
	.bglog, .bgreg {
		display: none;
	}
	.login {
		padding: 1em;
	}
}
@media (max-width: 900px) {
	.grid-x2 {
		display: inline-block;
	}
	.deals {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.instructor {
		display: none;
	}
	.box-play {
		display: inherit;
	}
	.play, .playlist {
		width: 100%;
	}
	.cover_course {
		padding: 1em;
	}
	.payment {
		min-height: 300px;
	}
	.group-radio input:checked +label span.resume {
		width: 400px;
	}
}
@media (max-width: 890px) {
}
@media (max-width: 850px) {
	.slider-wrapper {
		height: 420px;
	}
	.menu-responsive {
		display: block;
	}
	.access {
		display: none;
	}
	ul.navbar li {
		display: none;
	}
	input.go-seeker {
		padding: 1.2em 14em 1.2em 1em;
	}
	.setting {
		display: none;
	}
	.avatar {
		margin-right: 0.5em;
	}
	.bortom {
		border-bottom: 1px solid #ddd;
		padding-bottom: 1em;
	}
}
@media (max-width: 820px) {

}
@media (max-width: 800px) {
	.card_three {
		padding: 0;
		padding-bottom: 1em;
	}
	.stacks h1.edge:after {
		display: none;
	}
	.slider-wrapper {
		height: 400px;
	}
	.step .bkt {
		display: block;
	}
	.shopping {
		width: 100%;
	}
	.progressbar li {
		width: 30.33%;
	}
	.progressbar:after {
		width: 30.33%;
	}
	.progressbar[data-active="1"]:before {
		left: 25.666%;
	}
	.progressbar[data-active="2"]:before {
		left: 55%;
	}
	.progressbar[data-active="3"]:before {
		left: 80.666%;
	}
	.progressbar[data-active="3"]:after {
		width: 70%;
	}
	.progressbar[data-active="2"]:after {
		width: 30%;
	}
}


@media (max-width: 765px) {
	/*.study {
		padding: 3em 1em 0;
	}
	.ribbon2 {
		left: -1rem !important;
	}
	.skill {
		display: block;
	}
	.skill span {
		display: inline-block;
	}
	.instructors {
		width: 100%;
	}*/
}
@media (max-width: 750px) {
	.header {
		padding: 1em 1rem 1rem 1rem;
	}
}
@media (max-width: 700px) {
	.slider-wrapper {
		height: 380px;
	}
	.slider {
		/*display: inline-flex;
		max-width: 580px;
		min-width: 580px;*/
	}
	.header {
		padding: 1em 1rem 1rem 1rem;
	}
	input.go-seeker {
		padding: 1em 1em 1em 1em;
	}
	.hero-text {
		width: 100%;
	}
}
@media (max-width: 650px) {
	/*input.go-seeker {
		padding: 1.2em 5em 1.2em 1em;
	}*/
	.nav {
		padding: 0.5em;
	}
	.search-normal {
		display: none;
	}
	.nav-normal {
		display: none;
	}
	.seeker {
		display: flex;
		padding: 0.5em;
	}
	.menu-responsive {
		display: block;
	}
	.seeker input.go-seeker {
		width: 350px;
		padding: 1em 1em 1em 1em;
	}
	.position-lower {
		left: 10%;
		top: 15%;
	}
}
@media (max-width: 600px) {
	.slider-wrapper {
		height: 300px;
	}
	.slide {
		padding: 0;
	}
	.checkout {
		width: 100%;
	}
	.summary {
		width: 100%;
	}
	.heading.bsk {
		display: none;
	}
	.timg {
		width: 50%;
	}
}
@media (max-width: 580px) {
	.header {
		padding: 1em 1rem 1rem 1rem;
	}
	.position-lower {
		left: 5%;
		top: 8%;
	}
	.slider-controls {
		margin-top: 30px;
	}
}
@media (max-width: 574px) {
	.cover-title h1, .courses div h1 {
		font-size: 1.2rem;
	}
	.form-box {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
	}
}
@media (max-width: 530px) {
	.wizard {
		padding-top: 3em;
	}
	.progressbar li span {
		display: none;
	}
	.progressbar li {
		bottom: 0.33em;
	}
	.progressbar:before {
		bottom: 1em;
	}
}
@media (max-width: 500px) {
	.position-lower {
		left: 4%;
		top: 15%;
	}
	.slider-controls {
		margin-top: -20px;
	}
}
@media (max-width: 450px) {
	#form span {
		display: none;
	}
	.group-radio input:checked +label span.resume {
		display: block !important;
		width: 330px;
	}
	.timg {
		width: 60%;
	}
}
@media (max-width: 420px) {
	.search {
		display: none;
	}
	.paid {
		display: grid;
	}
	.addCart.buy {
		margin-bottom: 1em;
	}
	.paid a.buy, .paid span.buy {
		margin-right: 0;
		text-align: center;
	}
	.paid a.intro {
		text-align: center;
	}
	.chart_avg {
		display: none;
	}
	.average {
		width: 100%;
	}
	.stars {
		padding-left: 4em;
	}
}
@media (max-width: 260px) {
	.slideout-menu {
		right: -200px;
		width: 200px;
	}
	.purchases {
		display: none;
	}
	/*.slideout-menu {
		right: -200px;
		width: 200px;
	}
	.slideout-menu ul.system {
		display: block;
	}
	.slideout-menu ul.system li {
		margin-bottom: 1.5em;
	}*/
}


/* Las reglas min-width aplican siempre desde 1130px en adelante si es menor a 1130 la regla no aplica.
@media (min-width: 1130px) {
	.nav {
		padding: 0 1rem;
	}
}
*/