:root {
	--level1: #f5f5f5;
	--ue_color_1: #770000;
}

.notify-alert {
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
	border: 0 !important;
	max-width: 400px;
	color: #FFF;
}

.notify-alert.alert-success {
	background-color: #28a745;
}

.notify-alert.alert-info {
	background-color: #17a2b8;
}

.notify-alert.alert-warning {
	background-color: #ffce3a;
}

.notify-alert.alert-danger {
	background-color: #e04b59;
}

.notify-alert button[data-notify="dismiss"] {
	margin-left: 5px;
	outline: none !important;
}

/********   Client     ********/
body {
	font-family: Roboto, Helvetica, sans-serif !important;
	background-color: #eaeaea;
}

header {
	background: rgba(151, 21, 21, 1) url('../img/gradient2.jpg') no-repeat center;
	background: -moz-linear-gradient(top, rgba(151, 21, 21, 1) 0%, rgba(119, 0, 0, 1) 100%) url('../img/gradient2.jpg') no-repeat center;
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(151, 21, 21, 1)), color-stop(100%, rgba(119, 0, 0, 1))) url('../img/gradient2.jpg') no-repeat center;
	background: -webkit-linear-gradient(top, rgba(151, 21, 21, 1) 0%, rgba(119, 0, 0, 1) 100%) url('../img/gradient2.jpg') no-repeat center;
	background: -o-linear-gradient(top, rgba(151, 21, 21, 1) 0%, rgba(119, 0, 0, 1) 100%) url('../img/gradient2.jpg') no-repeat center;
	background: -ms-linear-gradient(top, rgba(151, 21, 21, 1) 0%, rgba(119, 0, 0, 1) 100%) url('../img/gradient2.jpg') no-repeat center;
	background: linear-gradient(to bottom, rgba(151, 21, 21, 1) 0%, rgba(119, 0, 0, 1) 100%) url('../img/gradient2.jpg') no-repeat center;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#971515', endColorstr='#770000', GradientType=0);
}

@media screen and (min-width: 992px) {
	.filters-collapse:not(.show) {
		display: block !important;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
		font-size: 15px !important;
	}
}

.fjs_item {
	height: 520px;
}

.card.subject {
	height: 100%;
	transition: all .3s ease;
}

.card.subject:hover {
	transform: scale(1.03);
}

.subject > .card-top {
	height: 45%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.subject > .card-body {
	height: 55%;
}

.cover {
	background-size: cover !important;
}

@media (max-width: 575.98px) {
	.fjs_item {
		height: auto !important;
	}
}

.card-img-overlay {
	bottom: auto;
}

.card-img-overlay h6 {
	background-color: rgba(0, 0, 0, 0.3)
}

header.jumbotron {
	border-radius: 5px 5px 0 0;
}

main.row section>* {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

h2~section dl {
	background-color: rgba(255, 255, 255, 0.4);
}

#degree_picker {
	height: calc(100vh - 56px);
}

#degree_picker>h3 {
	height: 20%;
}

#degree_picker>div {
	border: 3px solid;
	border-image-source: linear-gradient(45deg, rgb(32, 32, 32), rgb(147, 18, 18));
	;
	border-image-slice: 1;
	height: 100%;
	background: rgba(151, 21, 21, 1);
	background: -moz-linear-gradient(top, rgba(151, 21, 21, 1) 0%, rgba(119, 0, 0, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(151, 21, 21, 1)), color-stop(100%, rgba(119, 0, 0, 1)));
	background: -webkit-linear-gradient(top, rgba(151, 21, 21, 1) 0%, rgba(119, 0, 0, 1) 100%);
	background: -o-linear-gradient(top, rgba(151, 21, 21, 1) 0%, rgba(119, 0, 0, 1) 100%);
	background: -ms-linear-gradient(top, rgba(151, 21, 21, 1) 0%, rgba(119, 0, 0, 1) 100%);
	background: linear-gradient(to bottom, rgba(151, 21, 21, 1) 0%, rgba(119, 0, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#971515', endColorstr='#770000', GradientType=0);
}

@media screen and (min-width: 768px) {
	#degree_picker>div div {
		height: 80%;
	}
	#degree_picker>div>div+div {
		border-left: 1px solid white;
	}
}

/*Form Wizard*/
.bs-wizard {
	border-bottom: solid 1px #e0e0e0;
	padding: 0 0 10px 0;
}

.bs-wizard>.bs-wizard-step {
	padding: 0;
	position: relative;
}

.bs-wizard>.bs-wizard-step+.bs-wizard-step {}

.bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
	color: #595959;
	font-size: 16px;
	margin-bottom: 5px;
}

.bs-wizard>.bs-wizard-step .bs-wizard-info {
	color: #545454;
	font-size: 14px;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot {
	position: absolute;
	width: 30px;
	height: 30px;
	display: block;
	background: #fbe8aa;
	top: 45px;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
	border-radius: 50%;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot:after {
	content: ' ';
	width: 14px;
	height: 14px;
	background: #fbbd19;
	border-radius: 50px;
	position: absolute;
	top: 8px;
	left: 8px;
}

.bs-wizard>.bs-wizard-step>.progress {
	position: relative;
	border-radius: 0px;
	height: 8px;
	box-shadow: none;
	margin: 20px 0;
}

.bs-wizard>.bs-wizard-step>.progress>.progress-bar {
	width: 0px;
	box-shadow: none;
	background: #fbe8aa;
}

.bs-wizard>.bs-wizard-step.complete>.progress>.progress-bar {
	width: 100%;
}

.bs-wizard>.bs-wizard-step.active>.progress>.progress-bar {
	width: 50%;
}

.bs-wizard>.bs-wizard-step:first-child.active>.progress>.progress-bar {
	width: 0%;
}

.bs-wizard>.bs-wizard-step:last-child.active>.progress>.progress-bar {
	width: 100%;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot {
	background-color: #f5f5f5;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot:after {
	opacity: 0;
}

.bs-wizard>.bs-wizard-step:first-child>.progress {
	left: 50%;
	width: 50%;
}

.bs-wizard>.bs-wizard-step:last-child>.progress {
	width: 50%;
}

.bs-wizard>.bs-wizard-step.disabled a.bs-wizard-dot {
	pointer-events: none;
}

.bs-wizard>.bs-wizard-step.active>.bs-wizard-dot::after {
	background: #c92e2e;
}

@media (max-width: 992px) {
	.bs-wizard>.bs-wizard-step {
		display: none;
	}
	.bs-wizard>.bs-wizard-step.active {
		display: block;
	}
}
/*END Form Wizard*/

fieldset.segment {
	border: solid 2px #ced4da;
	-webkit-border-radius: 2px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius: 2px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-radius: 2px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}

fieldset.segment legend {
	letter-spacing: 5px;
	margin-left: 20px;
	color: gray;
	font-size: 1.3em;
	width: auto;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
	color: #FFF;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, .75);
}

.btn {
	position: relative;
	font-size: .875rem;
	font-weight: 600;
	line-height: 1.5;
	display: inline-block;
	/* padding: .625rem 1.25rem; */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all .15s ease;
	text-align: center;
	vertical-align: middle;
	/* color: #525f7f; */
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: .25rem;
	/* background-color: transparent; */
	transition: transform 0.5s linear !important;
	text-transform: uppercase;
	letter-spacing: .025em;
	box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #971515;
	border-color: #971515;
}

.btn-white {
	color: #212529;
	border-color: #fff;
	background-color: #fff;
	box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.btn-primary {
	background-color: #971515;
	color: #FFF;
	border: none !important;
}

.btn-primary:hover,
.btn-primary.disabled,
.btn-primary:disabled {
	background-color: var(--ue_color_1);
}

.text-ue {
	color: #770700 !important;
}

optgroup:empty {
	display: none
}

.shadow {
	-webkit-box-shadow: 0px 8px 12px -8px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 8px 12px -8px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 8px 12px -8px rgba(0, 0, 0, 0.5);
}

.text-shadow {
	text-shadow: 0px 2px 5px rgb(0, 0, 0, 0.5);
}

.align-items-center {
	align-items: center !important;
}

h3,
.h3 {
	font-size: 1.75rem;
}

p {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.7;
}

a {
	color: #770000;
}

a:hover {
	color: #770000;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.badge-circle {
	font-size: .875rem;
	display: inline-flex;
	width: 2rem;
	height: 2rem;
	text-align: center;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
}

.badge-gold {
	color: #c4a480;
	background-color: rgba(254, 201, 189, .5);
}

.badge {
	text-transform: uppercase;
}

.zoom {
	transition: all .5s;
}

.zoom:hover {
	transform: scale(1.2);
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* main */
.section-shaped {
	position: relative;
}

.section-lg {
	padding-top: 7rem;
	padding-bottom: 7rem;
}

.section {
	position: relative;
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.section-shaped .shape-style-1.shape-primary {
	background-image: url(../img/home1.jpg);
	background-repeat: no-repeat;
	background-position: top !important;
}

.section-shaped .shape-primary,
.shape-primary {
	background: linear-gradient(to bottom, #971515 0%, #700 100%);
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-attachment: scroll;
	background-image: linear-gradient(to bottom, #971515 0%, #700 100%);
	background-size: auto;
	background: linear-gradient(to bottom, #971515 0%, #700 100%);
}

.section-shaped .shape-primary :nth-child(1) {
	bottom: auto;
	left: -4%;
	background: rgba(255, 255, 255, .1);
}

.section-shaped .shape-primary :nth-child(2) {
	top: 10%;
	right: 4%;
	background: rgba(255, 255, 255, .1);
}

.section-shaped .shape-primary :nth-child(3) {
	top: 280px;
	right: 5.66666%;
	background: rgba(255, 255, 255, .3);
}

.section-shaped .shape-primary :nth-child(4) {
	top: 320px;
	right: 7%;
	background: rgba(255, 255, 255, .15);
}

.section-shaped .shape-primary :nth-child(5) {
	top: 38%;
	right: auto;
	left: 1%;
	background: rgba(255, 255, 255, .05);
}

.section-shaped .shape-primary :nth-child(6) {
	top: 44%;
	right: auto;
	left: 10%;
	width: 200px;
	height: 200px;
	background: rgba(255, 255, 255, .15);
}

.section-shaped .shape-primary :nth-child(7) {
	right: 36%;
	bottom: 50%;
	background: rgba(255, 255, 255, .04);
}

.section-shaped .shape-primary :nth-child(8) {
	right: 2%;
	bottom: 70px;
	background: rgba(255, 255, 255, .2);
}

.section-shaped .shape-primary :nth-child(9) {
	right: 2%;
	bottom: 1%;
	background: rgba(255, 255, 255, .1);
}

.section-shaped .shape-primary :nth-child(10) {
	right: auto;
	bottom: 1%;
	left: 1%;
	background: rgba(255, 255, 255, .05);
}

.section-shaped .shape-default :nth-child(1) {
	background: #7795f8;
}

.section-shaped .shape-primary span {
	width: 120px;
	height: 120px;
	border-radius: 50%;
}

.section-shaped .shape span {
	position: absolute;
}

.section-shaped .shape {
	position: absolute;
	z-index: -1;
	top: 0;
	width: 100%;
	height: 100%;
}

.section-shaped .shape+.container {
	position: relative;
	height: 100%;
}

.parallax {
	height: 100% !important;
	background-attachment: fixed !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.display-3 {
	font-size: 2.1875rem;
	font-weight: 600;
	line-height: 1.5;
}

.display-3 span {
	font-weight: 300;
	display: block;
}

.lead {
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1.7;
	margin-top: 1.5rem;
}

.lead+.btn-wrapper {
	margin-top: 3rem;
}

/* nav */
.top-container {
	background: rgba(151, 21, 21, 1);
	background: -moz-linear-gradient(top, rgba(151, 21, 21, 1) 0%, rgba(119, 0, 0, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(151, 21, 21, 1)), color-stop(100%, rgba(119, 0, 0, 1)));
	background: -webkit-linear-gradient(top, rgba(151, 21, 21, 1) 0%, rgba(119, 0, 0, 1) 100%);
	background: -o-linear-gradient(top, rgba(151, 21, 21, 1) 0%, rgba(119, 0, 0, 1) 100%);
	background: -ms-linear-gradient(top, rgba(151, 21, 21, 1) 0%, rgba(119, 0, 0, 1) 100%);
	background: linear-gradient(to bottom, rgba(151, 21, 21, 1) 0%, rgba(119, 0, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#971515', endColorstr='#770000', GradientType=0);
	color: white;
	width: 100%;
	height: 71px;
}

#logo {
	position: absolute;
	margin: 3px 0 0 3px;
	z-index: 21;
}

#logo img {
	width: 140px;
	height: 140px;
	transition: transform .3s;
	border-radius: 50%;
	z-index: 21;
}

#logo img:hover {
	transform: scale(1.05);
}

.top-container h1 {
	font-family: 'Roboto';
	font-weight: 200;
	font-size: 35px;
	margin: 0;
	margin-top: 0px;
	margin-left: 0px;
	position: absolute;
	margin-left: 170px;
	margin-top: 15px;
}

#main_navigation {
	border-bottom: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	min-height: 51px;
	border-radius: 0;
	z-index: 20;
	-webkit-box-shadow: 0px 8px 12px -8px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 8px 12px -8px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 8px 12px -8px rgba(0, 0, 0, 0.5);
	padding: 0;
}

.navbar {
	background-color: rgba(0, 0, 0, 0.6);
	background: rgba(0, 0, 0, 0.6);
}

.navbar .navbar-nav>.active>a::before,
.navbar .navbar-nav>li a::before {
	content: "";
	position: absolute;
	width: 0px;
	height: 3px;
	bottom: 0;
	left: 0;
	background-color: #FFF;
	visibility: hidden;
	transition: 500ms;
}

.navbar .navbar-nav>li {
	position: relative;
	display: inline-block;
}

.navbar ul.nav-fill>li>a {
	white-space: nowrap !important;
}

.navbar .navbar-nav>li a {
	text-decoration: none;
	background: none;
	display: block;
	color: #FFF;
	-webkit-transition: font-size 0.4s;
	-moz-transition: font-size 0.4s;
	-o-transition: font-size 0.4s;
	transition: font-size 0.4s;
}

.navbar .navbar-nav>li>a {
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	position: relative;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	height: 100%;
}

.navbar .nav-link {
	display: block;
	padding: 0.9rem 0.6rem !important;
}

.navbar-brand {
	color: #FFF;
	margin-left: 35px;
	margin-right: 35px;
}

.navbar .navbar-nav>.active>a::before,
.navbar .navbar-nav>li a:hover::before {
	visibility: visible;
	width: 100%;
}

.dropdown-item {
	color: #212529 !important;
}

#navbarSupportedContent,
#navbarSupportedContent .navbar-nav {
	min-height: 51px;
}

@media screen and (min-width: 992px) {
	.pb-200 {
		padding-bottom: 200px !important;
	}
}

@media screen and (max-width: 992px) {
	body {
		margin-top: 51px;
	}
	#main_navigation {
		padding: .5rem 1rem !important;
		position: fixed;
		width: 100%;
	}
	#navbarSupportedContent,
	#navbarSupportedContent .navbar-nav {
		min-height: initial;
	}
	.navbar-brand {
		margin: 0 !important;
	}
	.navbar .navbar-nav>li a {
		color: #212529;
	}
	.navbar .navbar-nav>.active>a::before,
	.navbar .navbar-nav>li a:hover::before {
		visibility: hidden;
		width: 0%;
	}
	.navbar .nav-link {
		padding: 0.5rem 0rem !important;
	}
	p {
		font-size: 0.9rem !important;
	}
	.lead {
		font-weight: 400;
		font-size: 1.1rem !important;
	}
    .parallax {
        background-attachment:scroll !important;
    }
	.button_login {
		border-radius: .25rem;
		border-color: #fff;
		background-color: #fff;
		box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
		padding-left: 10px;
		padding-right: 10px;
	}
	.button_login a {
		color: #770700 !important;
	}
}

/* footer */
.site-footer {
	background: #171717;
	/* overflow: hidden; */
	position: relative;
	z-index: 2;
	color: white;
	font-size: 0.9rem;
	padding: 0!important;
}

.footer-upper {
	background: #242424;
	border-bottom: 2px solid #282828;
}

.footer-upper ul {
	font-size: 1em;
	margin: 0;
	padding: 0;
}

.list-inline li {
	display: inline-block;
	margin: 5px;
}

.footer-upper ul li a {
	color: #c4a480;
	background-image: linear-gradient(currentColor, currentColor);
	background-position: 0% 100%;
	background-repeat: no-repeat;
	background-size: 0% 2px;
	transition: background-size .3s;
	padding-bottom: 2px;
}

.footer-upper ul li a:hover {
	background-size: 100% 2px;
	padding-bottom: 2px;
	text-decoration: none !important;
}

.footer-middle {
	color: #FFF;
}

.container-fluid .row {
	margin: 0 !important;
}

.footer-middle ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}

.footer-middle h5 {
	font-size: 1em;
	padding-bottom: 5px;
	border-bottom: solid 1px #777;
	text-transform: uppercase;
}

.footer-middle .collapse {
	display: block !important;
}

.footer-middle .list-inline {
	font-size: 0.9rem;
}

footer,
footer a {
	color: #ABABAB;
}

.footer-lower {
	font-size: 0.7em;
}

footer .list-inline {
	text-align: center;
	font-size: 1.2em;
}

.list-inline li {
	display: inline-block;
	margin: 5px;
}

footer ul li a:hover {
	text-decoration: none;
}

footer a:hover {
	color: #CCCCCC;
}

.scrollTop {
	position: fixed;
	right: 5%;
	bottom: 0;
	background-color: rgba(136, 136, 136, 0.4);
	padding: 7px 13px;
	opacity: 0;
	transition: all 0.4s ease-in-out 0s;
	z-index: 9998;
	border-radius: 10px 10px 0 0;
	border: 0;
	color: rgba(255, 255, 255, 0.8);
}

.scrollTop:hover {
	padding: 10px 13px !important;
}

.card {
	background-color: #f6f9fc;
	border: 1px solid rgba(0, 0, 0, 0.06) !important;
}

.card-header {
	margin-bottom: 0;
	padding: 1.25rem 1.5rem;
	border-bottom: .0625rem solid rgba(0, 0, 0, .05);
	background-color: #f6f9fc;
	color: #212529;
}

.bg-secondary {
	background-color: #f6f9fc !important;
}

.bg-white {
	background-color: #fff !important;
}

.bg-ue {
	background: linear-gradient(to bottom, #971515 0%, #700 100%);
}

.custom-control {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 3rem;
}

.custom-control {
	padding-left: 1.75rem;
}

.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.custom-checkbox .custom-control-label::before {
	border-radius: .2rem;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.custom-control-label::before {
	position: absolute;
	top: .125rem;
	left: -3rem;
	display: block;
	width: 1.25rem;
	height: 1.25rem;
	content: '';
	pointer-events: none;
	border: #cad1d7 solid 1px;
	background-color: #fff;
	box-shadow: none;
}

.custom-checkbox .custom-control-input~.custom-control-label {
	font-size: .875rem;
	cursor: pointer;
}

.custom-control-label {
	margin-bottom: 0;
}

.custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top;
}

label {
	font-size: .875rem;
}

label {
	display: inline-block;
	margin-bottom: .5rem;
}

.custom-control-label::after {
	position: absolute;
	top: .125rem;
	left: -3rem;
	display: block;
	width: 1.25rem;
	height: 1.25rem;
	content: '';
	background: no-repeat 50%/50% 50%;
}

.custom-control-label::after {
	top: .0;
	left: -1.75rem;
}

.custom-control-label::before {
	top: .0rem;
	left: -1.75rem;
	transition: all .2s cubic-bezier(.68, -.55, .265, 1.55);
	border: 1px solid #cad1d7;
}

.custom-control-input:checked~.custom-control-label::before {
	border-color: #700;
	background-color: #971515;
}

.ui-datepicker {
	z-index: 2 !important;
}

/* ERROR START */
.error_wrapper {
	margin: 0 auto;
	width: 639px;
	display: block;
	position: relative;
	margin-top: 100px;
}

.pencil_1,
.pencil_2 {
	position: absolute;
	top: 0;
	display: block;
	height: 51px;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.pencil_1 {
	left: 25px;
	width: 311px;
	background: url('../img/pencil_1.png') no-repeat center;
	animation: 1s ease-out 0s 1 pencil_1 forwards;
	animation-delay: 0.5s;
}

.pencil_2 {
	left: 300px;
	width: 328px;
	background: url('../img/pencil_2.png') no-repeat center;
	animation: 1s ease-out 0s 1 pencil_2 forwards;
	animation-delay: 0.5s;
}

.text {
	font-size: 10em;
	font-weight: bold;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	position: relative;
	-webkit-animation: moving 1s forwards;
	animation: moving 1s forwards;
	opacity: 0;
}

@keyframes moving {
	from {
		opacity: 0;
		top: 100px;
	}
	to {
		opacity: 1;
		top: -40px;
	}
}

@keyframes pencil_1 {
	100% {
		transform-origin: top;
		transform: translate(-40px, 0) rotate(-30deg);
	}
}

@keyframes pencil_2 {
	100% {
		transform-origin: top;
		transform: translate(40px, 0) rotate(30deg);
	}
}

@media (max-width: 768px) {
	.error_wrapper {
		margin: 0 auto;
		width: 250px;
		margin-top: 50px;
	}
	.pencil_1 {
		background-size: contain;
		left: 0;
		width: 150px;
	}
	.pencil_2 {
		background-size: contain;
		left: 120px;
		width: 150px;
	}
	.text {
		font-size: 3em;
	}
	@keyframes pencil_1 {
		100% {
			transform: translate(-40px, 0) rotate(-30deg);
		}
	}
	@keyframes pencil_2 {
		100% {
			transform: translate(20px, 0) rotate(30deg);
		}
	}
	@keyframes moving {
		from {
			opacity: 0;
			top: 50px;
		}
		to {
			opacity: 1;
			top: 0;
		}
	}
}

.clear-search {
	margin-left: -40px;
	z-index: 1;
	box-shadow: none;
}

.clear-search:hover {
	cursor: pointer;
}

.form-control-alternative {
	transition: box-shadow .15s ease;
	border: 0;
	box-shadow: 0 1px 3px rgba(50, 50, 93, .15), 0 1px 0 rgba(0, 0, 0, .02);
}

.input-group-append,
.input-group-prepend {
	display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
	position: relative;
	z-index: 2
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
	z-index: 3
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
	margin-left: -1px
}

.input-group-prepend {
	margin-right: -1px
}

.input-group-append {
	margin-left: -1px
}

.input-group-text {
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
	display: flex;
	margin-bottom: 0;
	padding: .625rem .75rem;
	text-align: center;
	white-space: nowrap;
	color: #adb5bd;
	border: 1px solid #cad1d7;
	border-radius: .25rem;
	background-color: #fff;
	align-items: center
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
	margin-top: 0
}

.input-group {
	transition: all .15s ease;
	border-radius: .25rem;
	box-shadow: none
}

.input-group .form-control {
	box-shadow: none
}

.input-group .form-control:not(:first-child) {
	padding-left: 0;
	border-left: 0
}

.input-group .form-control:not(:last-child) {
	padding-right: 0;
	border-right: 0
}

.input-group .form-control:focus {
	box-shadow: none
}

.input-group-text {
	font-size: 1rem!important;
	transition: all .2s cubic-bezier(.68, -.55, .265, 1.55)
}

.input-group-alternative {
	transition: box-shadow .15s ease;
	border: 0;
	box-shadow: 0 1px 3px rgba(50, 50, 93, .15), 0 1px 0 rgba(0, 0, 0, .02)
}

.input-group-alternative .form-control,
.input-group-alternative .input-group-text {
	border: 0;
	box-shadow: none
}

h5[aria-expanded=false] span:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f107";
	float: right;
	transition: all .5s;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

h5[aria-expanded=true] span:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f107";
	float: right;
	transition: all .5s;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
}

.cursor-pointer {
	cursor: pointer;
}

.w-30 {
    width: 30% !important;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	background-color: #971515;
	color: #FFF;
}

/* @media only screen and (min-width : 992px) { */
	/* .tab-content > .tab-pane { */
		/* display: block; */
	/* } */
/* } */

.icons {
	cursor: pointer;
}

#desires_wrapper a {
	cursor: grab;
}

@media (max-width: 992px) {
	.icons {
		font-size: 1.5em;
	}
}

#subjects_list ul {
	list-style-type: none;
}

#subjects_list .desire {
	width: 100%;
}

.desire .add_to_desires {
	visibility: hidden;
	position: absolute;
	right: 0px;
	color: #999;
	font-size: 0.7em;
}

#subjects_list .desire:hover .add_to_desires {
	visibility: visible;
}

.btn {
	box-shadow: none !important;
	outline: 0;
}

.list-group-item span.toggle_arrow {
	border: solid #222;
	border-width: 0 1px 1px 0;
	display: inline;
	cursor: pointer;
	padding: 3px;
	position: absolute;
	right: 0;
	margin-top: 10px;
}

.list-group-item a.btn.collapsed span.toggle_arrow {
	transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	transition: .3s transform ease-in-out;
}

.list-group-item a.btn span.toggle_arrow {
	transform: rotate(-140deg);
	-webkit-transform: rotate(-140deg);
	transition: .3s transform ease-in-out;
}

.subject-img {
	width: 100%;
	min-height: 250px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.table {
	font-size: 0.9rem !important;
}

.cursor {
	cursor: pointer;
}

.kbd {
	font-size: 1rem;
	letter-spacing: 1px;
}

.badge {
	font-weight: 400 !important;
}

.arrows {
	cursor: pointer;
}

.heartbeat {
	-webkit-animation: 1.5s infinite beatHeart;
	animation: 1.5s infinite beatHeart;
}

/* carousel indicators start */
.carousel .carousel-indicators {
	/* z-index: 0 !important; */
}

.carousel .carousel-indicators li {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 5px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 6px;
	margin-right: 6px;
	border-top: none !important;
	border-bottom: none !important;
}

.carousel .carousel-indicators li.active {
	width: 50px;
	background: rgba(255, 255, 255, 0.5);
	margin-left: 6px;
	margin-right: 6px;
}

.carousel .carousel-indicators li.active ~ li {
	background: rgba(255, 255, 255, 0.5);
}

.carousel .carousel-indicators li.active .loading_bar {
	/* position: absolute; */
	/* display: inline-block; */
	display: block;
	width: 100%;
	height: 100%;
	background: #ffffff;
	/* content: ""; */
	top: 0;
	/* left: 0; */
	/* bottom: 0; */
	-webkit-animation: progress 8s linear 0s;
	-moz-animation: progress 8s linear 0s;
	-ms-animation: progress 8s linear 0s;
	-o-animation: progress 8s linear 0s;
	animation: progress 8s linear 0s;
	background: rgba(255, 255, 255, 1);
	width: 0%;
}

.carousel-control-next-icon {
	background: url('../img/right-arrow.png') no-repeat 65% 50%;
	border-left: 0px solid var(--level1);
}

.carousel-control-next-icon:hover {
	border-left: 5px solid var(--level1);
}

.carousel-control-prev-icon {
	background: url('../img/left-arrow.png') no-repeat 35% 50%;
	border-right: 0px solid var(--level1);
}

.carousel-control-prev-icon:hover {
	border-right: 5px solid var(--level1);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	transition: border-width 0.1s linear;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	width: 40px;
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
	width: 0px !important;
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
	opacity: 0;
	transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-webkit-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	width: 40px !important;
	height: 70px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
}
.carousel:hover .carousel-control-prev,
.carousel:hover .carousel-control-next {
	opacity: 1;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
	padding-left: 0px;
}

@-moz-keyframes progress {
	100% {
		width: 100%;
	}
}
@-webkit-keyframes progress {
	100% {
		width: 100%;
	}
}
@-ms-keyframes progress {
	100% {
		width: 100%;
	}
}
@-o-keyframes progress {
	100% {
		width: 100%;
	}
}
@keyframes progress {
	100% {
		width: 100%;
	}
}

/* carousel indicators end */

@-webkit-keyframes beatHeart {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	25% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	60% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes beatHeart {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	25% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	60% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/* questioon thingies START */
#question_area {
	min-height: 300px;
}
.answer label {
	display: block;
}
.question_number {
	margin: 5px;
	padding: 5px;
	border: solid 1px gray;
	line-height: 22px;
	width: 33px;
	float: left;
	display: block;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: gray;
	text-decoration: none;
}
.question_number:hover {
	text-decoration: none;
}
.question_number.selectedAnswer {
	background: #94FF52;
	background: url('../img/checkbox.png');
}
.question h4 {
	color: #999;
	font-size: 2em;
}
.question_text,
.question_text * {
	font-size: 1.5rem;
}
.question_text p {
	padding: 0;
	margin: 0;
}
.question_text img {
	max-width: 100%;
	margin:0;
}
/* questioon thingies END */

/* Video START */
.cam-module video {
	width: 100%;
	background: red;
}
/* Video END */
/* Chatbox START */
.chat-module .top-bar {
  background: #666;
  color: white;
  padding: 0.5rem;
  position: relative;
  overflow: hidden;
}
.chat-module .top-bar h1 {
  display: inline;
  font-size: 1.1rem;
}
.chat-module .top-bar .typicons-message {
  display: inline-block;
  padding: 4px 5px 2px 5px;
}
.chat-module .top-bar .typicons-minus {
  position: relative;
  top: 3px;
}
.chat-module .top-bar .left {
  float: left;
}
.chat-module .top-bar .right {
  float: right;
  padding-top: 5px;
}
.chat-module .top-bar > * {
  position: relative;
}
.chat-module .top-bar::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  bottom: -100%;
  opacity: 0.25;
  background: radial-gradient(#ffffff, #000000);
}

.chat-module .discussion {
  list-style: none;
  background: #e5e5e5;
  margin: 0;
  padding: 0 0 50px 0;
  height: 200px;
  overflow-y: scroll;
}
.chat-module .discussion li {
  padding: 0.5rem;
  overflow: hidden;
  display: flex;
}
.chat-module .discussion .avatar {
  width: 10px;
  position: relative;
}
.chat-module .discussion .avatar img {
  display: block;
  width: 100%;
}

.chat-module .self .avatar:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 5px solid white;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.chat-module .other {
  justify-content: flex-end;
  align-items: flex-end;
}
.chat-module .other .messages {
  order: 1;
  border-bottom-right-radius: 0;
}
.chat-module .other .avatar {
  order: 2;
}
.chat-module .other .avatar:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid white;
  border-right-color: transparent;
  border-top-color: transparent;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.chat-module .messages {
  background: white;
  padding: 10px;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.chat-module .messages p {
  font-size: 0.8rem;
  margin: 0 0 0.2rem 0;
}
.chat-module .messages time {
  font-size: 0.7rem;
  color: #ccc;
}
.chat-module #message {
	border-top-left-radius: 0;
}
.chat-module #send_message {
	border-top-right-radius: 0;
}
/* Chatbox END */

.electronic_exam_alert {
	background-image: url('../img/online_exams.png');
	background-repeat: no-repeat;
	backgroun-position: left center;
	padding-left: 300px;
}
@media (max-width: 768px) {
	.electronic_exam_alert {
		padding-left: 1em;
		padding-top: 250px;
	}
}

.loading {
	-webkit-animation: fadein 2s;
	-moz-animation: fadein 2s;
	-o-animation: fadein 2s;
	animation: fadein 2s;
}

@-moz-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-o-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.spinner-wrapper {
	min-width: 100%;
	min-height: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	z-index: 99999;
}

.spinner-text {
	position: absolute;
	top: 41.5%;
	left: 47%;
	margin: 16px 0 0 35px;
	font-size: 14px;
	color: #bbb;
	letter-spacing: 1px;
	font-weight: 700;
}
.spinner {
	margin: 0;
	display: block;
	position: absolute;
	left: 45%;
	top: 40%;
	border: 25px solid rgba(100, 100, 100, 0.3);
	width: 1px;
	height: 1px;
	border-left-color: transparent;
	border-right-color: transparent;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-animation: spin 1.5s infinite;
	-moz-animation: spin 1.5s infinite;
	animation: spin 1.5s infinite;
}

@-webkit-keyframes spin {
	0%,
	100% {
		-webkit-transform: rotate(0deg) scale(1);
	}
	50% {
		-webkit-transform: rotate(720deg) scale(0.6);
	}
}

@-moz-keyframes spin {
	0%,
	100% {
		-moz-transform: rotate(0deg) scale(1);
	}
	50% {
		-moz-transform: rotate(720deg) scale(0.6);
	}
}

@-o-keyframes spin {
	0%,
	100% {
		-o-transform: rotate(0deg) scale(1);
	}
	50% {
		-o-transform: rotate(720deg) scale(0.6);
	}
}

@keyframes spin {
	0%,
	100% {
		transform: rotate(0deg) scale(1);
	}
	50% {
		transform: rotate(720deg) scale(0.6);
	}
}

.radio_font_size{
	font-size: 15px;
}

.bigger_radio_button{
	transform:scale(1.5);
}

.carousel-text-bg {
	background-color: rgb(52 17 13 / 60%);
	padding: 10px;
	border-radius: 5px;
}

.bg-red-20 {
	background-color: rgb(139 13 13 / 20%);
}

/* degrees effects */
.hover {
	overflow: hidden;
	position: relative;
	padding-bottom: 60%;
}

.hover-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: all 0.4s;
}

.hover img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s;
}

.hover-content {
	position: relative;
	z-index: 2;
}

.hover-3::after {
	content: '';
	width: calc(100% - 3rem);
	height: calc(100% - 3rem);
	border: 1px solid #fff;
	position: absolute;
	top: 1.5rem;
	left: 1.5rem;
	z-index: 1;
	transition: all 0.3s;
	transform: scale(1.1);
	opacity: 0;
	display: block;
}

.hover-3-content {
	position: absolute;
	top: 65%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	text-align: center;
	z-index: 2;
}

.hover-3-rejected-content {
	position: absolute;
	top: 10%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	text-align: center;
	z-index: 2;
	font-size: 1.3rem;
	background-color: rgba(0, 0, 0, 0.6);
}

.hover-3-title {
	position: absolute;
	top: 30%;
	z-index: 3;
	width: 100%;
	text-align: center;
}

.hover-3-description {
	transition: all 0.3s;
	line-height: 1.2rem;
	padding-top: 0.5rem;
}

.hover-3 img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: all 0.3s;
}

.hover-3:hover img {
	width: 100%;
	transform: scale(1.1);
}

.hover-3:hover::after {
	opacity: 1;
	transform: none;
}

.hover-3:hover .hover-3-description {
	opacity: 1;
	transform: none;
}

.stretched-link::after {
	z-index: 100 !important;
}

.eur::before {
	content: "/";
	margin-right: 0.2em;
}
.eur::after {
	content: "€";
	margin-left: 0.2em;
}

.cc-window.cc-floating {
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.cc-message {
	margin: 1em !important;
}

.cc-btn:hover,
.cc-btn:focus {
    color: #FFF !important;
}

.cc-dismiss {
	background-color: #770000 !important;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 90% !important;
	-webkit-transition: 200ms ease-in;
	transition: 200ms ease-in;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	text-decoration: none !important;
}