/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* Admin bar */
body.admin-bar {
  margin-top: 32px;
}
body.admin-bar nav {
  top: 32px;
}
@media (max-width: 600px) {
  #wpadminbar {
    display: none;
  }
  body.admin-bar {
    margin-top: 0;
  }
  body.admin-bar nav {
    top: 0;
  }
}
/*#wpadminbar {display: none;}*/
/*  */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "Catamaran", sans-serif;
  letter-spacing: 0.5px;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  padding-top: 40px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

h1,
p,
a,
article,
time {
  color: #a97c50;
}

p,
label,
input {
  font-family: "Catamaran", sans-serif;
  text-align: left;
  line-height: 25px;
  letter-spacing: normal;
  font-weight: 600;
  letter-spacing: 0.5px;
}

b {
  font-weight: 600;
}

a {
  font-weight: bold;
}

h1,
h2,
h3 {
  display: inline-block;
  margin-bottom: 3px;
  border-bottom: 3px solid #a97c50;
  padding-bottom: 3px;
  font-size: 24pt;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Roboto condensed", sans-serif;
  display: inline-block;
}

@media (min-width: 2020px) {
  body {
    padding: 40px calc((100% - 2020px) / 2) 0;
  }
}

.add-space {
  margin-bottom: 100px !important;
  display: block;
}

.button {
  -webkit-box-shadow: 3px 3px 15px 0px #885c31;
  -moz-box-shadow: 3px 3px 15px 0px #885c31;
  box-shadow: 3px 3px 15px 0px #885c31;
  border: none;
  background-color: #a97c50;
  padding: 5px;
  color: white;
  font-family: "Catamaran", sans-serif;
  width: 175px;
  font-size: 15px;
}
.button:hover {
  cursor: pointer;
}

.content-container {
  margin: 0 auto;
  margin-top: 25px;
  text-align: center;
  max-width: 875px;
}
@media (max-width: 920px) {
  .content-container {
    width: 90%;
  }
}

.project-content-header {
  position: relative;
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 300px;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (min-width: 1700px) {
  .project-content-header {
    background-size: cover;
  }
}
.project-content-header.how {
  height: 370px;
  background-image: url("../images/project-about.png");
}
.project-content-header.how h2 {
  margin-bottom: 95px;
}
.project-content-header.offer h2 {
  margin-bottom: 110px;
}
.project-content-header.finance h2,
.project-content-header.registration h2 {
  margin-bottom: 90px;
}
.project-content-header.schools h2 {
  margin-bottom: 60px;
}
.project-content-header.media h2 {
  margin-bottom: 60px;
}
.project-content-header.partners h2 {
  margin-bottom: 70px;
}
.blog .header-image div:last-child {
  margin-bottom: 30px;
}
.project-content-header.about h2 {
  margin-bottom: 60px;
}
@media (min-width: 1700px) {
  .project-content-header.how h2 {
    margin-bottom: 120px;
  }
  .project-content-header.offer h2 {
    margin-bottom: 140px;
  }
  .project-content-header.finance h2,
  .project-content-header.registration h2 {
    margin-bottom: 110px;
  }
  .project-content-header.schools h2 {
    margin-bottom: 80px;
  }
  .project-content-header.media h2 {
    margin-bottom: 85px;
  }
  .project-content-header.about h2 {
    margin-bottom: 80px;
  }
  .project-content-header.partners h2 {
    margin-bottom: 90px;
  }
  .blog .header-image div:last-child {
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .blog .header-image div:last-child {
    margin-bottom: 10px;
  }
}
@media (min-width: 1700px) {
  .project-content-header.how {
    height: 450px;
  }
}
.project-content-header.offer {
  height: 375px;
  background-image: url("../images/project-offer.png");
}
.project-content-header.finance {
  height: 425px;
  background-image: url("../images/project-finance.png");
  margin-top: 40px;
}
.project-content-header.registration {
  height: 400px;
  background-image: url("../images/project-registration.png");
}
.project-content-header.about {
  height: 308px;
  background-image: url("../images/about-who-we-are.png");
}
.project-content-header.schools {
  background-image: url("../images/project-schools.png");
}
.project-content-header.media {
  height: 350px;
  background-image: url("../images/project-media.png");
}
.project-content-header.partners {
  height: 350px;
  background-image: url("../images/project-partners.png");
}
.project-content-header h2 {
  margin: auto;
  width: 50%;
  text-align: center;
  margin-bottom: 55px;
  border: none;
  color: white;
}

.content-container-header {
  margin: 0 auto;
  margin-top: 100px;
  max-width: 875px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 840px) {
  .content-container-header {
    width: 90%;
  }
}
.content-container-header .header-desc {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-left: 25%;
  width: 460px;
}
.content-container-header .header-desc h1 {
  text-transform: uppercase;
  margin-bottom: 35px;
}
.content-container-header .header-desc p {
  font-weight: 600;
  text-align: center;
}

.mini-header-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  align-items: center;
  justify-content: center;
}
.mini-header-container h3 {
  font-size: 16px;
  text-transform: initial;
  font-family: "Catamaran", sans-serif;
}

.page-sect {
  margin-top: 95px;
}
.page-sect > h1 {
  margin-bottom: 55px;
  padding-bottom: 3px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
select {
  background-color: #f2f1f0;
  border: 1px solid #a97c50;
  display: block;
  padding: 0 15px;
  height: 32px;
  font-weight: 600;
  box-sizing: border-box;
  color: #9b8579;
}

input[type="text"],
input[type="number"],
textarea,
input[type="email"] {
  background-color: #f2f1f0;
  border: 1px solid #a97c50;
  display: block;
  padding: 5px 15px;
  height: 30px;
  font-weight: 600;
  box-sizing: border-box;
}
input[type="text"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="email"]:focus,
select {
  border: 1px solid #967452;
  outline: none;
}

input[type="text"],
textarea,
input[type="email"],
select {
  width: 100%;
}

label {
  display: block;
  font-size: 16px;
}

input[type="radio"] {
  display: none;
}

input[type="radio"] + span {
  background-color: #f2f1f0;
  border: 1px solid #a97c50;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 7px;
  padding: 7px;
  position: relative;
  vertical-align: middle;
}

input[type="radio"]:checked + span {
  border: 1px solid #967452;
  color: black;
}

input[type="radio"]:checked + span:after {
  color: black;
  content: "\2714";
  font-size: 23px;
  left: 4px;
  position: absolute;
  top: 2;
}

input[type="radio"] + span {
  cursor: pointer;
}

button,
.button {
  background-color: #a97c50;
  border: none;
  color: white !important;
  margin-top: 10px;
  display: block;
  padding: 10px 20px;
  border-radius: 2px;
  text-align: center;
}

nav {
  z-index: 998;
  position: fixed;
  display: block;
  top: 0;
  width: 100vw;
  height: 40px;
  background-image: url("../images/navigation-background.png");
  background-size: cover;
  -webkit-box-shadow: 0px 1px 13px 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 13px 2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 13px 2px rgba(0, 0, 0, 0.75);
}
@media (min-width: 2020px) {
  nav {
    width: 2020px;
  }
}
nav a {
  height: 20px;
  border-bottom: none;
  padding-bottom: 3px;
}
nav a,
nav a:visited,
nav a:hover,
nav a:active {
  color: inherit;
  text-decoration: none;
}
nav a:hover {
  border-bottom: 3px solid white;
}
nav .menu-container {
  max-width: 1024px;
  height: 100%;
  margin: 0 auto;
  font-family: "Catamaran", sans-serif;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1.1px;
  color: white;
  padding-top: 8px;
}
@media (max-width: 1600px) {
  nav .menu-container {
    width: 95%;
  }
}
@media (max-width: 840px) {
  nav .menu-container {
    width: 90%;
  }
  nav .menu-container > div {
    margin: 0 auto;
  }
  nav .menu-container > a {
    display: none;
  }
}
@media (max-width: 840px) {
  nav .menu-container ul {
    margin: 0 auto;
  }
  nav .menu-container ul li {
    margin: 0 auto;
  }
}
nav .menu-container ul li {
  padding: 0 20px;
  padding-bottom: 20px;
  float: left;
}
nav .menu-container .menu-menu-1-container {
  float: right;
}
nav .menu-container ul li#menu-item-165 {
  display: none;
}
nav .menu-container ul li a:hover + .sub-menu,
nav .menu-container ul li .sub-menu:hover,
nav .menu-container ul li .sub-menu ul:hover {
  visibility: visible !important;
  opacity: 1 !important;
  transition: opacity 0.5s, display 0.5s ease-in;
  -webkit-transition: opacity 0.5s, display 0.5s ease-in;
  left: 45%;
  right: 25%;
}
nav .menu-container ul li .sub-menu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  padding-top: 20px;
}
nav .menu-container ul li.link-orange {
  color: orange;
}
nav .menu-container ul li .sub-menu ul {
  background-image: url("../images/sub-menu-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  align-items: center;
  width: 100%;
  height: 50px;
}
nav .menu-container ul li .sub-menu ul li {
  float: left;
  padding: 5px;
  padding-top: 20px;
  padding-left: 20px;
}
nav .menu-container ul li .sub-menu ul li * {
  box-sizing: border-box;
}
.footer,
.footer-2 {
  background-repeat: no-repeat;
  background-position: center top;
}
@media (min-width: 1700px) {
  .footer,
  .footer-2 {
    background-size: cover;
  }
}

.footer {
  background-image: url("../images/footer-background.png");
  height: 350px;
}
@media (min-width: 1700px) {
  .footer {
    height: 400px;
  }
}

.footer-2 {
  background-image: url("../images/footer-background2.png");
  height: 694px;
}

.footer-2 {
  position: relative;
  font-weight: 600;
}
.footer-2 > div {
  margin: 0 auto;
  width: 50%;
  align-items: center;
  position: absolute;
  top: 475px;
  left: 0;
  right: 0;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-info {
  text-align: center;
  color: white;
  display: flex;
  flex-direction: column;
  -webkit-transition: margin-bottom 1s;
  /* Safari */
  transition: margin-bottom 1s;
}
.contact-info h1 {
  color: white;
  display: inline-block;
  font-weight: normal;
  margin-bottom: 3px;
  border-bottom: 3px solid white !important;
  font-size: 35px !important;
  font-weight: bold !important;
}
.contact-info span {
  margin-bottom: 30px;
}
.contact-info a {
  color: white;
  text-decoration: none;
  font-weight: 600;
}

@media (max-width: 840px) {
  .main .contact-info {
    margin-bottom: 260px;
    -webkit-transition: margin-bottom 1s;
    /* Safari */
    transition: margin-bottom 1s;
  }
}

.footer-info {
  max-width: 875px;
  height: 40px;
  display: flex;
  padding: 5px 0;
  font-size: 12px;
  color: #a97c50;
  font-family: "Catamaran", sans-serif;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 840px) {
  .footer-info {
    margin: 0 20px;
  }
}
.footer-info .author {
  padding-left: 5px;
  font-weight: 600;
}
.footer-info .fill-space {
  flex-grow: 1;
}
.footer-info a {
  padding-left: 10px;
  text-decoration: none;
}

.article hr {
  margin: 60px 0 150px 0;
}

articles hr:last-child {
  display: none;
}

.blog hr {
  margin: 15px 0 35px;
}

.blog .title,
.article .title {
  text-decoration: underline;
  text-align: center;
  margin-bottom: 32px;
}

.blog .header-image,
.article .header-image {
  background-image: url("../images/news-header-background.png");
  background-size: cover;
  background-position: center;
  height: 275px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 40px;
}
.blog .header-image div:last-child,
.article .header-image div:last-child {
  width: 875px;
  text-align: center;
  color: white;
  font-family: "Catamaran", sans-serif;
  font-size: 20px;
}
.blog .header-image div:last-child a,
.article .header-image div:last-child a {
  color: white;
  padding: 0 2px;
  text-decoration: none;
}
.blog .header-image div:last-child a.active,
.blog .header-image div:last-child a:hover,
.article .header-image div:last-child a.active,
.article .header-image div:last-child a:hover {
  border-bottom: 3px solid white;
}
@media (max-width: 600px) {
  .blog .header-image a {
    line-height: 40px;
  }
}
.blog .share-row,
.article .share-row {
  display: flex;
  border-top: 4px solid #a97c50;
  border-bottom: 4px solid #a97c50;
  height: 50px;
  justify-content: flex-start;
  align-items: center;
  margin: 50px 0;
}
.blog .share-row > *,
.article .share-row > * {
  margin-right: 10px;
}

.blog .content-container article,
.article .content-container articles {
  margin-top: 50px;
}
.blog .content-container,
.article .content-container {
  margin-top: 60px;
}

.blog .content-container article,
.article .content-container article {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.blog .content-container article p,
.article .content-container article p {
  font-weight: 400;
  text-indent: 25px;
}
.blog .content-container article form p {
  text-indent: 0;
}
.blog .content-container article img,
.article .content-container article img {
  margin: 30px 0;
}
#form-user-info {
  height: 64px;
}
.form-avatar {
  margin: 0 0 0 15px !important;
  float: right;
}
.loggedin,
.logout {
  float: right;
}
@media (max-width: 840px) {
  .blog .content-container article img,
  .article .content-container article img {
    width: auto;
  }
}
.blog .content-container article .share,
.article .content-container article .share {
  margin: 50px 0;
  padding: 15px 0;
}
.blog .content-container article .share img,
.article .content-container article .share img {
  margin: 0px;
}

.blog .content-container .comments-title,
.article .content-container .comments-title {
  margin-bottom: 50px;
}

.blog .content-container .comment,
.article .content-container .comment {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 55px;
}
.blog .content-container .comment > span,
.article .content-container .comment > span {
  margin-bottom: 25px;
}
.blog .content-container .comment span,
.article .content-container .comment span {
  text-align: left;
}

.blog .content-container .comment-write,
.article .content-container .comment-write {
  font-size: 15px;
  font-family: "Catamaran", sans-serif;
  border: none;
  display: block;
  text-align: left;
  text-transform: none;
  margin-bottom: 30px;
}

.blog .content-container form label,
.article .content-container form label {
  margin: 15px 0 5px 0px;
  padding: 0px;
}

.blog .content-container form textarea,
.article .content-container form textarea {
  height: 150px;
  resize: none;
}

.blog .content-container form button,
.article .content-container form button {
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 40px;
}

.blog .content-container .article-info,
.article .content-container .article-info {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
}
.blog .content-container .article-info a,
.article .content-container .article-info a {
  text-decoration: none;
}
.blog .content-container .article-info h2,
.article .content-container .article-info h2 {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 30px;
  border: none;
  padding: 0px;
  margin: 10px 0px;
}
.blog .content-container .article-info .mini-header-container,
.article .content-container .article-info .mini-header-container {
  margin: 0;
  padding: 0px;
}
.blog .content-container .article-info .category,
.article .content-container .article-info .category {
  font-weight: bold;
  margin-bottom: 5px;
}

.blog .content-container .article-images,
.article .content-container .article-images {
  width: 80%;
  margin: 20px auto 0;
}

.blog .content-container .article-images > img,
.article .content-container .article-images > img {
  max-width: 100%;
  text-align: center;
}

.blog .content-container .read-more,
.article .content-container .read-more {
  font-weight: bold;
}

.blog .content-container hr,
.article .content-container hr,
.order-form hr {
  width: 90%;
  background-color: #a97c50;
  color: #a97c50;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border: 0;
}

.blog .content-container .more-but,
.article .content-container .more-but {
  margin: 50px auto;
  padding: 5px 10px;
}

.content-container-body {
  max-width: 875px;
  color: #a97c50;
  padding-top: 20px;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media (max-width: 840px) {
  .content-container-body {
    width: 90%;
    margin-bottom: 60px;
    margin-top: 10px;
    padding-top: 40px;
  }
}
.content-container-body p {
  font-weight: 400;
  text-align: justify;
  text-indent: 25px;
  margin-bottom: 20px;
}
.content-container-body form {
  margin-top: 90px;
  margin-bottom: 10px;
}
.content-container-body form .form-container {
  width: 600px;
}

.content-container-body form input,
.content-container-body form textarea {
  color: #9b8579;
}
@media (max-width: 840px) {
  .content-container-body form .form-container {
    width: 100%;
  }
  .content-container-body form#reg-form {
    margin-top: 40px;
  }
}
.content-container-body form p,
.content-container-body form label {
  text-indent: 0px;
  /*margin-left: 10px;*/
}
.content-container-body form label {
  margin-top: 16px;
  font-weight: 400;
}
.content-container-body form p.label {
  font-weight: 400;
}
.content-container-body form p {
  margin-bottom: 15px;
}
.content-container-body form .form-block {
  margin-bottom: 40px;
}
.content-container-body form .row-data {
  display: flex;
  width: 100%;
  margin: 25px 0px;
}
.content-container-body form .row-data :first-child {
  width: 250px;
}
.content-container-body form .row-data .input-number {
  width: 50px !important;
}
.content-container-body form .roww {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.content-container-body form .roww label,
.content-container-body form .roww p {
  margin: 0px;
}
.content-container-body form .roww label {
  margin-right: 5px;
}
.content-container-body form .roww p {
  width: 250px;
}
.content-container-body form .roww .input-number {
  width: 65px;
}
.content-container-body form#reg-form .roww .input-number {
  box-sizing: content-box;
  height: 30px;
  width: 40px !important;
  padding: 1px 15px;
}
.content-container-body form .roww input[type="radio"] + span {
  margin-right: 10px;
}
.additional-col {
  display: flex;
}
.additional-col label {
  margin-top: 4px !important;
}
@media (max-width: 840px) {
  .content-container-body form .roww {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .content-container-body form .roww p {
    width: 100%;
  }
  .content-container-body form .roww input:last-child {
    margin-top: 0;
    width: 80px;
  }
  .additional-col {
    display: block;
    float: left;
    width: 100%;
    margin-top: 15px;
  }
  .additional-col label {
    margin-top: 0 !important;
  }
  .content-container-body form .roww input:last-child {
    margin-top: 5px;
  }
  .content-container-body form .roww label {
    margin-top: 5px;
  }
}

.content-container-body form .fill-space {
  flex-grow: 1;
}
.content-container-body form button[type="submit"] {
  margin-top: 58px;
}
.content-container-body .row {
  display: flex;
  margin-bottom: 125px;
}
.content-container-body .row b {
  font-weight: 600;
}
.content-container-body .row.rev {
  flex-direction: row-reverse;
}
@media (max-width: 840px) {
  .project-content-header {
    margin-bottom: 0;
  }
  .content-container-body .row {
    margin-bottom: 0;
    justify-content: center;
  }
  .content-container-body .row:first-child > div.intro-anchor {
    padding-top: 0;
  }
}
.content-container-body .row > div {
  width: 49%;
}
@media (max-width: 840px) {
  .content-container-body .row > div {
    width: 100%;
    margin: 0 auto;
  }
  .content-container-body .row > div.image {
    width: 0%;
    display: none;
  }
  .content-container-body .row .images {
    width: 80%;
    margin: 0 auto;
    display: block !important;
    text-align: center;
  }
}
.content-container-body .row .images {
  display: flex;
  align-items: stretch;
}
.content-container-body .row .images a {
  margin-right: 6px;
}
.content-container-body .row .images a:hover {
  opacity: 0.5;
  transition: opacity 0.5s ease-in;
}
.content-container-body .row .image {
  background-position: center;
  background-repeat: no-repeat;
  margin: 30px;
}
.content-container-body .row .image.offer-image1 {
  background-image: url("../images/project-offer-img1.png");
}
.content-container-body .row .image.offer-image2 {
  background-image: url("../images/project-offer-img2.png");
}
.content-container-body .row .image.offer-image3 {
  background-image: url("../images/project-offer-img3.png");
}
.content-container-body .row .image.offer-image4 {
  background-position: top;
  margin-top: 0px;
  background-image: url("../images/project-offer-img4.png");
}
.content-container-body .row .image.offer-image5 {
  margin-top: 80px;
  background-image: url("../images/project-offer-img5.png");
}
.content-container-body .center {
  margin: 0 auto;
  text-align: center !important;
}
@media (max-width: 840px) {
  .content-container-body .center {
    margin-top: 20px;
  }
}
.content-container-body .center p {
  text-align: center !important;
}

.modal-overlay {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.9);
}
.modal-overlay .modal {
  width: 80%;
  max-height: calc(100vh - 10px);
  overflow-y: auto;
  display: absolute;
  margin: 0 auto;
  margin-top: 40px;
  top: 0;
  left: 0;
}
.modal-overlay .modal .close {
  display: flex;
}
.modal-overlay .modal .close img {
  width: 33px;
  height: 33px;
}
.modal-overlay .modal .content {
  /*    display: flex; */
  justify-content: center;
  align-items: center;
  height: 80vh;
  color: #9b8579;
}
.modal-overlay .modal .content label {
  color: #a97c50;
}

.modal-overlay .modal .content img {
  max-height: 70vh;
}
.modal-overlay .modal .content .contact-message {
  display: none;
}
.modal-overlay .modal .content.contact-form,
.modal-overlay .modal .content.order-form {
  width: 70%;
  color: #a97c50;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 auto;
}
.modal-overlay .modal .content.contact-form input,
.modal-overlay .modal .content.contact-form textarea,
.modal-overlay .modal .content.order-form input,
.modal-overlay .modal .content.order-form textarea {
  margin-bottom: 15px;
  color: #9b8579;
}
.modal-overlay .modal .content.contact-form label,
.modal-overlay .modal .content.order-form label {
  margin-left: 15px;
}
.modal-overlay .modal .content.contact-form form,
.modal-overlay .modal .content.order-form form {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal-overlay .modal .content.order-form form {
  display: block !important;
  margin-top: 0px;
}
.modal-overlay .modal .content.contact-form textarea,
.modal-overlay .modal .content.order-form textarea {
  height: 100%;
  resize: none;
}
.modal-overlay .modal .content.contact-form *,
.modal-overlay .modal .content.order-form * {
  width: 100%;
}
.modal-overlay .modal .content.contact-form .message-box,
.modal-overlay .modal .content.order-form .message-box {
  flex-grow: 1;
}
.modal-overlay .modal .content.contact-form button,
.modal-overlay .modal .content.order-form button {
  width: auto;
}
.modal-overlay .modal .fill-space {
  flex-grow: 1;
}
.modal-overlay .modal .arrows {
  margin: 0 20px;
}
.modal-overlay .modal .arrows img {
  width: 32px;
  height: 64px;
}
.modal-overlay .modal h2 {
  font-size: 16px;
  text-transform: initial;
  font-family: "Catamaran", sans-serif;
  color: #a97c50;
}

.why p {
  margin-bottom: 40px;
  text-indent: 25px;
  font-weight: 400;
}
.why p:last-child {
  font-weight: 600;
}
.about-1 .info-card {
  display: flex;
  margin-top: 60px;
}
.about-1 .info-card p {
  text-indent: 0px;
}
.about-1 .infor-card-content {
  position: relative;
  float: left;
  width: calc(100% - 215px);
}
@media (max-width: 840px) {
  .about-1 .info-card {
    flex-direction: column;
  }
}
.about-1 .info-card .info-card-photo {
  padding: 0 15px;
}
@media (max-width: 840px) {
  .about-1 .info-card .info-card-photo {
    text-align: center;
    margin-bottom: 20px;
  }
  .about-1 .infor-card-content {
    width: 100%;
  }
}

.about-1 .about-intro {
  margin-bottom: 65px;
}
@media (max-width: 840px) {
  .about-1 .about-intro {
    margin-bottom: 0;
  }
}
.about-1 img {
  margin: 0 10px 10px 10px;
  width: 165px;
}

.about-1 .big-top-margin {
  margin-top: 75px;
}

.about-1 .content-container-body ul {
  margin: 80px 0px;
}
.about-1 .content-container-body ul li {
  margin: 20px 0;
  font-weight: bold;
  margin-left: 25px;
}

.about-1 .content-container-body.about-schools {
  margin-bottom: 100px;
}
@media (max-width: 840px) {
  .about-1 .content-container-body.about-schools {
    margin-bottom: 0;
  }
}

.about-1 .content-container-body article,
.about-1 .content-container-body .about-partners-info {
  margin-bottom: 70px;
}

.about-1 .content-container-body .about-partners-info {
  text-align: center;
}

.about-1 .content-container-body .ministry-logo {
  width: 240px;
  margin-top: 60px;
}

.main {
  background-image: url("../images/main-background.png");
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 1400px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1700px) {
  .main {
    background-size: 100% 100%;
  }
}
.main .content-container-body {
  display: flex;
  margin-top: 27px;
  justify-content: center;
}
@media (max-width: 600px) {
  .main .content-container-body {
    margin-top: 0;
  }
}
.main .intro {
  width: 500px;
  margin-left: 50px;
  /*margin-right: 25px;*/
  padding-top: 35px;
}
.main .intro p {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-bottom: 0px;
  font-weight: 600;
}
.main .fill-space {
  flex-grow: 1;
}
.main .logo {
  background-image: url("../images/logo.png");
  background-position: top center;
  background-repeat: no-repeat;
  width: 280px;
  height: 280px;
  display: inherit;
}
.main .logo + .fill-space {
  flex-grow: 1;
}
@media (max-width: 840px) {
  .main .logo {
    display: none;
  }
  .main .intro {
    margin-left: 0;
  }
  .main .logo + .fill-space {
    flex-grow: 0;
  }
}

.nav-close,
.mMenu,
.menuText {
  display: none;
}
@media (max-width: 768px) {
  .header-desc {
    padding-left: 0 !important;
  }
}
@media (max-width: 600px) {
  .sub-menu {
    display: none !important;
    visibility: hidden;
  }
}
@media (max-width: 500px) {
  .mMenu {
    display: block;
    cursor: pointer;
  }
  .mMenu div {
    border: 2px solid white;
    margin-bottom: 5px;
    width: 25px;
    cursor: pointer;
  }
  .nav-close {
    cursor: pointer;
    background: url("../images/close-white.png") no-repeat;
    display: block;
    z-index: 1000;
    width: 35px;
    height: 35px;
    position: fixed;
    top: 25px;
    left: -200px;
    transition: left 1s;
    -webkit-transition: left 1s;
  }
  .menuText {
    font-size: 25px !important;
    margin-left: 15px;
    cursor: pointer;
  }
  .menu-container {
    display: block;
  }
  .menu-container ul {
    display: block;
    height: 100%;
    background-color: #a97c50;
    position: fixed;
    top: 0;
    left: -200px;
    bottom: 0;
    padding-top: 100px;
    box-shadow: 0px 1px 13px 2px rgba(0, 0, 0, 0.75);
    transition: left 1s;
    -webkit-transition: left 1s;
  }
  .menu-container ul li {
    display: block;
    clear: both;
  }
  nav .menu-container ul li#menu-item-165 {
    display: block;
  }
}
@media (max-width: 460px) {
  .content-container-body form .form-container {
    width: auto;
  }
  .content-container-body .row .images {
    text-align: center;
    display: block;
  }
}
@media (max-width: 300px) {
  .footer-info {
    display: block;
  }
  .footer-info span {
    clear: both;
  }
}

a.green {
  font-weight: 600;
}
.modal-overlay .modal .content.order-form .nb1 td {
  width: 50%;
}
.modal-overlay .modal .content.order-form .nb1 td:first-child {
  padding-right: 10px;
}
.modal-overlay .modal .content.order-form .nb1 td:last-child {
  padding-left: 10px;
}
.modal-overlay .modal .content.contact-form label,
.modal-overlay .modal .content.order-form label {
  margin-left: 0;
}

.modal-overlay .modal .content.order-form .nb2 td {
  width: 50%;
}
.modal-overlay .modal .content.order-form .nb2 td:first-child {
  padding-right: 10px;
}
.modal-overlay .modal .content.order-form .nb2 td:last-child {
  padding-left: 10px;
}

/*TODO ADDED*/

.send-message {
  margin: 0 auto;
}

.intro-anchor {
  margin-top: -60px;
  padding-top: 60px;
}

@media (max-width: 700px) {
  nav {
    background-image: url("../images/navigation-background-mob.png");
  }
  .main {
    height: 1343px;
    background-position: 0 700px !important;
    background-image: url("../images/main-background-mob.png");
  }
  .contact-info#kontakt- {
    margin-bottom: 125px !important;
  }
  .project-content-header.how {
    margin-top: 60px;
    background-image: url("../images/project-about-mob.png");
  }
  .project-content-header.how h2 {
    margin-bottom: 80px;
  }
  .project-content-header.offer {
    height: 370px;
    background-image: url("../images/project-offer-mob.png");
  }
  .project-content-header.offer h2 {
    margin-bottom: 90px;
  }
  .project-content-header.finance {
    height: 400px;
    background-image: url("../images/project-finance-mob.png");
  }
  .project-content-header.finance h2 {
    margin-bottom: 80px;
  }
  .project-content-header.registration {
    background-image: url("../images/project-registration-mob.png");
  }
  .project-content-header.about {
    background-image: url("../images/about-who-we-are-mob.png");
  }
  .project-content-header.schools {
    background-image: url("../images/project-schools-mob.png");
  }
  .project-content-header.schools h2 {
    margin-bottom: 50px;
  }
  .project-content-header.media {
    height: 300px;
    background-image: url("../images/project-media-mob.png");
  }
  .project-content-header.media h2 {
    margin-bottom: 50px;
  }
  .project-content-header.partners {
    height: 300px;
    background-image: url("../images/project-partners-mob.png");
  }
  .blog .header-image,
  .article .header-image {
    height: 310px;
    margin-top: 50px;
    background-image: url("../images/news-header-background-mob.png");
  }
  .blog .header-image div:last-child {
    margin-bottom: 25px !important;
  }
  .footer {
    background-image: url("../images/footer-background-mob.png");
  }
  .footer-2 {
    height: 660px;
    margin-top: 60px;
    background-image: url("../images/footer-background2-mob.png");
  }
  .footer-2 > div {
    top: 435px;
  }
}

@media (max-width: 600px) {
  .main .intro {
    max-width: 100%;
    padding-top: 0px;
  }
  .modal-overlay .modal .arrows img {
    width: 22px;
    height: 34px;
  }
  .modal-overlay .modal .close img {
    width: 23px;
    height: 23px;
  }
  .modal-overlay .modal .content.order-form .nb1 td {
    width: 100%;
    display: inline-block;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.order-form-form {
  flex-direction: initial !important;
  align-items: initial !important;
  justify-content: initial !important;
}
.order-form {
  flex-direction: column;
}

.mini-header-container-mg {
  margin: 30px 0 -25px;
}

.mobile-gallery-nav {
  display: none;
}

@media (max-width: 600px) {
  .main {
    background-position: -800px 270px;
  }
  .main .logo {
    display: block;
    width: initial;
  }
  .main .content-container-body {
    flex-direction: column;
  }

  .modal-image img {
    height: initial;
    max-width: 100%;
  }
  .modal .arrows {
    display: none;
  }
  .mobile-gallery-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .mobile-gallery-nav .arrows {
    display: block;
    margin-bottom: 10px !important;
  }
  .modal-overlay.gallery .content {
    flex-direction: column;
  }
  .modal-overlay .modal-image img {
    max-height: 60vh !important;
  }

  .modal-overlay.gallery .mini-header-container {
    margin: 3px;
  }
  .gallery .mini-header-container h2 {
    font-size: 16px;
    color: #a97c50;
  }
}

.notes {
  resize: none;
  height: initial;
}

.order-amount-input label,
.order-amount-input input {
  display: inline-block !important;
  width: 100px !important;
}
.order-amount-input input {
  text-align: center;
}

.error {
  color: red !important;
}
textarea.message-box {
  height: 20% !important;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}
#wpadminbar {
  display: none;
}
.wp-toolbar #wpadminbar {
  display: block;
}

.about-1 .content-container-body ul.schoolList {
  margin: 20px 0px 40px 20px;
  list-style: disc;
  display: none;
}
.about-1 .content-container-body ul.schoolList li {
  margin: 5px 0px 5px 25px;
  padding: 0px 0 0 0px;
  font-weight: normal;
}

.archive article h1,
.archive article h2 {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 30px;
  border-bottom: 0;
}
.archive article h3 {
  margin: 5px 0px 15px;
  font-size: 13pt;
  border-bottom: 0;
}
.archive article p {
  margin: 5px 0px 15px;
}
.archive article strong {
  font-weight: bold;
}
.archive article img {
  margin: 20px auto;
}
.archive article h2:not(:first-child) {
  margin-top: 40px;
  margin-bottom: 30px;
}

.content-container h2 {
  text-align: left;
  display: block;
}
.content-container h3 {
  text-align: left;
  display: block;
}
.content-container ol {
  list-style-type: decimal;
  text-align: left;
  list-style-position: inside;
  margin-bottom: 20px;
}
.content-container li {
  margin-bottom: 10px;
}

.templates {
  color: #a97c50;
  line-height: 1.3;
}

.templates h2 {
  font-size: 17px;
  text-transform: initial;
  font-family: "Catamaran", sans-serif;
  margin-top: 40px;
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
}

.templates h3 {
  font-size: 20px;
  text-transform: initial;
  font-family: "Catamaran", sans-serif;
  border-bottom: none;
  margin-bottom: 20px;
}
.templates h4 {
  font-size: 17px;
  text-transform: initial;
  font-family: "Catamaran", sans-serif;
  border-bottom: none;
  margin-bottom: 15px;
  text-align: left;
}

.templates p {
  margin-bottom: 15px;
}

.templates ul {
  text-align: left;
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 30px;
}
.templates ul ul {
  list-style: circle;
  margin-top: 20px;
}
.templates strong {
  font-weight: bold;
}

