@font-face {
  font-family: ArcherProBold;
  src: url(/fonts/ArcherProBold.otf);
}
@font-face {
  font-family: ArcherProMedium;
  src: url(/fonts/ArcherProMedium.otf);
}
@font-face {
  font-family: "Open Sans";
  src: url(/fonts/OpenSans-Light.ttf);
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url(/fonts/OpenSans-LightItalic.ttf);
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url(/fonts/OpenSans-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url(/fonts/OpenSans-Italic.ttf);
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url(/fonts/OpenSans-SemiBold.ttf);
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url(/fonts/OpenSans-SemiBoldItalic.ttf);
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url(/fonts/OpenSans-Bold.ttf);
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url(/fonts/OpenSans-BoldItalic.ttf);
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url(/fonts/OpenSans-ExtraBold.ttf);
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url(/fonts/OpenSans-ExtraBoldItalic.ttf);
  font-weight: 800;
  font-style: italic;
}
body {
  font-family: "Open Sans", serif;
  font-size: 14px;
  color: #004f86;
}
body .wrap .container {
  padding: 0;
}
body .wrap .page-content {
  padding-top: 50px;
  background-color: #e1f4fd;
}
body .row {
  margin-left: 0;
  margin-right: 0;
}
body .help-block {
  color: #a24513;
}
.btn-donate {
  border: 1px solid #f8971d;
  color: white;
  background: linear-gradient(90deg,#fec34e 0%,#f8971d 80%);
  border-radius: 60px;
  padding-left: 30px;
  padding-right: 30px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans", serif;
}
.btn-primary {
  border: 1px solid #6dcff6;
  color: #004f86;
  background: linear-gradient(90deg,#6dcff6 0%,#e1f4fd 80%);
  border-radius: 30px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 15px;
  margin-top: 15px;
}
.btn-brown {
  border: 1px solid #a9680c;
  background-color: #a9680c;
  color: white;
  font-family: "ArcherProBold", serif;
  font-size: 30px;
  border-radius: 0;
}
.btn-yellow {
  border: 1px solid #fec34e;
  background-color: #fec34e;
  color: white;
  font-family: "ArcherProBold", serif;
  font-size: 30px;
  border-radius: 30px;
}
.btn-grey {
  border: 2px solid #818388;
  background-color: transparent;
  color: #818388;
  font-family: "ArcherProBold", serif;
  font-size: 15px;
  border-radius: 30px;
  width: 100%;
  margin-top: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.section-title-wrap .section-title {
  color: #004f86;
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-size: 43px;
  display: inline-block;
  position: relative;
  font-weight: 500;
  font-family: "ArcherProBold", serif;
}
.section-title-wrap .section-title:after {
  position: absolute;
  bottom: 0;
  content: '';
  height: 5px;
  width: 75px;
  background: #6dcff6;
}
.section-title-wrap .section-title.center-style:after {
  left: 50%;
  transform: translateX(-50%);
}
.section-title-wrap .section-title.left-style:after {
  left: 0;
  transform: translateX(0%);
}
.section-title-wrap .section-title.right-style:after {
  right: 0;
  transform: translateX(0%);
}
.section-subtitle-wrap .section-subtitle {
  color: #0074be;
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-size: 20px;
  display: inline-block;
  position: relative;
  font-weight: 500;
  font-family: "ArcherProBold", serif;
}
.section-subtitle-wrap .section-subtitle:after {
  position: absolute;
  bottom: 0;
  content: '';
  height: 5px;
  width: 75px;
  background: #6dcff6;
}
.section-subtitle-wrap .section-subtitle.center-style:after {
  left: 50%;
  transform: translateX(-50%);
}
.section-subtitle-wrap .section-subtitle.left-style:after {
  left: 0;
  transform: translateX(0%);
}
.section-subtitle-wrap .section-subtitle.right-style:after {
  right: 0;
  transform: translateX(0%);
}
.donate-title-wrap .donate-title {
  color: #f8971d;
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-size: 43px;
  display: inline-block;
  position: relative;
  font-weight: 500;
  font-family: "ArcherProBold", serif;
}
.donate-title-wrap .donate-title:after {
  position: absolute;
  bottom: 0;
  content: '';
  height: 5px;
  width: 75px;
  background: #fec34e;
}
.donate-title-wrap .donate-title.center-style:after {
  left: 50%;
  transform: translateX(-50%);
}
.donate-title-wrap .donate-title.left-style:after {
  left: 0;
  transform: translateX(0%);
}
.donate-title-wrap .donate-title.right-style:after {
  right: 0;
  transform: translateX(0%);
}
.partner-title-wrap {
  margin-bottom: 15px;
}
.partner-title-wrap .partner-title {
  color: #f8971d;
  font-size: 20px;
  font-weight: 300;
}
.partner-subtitle-wrap .partner-subtitle {
  color: #a9680c;
  font-size: 16px;
}
.footer-title {
  font-size: 20px;
  padding-bottom: 15px;
  font-family: "Open Sans", serif;
  font-weight: 600;
}
.article-title-wrap .article-title {
  font-family: "ArcherProMedium", serif;
  font-size: 30px;
  color: #0074be;
  margin-bottom: 15px;
  font-weight: 500;
}
.article-subtitle-wrap .article-subtitle {
  font-size: 15px;
  color: #0097d6;
  margin-bottom: 15px;
}
.article-short {
  font-size: 15px;
  color: #004f86;
  font-weight: 400;
  line-height: 1.74;
}
.event-date-wrap .event-date-date {
  font-size: 20px;
  color: #0074be;
  margin-bottom: 15px;
  font-weight: 500;
}
.event-date-wrap .event-date-name {
  font-size: 30px;
  color: #0074be;
  margin-bottom: 15px;
  font-weight: 500;
  width: 75%;
}
.grey-title-wrap .grey-title {
  color: #818388;
  font-size: 30px;
  font-family: "ArcherProMedium", serif;
}
.carousel-item {
  text-align: center;
}
.bg-lightblue {
  background-color: #e1f4fd;
}
.bg-white {
  background-color: white;
}
.bg-yellow {
  background-color: #fffde9 !important;
}
.bg-orange {
  background-color: #f8971d !important;
}
.left-style {
  text-align: left !important;
}
.center-style {
  text-align: center !important;
}
.right-style {
  text-align: right !important;
}
.eula-field {
  margin-top: 30px;
  margin-bottom: 30px;
}
.g-recaptcha {
  margin-top: 30px;
  margin-bottom: 30px;
}
input[type="radio"] {
  margin-left: 30px;
  margin-right: 5px;
}
iframe {
  max-width: 100%;
}
header {
  background-color: #e1f4fd;
}
#header-menu {
  background-color: #e1f4fd;
  margin: 0;
}
#header-menu a {
  color: #004f86;
  font-size: 15px;
}
#header-menu a:after {
  display: none;
}
#header-menu .btn-donate {
  text-transform: none;
  font-size: 15px;
  color: white;
  padding: 5px 20px;
  margin-top: 5px;
  margin-left: 30px;
}
#header-menu .dropdown-menu {
  border-radius: 0;
  margin-top: 14px;
}
#main-carousel h2 {
  font-family: "ArcherProBold", serif;
  font-weight: bold;
}
#main-carousel h3 {
  font-size: 15px;
}
#main-carousel .carousel-cover {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg,rgba(0,0,0,0.5) 30%,rgba(0,79,134,0) 60%);
}
#main-carousel .carousel-caption {
  bottom: 120px;
  width: 70%;
  padding: 20px;
}
#main-carousel .carousel-indicators {
  bottom: 70px;
}
#main-carousel #header-wave {
  position: relative;
  margin-top: -80px;
  height: 60px;
  background-image: url('/img/Barka_hullam_felso.png');
  background-repeat: repeat-x;
  background-position: center;
}
#subpage-header {
  height: 340px;
}
#subpage-header .subpage-header-content {
  color: white;
  margin-top: -200px;
}
#subpage-header .subpage-header-content h3 {
  font-size: 15px;
  text-transform: uppercase;
}
.search-module-results #search-module-form {
  margin-top: 60px;
}
.search-module-results #search-module-form input {
  border-color: #004f86;
  border-radius: 30px 0 0 30px;
  background-color: #e1f4fd;
  color: #004f86;
  padding: 25px;
  border-right: 0;
}
.search-module-results #search-module-form input::-webkit-input-placeholder {
  color: #004f86;
}
.search-module-results #search-module-form button {
  border-color: #004f86;
  border-radius: 0 30px 30px 0;
  background-color: #e1f4fd;
  height: 52px;
  border-left: 0;
  padding-right: 20px;
}
.search-module-results .search-type-name {
  margin-top: 60px;
  margin-bottom: 30px;
  font-family: "ArcherProBold", serif;
}
.search-module-results .article-item {
  margin-bottom: 30px;
}
.one-page .page-block {
  margin-bottom: 100px;
}
.one-page .page-block:last-of-type {
  margin-bottom: 0;
}
.one-page .article-category .article-title-wrap {
  height: 70px;
}
#index-page {
  background-color: #e1f4fd;
  min-height: 300px;
  padding-top: 50px;
}
#index-page #single-article {
  margin: auto;
}
#index-page .article-category {
  text-align: center;
}
#subpage-carousel {
  height: 300px;
}
#subpage-carousel .carousel-caption {
  text-align: left;
  margin-bottom: 20px;
}
#subpage-carousel .carousel-caption h3 {
  font-size: 15px;
  text-transform: uppercase;
}
#about-us {
  background-color: #0097d6;
}
#about-us .row {
  margin-left: 15px;
  margin-right: 15px;
}
#about-us #article-carousel .carousel-item {
  height: 300px;
  text-align: center;
}
#about-us #article-carousel .carousel-item img {
  margin-top: 30px;
  height: 100px;
  width: 100px;
  border-radius: 100%;
}
#about-us #article-carousel .carousel-item .article-short {
  margin: auto;
  font-size: 15px;
  color: white;
}
#about-us .quotation {
  position: absolute;
}
#about-us .quotation img {
  width: 150px;
}
#about-us #quotation-left {
  margin-top: 240px;
}
#about-us #quotation-right {
  margin-top: -20px;
  right: 0;
}
.article-item.article-with-image .article-image-wrap {
  margin-bottom: 15px;
}
.center-style .article-title-wrap {
  text-align: center;
}
.center-style .article-title-wrap .article-title {
  width: 100%;
}
.article-category .article-item {
  margin-bottom: 15px;
}
#changed-article-list {
  padding-bottom: 30px;
}
#changed-article-list .section-title {
  margin-bottom: 60px;
}
#changed-article-list .article-title {
  width: 100%;
  color: #004f86;
}
#changed-article-list .article-item {
  margin-bottom: 30px;
}
.article {
  padding-bottom: 60px;
}
.article img {
  max-width: 100%;
}
.news .article-item {
  margin-bottom: 30px;
}
#single-news .article-title-wrap {
  margin-top: 30px;
}
#single-news #single-article-date {
  margin-top: 63px;
}
#single-news .article-video {
  margin-top: 30px;
  width: 100%;
  text-align: center;
}
#more-news-list {
  color: black;
}
#more-news-list .grey-title-wrap {
  margin-bottom: 15px;
}
#more-news-list .article-title {
  color: #004f86;
  font-weight: bold;
  font-size: 14px;
}
#more-news-list .article-publish-date {
  color: #818388;
  font-family: "ArcherProMedium", serif;
}
#more-news-list .more-news-item {
  margin-bottom: 15px;
}
.gallery-slider {
  margin-top: 30px;
  padding-bottom: 30px;
}
.gallery-slider .carousel {
  width: 100%;
}
.gallery-slider .carousel-item {
  margin-right: auto !important;
}
.gallery-slider .carousel-item img {
  width: 100%;
}
#article-left .article-image-wrap {
  margin-bottom: 0;
}
#article-left .article-right-wrap {
  margin-bottom: 10px;
}
#single-article {
  margin-bottom: 120px;
}
#counters {
  padding-top: 60px;
  padding-bottom: 60px;
}
#counters .counter-number,
#counters .unit {
  font-family: "ArcherProBold", serif;
  font-size: 43px;
}
#newsletter-subscription {
  margin-top: 30px;
  padding-bottom: 30px;
}
#newsletter-subscription img {
  width: 100%;
}
#newsletter-subscription .newsletter-subscribe-title {
  color: #004f86;
  font-family: "ArcherProBold", serif;
  margin-bottom: 30px;
  margin-top: 60px;
}
#newsletter-subscription .newsletter-subscribe-widget input[type="text"] {
  border-radius: 30px;
}
#single-gallery .gallery-item {
  margin-bottom: 30px;
  text-align: center;
}
#galleries .section-title {
  margin-bottom: 60px;
}
#galleries h3 {
  font-size: 20px;
  color: #0074be;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 30px;
}
#galleries h4 {
  margin-top: 15px;
  font-size: 20px;
}
#galleries img {
  height: 200px;
  margin: auto;
}
#galleries .gallery-item {
  text-align: center;
}
#event-date-page .event-date {
  color: #004f86;
  font-family: "Open Sans", serif;
  font-weight: normal;
}
#event-date-page .event-date-wrap {
  margin-top: 15px;
}
#event-date-page .event-short {
  margin-top: 15px;
  margin-left: 15px;
}
#event-date-page .event-description {
  margin-top: 30px;
  margin-left: 15px;
}
#event-list-page .event-item {
  padding-bottom: 30px;
}
#event-list-page .article-title {
  color: #004f86;
}
.donate-pages {
  background-color: #fffde9;
  color: #a9680c;
  text-align: center;
}
.donate-pages .article-short {
  color: #a9680c;
  margin-top: 30px;
  margin-bottom: 60px;
}
.donate-pages .brown-btn-row {
  margin-top: 30px;
}
.donate-pages .brown-btn-row a {
  width: 100%;
}
.donate-pages .btn-yellow {
  margin-top: 120px;
  padding-left: 150px;
  padding-right: 150px;
  margin-bottom: 120px;
}
.donate-pages .article-category .section-title {
  color: #f8971d;
}
.donate-pages .article-category .section-title:after {
  background: #fec34e;
}
.donate-pages .article-category .article-title {
  color: #f8971d;
}
#donation-index-page {
  text-align: left;
}
#donation-index-page #donation-form {
  background-color: white;
  border: 2px solid #f8971d;
  padding: 30px;
  margin-bottom: 60px;
  -webkit-box-shadow: 10px 10px 22px -1px rgba(0,0,0,0.67);
  -moz-box-shadow: 10px 10px 22px -1px rgba(0,0,0,0.67);
  box-shadow: 10px 10px 22px -1px rgba(0,0,0,0.67);
}
#donation-index-page #donation-form label {
  font-weight: bold;
}
#donation-index-page #donation-form .donate-amounts {
  margin-bottom: 30px;
}
#donation-index-page #donation-form .donate-amounts .donate-amount {
  background-color: #f8971d;
  color: white;
  font-size: 15px;
  padding: 5px 10px;
}
#donation-index-page #donation-form .donate-amounts .donate-amount:hover {
  background-color: #0097d6;
}
#donation-index-page #donation-form .donate-amounts .active {
  background-color: #0097d6;
}
#donation-index-page #donation-form .field-donation-type {
  margin-bottom: 0;
}
#donation-index-page #donation-form #cib-text {
  margin-left: 52px;
  margin-top: -10px;
}
#donation-index-page #donation-form #cib-block {
  margin-left: 52px;
  margin-top: 20px;
}
#donate-companies {
  text-align: left;
}
#donate-companies .article-short {
  color: #a9680c;
  margin-bottom: 30px;
}
#donate-companies #donate-companies-newsletter {
  margin-top: 30px;
  padding: 30px;
  color: white;
}
#donate-companies #donate-companies-newsletter .donate-title {
  color: white;
}
#donate-people .article-short {
  height: 300px;
}
#donate-people .btn-brown {
  bottom: 120px;
  position: absolute;
  left: 0;
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
}
#donate-partners .partner-subtitle-wrap {
  margin-top: 15px;
  margin-bottom: 15px;
}
#donate-partners #donate-partners-section {
  margin-bottom: 30px;
}
#donate-companies-newsletter {
  padding-top: 60px;
  padding-bottom: 60px;
}
#donate-companies-newsletter .donate-title-wrap {
  margin-bottom: 30px;
}
#donate-companies-newsletter .donate-title {
  color: white;
  margin-top: 30px;
  margin-bottom: 30px;
}
#donate-companies-newsletter .newsletter-subscribe-title {
  font-size: 20px;
  font-family: "ArcherProBold", serif;
  margin-bottom: 15px;
}
#donate-companies-newsletter #newsletter-subscribe-button {
  border: 2px solid #a9680c;
  color: white;
  background: linear-gradient(90deg,#fec34e 0%,#f8971d 80%);
  border-radius: 30px;
  padding-left: 30px;
  padding-right: 30px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans", serif;
}
#donate-companies-newsletter a {
  color: white;
}
#donate-companies-newsletter a:hover {
  color: #fff799;
}
#questionnaire-page {
  padding-bottom: 120px;
}
#questionnaire-page .questionnaire-short {
  margin-bottom: 30px;
}
#questionnaire-page .question-question {
  margin-top: 15px;
  font-weight: bold;
}
#questionnaire-page input[type="text"] {
  border-radius: 30px;
  height: 38px;
  line-height: 24px;
  font-size: 16px;
  padding-left: 20px;
}
#questionnaire-page .date input.krajee-datepicker {
  border-radius: 30px 0 0 30px;
}
#questionnaire-page .date .input-group-addon {
  padding: 6px 20px;
}
#questionnaire-page .date .input-group-addon .glyphicon {
  top: 5px;
  margin-left: -5px;
}
#camp-structure {
  min-height: 770px;
  padding-bottom: 40px;
}
#camp-structure .tree {
  transform: rotate(0deg);
  transform-origin: 50%;
}
#camp-structure .tree span {
  font-family: "ArcherProBold", serif;
}
#camp-structure .tree ul {
  position: relative;
  padding: 1em 0;
  white-space: nowrap;
  margin: 0 auto;
  text-align: center;
}
#camp-structure .tree ul::after {
  content: '';
  display: table;
  clear: both;
}
#camp-structure .tree li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  list-style-type: none;
  position: relative;
  padding: 1em .5em 0 .5em;
}
#camp-structure .tree li::before,
#camp-structure .tree li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 1px solid #5290ab;
  width: 55%;
  height: 1em;
}
#camp-structure .tree li::after {
  right: auto;
  left: 50%;
  border-left: 1px solid #5290ab;
}
#camp-structure .tree li:only-child::after,
#camp-structure .tree li:only-child::before {
  display: none;
}
#camp-structure .tree li:only-child {
  padding-top: 0;
}
#camp-structure .tree li:first-child::before,
#camp-structure .tree li:last-child::after {
  border: 0 none;
}
#camp-structure .tree li:last-child::before {
  border-right: 1px solid #5290ab;
  border-radius: 0 5px 0 0;
}
#camp-structure .tree li:first-child::after {
  border-radius: 5px 0 0 0;
}
#camp-structure .tree ul ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid #5290ab;
  width: 0;
  height: 1em;
}
#camp-structure .tree li span {
  border: 1px solid #5290ab;
  padding: .5em .75em;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  color: white;
  position: relative;
  top: 1px;
  transform: rotate(0deg);
  cursor: pointer;
}
#camp-structure-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  #camp-structure {
    display: none;
  }
  #camp-structure-mobile {
    display: block;
    padding-bottom: 40px;
  }
  #camp-structure-mobile .tree {
    margin: 18px;
    padding: 0;
  }
  #camp-structure-mobile .tree span {
    font-family: "ArcherProBold", serif;
    color: white;
    border: none;
    padding: .5em .75em;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    position: relative;
    top: 1px;
    transform: rotate(0deg);
    cursor: pointer;
  }
  #camp-structure-mobile .tree:not(:empty):before,
  #camp-structure-mobile .tree:not(:empty):after,
  #camp-structure-mobile .tree ul:not(:empty):before,
  #camp-structure-mobile .tree ul:not(:empty):after,
  #camp-structure-mobile .tree li:not(:empty):before,
  #camp-structure-mobile .tree li:not(:empty):after {
    display: block;
    position: absolute;
    content: "";
  }
  #camp-structure-mobile .tree ul,
  #camp-structure-mobile .tree li {
    position: relative;
    margin: 0;
    padding: 0;
  }
  #camp-structure-mobile .tree li {
    list-style: none;
    padding: 1em .5em 0 .5em;
  }
  #camp-structure-mobile .tree li.li-mainparent:before {
    display: none;
  }
  #camp-structure-mobile .tree li.li-mainparent:after {
    display: none;
  }
  #camp-structure-mobile .tree li > div {
    background-color: #eee8d5;
    color: #222222;
    padding: 5px;
    display: inline-block;
  }
  #camp-structure-mobile .tree.cascade li {
    margin-left: 24px;
  }
  #camp-structure-mobile .tree.cascade li div {
    margin-top: 12px;
  }
  #camp-structure-mobile .tree.cascade li:before {
    border-left: 1px solid #5290ab;
    height: 100%;
    width: 0;
    top: 0;
    left: -12px;
  }
  #camp-structure-mobile .tree.cascade li:after {
    border-top: 1px solid #5290ab;
    width: 20px;
    left: -12px;
    top: 32px;
  }
  #camp-structure-mobile .tree.cascade li:last-child:before {
    height: 32px;
    top: 0;
  }
  #camp-structure-mobile .tree.cascade > li:first-child:before {
    top: 24px;
  }
  #camp-structure-mobile .tree.cascade > li:only-child {
    margin-left: 0;
  }
  #camp-structure-mobile .tree.cascade > li:only-child:before,
  #camp-structure-mobile .tree.cascade > li:only-child:after {
    content: none;
  }
  #camp-structure-mobile .tree.horizontal li {
    display: flex;
    align-items: center;
    margin-left: 24px;
  }
  #camp-structure-mobile .tree.horizontal li div {
    margin: 6px 0;
  }
  #camp-structure-mobile .tree.horizontal li:before {
    border-left: 1px solid #5290ab;
    height: 100%;
    width: 0;
    top: 0;
    left: -12px;
  }
  #camp-structure-mobile .tree.horizontal li:first-child:before {
    height: 50%;
    top: 50%;
  }
  #camp-structure-mobile .tree.horizontal li:last-child:before {
    height: 50%;
    bottom: 50%;
    top: auto;
  }
  #camp-structure-mobile .tree.horizontal li:after,
  #camp-structure-mobile .tree.horizontal li ul:after {
    border-top: 1px solid #5290ab;
    height: 0;
    width: 12px;
    top: 50%;
    left: -12px;
  }
  #camp-structure-mobile .tree.horizontal li:only-child:before {
    content: none;
  }
  #camp-structure-mobile .tree.horizontal li ul:after {
    left: 0;
  }
  #camp-structure-mobile .tree.horizontal > li:only-child {
    margin-left: 0;
  }
  #camp-structure-mobile .tree.horizontal > li:only-child:before,
  #camp-structure-mobile .tree.horizontal > li:only-child:after {
    content: none;
  }
  #camp-structure-mobile .tree.vertical {
    display: flex;
  }
  #camp-structure-mobile .tree.vertical ul {
    display: flex;
    justify-content: center;
  }
  #camp-structure-mobile .tree.vertical li {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #camp-structure-mobile .tree.vertical li div {
    margin: 12px 6px;
  }
  #camp-structure-mobile .tree.vertical li:before {
    border-left: 1px solid #5290ab;
    height: 12px;
    width: 0;
    top: 0;
  }
  #camp-structure-mobile .tree.vertical li:after {
    border-top: 1px solid #5290ab;
    height: 0;
    width: 100%;
  }
  #camp-structure-mobile .tree.vertical li:first-child:after {
    border-top: 1px solid #5290ab;
    height: 0;
    width: 50%;
    left: 50%;
  }
  #camp-structure-mobile .tree.vertical li:last-child:after {
    border-top: 1px solid #5290ab;
    height: 0;
    width: 50%;
    right: 50%;
  }
  #camp-structure-mobile .tree.vertical li:only-child:after {
    content: none;
  }
  #camp-structure-mobile .tree.vertical li ul:before {
    border-left: 1px solid #5290ab;
    height: 12px;
    width: 0;
    top: -12px;
  }
  #camp-structure-mobile .tree.vertical > li:only-child:before,
  #camp-structure-mobile .tree.vertical > li:only-child:after {
    content: none;
  }
  #camp-structure-mobile .tree-text {
    padding: 20px;
  }
}
#donate-block {
  text-align: center;
  background: linear-gradient(45deg,#6dcff6 10%,#e1f4fd);
  padding-top: 100px;
}
#donate-block .btn-donate {
  padding-left: 100px;
  padding-right: 100px;
}
#donate-block .ship-icon {
  padding-top: 30px;
  padding-bottom: 30px;
}
#orange-line {
  background-color: #f8971d;
  height: 40px;
}
#report-block {
  text-align: center;
  background-color: #f8971d;
  color: white;
  font-family: "ArcherProBold", serif;
  font-size: 20px;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: -40px;
}
#report-block a {
  text-decoration: underline;
}
#footer-wave {
  margin-top: -40px;
  height: 60px;
  background-image: url("/img/Barka_hullam_also.png");
  background-position: center;
  background-repeat: repeat-x;
}
.footer {
  background-color: #004f86;
  color: white;
  height: auto;
  border: none;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: -10px;
}
.footer .article-short {
  color: white;
  margin-bottom: 15px;
  font-size: 12px;
  font-family: "Open Sans", serif;
  font-weight: 600;
}
.footer li {
  font-weight: bold;
  margin-bottom: 15px;
}
.footer a,
.footer span {
  font-size: 12px;
  font-family: "Open Sans", serif;
  font-weight: 600;
}
.footer .cib-bank-logos img {
  height: 20px;
}
.footer .footer-email {
  margin-bottom: 15px;
}
.footer .footer-social-icons {
  margin-top: 30px;
}
.footer .footer-social-icons a + a {
  margin-left: 15px;
}
.footer .footer-logos {
  margin-top: 30px;
}
.footer .footer-logos img + img {
  margin-left: 15px;
}
@media print {
  .no-print {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .btn-brown {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #donate-people .btn-brown {
    bottom: 70px;
  }
}
@media screen and (max-width: 425px) {
  .quotation {
    display: none;
  }
  .section-title-wrap {
    margin-top: 20px;
  }
  .article-item {
    margin-bottom: 15px;
  }
  .page-block {
    margin-bottom: 50px;
  }
  .article .article-image {
    max-width: 100%;
    width: auto;
    text-align: center;
  }
  .article .article-image img {
    margin: auto;
  }
  #article-left .article-image-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }
  #article-left .article-short {
    width: 100%;
  }
  #article-left .pr-5 {
    padding-right: 0 !important;
  }
  #article-left .pl-5 {
    padding-left: 0 !important;
  }
  .article-short,
  .article-text {
    width: 90%;
    margin-left: 5%;
  }
  .article-category .article-short {
    margin-left: 0;
  }
  .carousel-caption {
    right: 5%;
    left: 5%;
  }
  .flex-column {
    margin-bottom: 30px;
  }
  #about-us #article-carousel .carousel-item {
    height: 350px;
  }
  #more-news-list {
    margin-left: 15px;
    margin-right: 15px;
  }
  #contact .contact-item {
    margin-bottom: 30px;
  }
  #contact .contact-icon {
    margin-bottom: 15px;
  }
  .search-module-results .article-short {
    width: 100%;
    margin-left: 0;
  }
  .donate-pages .article-short {
    width: 100%;
    height: auto !important;
    margin-left: 0 !important;
  }
  .donate-pages .btn-brown {
    position: inherit !important;
    margin-bottom: 15px;
  }
  .donate-pages .btn-yellow {
    margin-top: 105px;
    padding-left: 120px;
    padding-right: 120px;
  }
  #donation-index-page #donation-form .donate-amounts .donate-amount {
    padding: 5px 25px;
    margin-bottom: 5px;
  }
  .donate-title-wrap .donate-title {
    font-size: 30px;
  }
  #donate-companies .article-short {
    width: 90%;
    margin-left: 5% !important;
  }
  #donate-companies-newsletter img {
    display: none;
  }
  .owl-carousel .owl-wrapper-outer {
    width: 90%;
    margin-left: 4%;
  }
  .owl-nav {
    width: 95%;
  }
  .footer-title {
    margin-top: 15px;
  }
  footer .article-short {
    margin-left: 0;
  }
}
#test-template .buttons {
  margin-top: 50px;
  margin-bottom: 50px;
}
