.page-content .child-groups {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  position: relative;
}
.page-content .child-groups .header-img-top {
  display: none;
  position: absolute;
  right: -10px;
  top: -120px;
}
.page-content .child-groups .header-img-top img {
  max-width: 100px;
}
.page-content .child-groups h1 {
  color: green;
  text-align: center;
  position: relative;
}
.page-content .child-groups h1:before {
  content: "";
  border-bottom: 1px solid green;
  border-top: 1px solid green;
  width: 60px;
  height: 0.1em;
  position: absolute;
  top: 0.65em;
  margin-left: -70px;
}
.page-content .child-groups h1:after {
  content: "";
  border-bottom: 1px solid green;
  border-top: 1px solid green;
  width: 60px;
  height: 0.1em;
  position: absolute;
  top: 0.65em;
  margin-left: 10px;
}
.page-content .child-groups .card {
  width: 80%;
  padding-right: 10px;
}
.page-content .child-groups .card:last-child {
  padding-right: 0;
}
.page-content .child-groups .header-text {
  width: 100%;
}
.page-content .child-groups .header-text h1 {
  text-align: center;
  font-family: 'DollhouseC', sans-serif;
  font-weight: bold;
}
.page-content .child-groups .icon-box.icon-box-color__primary.boxed {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 100px;
  min-height: 300px;
}
.page-content .child-groups .icon-box.icon-box-color__primary.boxed .icon-box-body a:hover {
  text-decoration: none;
}
.page-content .child-groups .icon-box.icon-box-color__primary.boxed .icon-box-body .img-container {
  padding: 10px;
}
.page-content .child-groups .icon-box.icon-box-color__primary.boxed .icon-box-body .img-container img {
  width: 100%;
}
.page-content .child-groups .icon-box.icon-box-color__primary.boxed .icon-box-body h2 {
  font-family: 'DollhouseC', sans-serif;
  color: green;
  text-align: center;
  padding-top: 15px;
}
.page-content .child-groups .icon-box.icon-box-color__primary.boxed:hover {
  box-shadow: 10px 5px 5px rgba(238, 238, 238, 0.9);
  border-top: 1px;
  border-left: 1px;
}
.page-content .general-info {
  padding-bottom: 50px;
  position: relative;
}
.page-content .general-info .header-img-top {
  position: absolute;
  left: 30px;
  top: -50px;
}
.page-content .general-info .header-img-top img {
  max-width: 100px;
}
.page-content .general-info .description-text {
  padding: 0 50px;
}
.page-content .general-info .description-text p {
  text-align: justify;
  text-indent: 1.5em;
  font-size: 18px;
  color: green;
}
.page-content .general-info .header-text {
  width: 100%;
}
.page-content .general-info .header-text h1 {
  text-align: center;
  font-family: 'DollhouseC', sans-serif;
  font-weight: bold;
  color: green;
  position: relative;
}
.page-content .general-info .header-text h1:before {
  content: "";
  border-bottom: 1px solid green;
  border-top: 1px solid green;
  width: 60px;
  height: 0.1em;
  position: absolute;
  top: 0.65em;
  margin-left: -70px;
}
.page-content .general-info .header-text h1:after {
  content: "";
  border-bottom: 1px solid green;
  border-top: 1px solid green;
  width: 60px;
  height: 0.1em;
  position: absolute;
  top: 0.65em;
  margin-left: 10px;
}
.page-content .general-info .info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.page-content .general-info .info .card {
  width: 80%;
  padding: 15px;
}
.page-content .general-info .info .card .icon-box-body {
  padding: 20px 50px 0;
  margin-bottom: 10px;
}
.page-content .general-info .info .card .icon-box-body img {
  width: 100%;
}
.page-content .general-info .info .card .description {
  text-align: center;
}
.page-content .general-info .info .card .description h1 {
  color: green;
  font-family: 'DollhouseC', sans-serif;
  font-weight: bold;
  font-size: 42px;
  margin-bottom: 0;
  background: rgba(233, 255, 227, 0.29);
  border-radius: 40px 10px;
}
.page-content .general-info .info .card .description p {
  color: green;
  font-family: 'DollhouseC', sans-serif;
  font-size: 18px;
  background: rgba(233, 255, 227, 0.29);
  border-radius: 40px 10px;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-content .collective {
  padding-bottom: 50px;
}
.page-content .collective h1 {
  text-align: center;
  font-family: 'DollhouseC', sans-serif;
  font-weight: bold;
  color: green;
  position: relative;
  width: 100%;
}
.page-content .collective h1:before {
  content: "";
  border-bottom: 1px solid green;
  border-top: 1px solid green;
  width: 60px;
  height: 0.1em;
  position: absolute;
  top: 0.65em;
  margin-left: -70px;
}
.page-content .collective h1:after {
  content: "";
  border-bottom: 1px solid green;
  border-top: 1px solid green;
  width: 60px;
  height: 0.1em;
  position: absolute;
  top: 0.65em;
  margin-left: 10px;
}
.page-content .collective .card {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.page-content .collective .job-listing-box .job-listing-img {
  height: 300px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.page-content .collective .job-listing-box .job-listing-body {
  padding: 20px;
}
.page-content .collective .job-listing-box .job-listing-body .name {
  text-align: center;
}
.page-content .collective .job-listing-box .job-listing-body .name p {
  color: green;
  font-size: 16px;
}
.page-content .collective .job-listing-box .job-listing-body hr {
  margin-top: 5px;
  margin-bottom: 5px;
  border-top: 1px solid green;
}
.page-content .collective .job-listing-box .job-listing-body p {
  color: #000000;
}
.page-content .collective .job-listing-box .job-listing-footer .meta li:before {
  color: green;
}
.page-content .collective .job-listing-box .job-listing-footer .meta li {
  color: #000000;
}
.page-content .collective .job-listing-box .job-listing-footer .meta li span {
  background: rgba(233, 255, 227, 0.5);
  border-radius: 10px;
  padding: 0 5px;
  color: green;
}
.page-content .collective .more-info {
  width: 100%;
}
.page-content .collective .more-info .more {
  width: 80%;
  text-align: center;
  color: green;
  font-size: 16px;
  padding: 5px 10px;
  background: rgba(233, 255, 227, 0.5);
  border-radius: 40px 10px;
  margin: 0 auto;
  display: block;
}
.page-content .posts {
  padding-bottom: 50px;
}
.page-content .posts h1 {
  color: green;
  text-align: center;
  position: relative;
  width: 100%;
}
.page-content .posts h1:before {
  content: "";
  border-bottom: 1px solid green;
  border-top: 1px solid green;
  width: 60px;
  height: 0.1em;
  position: absolute;
  top: 0.65em;
  margin-left: -70px;
}
.page-content .posts h1:after {
  content: "";
  border-bottom: 1px solid green;
  border-top: 1px solid green;
  width: 60px;
  height: 0.1em;
  position: absolute;
  top: 0.65em;
  margin-left: 10px;
}
.page-content .posts .more-info {
  width: 100%;
}
.page-content .posts .more-info .more {
  width: 80%;
  text-align: center;
  color: green;
  font-size: 16px;
  padding: 5px 10px;
  background: rgba(233, 255, 227, 0.5);
  border-radius: 40px 10px;
  margin: 0 auto;
  display: block;
}
.page-content .posts .card {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.page-content .posts .job-listing-box .job-listing-img {
  height: 300px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.page-content .posts .job-listing-box .job-listing-body {
  padding: 20px;
}
.page-content .posts .job-listing-box .job-listing-body .name {
  text-align: center;
}
.page-content .posts .job-listing-box .job-listing-body .name p {
  color: green;
  font-size: 16px;
}
.page-content .posts .job-listing-box .job-listing-body hr {
  margin-top: 5px;
  margin-bottom: 5px;
  border-top: 1px solid green;
}
.page-content .posts .job-listing-box .job-listing-body p {
  color: #000000;
  text-indent: 1.5em;
}
.page-content .posts .job-listing-box .job-listing-body p .readFull {
  color: green;
}
.page-content .posts .job-listing-box .job-listing-footer .meta li:before {
  color: green;
}
.page-content .posts .job-listing-box .job-listing-footer .meta li {
  color: #000000;
}
.page-content .posts .job-listing-box .job-listing-footer .meta li span {
  background: rgba(233, 255, 227, 0.5);
  border-radius: 10px;
  padding: 0 5px;
  color: green;
}
.page-content .posts .job-listing-box .job-listing-footer .meta li:before {
  content: '\f073';
}
.page-content .gallery > h1 {
  color: green;
  text-align: center;
  position: relative;
}
.page-content .gallery > h1:before {
  content: "";
  border-bottom: 1px solid green;
  border-top: 1px solid green;
  width: 60px;
  height: 0.1em;
  position: absolute;
  top: 0.65em;
  margin-left: -70px;
}
.page-content .gallery > h1:after {
  content: "";
  border-bottom: 1px solid green;
  border-top: 1px solid green;
  width: 60px;
  height: 0.1em;
  position: absolute;
  top: 0.65em;
  margin-left: 10px;
}
.page-content .gallery .more-info {
  width: 100%;
}
.page-content .gallery .more-info .more {
  width: 80%;
  text-align: center;
  color: green;
  font-size: 16px;
  padding: 5px 10px;
  background: rgba(233, 255, 227, 0.5);
  border-radius: 40px 10px;
  margin: 0 auto;
  display: block;
}
.page-content .gallery .flexslider-desc {
  background: rgba(233, 255, 227, 0.7);
  width: auto;
  max-width: 450px;
}
.page-content .gallery .flexslider-desc h2 {
  margin: 0;
  color: green;
  font-family: 'DollhouseC', sans-serif;
}
.page-content .isempty {
  width: 100%;
}
.page-content .isempty h2 {
  text-align: center;
  color: green;
}
.page-content.document {
  padding-bottom: 15px;
}
.page-content.document h5 {
  padding-left: 40px;
  text-align: center;
  font-family: 'DollhouseC', sans-serif;
  font-weight: bold;
  color: green;
  margin: 0;
}
.page-content.document h5 > a {
  color: green;
  text-decoration: underline;
}
.page-content.document h5 > a:hover {
  color: rgba(0, 128, 0, 0.6);
}
.page-content.document .document-header h1 {
  text-align: center;
  font-family: 'DollhouseC', sans-serif;
  font-weight: bold;
  color: green;
  position: relative;
}
.page-content.document .document-wrapper .description {
  padding-left: 40px;
  text-align: left;
  font-family: 'DollhouseC', sans-serif;
  font-weight: bold;
  color: green;
  margin: 0;
}
.page-content.document .document-wrapper .description > p {
  margin: 0;
  text-indent: 1.5em;
}
.bootstrap-form-control {
  padding: 12px 24px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  border-radius: 6px;
  background-image: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0%);
  box-shadow: inset 0 1px 1px rgb(0 0 0%);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.contact-area .contact-title {
  padding: 20px 0;
}
.contact-area .contact-title > h1 {
  text-align: center;
  font-family: 'DollhouseC', sans-serif;
  font-weight: bold;
  color: green;
  position: relative;
}
.contact-area .contact-title > h1:before {
  content: "";
  border-bottom: 1px solid green;
  border-top: 1px solid green;
  width: 60px;
  height: 0.15em;
  position: absolute;
  top: 0.65em;
  margin-left: -70px;
}
.contact-area .contact-title > h1:after {
  content: "";
  border-bottom: 1px solid green;
  border-top: 1px solid green;
  width: 60px;
  height: 0.15em;
  position: absolute;
  top: 0.65em;
  margin-left: 10px;
}
.contact-area .contact-form {
  padding: 20px 20px 20px 80px;
}
.contact-area .contact-form h4 {
  text-align: left;
  font-family: 'DollhouseC', sans-serif;
  font-weight: bold;
  color: green;
  position: relative;
}
.contact-area .contact-form h4 a {
  text-align: left;
  font-family: 'DollhouseC', sans-serif;
  font-weight: bold;
  color: green;
  position: relative;
}
.page-wrapper .feedbacks .auto-container .clearfix .content .collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  border-radius: 20px;
  width: 95%;
  margin: 10px auto 0 auto;
  display: block;
}
.page-wrapper .feedbacks .auto-container .clearfix .content .active,
.page-wrapper .feedbacks .auto-container .clearfix .content .collapsible:hover {
  background-color: #407C32FF;
}
.page-wrapper .feedbacks .auto-container .clearfix .content .content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
  color: green;
  margin: 0 auto 10px auto;
  border-radius: 0 0 50px 50px;
  width: 80%;
}
.page-wrapper .feedbacks .auto-container .clearfix h3 {
  color: green;
}
.page-wrapper .feedbacks .auto-container .clearfix > p {
  color: black;
  text-indent: 1.5em;
}
.page-wrapper .feedbacks .auto-container .clearfix form[name="new_feedback"] {
  padding: 0 50px;
}
.page-wrapper .feedbacks .auto-container .clearfix form[name="new_feedback"] label {
  color: green;
  font-size: 16px;
}
.page-wrapper .feedbacks .auto-container .clearfix form[name="new_feedback"] .row {
  padding-bottom: 10px;
}
.page-wrapper .feedbacks .auto-container .clearfix form[name="new_feedback"] button[type="submit"] {
  background: green;
}
.page-wrapper .feedbacks .auto-container .clearfix form[name="new_feedback"] button[type="submit"]:hover {
  opacity: 0.7;
}
.page-wrapper .feedbacks .auto-container .clearfix > .col-md-10 {
  margin: 0 auto;
  width: 100%;
  padding: 0 50px;
}
.page-wrapper.page-static {
  padding: 0 20px;
}
.page-wrapper.page-static .page-name h1 {
  font-size: 50px;
}
.page-wrapper.page-static h1 {
  text-align: center;
  position: relative;
}
.page-wrapper.page-static h1:before {
  content: "";
  border-bottom: 1px solid green;
  border-top: 1px solid green;
  width: 60px;
  height: 0.1em;
  position: absolute;
  top: 0.65em;
  margin-left: -70px;
}
.page-wrapper.page-static h1:after {
  content: "";
  border-bottom: 1px solid green;
  border-top: 1px solid green;
  width: 60px;
  height: 0.1em;
  position: absolute;
  top: 0.65em;
  margin-left: 10px;
}
.page-wrapper.page-static h1,
.page-wrapper.page-static h2,
.page-wrapper.page-static h3,
.page-wrapper.page-static h4,
.page-wrapper.page-static h5 {
  font-family: 'DollhouseC', sans-serif;
  font-weight: bold;
  color: green;
}
.page-wrapper.page-static p {
  color: black;
  text-indent: 1.5em;
}
.page-wrapper.page-static section .header-image {
  display: flex;
  justify-content: center;
}
.page-wrapper.page-static section .header-image img {
  width: 90%;
}
.page-wrapper.page-static.metodic p,
.page-wrapper.page-static.metodic ul li {
  color: black;
  font-size: 16px;
  letter-spacing: 1px;
}
.page-wrapper.page-static.metodic h4 {
  text-align: center;
}
.page-wrapper.page-static.metodic .img-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-wrapper.sun-static .logo {
  display: flex;
  flex-wrap: wrap;
}
.page-wrapper.sun-static .logo .header-image {
  display: flex;
  justify-content: center;
  width: 100%;
}
.page-wrapper.sun-static .logo .header-image img {
  width: 60%;
}
.page-wrapper.sun-static .logo .header-text {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-wrapper.sun-static .logo .header-text h4 {
  font-size: 28px;
  line-height: 30px;
}
.page-wrapper.sun-static .logo .header-text h4 strong {
  display: block;
  text-decoration: underline;
  margin-bottom: 10px;
}
.page-wrapper.sun-static .teacher-header {
  font-size: 40px;
  text-align: center;
}
.page-wrapper.sun-static .teachers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-wrapper.sun-static .teachers .card {
  background: rgba(211, 211, 211, 0.25);
  border-radius: 40px;
  padding: 30px;
  margin: 10px;
  width: 90%;
}
.page-wrapper.sun-static .teachers .card h2 {
  text-align: center;
}
.page-wrapper.sun-static .teachers .card hr {
  border-top-color: green;
}
.page-wrapper.sun-static .teachers .card p {
  font-size: 16px;
  margin: 0 0 10px 0;
  text-indent: 1.5em;
}
.page-wrapper.sun-static .teachers .card p strong {
  color: green;
}
.page-wrapper.sun-static .teachers .additional p {
  padding: 25px 40px;
  color: green;
  font-size: 25px;
  text-decoration: underline;
  text-indent: 1.5em;
}
.page-wrapper.sun-static .description {
  padding: 0 40px 40px 40px;
}
.page-wrapper.sun-static .description ul,
.page-wrapper.sun-static .description ol {
  font-size: 16px;
  color: black;
}
.page-wrapper.sun-static .description strong {
  display: block;
  font-size: 25px;
  line-height: 30px;
  color: green;
  margin-bottom: 10px;
}
.page-wrapper.sun-static .gallery {
  display: flex;
  flex-wrap: wrap;
}
.page-wrapper.sun-static .gallery .gallery-item img {
  width: 100%;
  transition: transform 0.2s;
  padding-bottom: 10px;
}
.page-wrapper.daisy-static .logo {
  display: flex;
  flex-wrap: wrap;
}
.page-wrapper.daisy-static .logo .header-image {
  display: flex;
  justify-content: center;
  width: 100%;
}
.page-wrapper.daisy-static .logo .header-image img {
  width: 60%;
}
.page-wrapper.daisy-static .logo .header-text {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-wrapper.daisy-static .logo .header-text h4 {
  font-size: 28px;
  line-height: 30px;
}
.page-wrapper.daisy-static .logo .header-text h4 strong {
  display: block;
  text-decoration: underline;
  margin-bottom: 10px;
}
.page-wrapper.daisy-static .teacher-header {
  font-size: 40px;
  text-align: center;
}
.page-wrapper.daisy-static .teachers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-wrapper.daisy-static .teachers .card {
  background: rgba(211, 211, 211, 0.25);
  border-radius: 40px;
  padding: 30px;
  margin: 10px;
  width: 90%;
}
.page-wrapper.daisy-static .teachers .card h2 {
  text-align: center;
}
.page-wrapper.daisy-static .teachers .card hr {
  border-top-color: green;
}
.page-wrapper.daisy-static .teachers .card p {
  font-size: 16px;
  margin: 0 0 10px 0;
  text-indent: 1.5em;
}
.page-wrapper.daisy-static .teachers .card p strong {
  color: green;
}
.page-wrapper.daisy-static .teachers .card .image-info {
  display: flex;
  padding-bottom: 10px;
}
.page-wrapper.daisy-static .teachers .card .image-info img {
  width: 100%;
}
.page-wrapper.daisy-static .teachers .additional p {
  padding: 25px 40px;
  color: green;
  font-size: 25px;
  line-height: 30px;
  text-decoration: underline;
  text-indent: 1.5em;
}
.page-wrapper.daisy-static .description {
  padding: 0 40px 40px 40px;
}
.page-wrapper.daisy-static .description ul,
.page-wrapper.daisy-static .description ol {
  font-size: 18px;
  color: black;
}
.page-wrapper.daisy-static .description strong {
  display: block;
  font-size: 25px;
  color: green;
  margin-bottom: 10px;
  line-height: 30px;
}
.page-wrapper.daisy-static .description p {
  font-size: 18px;
  line-height: 24px;
  text-indent: 1.5em;
}
.page-wrapper.daisy-static .description .doubled-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.page-wrapper.daisy-static .description .doubled-img img {
  width: 95%;
  border-radius: 25px;
  padding-bottom: 10px;
}
.page-wrapper.daisy-static .gallery {
  display: flex;
  flex-wrap: wrap;
}
.page-wrapper.daisy-static .gallery .gallery-item img {
  width: 100%;
  transition: transform 0.2s;
  padding-bottom: 10px;
  z-index: 10;
}
.personal.page-wrapper {
  padding-top: 40px;
}
.personal.page-wrapper .personal-header .sec-personal h1 {
  text-align: center;
  font-family: 'DollhouseC', sans-serif;
  font-weight: bold;
  color: green;
  position: relative;
}
.personal.page-wrapper .personal-header .sec-personal h1:before {
  content: "";
  border-bottom: 1px solid green;
  border-top: 1px solid green;
  width: 60px;
  height: 0.1em;
  position: absolute;
  top: 0.65em;
  margin-left: -70px;
}
.personal.page-wrapper .personal-header .sec-personal h1:after {
  content: "";
  border-bottom: 1px solid green;
  border-top: 1px solid green;
  width: 60px;
  height: 0.1em;
  position: absolute;
  top: 0.65em;
  margin-left: 10px;
}
.personal.page-wrapper .personal-section {
  display: block;
  padding: 15px 15px 0 15px;
}
.personal.page-wrapper .personal-section .auto-container.clearfix {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.personal.page-wrapper .personal-section .auto-container.clearfix .personal-item {
  padding: 15px 0;
  background: rgba(194, 194, 194, 0.1);
}
.personal.page-wrapper .personal-section .auto-container.clearfix .personal-item .image {
  padding: 15px;
}
.personal.page-wrapper .personal-section .auto-container.clearfix .personal-item .image img {
  width: 100%;
}
.personal.page-wrapper .personal-section .auto-container.clearfix .personal-item .text {
  padding: 15px 15px 0 15px;
}
.personal.page-wrapper .personal-section .auto-container.clearfix .personal-item .text h1 {
  text-align: center;
  font-family: 'DollhouseC', sans-serif;
  font-weight: bold;
  color: green;
}
.personal.page-wrapper .personal-section .auto-container.clearfix .personal-item .text h5 {
  text-align: center;
  font-family: 'DollhouseC', sans-serif;
  font-weight: bold;
  color: green;
  position: relative;
}
.personal.page-wrapper .personal-section .auto-container.clearfix .personal-item .text hr {
  border-top-color: green;
}
.personal.page-wrapper .personal-section .auto-container.clearfix .personal-item .text p {
  text-align: center;
  font-family: 'DollhouseC', sans-serif;
  font-weight: bold;
  color: black;
  margin: 0;
  text-indent: 1.5em;
}
.footer .footer-widgets {
  position: relative;
}
.footer .footer-widgets .footer-img-bottom-left {
  position: absolute;
  bottom: 5px;
  left: 30px;
  width: 340px;
}
.footer .footer-widgets .footer-img-bottom-left img {
  width: 100%;
}
.footer .footer-widgets .footer-img-top {
  position: absolute;
  left: 30px;
  top: -70px;
  text-indent: 1.5em;
}
.footer .footer-widgets .footer-img-top img {
  max-width: 140px;
}
.footer .footer-widgets .widget__footer .widget-title {
  color: green;
  font-family: 'DollhouseC', sans-serif;
  border-bottom: 1px solid rgba(0, 128, 0, 0.4);
}
.footer .footer-widgets .widget_tag_cloud .tagcloud a {
  background: green;
  font-size: 14px;
}
.footer .footer-widgets .widget_tag_cloud .tagcloud a:hover {
  background: rgba(0, 128, 0, 0.7);
}
.footer .footer-widgets .widget_contact ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .footer-widgets .widget_contact ul li {
  color: green;
  display: flex;
}
.footer .footer-widgets .widget_contact ul li .inline-block-content .no-margin {
  padding-left: 20px;
  font-size: 16px;
}
.footer .footer-widgets .widget_contact ul li .inline-block-content .no-margin.email {
  font-family: 'Payball', sans-serif;
}
.footer .footer-widgets .widget_contact ul li .inline-block-content .no-margin.email a {
  color: green;
}
.footer .footer-widgets .widget_contact ul li strong {
  font-size: 16px;
}
.footer .footer-widgets .widget_feedback .info-link {
  color: green;
  text-decoration: underline;
  font-size: 16px;
}
.footer .footer-widgets .widget_feedback .info-link:hover {
  color: rgba(0, 128, 0, 0.7);
}
.footer .footer-widgets .widget_feedback .info-text {
  font-size: 16px;
  color: green;
}
.footer .footer-widgets .widget_feedback .widget-content form label {
  font-size: 16px;
  color: green;
}
.footer .footer-widgets .widget_feedback .widget-content form #new_feedback_submit {
  font-size: 16px;
  background: green;
  color: white;
}
.footer .footer-widgets .widget_feedback .widget-content form #new_feedback_content {
  width: 100%;
  border: 1px solid green;
}
.footer .footer-widgets .widget_feedback .widget-content form input {
  margin-bottom: 5px;
  width: 100%;
  border: 1px solid green;
}
.auth-form {
  padding: 100px 0;
}
.auth-form .login .h3.font-weight-normal.center {
  color: green;
  font-family: 'DollhouseC', sans-serif;
  text-align: center;
}
.auth-form .login label {
  color: green;
  font-family: 'DollhouseC', sans-serif;
}
.auth-form .login .btn.btn-success {
  background: green;
}
.site-wrapper.site-wrapper__boxed .blog.section {
  padding: 50px 30px;
}
.site-wrapper.site-wrapper__boxed .blog.section .auto-container h1 {
  color: green;
  font-family: 'DollhouseC', sans-serif;
  text-align: center;
  font-size: 36px;
}
.site-wrapper.site-wrapper__boxed .blog.section .row .post-nav nav {
  display: flex;
  justify-content: center;
}
.site-wrapper.site-wrapper__boxed .blog.section .row .post-nav nav .pagination .page-item .page-link {
  color: green;
}
.site-wrapper.site-wrapper__boxed .blog.section .row .post-nav nav .pagination .page-item.active .page-link {
  background-color: green;
  border-color: green;
  color: white;
}
.site-wrapper.site-wrapper__boxed .blog.section .row .container.boxed {
  width: 80%;
  margin: 0 auto;
}
.site-wrapper.site-wrapper__boxed .blog.section .row .container.boxed .post-item .title-wrapper {
  display: flex;
  justify-content: center;
}
.site-wrapper.site-wrapper__boxed .blog.section .row .container.boxed .post-item .title-wrapper .title {
  font-size: 24px;
  color: green;
  font-family: 'DollhouseC', sans-serif;
  text-align: center;
  padding: 15px 0 0 0;
}
.site-wrapper.site-wrapper__boxed .blog.section .row .container.boxed .post-item .post-content p {
  text-indent: 1.5em;
  color: #2b2b2b;
  text-align: justify;
}
.site-wrapper.site-wrapper__boxed .blog.section .row .container.boxed .post-item .post-content p .readFull {
  color: green;
}
.site-wrapper.site-wrapper__boxed .blog.section .row .container.boxed .post-item .post-content .posted-date {
  color: green;
}
.site-wrapper.site-wrapper__boxed .single-post {
  position: relative;
}
.site-wrapper.site-wrapper__boxed .single-post .go-back {
  color: green;
  position: absolute;
  top: 20px;
  left: 50px;
  font-size: 16px;
  line-height: 20px;
}
.site-wrapper.site-wrapper__boxed .single-post .go-back i {
  margin-right: 5px;
}
.site-wrapper.site-wrapper__boxed .single-post .container.boxed .post-item {
  width: 80%;
  margin: 0 auto;
}
.site-wrapper.site-wrapper__boxed .single-post .container.boxed .post-item .post-content {
  color: #2b2b2b;
  text-align: justify;
}
.site-wrapper.site-wrapper__boxed .single-post .container.boxed .post-item .posted-date {
  color: green;
}
.boxed #back-top a .fa {
  background: green;
}
@media (min-width: 480px) {
  .page-content .child-groups .card {
    width: 50%;
  }
  .page-content .child-groups .header-img-top {
    display: block;
  }
  .page-content .general-info .info .card {
    width: 50%;
  }
  .row.posts,
  .row.collective {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .row.posts .card,
  .row.collective .card {
    width: 40%;
    margin: 0 auto;
  }
  .row.posts .more-info .more,
  .row.collective .more-info .more {
    width: 30%;
  }
  .page-content .posts .more-info .more,
  .page-content .gallery .more-info .more {
    width: 30%;
  }
  .personal.page-wrapper .personal-section .personal-item {
    width: 80%;
  }
}
@media (min-width: 640px) {
  .page-content .child-groups .card {
    width: 40%;
  }
  .page-content .child-groups .header-img-top {
    right: 30px;
  }
  .personal.page-wrapper .personal-section .personal-item {
    width: 50%;
  }
  .page-wrapper.page-static .teachers .card {
    max-width: 50%;
    width: 45%;
  }
  .page-wrapper.page-static .gallery {
    flex-wrap: nowrap;
  }
  .page-wrapper.page-static .gallery .gallery-item img {
    width: 95%;
  }
  .page-wrapper.page-static .description .doubled-img {
    flex-wrap: nowrap;
  }
  .page-wrapper.page-static .description .doubled-img img {
    width: 45%;
  }
  .page-wrapper.page-static.feature .container p {
    text-align: center;
    color: green;
    font-size: 36px;
    line-height: 1;
  }
  .page-wrapper.page-static.feature .video-holder {
    border: 1px solid green;
  }
  .page-wrapper.sun-static .logo .header-image,
  .page-wrapper.daisy-static .logo .header-image {
    width: 50%;
  }
  .page-wrapper.sun-static .logo .header-text,
  .page-wrapper.daisy-static .logo .header-text {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .page-content .child-groups .card {
    width: 30%;
  }
  .page-content .general-info .info .card {
    width: 30%;
  }
  .row.posts .card,
  .row.collective .card {
    width: 30%;
    padding: 0 10px 20px;
    margin: 0 auto;
  }
  .personal.page-wrapper .personal-section .personal-item {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .page-content .child-groups .card {
    width: 20%;
  }
  .page-content .general-info .info .card {
    width: 25%;
  }
  .page-content .posts .more-info .more,
  .page-content .gallery .more-info .more {
    width: 25%;
  }
  .personal.page-wrapper .personal-section .personal-item {
    width: 30%;
  }
}
/*# sourceMappingURL=main.css.map */