@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

html, body {
	background-image: url('/img/background.png');
	font-family: 'Titillium Web', sans-serif;
}

#admin_header {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	position: fixed;
	z-index: 2;
	bottom: 0px;
}

#admin_header a {
	color: white !important;
	text-decoration: none;
	cursor: pointer;
}

.admin_menu {
	list-style: none;
	padding: 0px;
	margin: 0px;
	color: white;
	vertical-align: top;
}

.admin_menu li {
	display: inline-block;
}

.admin_menu li + li:before {
	content: " | ";
	padding: 0px 5px;
}

#navbar-brand-img {
	max-width: 300px;
}

/* GENERAL */

a:link {
	color: #00a9e3;
	text-decoration: none;
}

a:visited {
	color: #00a9e3;
	text-decoration: none;
}

a:hover {
	color: #f4a933;
	text-decoration: none;
}

a:active {
	color: #f4a933;
	text-decoration: none;
}

h1,
h2,
h3,
h4 {
/* 	color: #00a9e3; */
}

/* BOOTSTRAP GENERAL */
.btn-default {
	background-color: white !important;
	border-color: #d08d24;
	color: #e8920c !important;
}

.btn-default:hover {
	border-color: #d08d24 !important;
	color: #e8920c !important;
}

.btn-primary {
	border-color: #00a9e3;
	color: white !important;
	background-color: #00a9e3;
}

.btn-primary:hover {
	background-color: #00a9e3;
	border-color: #00a9e3;
	color: white !important;
}

.btn-danger {
	background-color: #d9534f !important;
	color: white !important;
}

#main_container {
	
}

#page_c {
	min-height: 300px;
}

#page_c > .box {
	padding: 30px;
}

#header_image_c {
	margin: 0px 0px 20px;
	padding: 0px;
}

/* MENU */

.navbar-nav .active > a {
	color: white !important;
	background-color: #00a9e3 !important;
}

.navbar-brand {
	padding: 5px 10px 5px 15px;
}

.navbar-brand > img {
	height: 40px;
}

#main_c {
	margin-top: 60px;
}

#main_header {
	margin-top: 0px;
}

#main_navbar_c {
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	background-color: white;
}

#header_warning {
	padding: 0px 0px;
	margin: 0px 0px 5px;
	position: fixed;
	top: 50px;
	left: 0px;
	right: 0px;
	z-index: 2;
}

/* NEWS */

#content_c {
	margin-bottom: 25px;
}

.post_title {
	font-size: 28px;
	margin-bottom: 0px;
}

.post_date_text {
	color: gray;
	font-style: italic;
}

.post_date_bottom {
	line-height: 30px;
	font-size: 12px;
	color: #d5d5d5;
}

.post_content {
	margin: 15px 0px 0px;
	border-bottom: 1px solid lightGray;
	padding-bottom: 12px;
	margin-bottom: 12px;
}

#post_c {
	max-width: 780px;
	min-height: 300px;
}

.post_oc {
	padding: 0px 15px 15px;
}

.post_c {
	margin-bottom: 25px;
}

/* CATEGORIES */

#category_post_list > .box {
	padding: 15px;
}

#category_post_list .post_c {
	margin-bottom: 50px;
}

#category_title_c {
	margin: 0px;
	font-size: 24px;
}

#category_title,
.category_title {
	font-size: 24px;
	margin: 0px;
	font-weight: 700;
}

#category_title {
	display: inline-block;
}

#category_content {
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	color: #777;
}

.category_post_title {
	font-size: 21px;
	text-transform: uppercase;
}

.category_post_title > a:link,
.category_post_title > a:visited {
	color: black;
}

.category_post_title > a:hover,
.category_post_title > a:active {
	color: #00a9e3;
}

.category_post_img {
	overflow: hidden;
	border-radius: 10px;
}

.category_post_excerpt {
	font-size: 16px;
	color: #4d4d4d;
	padding: 8px 0;
	margin-bottom: 5px;
	border-bottom: 1px solid #d5d5d5;
	font-weight: 300;
	line-height: 1.4;
}

.category_post_excerpt_more {
	font-size: 12px;
}

.category_post_date_text {
	font-size: 12px;
	color: #d5d5d5;
	font-style: italic;
}

#post_most_viewed_list_c > h3 {
	color: #000;
	font-size: 21px;
	margin-top: 10px;
}

.pmv_list_item {
	margin-bottom: 10px;
}

.pmv_list_item > h2  {
	font-size: 16px;
	margin-bottom: 3px;
}

.pmv_list_item > h2 > a:link,
.pmv_list_item > h2 > a:visited {
	color: #444444;
}

.pmv_list_item > h2 > a:hover,
.pmv_list_item > h2 > a:active {
	color: #00a9e3;
}


/* COOKIES */

#cc_c {
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #0D64AD;
	box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.25);
}

.cc_inner_c {
	display: flex;
}

.cc_col,
.cc_col_btn {
	flex-direction: column;
	color: white;
}

.cc_col {
	flex-grow: 1;
	padding: 15px;
}

.cc_col_btn {
	background-color: #00a800;
	font-weight: bold;
	padding: 15px;
	cursor: pointer;
	align-items: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

#cc_btn {
	
}

/* BOX */

.box {
	border: 1px solid #cccccc;
	border-radius: 3px;
	box-sizing: border-box;
	margin: 0px auto 20px;
	background-color: white;
}

.box_no_padding,
.no_padding {
	padding: 0px !important;
}

/* FOOTER */

.footer_top_item {
	padding: 15px 30px 25px;
}

footer > .box {
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	padding: 15px;
	font-size: 12px;
	color: #676767;
}

#footer_second_c {
	text-align: right;
}

/* MISC */

.icon-16 {
	height: 16px;
	border: none;
	vertical-align: baseline;
}

.font-16 {
	font-size: 16px;
}

#contact-label {
	
}

.modal .modal-content .modal-header h3 {
	color: #676767;
	font-weight: bold;
}

.modal .modal-content .modal-header h3 small {
	font-weight: 300;
	font-size: 18px;
}

.modal .modal-content {
	overflow: hidden;
}

.padding-15-30 {
	padding: 15px 30px;
}

.user-micro-image {
	max-width: 20px;
	max-height: 14px;
}

.panel-title {
	padding: 15px;
	font-size: 24px !important;
}

#user-timetable * {
	font-family: "Lucida Console", Monaco, monospace
}

#user-timetable thead tr th {
	text-align: center;
	font-weight: normal;
	font-size: 10px;
	border-bottom: 1px solid #cccccc
}

#user-timetable thead tr th:first-child {
	border: none
}

#user-timetable tbody tr {
	background-color: #fff;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s
}

#user-timetable tbody tr td {
	font-size: 10px;
	color: #4d4d4d;
	border: 1px solid #d5d5d5;
	border-width: 0px 0px 1px 1px;
	background-color: transparent;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s
}

#user-timetable tbody tr td:first-child {
	border: none;
	background-color: #fff
}

#user-timetable tbody tr td:last-child {
	border-width: 0px 1px 1px 1px
}

#user-timetable tbody tr td.hover {
	background-color: #eeeeee
}

#user-timetable tbody tr td.hover:first-child {
	background-color: #fff
}

#user-timetable tbody tr td.active {
	color: #fff;
	background-color: #00a9e3
}

#user-timetable tbody tr td:hover:first-child {
	background-color: #fff
}

#user-timetable th:not(:first-child),
#user-timetable > tbody > tr > td:first-child {
	cursor: pointer;
}

.padding-15-30-xs {
	padding: 15px 30px !important;
}

.panel-default > .panel-heading {
	background-color: #fff !important;
}

.navbar-default .navbar-nav a .fa {
	padding-right: 3px;
	display: inline-block;
	text-align: center;
	width: 20px;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.navbar-nav.navbar-right:last-child {
	margin-right: 0 !important;
}

.user-data.vip-ribbon, 
.user-data.highlight-ribbon {
	position: absolute;
	top: -8px;
	right: -8px;
	width: 150px;
	height: 150px;
	z-index: 3;
}

.no_margin {
	margin: 0px;
}

.teacher_profile_image {
	max-width: 280px;
	width: 100%;
}

.whitespace {
	white-space: pre-wrap;
}

.moving-btn {
	-webkit-animation-name: spaceboots;
	-webkit-animation-duration: 1.2s;
	-webkit-transform-origin: 50% 50%;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-name: spaceboots;
	animation-duration: 1.2s;
	transform-origin: 50% 50%;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.teacher-comments {
	display: flex;
	flex-wrap: wrap;
}

.teacher-comments .teacher-comment .media-body {
	padding: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	border: 1px solid #cccccc;
	color: #333333;
	height: 100%;
	width: 100%;
}

.teacher-comments .teacher-comment {
	display: flex;
	width: 50%;
	padding: 8px 8px 8px 0px;
	justify-content: space-between;
	align-items: start;
	flex-direction: column;
}

.teacher-comments > .teacher-comment:nth-child(even) {
	padding: 8px 0px 8px 8px;
}

.discussion {
	display: block;
	background-color: #fafafa;
	border: 1px solid #e0e0e0;
	color: #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.discussion:hover,
.discussion:active {
	border-color: #00a9e3;
}

.feed {
	padding: 0;
}

.feed .to {
	position: relative;
	margin-bottom: 40px;
	padding: 0 120px;
}

.feed .to .bubble {
	border: 2px solid #e0e0e0;
	padding: 15px 25px;
	background-color: #f8f8f8;
	border-radius: 10px;
	margin: 26px 0 10px;
	font-size: 14px;
	color: #4d4d4d;
	font-weight: 500;
	text-align: justify;
}

.feed .to .bubble::before {
	content: url("/img/bubble-arrow-left.png");
	width: 30px;
	height: 19px;
	background-color: transparent;
	position: absolute;
	top: 10px;
	left: 104px;
}

.feed .to img {
	position: absolute;
	top: 0px;
	left: 5px;
	width: 80px;
	height: 80px;
}

.feed .to .date {
	text-align: left;
	font-size: 13px;
	color: #777777;
	font-style: italic;
	padding-left: 25px;
}

.feed .from {
	margin-bottom: 40px;
	position: relative;
	padding: 0 120px;
}

.feed .from img {
	position: absolute;
	top: 0px;
	right: 5px;
	width: 80px;
	height: 80px;
}

.feed .from .bubble {
	border: 2px solid #e0e0e0;
	padding: 15px 25px;
	background-color: #fff;
	border-radius: 10px;
	margin: 26px 0 10px;
	font-size: 14px;
	color: #4d4d4d;
	font-weight: 500;
	text-align: justify;
}

.feed .from .bubble::before {
	content: url("/img/bubble-arrow-right.png");
	width: 30px;
	height: 19px;
	background-color: transparent;
	position: absolute;
	top: 10px;
	right: 93px;
}

.feed .from .date {
	text-align: right;
	font-size: 13px;
	color: #777777;
	font-style: italic;
	padding-right: 25px;
}

.icon-32 {
	height: 32px;
	border: none;
	vertical-align: baseline;
}

.teacher.highlighted .highlight-ribbon {
	position: absolute;
	top: -3px;
	right: -3px;
	width: 80px;
	height: 80px;
	z-index: 999;
}

.teacher.highlighted {
	position: relative;
}

.teacher {
	margin-bottom: 20px;
}

.teacher .info-area {
	font-size: 14px;
	color: #4d4d4d;
	background-color: #fff;
	word-break: break-all;
	padding-right: 8px;
	border: 1px solid #cccccc;
	border-top-color: rgb(204, 204, 204);
	border-right-color: rgb(204, 204, 204);
	border-bottom-color: rgb(204, 204, 204);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: rgb(204, 204, 204);
	border-bottom: none;
	border-bottom-color: currentcolor;
}

.teacher .info-area a.picture {
	display: block;
}

.teacher .info-area a.picture img {
	width: 100%;
	padding: 10px;
	border: none;
	border-radius: 50%;
}

.teacher .info-area a.name {
	font-size: 21px;
	margin-top: 10px;
	color: #00a9e3;
	font-weight: bold;
	display: block;
}

.cut-text {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.tt-indi,
.avg-reply-time-indi,
.comments-indi {
	width: 32px;
	height: 32px;
	margin: -8px 10px 5px 5px;
	position: relative;
	background-size: 32px 32px;
	display: inline-block;
	float: left;
	background-size: contain !important;
}

.tt-indi {
	background: transparent url("/img/timetable.png") center center no-repeat;
}

.avg-reply-time-indi {
	background: transparent url("/img/activity.png") center center no-repeat;
}

.comments-indi {
	background: transparent url("/img/comments.png") center center no-repeat;
}

.avg-reply-time-indi span,
.tt-indi span,
.comments-indi span {
	font-size: 10px;
	background: rgba(255,255,255,0.8);
	color: #00a9e3;
	padding: 2px;
	border-radius: 5px;
	line-height: 10px;
	position: absolute;
	top: -5px;
	right: -5px;
}

.teacher .info-area .col-sm-7 {
	padding-left: 0;
}

.sunk .sunk-content,
.sunk a  {
	background-color: #00a9e3;
	color: white;
}

.teacher .sunk sup,
.teacher .sunk small,
.teacher .sunk a {
/* 	color: white !important; */
}

.teacher.highlighted .sunk-content,
.teacher.highlighted .sunk sup,
.teacher.highlighted .sunk small,
.teacher.highlighted .sunk a {
	border-color: #e8920c;
	background-color: #f4a933;
	color: white;
}

.teacher .data-area {
	text-align: center;
	padding: 8px;
	color: #fff;
	width: 100%;
}

.teacher .data-area .data {
	font-size: 13px;
}

.teacher .data-area .data a {
	display: block;
	font-weight: 400;
}

.teacher .data-area .data small sup {
	font-size: 8px;
	cursor: pointer;
	text-transform: uppercase;
}

.flags .flag a:hover div,
.flags .flag a:focus div {
	color: #00a9e3;
}

.flags .flag a div {
	text-decoration: none;
	padding-top: 15px;
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
}

.flags .flag a:hover img,
.flags .flag a:focus img {
	-webkit-box-shadow: 2px 3px 2px #00a9e3;
	-moz-box-shadow: 2px 3px 2px #00a9e3;
	box-shadow: 2px 3px 2px #00a9e3;
}

.flags .flag a img {
	max-width: 120px;
	height: auto;
	border: 0;
	-webkit-box-shadow: 2px 3px 2px #666;
	-moz-box-shadow: 2px 3px 2px #666;
	box-shadow: 2px 3px 2px #666;
}

.img-circle {
	border-radius: 50%;
}

.step-done {
	text-decoration: line-through;
}

.sunk_red_text,
.sunk_red_text a,
.sunk_red_text sup {
	color: #00a9e3 !important;
}

.carousel-caption h1,
.carousel-caption h3 {
	color: white;
}

.carousel-caption {
	top: 180px;
	left: 5%;
	right: 5%;
}

.gradient-bg {
	border: 1px solid #cccccc;
	border-top-color: rgb(204, 204, 204);
	border-top-style: solid;
	border-top-width: 1px;
	color: #333333;
	background: #ffffff;
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
}

.gradient-bg .cyan {
	color: #00a9e3;
}

.datas .col-lg-3 {
	text-align: center;
	font-size: 14px;
	padding: 10px;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #fff;
}

.datas .col-lg-3:first-child {
    border-left: none;
}

.datas .col-lg-3:last-child {
    border-right: none;
}

.datas .col-lg-3 strong {
	font-size: 24px;
	line-height: 48px;
	font-weight: bold;
}

.flags .flag a {
	text-decoration: none;
	display: block;
	padding: 30px 0;
}

.teacher-comments .teacher-comment .media-body a.comment-image {
	width: 90px;
	height: 80px;
	float: left;
	padding-right: 10px;
	display: inline-block;
}

.teacher-comments .teacher-comment .media-body a.comment-image img {
	border-radius: 50%;
}

.icon-12 {
	height: 12px;
	border: none;
	vertical-align: baseline;
}

.feed.large .from {
	padding: 0 200px 0 0;
}

.feed.large .from .bubble::before {
	top: 50px;
	right: 173px;
}

.feed.large .from a.title {
	position: absolute;
	top: 170px;
	right: 5px;
	width: 160px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
}

.feed.large .from img,
.feed.large .to img {
	width: 160px;
	height: 160px;
}

.feed.large .to {
	padding: 0 0 0 200px;
}

.feed.large .to a.title {
	position: absolute;
	top: 170px;
	left: 5px;
	width: 160px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
}

.feed.large .to .bubble::before {
	top: 50px;
	left: 184px;
}

@-webkit-keyframes spaceboots {
	0% {
		-webkit-transform:scale(1)
	}
	50% {
		-webkit-transform:scale(1.1)
	}
	100% {
		-webkit-transform:scale(1)
	}
}
@keyframes spaceboots {
	0% {
		transform:scale(1)
	}
	50% {
		transform:scale(1.1)
	}
	100% {
		transform:scale(1)
	}
}

@media (max-width: 1200px) {
		
	
	
}


@media (max-width: 992px) {
	
	#footer_first_c,
	#footer_second_c {
		text-align: center;
		padding: 15px 0px;
	}
			
	#contact_divider {
		display: block;
	}
	
	.teacher-comments .teacher-comment {
		width: 100%;
		padding: 8px !important;
	}
	
	.feed .to,
	.feed .from {
		padding: 0px;
	}
	
	.feed .to img,
	.feed .from img,
	.feed .to .bubble::before,
	.feed .from .bubble::before {
		display: none;
	}
	
	.feed.large .to img,
	.feed.large .from img,
	.feed.large .to .bubble::before,
	.feed.large .from .bubble::before {
		display: block;
	}
			
}

@media (max-width: 768px) {
	
	.feed.large .to, 
	.feed.large .from {
		padding: 0px;
	}
	
	.feed .to .bubble img, 
	.feed .from .bubble img {
		display: block;
		width: 100%;
		height: auto;
		position: relative;
		left: 0;
	}
	
}