@font-face {
  font-family: MyriadPro;
  src: url('../fonts/MyriadPro-Regular.otf');
}
@font-face {
  font-family: MyriadProRegular;
  src: url('../fonts/MyriadPro-Regular.otf');
}
@font-face {
  font-family: RalewayBold;
  src: url('../fonts/Raleway-Bold.ttf');
}
@font-face {
  font-family: RalewayRegular;
  src: url('../fonts/Raleway-Regular.ttf');
}
@font-face {
  font-family: RalewayItalic;
  src: url('../fonts/Raleway-Italic.ttf');
}
@font-face {
  font-family: RalewayBoldItalic;
  src: url('../fonts/Raleway-BoldItalic.ttf');
}
@media (max-width: 768px) {
  .grid-magic-slider {
    white-space: nowrap !important;
    overflow-x: auto !important;
    padding: 0px 18px 30px !important;
  }
  .grid-magic-slider .grid-magic-slider-item {
    display: inline-block !important;
    vertical-align: top !important;
    white-space: normal !important;
    width: 50% !important;
    padding: 0 !important;
    float: none !important;
  }
}
html {
  -webkit-font-smoothing: subpixel-antialiased !important;
}
body {
  font-family: RalewayRegular;
  background-color: var(--background-color);
  color: var(--font-color);
}
body a,
body a:hover,
body a:focus {
  color: var(--font-color);
  font-weight: bold;
}
body .english-flag {
  height: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
body .content {
  padding-left: 15px;
  padding-right: 15px;
}
body .google-map {
  margin-top: 20px;
  margin-bottom: 20px;
}
body .fb-share-button {
  margin: 10px 10px 10px 0;
}
body .right-border {
  border-right: 1px solid #c8aa8f;
}
body .equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
body .grecaptcha-badge {
  visibility: hidden;
}
body .grecaptcha-text {
  font-size: 10px;
  margin-bottom: 10px;
}
.red-title {
  color: var(--primary-color);
  font-family: RalewayBold;
  font-size: 48px;
  text-transform: uppercase;
  padding: 0 0 20px 0;
  line-height: 1;
  text-align: left;
}
.right-title {
  color: var(--font-color);
  margin-bottom: 20px;
  font-family: RalewayBold;
  text-transform: uppercase;
  font-size: 18px;
}
.title {
  color: var(--font-color);
  font-family: RalewayBold;
  padding: 10px 0 10px 0;
  font-size: 18px;
  text-transform: uppercase;
}
.brown-subtitle {
  color: var(--font-color);
  font-family: RalewayBold;
  padding: 10px 0 10px 0;
  font-size: 18px;
}
.brown-subsubtitle {
  color: var(--font-color);
  font-family: RalewayBold;
  padding: 10px 0 10px 0;
  font-size: 12px;
}
.red-subtitle {
  color: var(--primary-color);
  font-family: RalewayBold;
  padding: 10px 0 10px 0;
  font-size: 18px;
}
.red-subtitle a {
  color: var(--primary-color);
}
.white-background {
  background-color: white;
}
.white-subtitle {
  color: var(--secondary-font-color);
  font-family: RalewayBold;
  padding: 10px 0 10px 0;
  font-size: 18px;
}
.white-subsubtitle {
  color: var(--secondary-font-color);
  font-family: RalewayRegular;
  font-size: 16px;
  font-weight: bold;
}
.orange-title {
  color: #f7941e;
  font-family: RalewayBold;
  padding: 10px 0 10px 0;
  font-size: 27px;
}
.orange-subtitle {
  color: #f7941e;
  font-family: RalewayBold;
  padding: 10px 0 10px 0;
  font-size: 18px;
}
.orange-subsubtitle {
  color: #f7941e;
  font-family: RalewayRegular;
  font-size: 16px;
  font-weight: bold;
}
.green-transition {
  background-image: linear-gradient(to right,#72bf44,#b2d235);
}
.blue-transition {
  background-image: linear-gradient(to right,#0095da,#00c0f3);
}
.yellow-transition {
  background-image: linear-gradient(to right,#f7941e,var(--menu-color));
}
.dessa-button {
  border: none;
  border-radius: 0;
  color: var(--secondary-font-color);
  font-family: RalewayBold;
  padding: 0 10px 0 10px;
}
.red-link a {
  color: var(--primary-color);
}
.red-link a:hover {
  color: var(--font-color);
}
.orange-link a {
  color: #f7941e;
}
.orange-link a:hover {
  color: var(--primary-color);
}
.content-justify {
  text-align: justify;
}
.content-container {
  margin-right: 20px;
}
.no-padding-top {
  padding-top: 0;
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0;
}
.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.pr-30 {
  padding-right: 30px;
}
.sign-image {
  background-image: url('../img/sign_PH_web.png');
  background-position: right;
  background-size: 400px;
  background-repeat: no-repeat;
}
header {
  background: linear-gradient(89.98deg,var(--primary-color) 0.04%,var(--secondary-color) 95.04%);
  font-family: MyriadPro;
  height: 114px;
  margin-bottom: 16px;
  color: white;
  padding-top: 15px;
}
header .header-brand-subtitle {
  display: flex;
}
header .header-brand {
  padding: 0 0 0 15px;
  height: 40px;
}
header .header-brand img {
  height: 40px;
  width: auto;
}
header .header-subtitle {
  font-family: RalewayRegular;
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-left: 10px;
  padding-top: 15px;
}
header #header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header #header-top img {
  display: inline-block;
  margin-right: 5px;
}
header #header-top .header-phone,
header #header-top .header-mail {
  font-family: RalewayRegular;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  text-align: right;
  padding-top: 10px;
}
header #header-bottom {
  margin-top: 20px;
  margin-left: 15px;
  display: flex;
  justify-content: space-between;
}
header #header-bottom .navbar-inverse {
  background-color: transparent;
  border: none;
}
header #header-bottom .navbar-inverse .container {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
header #header-bottom .navbar-inverse .container .navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}
header #header-bottom .navbar-inverse .container .navbar-menu {
  display: inline-block;
  float: right;
}
header #header-bottom .navbar-inverse .navbar-nav li {
  font-size: 6px;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0 5px 10px 0;
}
header #header-bottom .navbar-inverse .navbar-nav li a {
  font-family: RalewayBold;
  font-weight: bold;
  text-transform: uppercase;
  background-color: transparent;
  color: white;
  font-size: 16px;
  line-height: 20px;
  padding: 9px 20px 4px 0;
}
header #header-bottom .navbar-inverse .navbar-nav li a:hover {
  background-color: transparent;
  color: var(--secondary-font-color);
}
header #header-bottom .navbar-inverse .navbar-nav li a:active {
  background-color: transparent;
  color: var(--secondary-font-color);
}
header #header-bottom .navbar-inverse .navbar-nav .colored-menu {
  padding: 0;
}
header #header-bottom .navbar-inverse .navbar-nav .colored-menu img {
  height: 15px;
  margin-bottom: 4px;
}
header #header-bottom .navbar-inverse .navbar-nav .colored-menu .dropdown-menu {
  background-image: linear-gradient(to right,var(--primary-color),var(--secondary-color));
  top: 38px;
}
header #header-bottom .navbar-inverse .navbar-nav .colored-menu .dropdown-menu a {
  padding-left: 20px;
}
header #header-bottom .navbar-inverse .navbar-nav .colored-menu:last-of-type > a {
  padding-right: 0;
}
header #header-bottom .icons {
  margin-top: 7px;
  display: inline-block;
  text-align: right;
  height: 50px;
}
header #header-bottom .icons a {
  height: 100%;
}
header #header-bottom .icons a i {
  color: var(--primary-color);
  background-color: white;
  border-radius: 12px;
  line-height: 14px;
  font-size: 14px;
  padding: 5px 0;
  height: 24px;
  width: 24px;
  text-align: center;
  margin-right: 10px;
}
header #header-bottom .icons a i:last-of-type {
  padding-right: 0;
}
header #header-bottom .icons img {
  height: 20px;
  width: 35px;
  margin-right: 10px;
  vertical-align: text-bottom;
}
header .caret {
  color: var(--primary-color);
  border-top: 7px dashed;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.body {
  margin-top: 10px;
  min-height: 65%;
}
.body .colored-menu img {
  width: 100%;
}
.body .body-right {
  padding: 0;
}
.body .body-right .right-contact {
  font-family: Raleway;
  margin-bottom: 10px;
  text-align: center;
  color: var(--primary-color);
  font-weight: bold;
}
.body .body-right .search-box {
  height: 26px;
  margin-top: 10px;
  margin-bottom: 25px;
}
.body .body-right .search-box .input-group {
  height: 8px;
}
.body .body-right .search-box .input-group input[type="text"] {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  font-size: 12px;
  height: 26px;
  padding: 0 auto 0 5px;
  border-color: var(--primary-color);
  border-right: none;
}
.body .body-right .search-box .input-group button[type="submit"] {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  padding: 2px 5px;
  border-left: none;
  border-color: var(--primary-color);
}
.body .body-right .search-box .input-group button[type="submit"] i {
  color: var(--primary-color);
}
.body .body-right .navbar-inverse-right {
  margin-top: 10px;
}
.body .body-right .navbar-inverse-right .navbar-collapse {
  width: 100%;
  padding: 0;
}
.body .body-right .navbar-inverse-right .container {
  width: 100%;
  padding: 0;
  height: auto;
}
.body .body-right .navbar-inverse-right .container .navbar-nav {
  width: 100%;
  height: auto;
}
.body .body-right .navbar-inverse-right .container .navbar-nav .colored-menu {
  width: 100%;
  height: auto;
}
.body .body-right .navbar-inverse-right .container .navbar-nav .colored-menu a {
  color: black;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 10px 0;
}
.body .body-right .navbar-inverse-right .container .navbar-nav .colored-menu a img {
  width: 100%;
  height: auto;
}
.body .body-right .navbar-inverse-right .container .navbar-nav .colored-menu a:hover {
  background-color: transparent;
  color: var(--secondary-font-color);
}
.body .body-right .fullcalendar {
  margin-bottom: 20px;
}
.body .body-right .fullcalendar .fc-center h2 {
  font-size: 13px;
  margin-top: 7px;
  font-weight: bold;
}
.body .body-right .fullcalendar .fc-day-header {
  font-size: 10px;
}
.body .body-right .fullcalendar .fc-head-container {
  height: 10px;
}
.body .body-right .fullcalendar .fc-head-container .fc-row {
  min-height: 100%;
  height: auto;
}
.body .body-right .fullcalendar .table-bordered {
  font-size: 12px;
}
.body .body-right .fullcalendar .fc-row {
  min-height: 35px;
  height: 40px;
}
.body .body-right .fullcalendar .fc-row .table-bordered .fc-body {
  height: 35px;
  line-height: 35px;
}
.body .body-right .fullcalendar .fc-day-grid-event {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.body .body-right .fullcalendar .fc-today {
  background-color: var(--secondary-font-color);
}
.body .body-right .fullcalendar .fc-today .fc-day-number {
  color: var(--primary-color);
  font-weight: bold;
}
.body .body-right .fullcalendar .fc-content {
  height: 10px;
}
#index-page .carousel {
  margin-bottom: 30px;
}
#index-page .carousel img {
  width: 100%;
}
#index-page nav {
  margin-bottom: 16px;
}
#index-page nav .row {
  margin-left: -8px;
  margin-right: -8px;
}
#index-page nav .col-md-4 {
  padding-left: 8px;
  padding-right: 8px;
}
#index-page .next-events-div {
  margin-bottom: 60px;
}
#index-page .next-events {
  display: flex;
  flex-wrap: wrap;
}
#index-page .next-events-item {
  padding-top: 10px;
  margin-bottom: 30px;
  width: 50%;
  display: flex;
}
#index-page .next-events-item .title {
  text-transform: none;
}
#index-page .next-events-item .white-background {
  height: 100%;
  width: 100%;
  display: inline-flex;
  flex-direction: column;
}
#index-page .next-events-item .next-events-content {
  padding: 15px;
}
#index-page .next-events-item .event-image {
  margin-top: auto;
}
#index-page .next-events-item .event-date {
  background-color: #000000bb;
  color: var(--secondary-font-color);
  width: 200px;
  bottom: 50px;
  padding-left: 15px;
  position: relative;
}
#index-page .next-events-item:nth-of-type(2n) {
  padding-left: 15px;
}
#index-page .next-events-item:nth-of-type(2n+1) {
  padding-right: 15px;
}
#index-page .all-events {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
#index-page .red-text {
  color: var(--primary-color);
  font-family: RalewayBold;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  max-width: 350px;
}
#index-page .green-btn {
  font-family: RalewayBold;
  background-color: #6CA016;
  color: white;
  text-transform: uppercase;
  text-align: center;
  width: 421px;
  max-width: 100%;
  height: 90px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 30px;
  line-height: 43px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#index-page #news .news-item {
  margin-bottom: 30px;
  background-color: #BEABCD;
  height: 275px;
  max-width: 275px;
}
#index-page #news .news-item .item-video iframe {
  width: 100%;
  height: auto;
}
#index-page #news .item-name {
  padding: 10px;
  height: 120px;
  overflow: hidden;
  font-family: RalewayBold;
  font-size: 18px;
  line-height: 26px;
}
#index-page #news .item-name a {
  color: black;
}
#index-page #news .item-short {
  padding: 0 10px;
}
#index-page #news .item-link {
  padding: 10px;
  position: absolute;
  right: 10px;
  bottom: 15px;
}
#apply-modal .checkbox {
  display: flex;
}
#apply-modal .checkbox label {
  padding-left: 10px;
  line-height: 34px;
}
#apply-modal input[type=checkbox] {
  margin: 0 0 0 12px;
  position: relative;
  width: 28px;
  height: 28px;
  min-width: 28px;
}
#apply-modal input[type=checkbox]:focus {
  box-shadow: none;
  outline: none;
}
.pagination {
  width: 100%;
}
.pagination > .active > a {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.pagination > .active > a:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.pagination > li > a {
  color: var(--primary-color);
}
.pagination > li > a:hover {
  color: var(--primary-color);
}
#index-pager {
  margin: auto;
}
#index-pager .pagination {
  width: auto;
}
#index-pager .pagination > .active > a {
  background-color: #c8aa8f;
  border-color: #c8aa8f;
  color: var(--font-color);
}
#index-pager .pagination > .active > a:hover {
  background-color: #c8aa8f;
  border-color: #c8aa8f;
}
#index-pager .pagination li.disabled span {
  color: white;
  background-color: #c8aa8f;
  margin-left: 5px;
  margin-right: 5px;
}
#index-pager .pagination li:last-child > a,
#index-pager .pagination li:last-child > span,
#index-pager .pagination li:first-child > a,
#index-pager .pagination li:first-child > span {
  border-radius: 0;
}
#index-pager .pagination > li > a {
  background-color: #c8aa8f;
  color: white;
  margin-left: 5px;
  margin-right: 5px;
}
#index-pager .pagination > li > a:hover {
  color: var(--font-color);
}
#index-page .item a {
  display: flex;
  align-items: stretch;
}
#index-page .item a:hover {
  text-decoration: none;
}
#index-page .item img {
  display: inline-block;
  width: 75%;
}
#index-page .carousel-caption-right {
  position: relative;
  display: inline-block;
  font-family: RalewayRegular !important;
  padding: 10px;
  background: var(--secondary-color);
  width: 25%;
  text-align: left;
  color: white;
  font-size: 16px;
  line-height: 23px;
  height: 387px;
}
#index-page .carousel-caption-right p {
  font-family: RalewayRegular !important;
  font-weight: 400 !important;
}
#index-page .carousel-caption {
  font-family: RalewayRegular;
  left: 0;
  padding: 10px;
  background: var(--font-opacity-color);
  width: 50%;
  text-align: left;
  margin-bottom: 30px;
}
#index-page .carousel-caption .carousel-title {
  font-family: RalewayBold;
  font-size: 20pt;
}
#index-page .carousel-indicators {
  bottom: 0;
  left: 38%;
}
#index-page .carousel-indicators li {
  background-color: var(--font-color);
  border-color: var(--font-color);
}
#index-page .carousel-indicators .active {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
#index-page .carousel-control.right {
  right: 25%;
}
.event-colors {
  display: inline-block;
  font-family: RalewayBold;
  color: var(--primary-color);
}
.event-color-2 {
  color: #0095da;
}
.event-color-3 {
  color: #72bf44;
}
.event-color-4 {
  color: #f7941e;
}
.next-events-title {
  margin-top: 20px;
}
.archive {
  font-size: 16px;
}
.archive a {
  display: block;
  color: var(--primary-color);
}
.list {
  padding: 0;
}
.list .list-item {
  margin: 0 15px 15px 0;
  padding: 10px;
}
.list hr {
  margin: 15px 15px 15px 0;
}
.gallery-list {
  padding: 0;
}
.gallery-list .gallery-list-item {
  margin: 0;
  padding: 10px 10px 10px 0;
  min-height: 300px;
}
.image-list {
  padding: 0;
}
.image-list .image-list-item {
  margin: 0;
  padding: 10px 10px 10px 0;
}
.video-list hr {
  border-top-color: #f7941e;
}
.reflection-list hr {
  border-top-color: #f7941e;
}
.reflection .author-time {
  margin: 10px 0 10px 0;
}
.reflection .reflection-text img {
  max-width: 100%;
}
.reflection .reflection-text iframe {
  max-width: 100%;
}
.event-list hr {
  border-top-color: #f7941e;
}
.event-list .event-list-item {
  padding-left: 0;
  padding-right: 0;
}
.event-list .event-list-item .col-lg-4 {
  padding: 0;
}
.event .event-dates {
  margin: 10px 0 10px 0;
}
.event .event-dates .event-date-item {
  min-height: 40px;
  padding: 10px;
  margin: 10px 0 10px 0;
}
.event .event-dates .event-date-description {
  padding: 10px;
}
.event .event-dates .application-buttons {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(150px,1fr));
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
.event .event-dates .application-buttons .event-apply-btn,
.event .event-dates .application-buttons .event-donation-btn {
  padding: 5px;
  border: 1px solid #72bf44;
}
.event .event-dates .application-buttons .btn-default {
  color: var(--font-color);
  border: 1px solid #c0c5bc;
}
.event .map-button {
  margin-top: 10px;
  margin-bottom: 10px;
}
.event .videogallery-button a {
  color: var(--secondary-font-color);
}
.event .videogallery-button a:hover {
  text-decoration: none;
  background-color: transparent;
  color: var(--font-color);
}
.press-2-title {
  margin-top: 20px;
}
.institute-list-item {
  min-height: 220px;
}
.institute-text {
  color: var(--font-color);
}
.partners li {
  margin-bottom: 10px;
}
.our-mission {
  height: 585px;
}
.room-for-rent img {
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}
.room-text {
  margin-top: 20px;
}
.contact-google-map {
  margin-top: 20px;
  margin-bottom: 20px;
}
.search-module-results .more-btn {
  margin-top: 20px;
}
.search-module-results .search-article-item {
  margin-bottom: 20px;
}
#subscribe-page {
  margin-top: 20px;
  padding: 0;
}
#subscribe-page .newsletter-subscribe button {
  margin-top: 10px;
  background-color: var(--primary-color);
  border-color: transparent;
  color: white;
  padding: 10px;
}
footer {
  height: auto;
  background-image: linear-gradient(45deg,var(--secondary-color) 10%,var(--primary-color));
  padding: 10px;
}
footer .bank-details {
  font-size: 9px;
}
footer .bank-details a {
  color: var(--secondary-font-color);
}
footer #footer-social-media {
  margin-top: 20px;
  margin-bottom: 30px;
}
footer .footer-first {
  color: black;
}
footer .footer-first .newsletter {
  margin-top: 20px;
  padding: 0;
}
footer .footer-first #subscribe-btn {
  width: 100%;
  height: 90px;
  background: var(--secondary-color);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  text-decoration: none;
}
footer .footer-first #subscribe-btn img {
  margin-right: 10px;
}
footer .footer-first #subscribe-btn span {
  font-family: RalewayBold;
  font-size: 18px;
  line-height: 25px;
  color: white;
}
footer .footer-first .footer-bottom {
  border-top: 1px solid #ffcb05;
  padding-top: 10px;
  padding-left: 0;
  color: var(--secondary-font-color);
  font-family: RalewayBold;
  display: flex;
  justify-content: space-between;
}
footer .footer-first .footer-bottom img {
  display: inline-block;
  margin-right: 10px;
}
footer .footer-first .footer-bottom a {
  color: white;
}
footer .footer-first .footer-bottom a:hover {
  color: white;
  text-decoration: none;
}
footer .footer-second {
  padding-top: 10px;
}
footer .footer-second .footer-text {
  color: var(--secondary-font-color);
}
@media (max-width: 1200px) {
  header {
    height: auto;
    margin: 0;
  }
  header .header-brand {
    text-align: center;
    float: none;
  }
  header #header-bottom .navbar-inverse {
    margin: 0;
  }
  header #header-bottom .navbar-inverse .navbar-collapse {
    padding: 0;
  }
  header #header-bottom .navbar-inverse .navbar-collapse .navbar-menu {
    float: left;
  }
  .body {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .body .body-left {
    padding: 0;
  }
  .body .body-left .content {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding: 0;
  }
  .body .content-container {
    margin: 10px;
  }
  .body .body-right {
    width: 100%;
  }
  .body .body-right .search-box {
    margin: 20px auto 20px auto;
    width: 80%;
  }
  .body .body-right .navbar-inverse-right .container .navbar-nav .colored-menu {
    display: inline-block;
    white-space: normal;
    width: 20%;
    padding: 0;
    float: none;
  }
  .body .body-right .fullcalendar {
    width: 80%;
    margin: auto;
    padding: 0;
  }
  .body .body-right .right-contact {
    margin-top: 10px;
  }
  .body .body-left {
    width: 100%;
  }
  .carousel {
    width: 100%;
  }
  .wrap .container {
    width: 100%;
  }
  header #header .header-brand {
    display: inline-block;
    width: 25%;
    margin-top: 10px;
    vertical-align: top;
  }
  header #header .header-brand img {
    height: 35px;
  }
  header #header .header-right {
    display: inline-block;
    width: 70%;
  }
  .jezsuita-hirfolyam {
    text-align: center;
  }
  .jezsuita-hirfolyam iframe {
    text-align: center;
  }
  .jezsuita-hirfolyam iframe .jezsuhir {
    width: 100%;
  }
  .institute-list-item {
    display: inline-block;
  }
  footer .footer-first {
    width: 100%;
  }
  footer .footer-first > .col-lg-10 {
    padding: 0;
  }
  footer .footer-first .container {
    width: 100%;
  }
  footer .footer-first .navbar-inverse .navbar-nav .colored-menu {
    margin: 5px;
  }
  footer .footer-first .responsive-scroll-image {
    width: 100%;
  }
  footer .newsletter {
    width: 70%;
    margin: 20px auto;
    text-align: center;
  }
  footer .field-subscribeform-eula .col-lg-1 {
    display: inline-block;
  }
  footer .field-subscribeform-eula .col-lg-10 {
    display: inline-block;
  }
  .archive-title {
    display: none;
  }
  .archive {
    display: none;
  }
}
@media (max-width: 1024px) {
  .container {
    width: 100%;
  }
  body .right-border {
    border: none;
  }
  body .site-content {
    padding-right: 0;
  }
  body .pr-30 {
    padding-right: 0;
  }
  header #header-top > div {
    margin-right: 10px;
  }
  header .header-brand {
    height: auto;
  }
  header .header-brand img {
    height: auto;
  }
  footer .footer-first #subscribe-btn {
    justify-content: space-evenly;
    max-width: 250px;
    margin: auto;
  }
  #index-page nav .row {
    margin-right: 0;
    margin-left: 0;
    margin-top: 15px;
  }
  #index-page nav .row .col-md-4:first-child {
    padding-left: 0;
  }
  #index-page nav .row .col-md-4:last-child {
    padding-right: 0;
  }
  #index-page #news .news-item {
    margin: 0 auto 30px;
  }
  #index-page #news .red-title {
    padding: 0 0 20px 15px;
  }
  #index-page #news .row.equal {
    margin-right: 0;
    margin-left: 0;
  }
  #index-page #news img {
    margin: auto;
  }
  #index-page .all-events {
    justify-content: space-evenly;
  }
}
@media (max-width: 768px) {
  header #header-top {
    display: inline-block;
    float: right;
    margin: 0;
    width: 100%;
  }
  header #header-top .header-brand-subtitle {
    text-align: left;
    padding-left: 0;
    display: block;
  }
  header #header-top .header-brand {
    text-align: left;
  }
  header #header-bottom {
    display: inline-block;
    float: left;
    margin: 0;
    width: 100%;
  }
  header #header-bottom .navbar-toggle {
    float: left;
    margin-left: 15px;
  }
  header #header-bottom .navbar-inverse .container {
    position: relative;
  }
  header #header-bottom .navbar-inverse .container .navbar-collapse {
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    left: -15px;
    margin-left: 0;
    margin-right: 0;
  }
  header #header-bottom .navbar-inverse .navbar-nav {
    width: 100%;
    margin: 0 0 10px 0;
  }
  header #header-bottom .navbar-inverse .navbar-nav li,
  header #header-bottom .navbar-inverse .navbar-nav .colored-menu {
    height: auto;
    background-color: var(--primary-color);
    border: none;
    padding-left: 15px;
  }
  header #header-bottom .navbar-inverse .navbar-nav .dropdown-menu li {
    background-image: linear-gradient(to right,var(--primary-color),var(--secondary-color));
  }
  #index-page .all-events {
    display: block;
    padding: 15px;
  }
  #index-page .all-events .green-btn-div {
    margin-top: 15px;
  }
  #index-page nav .row .col-md-4 {
    margin-bottom: 8px;
  }
  #index-page nav .row .col-md-4:first-child {
    padding-left: 8px;
  }
  #index-page nav .row .col-md-4:last-child {
    padding-right: 8px;
    margin-bottom: 0;
  }
  .body-right .navbar-header {
    display: none;
  }
  .body-right .navbar-collapse {
    display: block;
  }
  .gallery-list img {
    width: 100%;
  }
  .contact-text table {
    width: 100% !important;
  }
  img {
    max-width: 100%;
  }
}
@media (max-width: 425px) {
  #index-page .carousel-inner .item a {
    flex-direction: column;
  }
  #index-page .carousel-inner .item img {
    width: 100%;
  }
  #index-page .carousel-caption {
    margin-bottom: 20px;
    top: 145px;
    bottom: unset;
  }
  #index-page .carousel-caption .carousel-title {
    font-size: 10pt;
  }
  #index-page .carousel-caption .carousel-description {
    font-size: 10pt;
  }
  #index-page .carousel-caption-right {
    display: block;
    font-size: 12px;
    line-height: 14px;
    width: 100%;
    height: 130px;
  }
  #index-page .carousel-control.right {
    right: 0;
  }
  #index-page .carousel-control {
    top: 120px;
    bottom: unset;
  }
  #index-page .carousel-indicators {
    left: 50%;
  }
  #index-page #news .red-title {
    padding: 0 0 20px 0;
    text-align: center;
  }
  #index-page #news .equal {
    justify-content: center;
  }
  #index-page .next-events-item {
    width: 100%;
  }
  #index-page .next-events-item:nth-of-type(2n) {
    padding-left: 0;
  }
  #index-page .next-events-item:nth-of-type(2n+1) {
    padding-right: 0;
  }
  .body .body-right .navbar-inverse-right .container .navbar-collapse {
    margin: 0;
    padding: 0 20px 0 20px;
  }
  .body .body-right .navbar-inverse-right .container .navbar-nav {
    margin: 0;
  }
  .body .body-right .navbar-inverse-right .container .navbar-nav .colored-menu {
    display: block;
    width: 80%;
    margin: auto;
  }
  .red-title {
    font-size: 30px;
  }
  footer #footer-social-media {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  footer #footer-social-media div {
    margin-bottom: 15px;
  }
  footer .footer-first .footer-bottom {
    display: block;
  }
}
@media (max-width: 767px) {
  .header-container {
    max-height: 100%;
  }
  #header-image {
    height: auto !important;
  }
  #header-navbar {
    margin-top: 0 !important;
  }
  .navbar {
    border: 0 !important;
  }
}
#footer-social-media iframe,
#footer-social-media div,
#footer-social-media span {
  max-width: 100%;
}
