/****************
*** DEFAULTS
*****************/
* { margin: 0px; padding: 0px; }

html { height: 100%; box-sizing: border-box; font-size: 19px;}
body {
  margin: 0;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
/* HEADINGS DEFAULT */
h1, h2, h3, h4, h5, h6 { color: #444; font-family: sans-serif; }
a { text-decoration: none; }
ul, ol { margin-left: 40px; }
hr { margin: 10px 0px; opacity: .25; }

/* FORM DEFAULTS */
form h2 {
	margin: 25px auto;
	text-align: center;
	font-family: 'Averia Serif Libre', cursive;
}
form input, form select {
	width: 100%;
	display: block;
	padding: 13px 13px;
	font-size: 1rem;
	margin: 5px auto 10px;
	border-radius: 3px;
	box-sizing : border-box;
	background: transparent;
	border: 1px solid #3E606F;
}
form input:focus {
	outline: none;
}
/* CONTAINER DEFAULT */
.container {
	display: block;
 	flex: 1 0 auto;
}
/* BUTTON DEFAULT */
.btn {
	color: white;
	background: #a93535;
	text-align: center;
	border: none;
	border-radius: 5px;
	display: block;
	letter-spacing: .1em;
	margin: 10px 0px;
	padding: 10px 20px;
	text-decoration: none;
	cursor: pointer;
}
.delete-btn {
	color: white;
	background: #a93535;
	text-align: center;
	border: none;
	float: left;
	overflow: auto;
	border-radius: 5px;
	display: inline-block;
	letter-spacing: .1em;
	margin: 10px 0px;
	padding: 10px 20px;
	text-decoration: none;
	cursor: pointer;
}
.edit-btn {
	color: white;
	background: #4cae4c;
	text-align: center;
	border: none;
	float: right;
	overflow: auto;
	border-radius: 5px;
	display: inline-block;
	letter-spacing: .1em;
	margin: 10px 0px;
	padding: 10px 20px;
	text-decoration: none;
	cursor: pointer;
}

/* NAVBAR */
/* Navbar links */
.navbar {
	margin: 0 auto;
	overflow: hidden;
	background-color: #313b3d;
}
.nav-container {
	position: sticky;
	top: 0;
	z-index: 4;
}
/* Navbar connection */
.navbar-connect {
	margin: 0 auto;
	overflow: hidden;
	background-color: #4e666a;
	border-radius: 0px 0px 6px 6px;  
	margin-bottom: 5px;
}
.navbar ul, .navbar-connect ul {
  list-style-type: none;
  float: right;
  padding-right: 2.5rem;
}
.navbar ul li, .navbar-connect ul li {
  float: left;
  font-family: sans-serif;
}
.navbar ul li a, .navbar ul li .login_div {
  display: block;
  color: white;
  text-align: center;
  padding: 20px 15px;
  text-decoration: none;
}
.navbar ul li a:hover, 
.navbar ul li .login_div:hover {
	color: #B9E6F2;
  background-color: #4e666a;
}
.navbar-connect ul li .login_div {
	display: block;
  color: white;
  text-align: center;
  padding: 10px;
  text-decoration: none;
}
.login_div >i {
	color: white;
	cursor: pointer;
	padding-left: 5px;
}
.login_div span {
	font-family: sans-serif;
	padding-left: 10px;
}
.login_div span:hover {
	margin-left: -5px;
}

/* Active page on navbar */
.navbar a:is(:link, :active, :visited).active {
	background: #4e666a;
}

/* Icons */
.fa-calendar {
	margin-right: 5px;
	margin-bottom: 5px;
}
.fa-home, .fa-user, .fa-sign-out, .fa-tachometer, 
.fa-sign-in, .fa-globe, .fa-user-circle, .fa-phone-square,
.fa-envelope {
	margin-right: .3rem;
}
/* Drodown menu */
.dropdown {
  overflow: hidden;
}
.dropdown-content {
	display: none;
	position: absolute;
	top: 6.2rem;
	border: 1px solid #4e666a;
	background-color: #fff;
	min-width: 10%;
	right: 10%;
	padding: 1rem;
	text-align: left;
}

.dropdown-content a {
  padding: .5rem 1rem;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #4e666a;
  color: #4e666a;
  display: block;
  margin-top: .3rem;
}
#login-active {
	margin-top: 1rem;
	background-color: #4e666a;
	color: #fff;
	padding: .5rem 1rem;	
}
#login-account {
	background-color: #fff;
	border: 1px solid #4e666a;
	color: #4e666a;
	padding: .5rem 1rem;
}
#login-account:hover {
	background-color: #4e666a;
	color: #fff;
}

.dropdown-content a:hover {
  background-color: #4e666a;
  color: #fff;
}
.connect-username {
	text-transform: uppercase;
}
.show {
  display: block;
  z-index: 11;
}

/* LOGO */
.nav .logo_div {
	float: left; 
	padding-top: 12px;
  font-size: .8rem;
	padding-left: 3rem;
	position: absolute;
}
.nav .logo_div h1 {
	color: #78ADC9!important;
	font-size: 3.1rem;
	letter-spacing: 5px;
	font-weight: 600;
	margin-top: -12px;
	font-family: "Noto serif", serif;
}
 .nav .logo_div h2 {
 	color: #fff;
 }
 .nav .logo_div hr {
 	color: #fff;
 	margin: 0;
 	opacity: 1;
 }
.logo_div img {
	width: 135px;
  height: auto;
  left: 140px;
  position: absolute;
  z-index: 2;
}

/* BANNER: Welcome message; */
.banner {
	position: relative;
	margin: 5px auto;
	height: 40vh;
/*	min-height: 550px;*/
	color: white;
	border-radius: 5px;
	background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url('../images/banner1.jpg');
	background-size: 100% auto;
	background-size: cover;
	background-repeat: no-repeat;
/*	z-index: -1;*/
}

.banner .welcome_msg {
	width: 25%;
	float: right;
	padding: 3rem;
	font-size: 1.3rem;
}
.banner .welcome_msg h2 {
	color: #fff;
	margin: 25px 0px;
	font-family: 'Noto Serif', serif;
}
.banner .welcome_msg p {
	color: white;
	line-height: 1.8rem;
}
.banner .welcome_msg p span {
	font-size: 1.2rem; 
	color: #B9E6F2;
}
.banner .welcome_msg a {
	color: #B9E6F2;
}

/* CONTENT */
.content {	
/*	padding:0 20rem;*/
	width: 1200px;
	margin: 50px auto;
	border-radius: 5px;
}
.content-left-side {
/*	float: left;*/
	width: 73%;
}
.content-right-side {
	width: 27%;
}
.content:after {
	content: "";
	display: table;
	clear: both;
}
.content .content-title {
	display: inline-block;
/*	font-size: 1em;*/
	background: #3E606F;
	padding: 10px;
	color: white;
	border-radius: 5px 5px 0 0;
}
.content .news {
	font-size: 1.5em;
	border-bottom: 1px solid #3E606F;
	font-family: sans-serif;
	margin: -25px 0 25px 0;
	padding-top: 50px;
	width: 78.3%;
/*	display: flex;*/
}
.content .chapter{
	font-size: 1.5em;
	border-bottom: 1px solid #3E606F;
	font-family: sans-serif;
	margin: -25px 0 25px 0;
	padding-top: 50px;
	width: 78.3%;
	display: flex;
}
.content .header {
/*	font-size: 1.5em;*/
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #3E606F;
	font-family: sans-serif;
	margin: 25px 0;
}
.content .post-short {
	display: flex;
	padding-bottom: 25px;
	width: 75%;
}
.content .post-short:last-child {
	padding-bottom: 0;
}
.content .post-short img {
	width: 200px;
	height: 120px;
	object-fit: cover;
	display: inline-block;
}
.content .post-short .post_info {
	padding-left: 10px;
}
.content .post-short .post_info .info {
	color: #78ADC9;
	font-weight: 600;
}
.content .post-short .post_info a {
	color: #4e666a;
}
.content .post-short .post_info .body-text {
	word-break: break-word;
	font-family: sans-serif;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 20px; /* fallback */
	max-height: 75px; /* fallback */
	-webkit-line-clamp: 3; /* number of lines to show */
	-webkit-box-orient: vertical;
}
.content .post-short .post_info h2 {
	padding-bottom: 5px;
}
.content .post {
	width: calc(19% - 2px);
	margin: 10px 1% 10px 0;
	min-height: 425px;
	float: left;
	border-radius: 2px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	border: 1px solid #b3b3b3;
	position: relative;
}
.content .post .category {
	font-family: 'Noto Serif', serif;
	letter-spacing: 1px;
	margin-top: 0px;
	padding: 3px 8px;
	color: #374447;
/*	text-transform: uppercase;*/
	background: white;
	display: inline-block;
	border-radius: 2px;
	border: 1px solid #374447;
	box-shadow: 3px 2px 2px;
	position: absolute;
	left: 5px; top: 5px;
	z-index: 3;
}
.content .post .category:hover {
	box-shadow: 3px 2px 2px;
	color: white;
	background: #374447;
	transition: .4s;
	opacity: 1;
}
.content .post .post_image {
	height: 200px;
	width: 100%;
	background-size: 100%;
	object-fit: cover;
}
.content .post .post_info {
	color: #000;
	/*height: 100%;*/
	padding: 10px 20px;
	font-weight: 200;
  font-family: Arial, Helvetica, sans-serif;
}
.content .post .post_info h2 {
	font-family: Arial, sans-serif;
	padding-bottom: .8rem;
}
.content .post .post_info div {	
	padding: 5px 0;
	word-break: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 20px; /* fallback */
	max-height: 75px; /* fallback */
	-webkit-line-clamp: 4; /* number of lines to show */
	-webkit-box-orient: vertical;
}
.content .post .post_info .calendar {
	color: #78ADC9;
	/*	font-style: italic;*/
	font-weight: 600;
}
.content .post .post_info .read_more {
	position: absolute;
	right: 15px; bottom: 5px;
	font-size: .8rem;
	color: #78ADC9;
	font-weight: 600;
}
.content .page-title {
	border-bottom: 1px solid #3E606F;
	font-family: sans-serif;
	margin: 0 0 25px 0;
	display: flex;
	justify-content: space-between;
}
/* FOOTER */
.footer {
	z-index: 1;
	width: 100%;
	color: white;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
	background: #313b3d;
	font-family: sans-serif;
	padding: 2rem 0;
/*	margin-top: 2rem;*/
}
.footer_left {
	display: flex;
	justify-content: right;
/*	align-items: center;*/
	align-items: baseline;
	padding-right: 3rem;
/*	flex: 0 0 55%;*/
}
.footer_title {
	display: flex;
	justify-content: right;
	align-items: flex-end;
	text-align: right;
/*	flex: 0 0 25%;*/
}
.footer_title .link {
	text-transform: uppercase;
	color: white;
	padding-right: .3rem;
}
.footer_cookies {
	display: flex;
	flex-direction: column;
/*	flex: 0 0 35%;*/
	justify-content: left;
	align-items: flex-start;
	text-align: left;
	border-left: 2px solid white;
}
.footer_cookies a {
	color: white;
	padding-left: .3rem;
	padding-bottom: .2rem;
}
.footer_links {
	display: flex;
	flex-direction: column;
	justify-content: left;
	align-items: baseline;
	padding-left: 3rem;
/*	flex: 0 0 45%;*/
}
.footer_links a {
	color: white;
	padding-left: .3rem;
	padding-bottom: .2rem;
}
.copyright {
	display: flex;
	flex: 0 0 100%;
	justify-content: center;
	color: white;
	padding-top: 2rem;
}
.footer p {
	font-size: 1em;
	font-family: sans-serif;
}
/* footer for games page */
.footer-games {
	z-index: 1;
	width: 100%;
	color: white;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
	background: #313b3d;
	font-family: sans-serif;
	padding: 1rem 0;
/*		flex-direction: column;
		align-items: center;*/
}
.footer-games .copyright {
	display: flex;
	flex: 0 0 100%;
	justify-content: center;
	color: white;
	padding: 0;
}

/* * * * * * * * *
* SINGLE PAGE 
* * * * * * * * */
.content .post-wrapper {
	width: 80%;
	float: left;
/*	min-height: 250px;*/
}

.full-post-div {
	position: relative;
	padding: 0 45px 45px 0;
	border-radius: 2px;	
}
.full-post-div h2.post-title {
	margin: 10px auto 20px;
/*	text-align: center;*/
}
.post-body-div {
	font-family: 'Noto Serif', serif;
	font-size: 1.2rem;
	line-height: 30px;
}
.post-body-div p {
	/*margin:20px 0px;
	display: inline;*/
}
.post-card {
	margin-right: -20px;
}

.post-image {
	display: inline-block;
}
.post-image img {
	width: 350px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  padding: 10px 35px 20px 0;
  float: left;
}
.post-image img.thumbnail {
	width: 550px;
}
.post-image a {
	width: 550px;
}
.post-author {
	font-size: .9rem;
  font-style: italic;
  padding: 5px 5px 0 0;
  color: #0f98bd;
  border-right: 4px solid #0f98bd;
  float: right; 
/*	border-image: linear-gradient(to top, #0f98bd 75%, rgba(0,0,0,0) 75%);  
  border-image-slice: 1;*/
}
.post-author span {
	font-style: normal;	
}
.post-author a {
	color: #0f98bd;
}
.post-author a:hover {
	text-decoration: underline;
	color: #000;
}
.post-sidebar {
	width: 20%;
	float: right;
}
.other {
	margin-top: -58px;
}

.post-sidebar .date {
	border-bottom: 1px solid #3E606F;
  font-family: sans-serif;
  margin: 0 0 28px 0;
  padding-bottom: 5px;
}
.hr-side {
	position: relative;
	bottom: 5%;
}
.content .post-comments {
	margin-top: 25px;
	border-radius: 2px;
	border-top: 1px solid #e4e1e1;
	padding: 10px;
}
.post-sidebar .card {
	margin: 10px 0;
	border: 1px solid #e4e1e1;
	border-radius: 10px 10px 0px 0px;
}
.post-sidebar .card .card-header {
	padding: 8px;
	text-align: center;
	border-radius: 3px 3px 0px 0px;
	background: #3E606F;
}
.post-sidebar .card .card-header h2 {
	color: white;
}
.post-sidebar .card .card-content a {
	display: block;
	box-sizing: border-box;
	padding: 8px 10px;
	border-bottom: 1px solid #e4e1e1;
	color: #444;
	font-size: 1em;
	font-family: sans-serif;
}
.post-sidebar .card .card-content a:hover {
	padding-left: 20px;
	background: #f1f1f1;
	transition: 0.1s;
}
.post-sidebar .card .card-content li {
	list-style-type: none;
}
.post-sidebar .card .card-content li {
	font-size: 1rem;
	font-family: sans-serif;
	padding: 5px;
}
.post-sidebar .card .card-content .months {
	margin-left: 1rem;
}
.post-sidebar .card .card-content .list {
	margin-left: 3px;
}
.post-sidebar .card .card-content li>p:hover {
	color: #78ADC9;
	cursor: pointer;
}
.post-sidebar .card .card-content .posts {
	font-size: .9em;
}
.post-sidebar .card .card-content .fa-caret-right, .fa-caret-down {
	margin: 0 .3rem;
	color: black;
}
.post-sidebar .card .card-content .sub-menu {
	display: none;
}

/* Override ckeditor style */
form .ck.ck-editor {
	box-sizing: border-box;
  background: transparent;
  border: 1px solid #b5b8c8!important;
  -webkit-box-shadow: inset 0 0 5px #b5b8c8;
  -moz-box-shadow: inset 0 0 5px #b5b8c8;
  box-shadow: inset 0 0 5px #b5b8c8;
  height: 100px!important;
}

/* search container*/
.search-container {
	width: 100%;
}
.search-container button {
	padding: .55rem 0.5rem;
  margin: 0 -0.55rem;
  background: #3E606F;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  border-radius: 0 5px 5px 0;
  display: inline-block;
}
.search-container button:hover {
	color: #b94646;
}
.search-container input[type=text] {
  padding: 6px;
  height: 2.23rem;
  outline: none;
  display: inline-block;
  width: calc(100% - 27px);
  border: 1px solid #b5b8c8;
	-webkit-box-shadow:inset 0 0 10px #b5b8c8;
       -moz-box-shadow:inset 0 0 5px #b5b8c8;
            box-shadow:inset 0 0 5px #b5b8c8;
}

/* Get info page */
.info-title {
	padding-bottom: 5px;
}
.info-title h3 {
	color: #2f2feb;
	padding-bottom: 10px;
}
.info-title p {
	color: #000;
	font-size: 1.1em;
}

/*Edit profile*/
.text-center {
	text-align: center;
}

.date-now {
	margin-top: 10px;
	display: flex;
	justify-content: flex-end;
	font-size: 1rem;
	color: #3E606F;
}

/* NOTIFICATION MESSAGES */
.message {
	margin: 0px auto; 
	padding: 10px 0px; 
	color: #3c763d; 
	background: #dff0d8; 
	border-radius: 5px; 
}
.popup-message {
	width: 400px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #3c763d;
  background: #fff;
  border-radius: 5px;
	text-align: center;
	font-size: 1.5em;
	font-family: Arial, sans-serif;
	z-index: 7;
}
#popup-message {
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0,0,0,0.75);
  width: 100%;
  height: 100%;
  overflow: auto;
  display: block;
  z-index: 4;
}
#popup-message span {
	display: block;
	cursor: pointer;
	background: #2abd2d;
	color: #fff;
	font-size: .8rem;
	padding: .56rem 0;
	margin-top: 2rem;
}
#popup-message span:hover {
	background: #278929; 
}
.success {
	margin: -50px 0 0 0;
	padding: 20px 0;
	border-radius: 5px 5px 0 0; 
}
.success .fa-check {
	padding: 1.2rem;
	border-radius: 50%;
	color: #fff;
}

.new-user {
	font-size: 0.7rem;
  font-family: Tahoma, sans-serif;
  color: black;
  padding: 0.5rem;
}
.popup-message-err {
	width: 400px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 5px;
	text-align: center;
	font-size: 1.5em;
	font-family: Arial, sans-serif;
}
#popup-message-err {
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0,0,0,0.75);
  width: 100%;
  height: 100%;
  overflow: auto;
  display: block;
  z-index: 4;
}
#popup-message-err h2 {
	padding-bottom: 1rem;
}
#popup-message-err span {
	display: block;
  cursor: pointer; 
  background: #bb4242;
  font-size: 1.3rem;
  color: #fff;
  font-size: .7em;
  padding: 0.56em;
  margin: 1.5em auto 1em;
  width: 10%;
  border-radius: 5px;
}
#popup-message-err span:hover {	
	background: #e58080;
}
.error-msg {
  margin: -50px 0 0 0;
	padding: 20px 0;
	border-radius: 5px 5px 0 0; 
}
.error-msg .fa-exclamation {
	font-size: 1.3rem;
	background: #bb4242;
	padding: .7em 1em;
	border-radius: 50%;
	border: 1px solid #cfa6a6;
	color: #fff;
}
.popup-message p, .popup-message-err p {
	padding: 0 20px;
}
.error {
	color: #a94442; 
	background: #f2dede; 
/*	border: 1px solid #a94442; */
	margin-bottom: 20px;
	font-family: Verdana, sans-serif;
}
.validation_errors p {
	text-align: left;
	margin-left: 10px;
}
.logged_in_info {
	text-align: right; 
}

/* CONTACT PAGE */	
.content .wrapper {
	width: 78.3%;
	float: left;
	display: flex;
}	

.contact_data {
	width: 50%;
	display: block;
	flex-direction: column;
	font-family: Helvetica, sans-serif;	
}
.address {
	display: flex;
	flex-direction: column;
	padding: 1rem 0 .5rem 0;
/*	background: #f1f1f1;*/
	margin: 0 1rem 1rem 0;
/*	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);*/
/*	border: 1px solid black;*/
}
.program {
	display: flex;
	flex-direction: row;
	padding: 1rem 0;
}
.address h3 {
	padding: 0 2rem;
	text-transform: uppercase;
	padding: 0 2rem 1rem 0;
}
.address h4 {
	text-transform: uppercase;
	flex: 0 0 100px;
	padding-left: 20px;
}
.address p {
	font-size: 14px;
  line-height: 19px;
}
.address_items {
	display: flex;
	flex-direction: column;
	padding: 0 0 .5rem 0;
	flex: 0 0 70%;
		font-size: 1rem;
}
.address_items img {
	height: 20px;
	margin-right: .5rem;
}
.address_items_detail {
	display: flex;
	flex-direction: row;
	padding: 0 0 .3rem 0;
}
.address_items_detail .fa {
	color: #313b3d;
  font-size: 20px;
  padding-left: 20px;
  margin-top: -3px;
}
.address_items_detail .fa-phone-square
 {
	transform: scale(1.2,0.9); 
	margin-left: -0.5px;
	padding-right: 2px;
}
.address_items_detail .fa-home {
	transform: scale(1.3,1); 
	margin-left: -2px;
	padding-right: 3px;
}
.personel {
	display: flex;
	flex-direction: column;
	flex: 0 0 65%;
}
.personel_cat {
	display: flex;
	flex-direction: row;
}
.address .person {
	font-size: 1rem;
}
.contact_data h1, .contact_form h1 {
	font-family: Helvetica, sans-serif;
	font-size: 1.5rem;
	text-transform: uppercase;
	text-align: center;
	padding: 2rem 1rem;
}
.contact_form {
	width: 50%;
/*	border: 1px solid #f4f4f4;*/
	;
}
.contact_form form {
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
/*	clip-path: inset(0px -5px -5px -5px);*/
	padding: 10px;
}

.name {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
  justify-content: center;
}
.name .name-contact {
	width: 100%;
}
input[name=first_name], 
input[name=last_name], 
input[name=address], 
input[type=email], 
textarea[name=message] {
	width: 100%!important;
	font-size: 15px;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
	background: transparent;
}
input[type=submit] {
	background-color: #4e666a;
	font-size: 18px;
	color: white;
	padding: 12px 30px;
 	border: none;
	cursor: pointer;
	margin-top: .5em;
}
input[type=submit]:hover {
  background: #313b3d;
}
.captcha-box {
	text-align: left;
	font-size: .9rem;
}
.captcha-box span {
	padding: 0 1rem 0 0;
/*	font-size: 1rem;*/
}
.captcha-box img {
	float: right;
}
.captcha-box input[type=text] {
	display: inline-block;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	resize: vertical;
	width: 190px;
	margin: 0;
	background: #fff;
}
.input-captcha {
	display: flex;
	flex-direction: row;
	align-items: center;
	/*justify-content: space-between;*/
	padding: 0 0 1rem 0;
	font-family: Helvetica, sans-serif;
	font-weight: 300;
}
.captcha-box .input-captcha label, 
.captcha-box .input-captcha p {
	padding-right: 1rem;
}
.captcha-box .input-captcha a {
	color: #1b21e7;
}
.captcha-box .input-captcha a:hover {
	color: #b94646;
}

.err {
  color: #a94442;
  background: #f2dede;
  border: 1px solid #a94442;
  border-radius: 5px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.6;
  padding: 10px 0;
  font-family: Verdana, sans-serif;
}

.popup-mesaj {
	width: 30%;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 1em;
	font-size: 2em;
	font-family: Arial, sans-serif;
	border-radius: 3px;
	box-shadow: 2px 3px 4px #888888;
	z-index: 7;
}
.popup-message span {
  display: block;
  cursor: pointer; 
  background: #b94646;
  color: #fff;
  font-size: .7em;
  padding: 0.56em;
  margin: 1.5em auto 1em;
  width: 10%;
  border-radius: 5px;
}
.popup-message span:hover {
	background: #db5f5f;
}
#popup {
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0,0,0,0.75);
  width: 100%;
  height: 100%;
  overflow: auto;
  display: block;
}
#popup span {
	display: block;
	cursor: pointer;
	background: #2abd2d;
	color: #fff;
	font-size: .7em;
	padding: .56em;
	margin-top: 2em;
}
#popup span:hover {
	background: #278929; 
}
.fa-check {
	background: #3cc33f;
	padding: 1em;
	border-radius: 50%;
	border: 2px solid #fff;
	color: white;
}
.fa-exclamation {
	background: #edc0c0;
	padding: .7em 1em;
	border-radius: 50%;
	border: 1px solid #972e2e;
}
.contact-error {
	background: #edc0c0; 
	margin: 0 0 1em 0 ;
	padding: 20px 0;
	border-radius: 5px 5px 0 0; 
}

.registration, .login_form {
	width: 402px;
	margin: 10px auto;
	padding: 2rem;
	box-shadow: 0 3px 15px -5px grey;
}
.registration h1, .login_form h1 {
	text-align: center;
	font-family: sans-serif;
	color: #7a7a74;
	font-variant-caps: all-petite-caps;
	padding-bottom: 1rem;
}
.registration p, .login_form p {
	text-align: center;
	font-family: sans-serif;
	color: #7a7a74;
	padding: 3px;
}
.login_form i {
	float: right;
	margin: -40px 0 0 0;
	padding-right: 10px;
	cursor: pointer;
}
.rememberusername p {
	text-align: left;
	display: inline;
}
.rememberusername > input {
	display: inline;
	width: 5%;
}

#inreg .name {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
  justify-content: center;
}

#inreg input[type=text], 
#inreg input[type=email],
#inreg input[type=password],
#inreg select {
	width: 100%;
	font-size: 16px;
	padding: 11px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 8px;
	resize: vertical;
	color: #7a7a74;
	background: #fff;
}
#inreg input[type=submit] {
	background-color: #4e666a;
	font-size: 1.3rem;
	color: white;
	padding: 10px 30px;
 	border: none;
 	border-radius: 4px;
	cursor: pointer;
	margin: .5rem 0;
	width: 100%;
}
#inreg input[type=submit]:hover {
  background: #313b3d;
}
.readonly input {
	background: #f5f5f5!important;
}
.err_message {
	color: #a94442;
  background: #f2dede;
  margin-bottom: 20px;
  font-family: Verdana, sans-serif;
	padding: 10px 0px; 
	border-radius: 5px; 
}
.err_message ul {
	font-family: sans-serif;
	list-style-type: none;
	margin-left: 10px;
}
.help-block {
	position: relative;
/*  top: -10px;*/
  margin: 13px 10px;
  color: #d52222;
  padding: 10px!important;
  font-size: .9rem;
  background: white;
  border: 1px solid #aba3a3;
  border-radius: 4px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.help-block:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 1px;
  left: 30px;
  box-sizing: border-box;
  border: 0.4rem solid black;
  border-color: transparent transparent #fff #fff;
  transform-origin: 0 0;
  transform: rotate(135deg);
  box-shadow: -2px 2px 0px 0 rgba(0, 0, 0, 0.2);
}


.icon {
	display: none;
}

/* Cookies */
.link-home {
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
}
.html-container {
	width: 80%;
	margin: auto;
	padding: 1rem 0;
}
.html-container h1, .html-container h2 {
	padding-bottom: 10px;
}
.html-container p {
	padding-bottom: 5px;
}

/* counter */
.counter {
	font-family: Tahoma, sans-serif;
	padding: 10px 5px;
}
.counter .visitors {
	font-weight: bold;
	display: inline-block;
}
.counter span {
/*	background-color: #4e666a;*/
	color:  #4e666a;
	padding: 0 2px;
	border: 1px solid #b3b0b0;
	border-radius: 2px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
	font-weight: 600;
	font-family: Verdana, sans-serif;
/*	margin: 0 0 0 3px;*/
}

.page-back a {
	float: right;
}
.page-back i {
	font-size: 40px;
	color: #78ADC9;
}
.page-back i:hover {
	color: blue;
} 

.tooltip {
  position: relative;
  display: inline-block;
/*  border-bottom: 1px dotted black;*/
}

.tooltip .tooltiptext {
  visibility: hidden;
/*  width: 120px;*/
  background-color: #78ADC9;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  padding: 5px 8px;
  margin-left: -40px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: .9rem;
	font-family: sans-serif;
	z-index: 11;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #78ADC9 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.classes {
	/*width: 900px!important;
	margin: 0!important;*/
/*	background: #4e666a;*/
/*	margin-bottom: 2rem;*/
}
.classes h1 {
	font-size: 2.5rem;
	font-weight: 400;
	font-family: 'Fjalla One', sans-serif;
	padding: 3rem 1rem;
	color: #ffd900;
}
.small-container {
	width: 80%;
	margin: 0 auto;
}
.line_classes {
	height: 1px;
	background: white;
	margin-bottom: 2rem;
}
.card1 {
	display: flex;
	flex-direction: column;
	padding: 2rem 20px 4rem 0;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.card2 {
	display: flex;
	flex-direction: column;
	padding: 0 20px 4rem 0;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.card3 {
	display: flex;
	flex-direction: column;
	padding: 0 20px 2rem 0;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.card_prescolar {
	display: flex;
	flex-direction: row;
	background: #E7C037;
}
.card_primar {
	display: flex;
	flex-direction: row;
	background: #917e38;
	}
.card_gimnazial {
	display: flex;
	flex-direction: row;
	background: #443d11;
}
.card_prescolar h1 {
	color: #2a304d;
	padding: 3rem 5rem;
	font-weight: 700;
}
.card_primar h1 {
	color: wheat;
	padding: 3rem 5rem;
	font-weight: 700;
}
.card_gimnazial h1 {
	color: #e9e0e0;
	padding: 3rem 5rem;
	font-weight: 700;
}
.card_prescolar img, 
.card_primar img, 
.card_gimnazial img {
	width: 50%;
	object-fit: cover;
}
.card_prescolar p, .card_primar p {
	padding: 0 5rem 1rem 5rem;
	font-size: 1.3rem;
	font-weight: 500;
	font-style: italic;
}
.card_primar p {
	color: wheat;
}
.card_gimnazial p {
	color: #e9e0e0;
	padding: 0 5rem 1rem 5rem;
	font-size: 1.3rem;
	font-weight: 500;
	font-style: italic;
}
.card_prescolar a, 
.card_primar a, 
.card_gimnazial a {
/*	margin-left: 5rem;*/
	padding: .6rem 1rem;
	background: #3b4a95;
	color: white;
	text-transform: uppercase;
	font-size: 1rem;
	border: none;
}
.card_prescolar a:hover, 
.card_primar a:hover, 
.card_gimnazial a:hover {
	background: #2a304d;
	cursor: pointer;
}

.text_card {
	padding-bottom: 3rem;
	width: 50%;
}

.small {
	display: none;
}

.default_image {
	position: relative;
  margin: 10px 20px 10px 0;
	height: 390px;
	object-fit: cover;
	background-image: 
    linear-gradient(
      rgba(0,0,0,.4), rgba(0,0,0,.4)),
    url(../images/image-cladire.jpeg);
  background-size: cover;
	background-position: center ;
}
.default_image .centered {
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 1.6rem;
  border: 3px solid #fff;
  font-family: 'Fjalla One', sans-serif;
  color: #cbc2c2;
  padding: 3rem 5rem;
  font-weight: 700;
  text-transform: uppercase;
}
.default_image span {
	font-size: 2.5rem;
	color: #fff;
}

/* Clock */
.clock {
	font-family: arial;
	font-weight: bold;	
}
.clock .design {
	border: 1px solid #3E606F;
	border-radius: 5px;
	padding: 5px;
	display: inline-block;
	/*-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.33);
	-moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.33);
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.33);;*/
}
.day, .week {	
	font-family: arial;
	font-weight: bold;	
	padding: 0 0 5px 0;
}
.day {
	text-transform: uppercase;
}
.time {
	font-family: arial;
	font-weight: bold;	
	padding: 0 0 0 15px ;
	display: inline-block;
}

#progress-bar {
/*  width: 100%;*/
  margin: 10px 0 0 0;
  height: 20px;
  color: #fff;
  background: linear-gradient(to bottom, #85a8cf, #3E606F);
/*  background-color: #a5d3eb;*/
  position: relative;
  text-align: right;
}

#progress-bar .bar {
  height: 100%;
  text-align: right;
  padding: 0;
  line-height: 25px;
  color: #fff;
/*  width: 0;*/
  background-color: #f2f2f2;
  box-sizing: border-box;
  position: relative;
}

#progress-bar .label {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    color: #fff;
    height: 25px;
    display: inline-block;
    line-height: 25px;
}

#clockdiv{
  font-family: sans-serif;
  color: #fff;
/*  display: inline-block;*/
  font-weight: 100;
  text-align: center;
  font-size: 1rem;
}

#clockdiv > div{
/*  padding: 5px;
  border-radius: 3px;
  background: linear-gradient(to bottom, #85a8cf, #3E606F);*/
  display: inline-block;
  font-weight: bold;
}

#clockdiv div > span{
  padding: 5px;
  border-radius: 3px;
 	background: linear-gradient(to bottom, #85a8cf, #3E606F);
  display: inline-block;
}

.smalltext{
/*  padding-top: 5px;*/
  background: linear-gradient(to bottom, #85a8cf, #3E606F);
  font-size: 10px;
}
.week p {
	text-align: center;
	padding: 5px 0;
/*	border: 1px solid black;*/
}

.upload_img img {
	display: block;
	margin-left: auto;
  margin-right: auto;
}
.upload_img img:hover {
	cursor: pointer;
}

.desktop {
	display: block;
}
.small-devices {
	display: none;
}



/* Media queries */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 767px) {
	html {
		font-size: 14px;
	}
	.nav .logo_div {
		padding: .5rem 0 0 2rem;
		font-size: .6rem;
		z-index: 10;
	}
	.nav .logo_div h1 {
    font-size: 2.12rem;
    margin-top: -10px
  }
	.navbar .logo_div {
		display: none;
	}
	.dropdown-content {
		top: 6.3rem;
		right: 2rem;
	}
	.navbar .logo_div h1 {
		font-size: 2.1rem;
		padding-top: 5px;
	}
	.navbar .logo_div {
		padding-top: 25px;
		font-size: .6rem;
		padding-left: 2rem;
	}
	.navbar-connect ul li .login_div {
		padding-right: 0;
	}
	.banner {
		background-image: url('../images/banner2.jpg');
		height: 200px;
	}
	.banner .welcome_msg {
		width: 80%;
		float: left;
		padding: 2rem 3rem;
	}
	.banner .welcome_msg h2 {
		font-size: 1.2rem;
		margin: 0 0 5px;
	}
	.banner .welcome_msg p {
		font-size: 1.2rem;
    line-height: 1.5rem;
	}	
	.banner .welcome_msg p span {
		font-size: 1rem;
	}	
	.content .post-wrapper {
		width: 100%;
		margin: auto auto 10px;		
		float: right;
	}
	.content .post-sidebar {
		float: left;
		width: 100%;
		margin: auto;	
		padding: 0;
	}
	.contact {
		flex-direction: column;
		padding: 0 1rem;
	}	
	.contact_form, .contact_data {
		width: auto;
    padding: 0px 4%;
	}
	.address {
		margin: 0;
	}
	.contact_title h1 {
		display: none;
	}
	.address h3 {
		padding: 0 1rem;
	}
	.address {
		flex-direction: column;
	}
	.address h3 {
		text-align: center;
		padding-bottom: 10px;
	}
	.post-sidebar .card .card-header h2 {
    font-size: 1rem;
	}
	.content {
		width: auto;
		display: flex;
		flex-direction: column;
    padding: 2rem;
    margin: 0;
  }
  .content .news {
  	width: 100%;
  	padding-bottom: 0;
  	font-size: 1rem;
  	margin-top: 0;
  }
  .content .chapter {
  	width: 100%;
  	padding-bottom: 0;
  	font-size: 1rem;
  	margin-top: 0;
  }
  .content .post {
    margin: 10px 0 20px 0;
    min-height: 365px;
    float: none;
    width: 100%;
  }

  .content .post .post_info span {
    font-size: .9rem;
  }
	.content .post .post_info h2 {
    font-size: 1.2rem;
	}
	.content .post .post_image {
    height: 170px;
	}
	.content .wrapper {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	.registration, .login_form {
    width: 80%;
	}
	.reverse {
		display: flex;
		flex-direction: column-reverse;
	}
	.post-sidebar .date {
		margin-bottom: 20px;
	}
	.footer {
		flex-direction: column;
		align-items: center;
	}
	.footer_left {
		padding-right: 0;
		padding-bottom: 2rem;
	}
	.footer_links {
		padding-left: 0;
	}
	.copyright {
		padding: 2rem 1rem 0 1rem;
		text-align: center;
		flex: none;
	}	

	/* Responsive navbar	*/
	.navbar li {
		display: none;
	}
	.navbar a.icon {
		display: inline-block;
		float: right;
		color: white;
    padding: 1.31rem 0;
	}
	.navbar a > .fa.fa-times {
		display: none;
	}
	.navbar.responsive ul {
		float: none;
		padding: 0;
		margin: 53px 0 0 0;
	}
	.navbar.responsive ul li a {
		padding: 10px;
		border-radius: 7px;
		background-color: black;
	}
	.navbar.responsive ul li a:hover {
		background-color: #4e666a;
	}
  .navbar.responsive {
  	position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
		width: 100%;
	}
	.navbar.responsive .icon {
		position: absolute;
		right: 1rem;
		top: 0;
    color: white;
	}
	.navbar.responsive a > .fa.fa-times {
		display: inline-block;
		margin: -2px 20px;
		font-size: large;
	}
	.navbar.responsive a > .fa.fa-bars {
		display: none;
	}
	.navbar.responsive li {
		display: block;
		text-align: left;
		width: calc(100% - 40px);
		padding: 0 20px 3px 20px;
	}
	.navbar.responsive a {
		color: white;
	}
	.post-body-div {
    font-size: 1rem;
    line-height: 20px;
	}
	.full-post-div {
    padding: 10px 0 40px;
	}
	.post-image img {
		display: none;
	}
	.address_items {
    flex: 0 0 60%;
	}
	.search-container input[type=text] {
    width: calc(100% - 23px);
	}
	.address_items_detail .fa {
    padding-left: 0px; 
	}
	.address_items_detail .fa-phone-square {
    margin-left: 1px;
    padding-right: 2px;
  }
  .address_items_detail .fa-home {
    margin-left: 1px;
  }
	.post-card {
		margin-right: 0%;
	}
	.card_prescolar, 
	.card_gimnazial {
		flex-direction: column;
	}
	.card_primar {
		flex-direction: column-reverse;
	}
	.card_prescolar img, .card_primar img, .card_gimnazial img {
    width: 100%; 
    object-fit: cover;
	}
	.text_card {
		width: 100%;
	}
	.card_prescolar h1, 
	.card_primar h1,
	.card_gimnazial h1 {
    padding: 2rem 1.5rem;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
	}
	.small-container {
		width: 83%;
	}
	.card1 {
		padding: 0;
	}
	.card2 {
		padding: 2rem 0 0 0;
	}
	.card3 {
		padding: 2rem 0 0;
	}
	.card_prescolar p, .card_primar p, .card_gimnazial p {
		padding: 0 2rem 2rem 2rem;
		font-size: 1rem;
	}
	.card_prescolar button, .card_primar button, .card_gimnazial button {
    margin-left: 2rem;
    padding: 0.6rem 1rem;
    color: white;
    font-size: .9rem;
	}
	.contact {		
		padding: 0;
		width: 90%;
	}
	.contact_data h1 {
		padding: 0 1rem;
	}
	.contact_form form  {
		margin-bottom: 2rem;
	}
	.default_image {
    margin: 10px 0;
	}
	.default_image .centered {
		width: 50%;
		font-size: 1.3rem;	
	}
	.days {
		font-family: arial;
		font-weight: bold;	
		padding: 0 0 5px 0;
	}
	.small {
		display: block;
	}
	.day, .desktop {
		display: none;
	}
	.counter {
		padding-bottom: 2rem;
	}
	.popup-message-err {
		width: 80%;
	}
	.address h4 {
		padding-left: 0;
	}
	.content .post-short {
		flex-direction: column;
		width: 100%;
	}
	.content .post-short img {
		width: 100%;
		height: 170px;
	}
	.content .post-short .post_info {
		padding-top: 5px;
	}
	.content .post-short:last-child {
		padding-bottom: 25px;
	}
	.desktop {
		display: none;
	}
}

@media only screen and (max-width: 420px) {	
  .banner {
		min-height: 130px;
	}
	.banner .welcome_msg {
		width: 80%;
		padding: 2rem;
	}
	.banner .welcome_msg h2 {
/*		font-size: 1.1rem;*/
		margin: 0 0 10px;
	}
	.banner .welcome_msg p {
		/*font-size: .9rem;
    line-height: 1.3rem;*/
	}		
	.contact_data h1, .contact_form h1 {
    font-size: 1.4rem;
	}
	.address {
    font-size: .9rem;
	}
	.popup-message {
		width: 80%;
	}
	.first {
		padding-bottom: 15px;
	}
	.post-sidebar .card {
		margin: 0 0 10px;
		/*position: absolute;
		width: 100%;*/
/*		z-index: 677;*/
	}
	/*.default_image {
		margin: 10px 20px 0 0;		
	}*/
	.default_image .centered {
		width: 50%;
		font-size: 1.3rem;	
	}
	.default_image span {
		font-size: 2rem;
	}	
}

@media only screen and (max-width: 360px) {
	.default_image .centered {
		width: 50%;
		padding: 2rem 3rem;
		font-size: 1.1rem;	
	}
	.default_image span {
		font-size: 1.6rem;
	}
	.content .post-short img {
		height: 150px;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 767px) {
	html {
		font-size: 14px;
	}
	.navbar .logo_div h1 {
    font-size: 3rem;
	}
	.dropdown-content {
		top: 6.5rem;
		right: 3rem;
	}
	.content {
		width: auto;
		margin: 50px 3rem;
	}
	.content .wrapper {
		flex-direction: column;
		width: 72.3%;
	}	
	.contact_data, .contact_form {
		width: auto;
		padding: 0;
		margin: 0 2rem 3rem;
	}
	.contact_form {
		/*width: 92%;
    padding: 0px 4%;*/
	}
	.banner .welcome_msg {
		width: 50%;
		padding: 2.5rem 3rem;
	}
	.banner {
		background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url('../images/banner3.jpg');
		height: 240px;
	}
	.banner .welcome_msg h2 {
		margin: 0 0 10px 0;
/*		font-size: 1.4em;*/
	}

	.content .news {
		width: 67%;
		font-size: 1.3rem;
	}
	.content .chapter {
		width: 67%;
		font-size: 1.3rem;
	}
	.content .post-wrapper {
		width: 70%;
/*		margin-bottom: 50px;*/
	}
	.post-sidebar {
    width: 30%;
	}
	.content .post-short {
    width: 72%;
  }
	.content .post .post_image {
		height: 150px;
	}
	.content .post {
    width: calc(99% - 20px);
    min-height: 335px;
    margin: 10px 20px 10px 0;
	}
	.post-card {
		margin-right: -21px;
	}
	.post-sidebar .card .card-header h2 {
    color: white;
    font-size: 1.2rem;
	}
	.post-image img {
		display: none;
	}
	.content .post .post_info {
		font-size: 0.9rem;
	}
	.registration, .login_form {
    width: 370px;
	}	
	.search-container input[type=text] {
    width: calc(100% - 24px);
	}
	.card_prescolar, 
	.card_gimnazial {
		flex-direction: column;
	}
	.card_primar {
		flex-direction: column-reverse;
	}
	.card_prescolar img, .card_primar img, .card_gimnazial img {
    width: 100%; 
    height: 250px;
    object-fit: cover;
	}
	.text_card {
		width: 100%;
	}
	.content .post .post_info div {
		line-height: 18px;
		max-height: 68px;
	}	
	/*.desktop {
		display: none;
	}*/
	.small-devices {
		display: block;
	}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {		

	.banner .welcome_msg h2 {
		margin: 0 0 15px 0;
	}
	.content .post-wrapper {
		width: 75%;
	}
	.post-sidebar {
    width: 25%;
	}
	.content .post-short {
    width: 72%;
  }
	.content .post .post_image, .content .post-filtered {
		height: 165px;
	}
	.post-image img {
		display: block;
	}
	.content .post-filtered {
		width: 25%;
		margin: 10px 1.3%;
		min-height: 315px;
	}
	.contact {
		flex-direction: row;
		padding: 0 10rem;
	}	
	.contact_form {
		width: 50%;
/*		padding: 0 0 0 2rem;*/
	}
	.contact_data {
		width: 50%;
		padding: 0;
	}
	
	.search-container input[type=text] {
    width: calc(100% - 25px);
	}	
	.content .post .post_info div {
		line-height: 20px;
		max-height: 75px;
	}
	.content .post {
		min-height: 380px;
		width: calc(32% - 10px);
    margin: 10px 20px 10px 0;
	}

	
}
/* Extra big screen devices (1200px and above) */
@media only screen and (min-width: 1224px) {
	html {
		font-size: 15px;
	}		
	.banner {
		background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5)), url('../images/banner.jpg');
		height: 37vh;
	}
	.banner .welcome_msg {
		width: 30%;
		padding: 2rem 3rem 2rem 0;
	}
	.banner .welcome_msg h2 {
		margin: 0 0 15px 0;
		font-size: 1.6rem;
	}
	.content .post-wrapper {
		width: 80%;
	}
	.content .post-sidebar {
    width: 20%;
	}
	.content .wrapper {
		flex-direction: row;
		width: 76.3%;
	}	
	.content .news {
		width: 78.3%;
	}
	.content .chapter {
		width: 78.3%;
	}

	.content .post-short {
    width: 75%;
  }
	.dropdown-content {
		top: 6.2rem;
		right: 3rem;
	}
	.card_prescolar img, 
	.card_primar img, 
	.card_gimnazial img {
		width: 50%;
		object-fit: cover;
	}
	.card_prescolar, 
	.card_primar, .card_gimnazial {
		flex-direction: row;
	}
	.card_prescolar img, .card_primar img, .card_gimnazial img {
    width: 50%; 
    object-fit: cover;
	}
	.text_card {
		width: 100%;
	}
	.card_prescolar img, .card_primar img, .card_gimnazial img {
    height: auto;
	}
	.post-card {
		margin-right: -35px;
	}
}
/* Desktops and laptops */
@media only screen and (min-width: 1440px) {
	html {
		font-size: 16px;
	}	
	.banner .welcome_msg {
		width: 26%;
	}
	.banner .welcome_msg h2 {
		font-size: 1.8em;
	}
	.banner .welcome_msg p {
		line-height: 1.8rem;
	}
	.content {	
	/*	padding:0 20rem;*/
		width: 1200px;
		margin: 50px auto;
		border-radius: 5px;
	}
	.content .news {
		width: 76.3%;
	}
	.content .chapter {
		width: 76.3%;
	}

	.content .post-wrapper {
/*		margin-bottom: 50px;*/
		width: 78%;
	}
	.content .post-sidebar {
		position: relative;
    width: 22%;
	}
	.content .post .post_image, .content .post-filtered {
		height: 170px;
	}
	.contact_form {
		 margin: 0 2rem 0;
	}
	
	.dropdown-content {
		top: 5.90rem;
		right: 3rem;
	}
	.search-container input[type=text] {
    width: calc(100% - 27px);
	}	
	.desktop {
		display: block;
	}
	.small-devices {
		display: none;

}

