@font-face {
  font-family: 'azn';
  src: url("../fonts/azn/jaznr.eot");
  src: url("../fonts/azn/jaznr.eot?#iefix") format("embedded-opentype"), url("../fonts/azn/jaznr.woff") format("woff"), url("../fonts/azn/jaznr.ttf") format("truetype"), url("../fonts/azn/jaznr.svg#./fonts/azn/jaznr") format("svg");
  font-weight: normal;
  font-style: normal; }

p, h1, h2, h3, h4, h5, h6, ul {
  margin-bottom: 0; }

body {
  margin: 0;
  font-family: SegoeUI;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4D4D4D;
  text-align: left;
  background-image: url(../image/header-bg.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: initial; }

.bottom-bg {
  background-image: url(../image/footer-bg.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: initial; }

html {
  font-size: 62.5%; }

a {
  text-decoration: none;
  color: #4D4D4D; }
a:hover, a:focus {
  text-decoration: none;
  color: #4D4D4D; }

img {
  max-width: 100%; }

.mt-100 {
  margin-top: 10rem !important; }

.mb-100 {
  margin-bottom: 10rem !important; }

.my-100 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important; }

.mt-80 {
  margin-top: 8rem !important; }

.mb-80 {
  margin-bottom: 8rem !important; }

.my-80 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important; }

.mt-50 {
  margin-top: 5rem !important; }

.mb-50 {
  margin-bottom: 5rem !important; }

.my-50 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important; }

.mt-30 {
  margin-top: 3rem !important; }

.mb-30 {
  margin-bottom: 3rem !important; }

.my-30 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.pt-30 {
  padding-top: 3rem !important; }

.pb-30 {
  padding-bottom: 3rem !important; }

.py-30 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pt-80 {
  padding-top: 8rem !important; }

.pb-80 {
  padding-bottom: 8rem !important; }

.py-80 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important; }

.pt-100 {
  padding-top: 10rem !important; }

.pb-100 {
  padding-bottom: 10rem !important; }

.py-100 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important; }

.section-title {
  font-size: 3.2rem;
  color: #000000;
  margin-bottom: 2.5rem;
  font-weight: 700; }

.section-info {
  font-size: 1.6rem;
  text-align: center;
  color: #4D4D4D;
  display: none !important;
 }

.button-primary {
  display: inline-block;
  line-height: 1;
  color: #FFFFFF;
  background: #007da5;
  border-radius: 0px;
  transition: 0.2s all ease-in-out;
  font-size: 1.6rem;
  padding: 12px 42px; }
@media only screen and (min-width: 75em) {
  .button-primary {
    font-size: 1.8rem;
    padding: 12px 42px } }
@media only screen and (max-width: 61.99em) {
  .button-primary {
    font-size: 1.4rem;
    padding: 12px 42px } }
.button-primary:hover, .button-primary:focus {
  color: #FFFFFF;
  box-shadow: 0px 6px 25px transparent; 
  }

.button-primary-small {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1;
  color: #FFFFFF;
  background: #007da5;
  padding: 1.2rem 3rem;
  transition: 0.2s all ease-in-out; }
.button-primary-small:hover, .button-primary-small:focus {
  color: #FFFFFF;
  }
@media only screen and (max-width: 61.99em) {
  .button-primary-small {
    font-size: 1.2rem;
    padding: 1rem 2rem; } }

body ul, body ol, body p {
  font-size: 1.6rem; }

body h1, body h2, body h3, body h4, body h5, body h6 {
  font-weight: bold;
  line-height: 1;
  color: #000000; }

body h1 {
  font-size: 6.4rem; }

body h2 {
  font-size: 4.8rem; }

body h3 {
  font-size: 3.2rem; }

body h4 {
  font-size: 2.4rem; }

body h5 {
  font-size: 1.8rem; }

body h6 {
  font-size: 1.6rem; }

.calendar__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 1.4rem 1.8rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 25%);
  border-radius: 5px;
  transition: 0.2s all ease-in-out;
  margin-bottom: 3rem; }
@media only screen and (max-width: 47.93em) {
  .calendar__item {
    flex-direction: column; } }
.calendar__item:hover {
  box-shadow: 0px 10px 35px rgba(13, 131, 249, 0.5); }
.calendar__item--date {
  width: 9.7rem;
  background: #007da5;
  color: #fff;
  text-align: center;
  padding: 1.5rem;
  font-family: SegoeUI; }
@media only screen and (max-width: 47.93em) {
  .calendar__item--date {
    width: 100%;
    margin: 0 auto 2rem auto;
    padding: 0.5rem 1rem; } }
.calendar__item--date-day {
  font-size: 4rem;
  line-height: 1; }
@media only screen and (max-width: 47.93em) {
  .calendar__item--date-day {
    font-size: 1.8rem;
    margin-right: 1rem; } }
.calendar__item--date-month {
  font-size: 1.4rem;
  line-height: 1; }
@media only screen and (max-width: 47.93em) {
  .calendar__item--date-month {
    font-size: 1.8rem; } }
.calendar__item--content {
  width: calc(100% - 9.7rem);
  padding: 0 2.4rem;
  font-family: SegoeUI; }
@media only screen and (max-width: 47.93em) {
  .calendar__item--content {
    width: 100%;
    padding: 0; } }
.calendar__item--organization {
  font-weight: bold;
  font-size: 1.6rem;
  color: #000000;
  margin-bottom: 1.25rem; }
.calendar__item--info {
  font-size: 1.4rem;
  line-height: 1.7;
  color: #4D4D4D;
  padding-bottom: 1.5rem;
  font-weight: normal; }

.datepicker {
  /* ---- flickity-button ---- */
  /* ---- previous/next buttons ---- */ }
.datepicker__item {
  width: 100%; }
.datepicker__item--month {
  text-align: center;
  font-size: 1.6rem;
  color: #000000;
  font-weight: 500;
  margin-bottom: 3rem; }
.datepicker__item--content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto; }
@media only screen and (max-width: 61.99em) {
  .datepicker__item--content {
    justify-content: flex-start;
    width: 26rem;
    margin: 0 auto; } }
.datepicker__item--day {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  margin-right: .1rem; }
.datepicker__item--day-end .datepicker__item--weekday {
  color: #82B1FF; }
.datepicker__item--day-active .datepicker__item--number {
  color: #fff;
  background: #007da5; }
.datepicker__item--weekday {
  font-size: 1.2rem;
  line-height: 1;
  color: #4D4D4D;
  background: #FAFCFE;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .25rem; }
@media only screen and (max-width: 61.99em) {
  .datepicker__item--weekday {
    width: 3.6rem;
    height: 3.6rem; } }
@media only screen and (min-width: 62em) {
  .datepicker__item--weekday {
    width: 2.5rem;
    height: 2.5rem; } }
@media only screen and (min-width: 75em) {
  .datepicker__item--weekday {
    width: 3.6rem;
    height: 3.6rem; } }
.datepicker__item--number {
  font-size: 1.4rem;
  line-height: 1;
  color: #4D4D4D;
  background: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; }
@media only screen and (max-width: 61.99em) {
  .datepicker__item--number {
    width: 3.6rem;
    height: 3.6rem; } }
@media only screen and (min-width: 62em) {
  .datepicker__item--number {
    width: 2.5rem;
    height: 2.5rem; } }
@media only screen and (min-width: 75em) {
  .datepicker__item--number {
    width: 3.6rem;
    height: 3.6rem; } }
.datepicker .flickity-button {
  position: absolute;
  background: #FAFCFE;
  border: none;
  color: #007da5; }
.datepicker .flickity-button:hover {
  background: white;
  cursor: pointer; }
.datepicker .flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F; }
.datepicker .flickity-button:active {
  opacity: 0.6; }
.datepicker .flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }
.datepicker .flickity-button-icon {
  fill: #007da5; }
.datepicker .flickity-prev-next-button {
  top: 12px;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%; }
@media only screen and (max-width: 61.99em) {
  .datepicker .flickity-prev-next-button.previous {
    left: 35%; } }
@media only screen and (max-width: 47.93em) {
  .datepicker .flickity-prev-next-button.previous {
    left: 15%; } }
@media only screen and (min-width: 62em) {
  .datepicker .flickity-prev-next-button.previous {
    left: 40%; } }
@media only screen and (max-width: 61.99em) {
  .datepicker .flickity-prev-next-button.next {
    right: 35%; } }
@media only screen and (max-width: 47.93em) {
  .datepicker .flickity-prev-next-button.next {
    right: 15%; } }
@media only screen and (min-width: 62em) {
  .datepicker .flickity-prev-next-button.next {
    right: 40%; } }
.datepicker .flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.diaspora__form--message {
  border-radius: 5px;
  padding: 2rem;
  font-size: 1.4rem;
  border: 2px solid #007da5; }
.diaspora__form--message-success {
  color: #007da5;
  border-color: #007da5;
  background: rgba(13, 131, 249, 0.05); }
.diaspora__form--message-danger {
  color: #dc3545;
  background-color: #ffffff;
  border-color: #dc3545; }

.diaspora__form label {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2;
  color: #007da5; }

.diaspora__form .form-group {
  margin-bottom: 1.5rem; }
.diaspora__form .form-group .form-control.error {
  border-color: #ff0000; }

.diaspora__form .form-title {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2;
  color: #007da5;
  background: #dbedfe;
  display: block;
  padding: 0 1rem; }

.diaspora__form .form-value {
  font-weight: bold;
  font-size: 1.6rem;
  color: #4D4D4D;
  display: block;
  padding: 0 1rem; }

.diaspora__form .input-group-prepend {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5; }

.diaspora__form .input-group > .form-control:not(:last-child), .diaspora__form .input-group > .custom-select:not(:last-child) {
  border-radius: 5px; }

.diaspora__form input, .diaspora__form select, .diaspora__form textarea {
  background: #FFFFFF;
  border: 1px solid rgba(13, 131, 249, 0.15);
  box-shadow: none;
  border-radius: 5px;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1;
  color: #000000;
  padding: 1.25rem 2rem;
  height: 5rem;
  font-family: SegoeUI; }
.diaspora__form input:focus, .diaspora__form select:focus, .diaspora__form textarea:focus {
  box-shadow: 0px 0px 20px rgb(0 0 0 / 25%); }

.diaspora__form textarea {
  min-height: 10rem; }

.diaspora__form select {
  background: #fff url(../image/icons/select-down.png) no-repeat right 1.25rem center; }
.diaspora__form select option {
  min-height: .5rem !important;
  padding: 0;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1; }

.diaspora__form .form-text {
  font-size: 1.2rem;
  color: #4D4D4D; }

.diaspora__form .form-control__file {
  padding: 4rem 5rem;
  background: #FFFFFF;
  border: 1px solid rgba(13, 131, 249, 0.15);
  box-sizing: border-box;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
.diaspora__form .form-control__file.is-invalid {
  border-color: #dc3545; }
.diaspora__form .form-control__file--inputs {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column; }
.diaspora__form .form-control__file--input {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
.diaspora__form .form-control__file--input:not(:last-child) {
  margin-bottom: 1.25rem; }
.diaspora__form .form-control__file--input:first-child {
  margin-top: 2rem; }
.diaspora__form .form-control__file--input-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  border-radius: 5px;
  width: 4.8rem;
  height: 4.8rem;
  font-size: 1.5rem;
  margin-right: 2rem; }
.diaspora__form .form-control__file--input-title {
  font-size: 1.4rem;
  color: #000000;
  font-weight: 400;
  flex-shrink: 1;
  flex-grow: 1; }
.diaspora__form .form-control__file--input-delete {
  color: #ff0000;
  font-size: 1.6rem; }

.has-error .form-control__file {
  border: 1px solid #a94442 !important; }

.datepicker {
  font-size: 1.4rem;
  min-width: 16rem;
  color: #4D4D4D; }
.datepicker td, .datepicker th {
  width: 3rem;
  height: 3rem; }
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-image: none;
  background-color: #007da5; }
.datepicker.dropdown-menu {
  border: 1px solid rgba(13, 131, 249, 0.15); }
.datepicker-dropdown.datepicker-orient-top:before {
  border-top: 7px solid rgba(13, 131, 249, 0.15); }

.news__item {
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 15%);
  border-radius: 5px;
  padding: 2.4rem;
  margin-bottom: 3rem;
  height: 450px;
}
.news__item--image {
  width: 100%;
  position: relative; }
@media only screen and (max-width: 61.99em) {
  .news__item--image {
    height: 17.5rem;
    margin-bottom: 3rem; } }
@media only screen and (min-width: 62em) {
  .news__item--image {
    height: 17.5rem;
    margin-bottom: 3rem; } }
@media only screen and (min-width: 75em) {
  .news__item--image {
    height: 17.5rem;
    margin-bottom: 5rem; } }
.news__item--image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }
.news__item--category {
  position: absolute;
  bottom: -1.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1.6rem;
  line-height: 1;
  padding: 1rem 3.5rem;
  background: #007da5;
  text-align: center;
  color: #FFFFFF;
  }
.news__item--content {
  text-align: center; }
.news__item--title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #007da5;
  margin-bottom: 1.5rem;
  line-height: 1.3;
 }
.news__item--info {
  font-size: 1.4rem;
  color: #4D4D4D;
  margin-bottom: 1.5rem; }
.news__item--date {
  color: #4D4D4D;
  font-weight: 700;
  font-size: 1.6rem; }

.diasporapagination .page-link {
  font-weight: bold;
  font-size: 1.6rem;
  color: #4D4D4D;
  background: #fafcfe;
  border-radius: 50% !important;
  padding: 1.3rem 1.6rem;
  margin: 0 .25rem;
  transition: 0.2s all ease-in-out;
  height: 5rem;
  width: 5rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: #eceff1; }
.diasporapagination .page-link:hover {
  background: #007da5;
  border-color: #007da5;
  color: #fff; }
.diasporapagination .page-link:focus {
  box-shadow: none; }

.post--title {
  font-weight: bold;
  font-size: 3.2rem;
  color: #007da5;
  line-height: 1.25; }

.post__meta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: bold; }
.post__meta--category {
  text-align: center;
  width: 100%;
  background: #007da5;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 1.6rem;
  padding: 1.3rem 2rem;
  display: block;
  line-height: 1; }
.post__meta--date {
  text-align: center;
  width: 100%;
  background: transparent;
  color: #4D4D4D;
  font-size: 1.6rem;
  padding: 1.3rem 2rem;
  display: block;
  line-height: 1; }

.post--image {
  background: #FFFFFF;
  /* border */
  border: 1px solid rgba(13, 131, 249, 0.15);
  box-sizing: border-box;
  /* news hover */
  box-shadow: 0px 0px 20px rgb(0 0 0 / 25%);
  border-radius: 5px;
  padding: 2rem; }
.post--image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.post__content {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #4D4D4D; }
.post__content p, .post__content h1, .post__content h2, .post__content h3, .post__content h4, .post__content h5, .post__content h6, .post__content ul, .post__content ol {
  margin-bottom: 2rem; }

.post__share {
  margin-top: 5rem;
  background: #FAFCFE;
  border: 1px solid rgba(13, 131, 249, 0.15);
  box-sizing: border-box;
  border-radius: 1rem;
  padding: 1.5rem 3rem;
  text-align: center; }

.post__gallery {
  margin-top: 5rem; }
.post__gallery--item {
  background: #FFFFFF;
  border: 1px solid rgba(13, 131, 249, 0.15);
  box-shadow: 0px 0px 20px rgb(0 0 0 / 25%);
  border-radius: 5px;
  padding: .75rem;
  margin-bottom: 3rem; }
.post__gallery--item img {
  height: 20rem;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }
@media only screen and (max-width: 47.93em) {
  .post__gallery--item img {
    height: auto;
    width: 100%; } }

.page-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24rem;
  width: 100%;
  background-image: url(../image/page-bg.jpg);
  background-size: cover; }
.page-header--title {
  font-weight: bold;
  font-size: 4.8rem;
  color: #FFFFFF; }
@media only screen and (max-width: 47.93em) {
  .page-header--title {
    font-size: 3.6rem; } }

.loading {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px; }
.loading-container {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.85);
  z-index: 999;
  background-attachment: fixed; }
.loading div {
  position: absolute;
  border: 4px solid #007da5;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: loading 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: loading 1s cubic-bezier(0, 0.2, 0.8, 1) infinite; }
.loading div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

@-webkit-keyframes loading {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0; } }

@keyframes loading {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0; } }

.diaspora-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px rgb(0 0 0 / 25%);
  display: none;
  background-attachment: fixed;
  z-index: 9999; }
.diaspora-modal.active {
  display: flex !important; }

.login {
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 25%);
  border-radius: 1rem;
  padding: 3.5rem;
  position: relative;
  -webkit-animation: modal .25s ease-out;
  animation: modal .25s ease-out; }
@media only screen and (max-width: 61.99em) {
  .login {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0; } }
.login--icon {
  width: 7.4rem;
  height: 7.4rem;
  margin: 0 auto;
  background: #FFFFFF;
  border: 1px solid rgba(13, 131, 249, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 2rem; }
.login--icon i {
  font-size: 3.2rem; }
.login--icon img {
  width: 7.3rem;
  height: 7.3rem;
  -o-object-fit: contain;
  object-fit: contain; }
.login--title {
  font-weight: bold;
  font-size: 2.4rem;
  color: #4D4D4D;
  margin-bottom: 3rem; }
.login--close {
  position: absolute;
  right: 1.25rem;
  top: 1rem;
  font-size: 1.6rem;
  cursor: pointer;
  color: rgba(77, 77, 77, 0.5); }
.login--close:hover {
  color: rgba(77, 77, 77, 0.75); }
.login--forget {
  display: inline-block;
  font-size: 1.4rem;
  color: #4D4D4D; }
.login--forget:hover {
  text-decoration: underline; }
.login--text {
  font-size: 1.4rem;
  color: #4D4D4D;
  margin: 0; }
.login--text a {
  color: #007da5; }
.login--text a:hover {
  text-decoration: underline; }

@media only screen and (max-width: 61.99em) {
  #login-modal {
    display: none !important; } }

@-webkit-keyframes modal {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes modal {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.btn-diaspora {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 2rem 4rem;
  line-height: 1;
  border-radius: 5rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: none;
  font-size: 1.6rem;
  color: #fff; }
@media only screen and (min-width: 75em) {
  .btn-diaspora {
    font-size: 1.8rem; } }
.btn-diaspora:not(:disabled):not(.disabled) {
  cursor: pointer; }
.btn-diaspora:focus, .btn-diaspora.focus {
  outline: 0; }
.btn-diaspora i {
  margin-left: 1rem; }
.btn-diaspora-primary {
  background: #007da5;
  color: #fff !important; }
.btn-diaspora-small {
  padding: 1rem 2rem;
  border-radius: 5px; }

.success-image {
  max-height: 12rem;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 6rem !important; }

@font-face {
  font-family: "ArtegraSans";
  src: url("../fonts/artegrasans/ArtegraSans-Regular.otf");
  font-weight: 400; }

@font-face {
  font-family: "ArtegraSans";
  src: url("../fonts/ArtegraSans/ArtegraSans-Medium.otf");
  font-weight: 500; }

@font-face {
  font-family: "ArtegraSans";
  src: url("../fonts/ArtegraSans/ArtegraSans-SemiBold.otf");
  font-weight: 600; }

@font-face {
  font-family: "ArtegraSans";
  src: url("../fonts/ArtegraSans/ArtegraSans-Bold.otf");
  font-weight: 700; }

@font-face {
  font-family: SegoeUI;
  src: local("Segoe UI Light"), url(../fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"), url(../fonts/segoe-ui/west-european/light/latest.woff) format("woff"), url(../fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");
  font-weight: 100; }

@font-face {
  font-family: SegoeUI;
  src: local("Segoe UI Semilight"), url(../fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"), url(../fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"), url(../fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");
  font-weight: 200; }

@font-face {
  font-family: SegoeUI;
  src: local("Segoe UI"), url(../fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"), url(../fonts/segoe-ui/west-european/normal/latest.woff) format("woff"), url(../fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");
  font-weight: 400; }

@font-face {
  font-family: SegoeUI;
  src: local("Segoe UI Bold"), url(../fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"), url(../fonts/segoe-ui/west-european/bold/latest.woff) format("woff"), url(../fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");
  font-weight: 600; }

@font-face {
  font-family: SegoeUI;
  src: local("Segoe UI Semibold"), url(../fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"), url(../fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"), url(../fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");
  font-weight: 700; }

.footer {
  background: #FAFCFE; }
.footer-top {
  padding: 5rem 0 0 0; }
.footer__logo {
  text-align: center;
  margin: 3rem 0; }
.footer__logo img {
  height: 6.4rem;
  -o-object-fit: contain;
  object-fit: contain; }
.footer__menu {
  margin: 3rem auto;
  display: none; }
@media only screen and (min-width: 62em) {
  .footer__menu {
    display: block; } }
.footer__menu--title {
  display: block;
  font-weight: bold;
  font-size: 1.4rem;
  color: #4D4D4D;
  margin-bottom: 1.5rem; }
.footer__menu--links {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column; }
.footer__menu--link {
  font-size: 1.4rem;
  color: #4D4D4D;
  padding: .5rem 0; }
.footer__menu--link:hover {
  text-decoration: underline; }
.footer__social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3rem auto; }
.footer__social--item {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin-right: 2.5rem; }
.footer__social--item-facebook {
  color: #fff;
  background: #007da5; }
.footer__social--item-facebook:hover {
  transition: 0.2s all ease-in-out;
  color: #fff;
  background: #007da5; }
.footer__social--item-instagram {
  color: #fff;
  background: #007da5; }
.footer__social--item-instagram:hover {
  transition: 0.2s all ease-in-out;
  color: #fff;
  background: #007da5; }
.footer__social--item-youtube {
  color: #fff;
  background: #007da5; }
.footer__social--item-youtube:hover {
  transition: 0.2s all ease-in-out;
  color: #fff;
  background: #007da5; }
.footer__social--item-twitter {
  color: #fff;
  background: #007da5; }
.footer__social--item-twitter:hover {
  transition: 0.2s all ease-in-out;
  color: #fff;
  background: #007da5; }
.footer-bottom {
  border-top: .3rem #F2F7FC solid;
  padding: 3rem 0; }
.footer__copyright {
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  color: #fff; }

.header-top {
  background: #FAFCFE;
  padding: 1.5rem 0; }
@media only screen and (max-width: 61.99em) {
  .header-top {
    display: none; } }

.header__social {
  display: flex;
  align-items: center;
  justify-content: flex-start; }
.header__social--item {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-right: 1rem; }
  .header__social--item-facebook {
    color: #fff;
    background: #007da4; }
    .header__social--item-facebook:hover {
      transition: 0.2s all ease-in-out;
      color: #fff;
      background: #007da4; }
  .header__social--item-instagram {
    color: #fff;
    background: #007da4; }
    .header__social--item-instagram:hover {
      transition: 0.2s all ease-in-out;
      color: #fff;
      background: #007da4; }
  .header__social--item-youtube {
    color: #fff;
    background: #007da4; }
    .header__social--item-youtube:hover {
      transition: 0.2s all ease-in-out;
      color: #fff;
      background: #007da4; }
  .header__social--item-twitter {
    color: #fff;
    background: #007da4; }
    .header__social--item-twitter:hover {
      transition: 0.2s all ease-in-out;
      color: #fff;
      background: #007da4; }

.header__login {
  font-size: 1.4rem;
  color: #007da5;
  margin-right: 4rem; }
.header__login--link {
  font-size: 13px;
    color: #007da5;
    transition: 0.2s all ease-in-out;
    padding: 5px 10px;
    background: transparent;
    border: 1px solid #007da4;
    margin-left: 5px; 
 }
.header__login--link:hover, .header__login--link:focus {
  background: #007da5 !important;
  color: #fff !important; 
 }

.header__lang {
  position: relative; }
.header__lang:hover .header__lang--list {
  display: block !important; }
.header__lang--selected {
  font-size: 1.4rem;
  color: #4D4D4D;
  font-weight: 700;
  padding: 1.25rem 0; }
.header__lang--selected img {
  width: 2.5rem;
}

.header__lang span {
  font-size: 1.2rem;
  color: #4D4D4D; }
.header__lang--list {
  display: none;
  position: absolute;
  left: 50%;
  top: 3rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 25%);
  border-radius: 5px;
  padding: 1rem;
  min-width: 5rem;
  transition: 0.2s all ease-in-out;
  z-index: 10; }
.header__lang--list-item {
  font-size: 1.4rem;
  line-height: 1;
  color: #4D4D4D;
  padding: 1.25rem .5rem;
  display: block; }
.header__lang--list-item:not(:last-child) {
  border-bottom: 1px solid #007da5; }
.header__lang--list-item:hover {
  background: #007da5;
  color: #fff !important;  }

.header__lang--list-item img {
  width: 2rem;
}

.header-bottom {
  padding: 2rem 0; }

@media only screen and (max-width: 61.99em) {
  .logo img {
    height: 6rem; } }

@media only screen and (max-width: 47.93em) {
  .logo img {
    height: 4rem; } }

@media only screen and (max-width: 61.99em) {
  .menu {
    display: none; } }

.menu-container {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
@media only screen and (min-width: 62em) {
  .menu-container {
    justify-content: flex-end; } }

.menu__nav {
  list-style: none;
  position: relative;
  margin-right: 8rem;
}
.menu__nav--item {
  display: inline-block;
  position: relative;
  margin-left: 3rem; }
@media only screen and (min-width: 75em) {
  .menu__nav--item {
    margin-left: 3rem; } }
.menu__nav--item:hover .menu__subnav {
  display: block; }
.menu__nav--link {
  font-size: 1.4rem;
  color: #4D4D4D;
  font-weight: bold;
  padding: 1.5rem 0; }

.menu__subnav {
  position: absolute;
  left: 50%;
  top: 3rem;
  transform: translateX(-50%);
  display: none;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 25%);
  border-radius: 5px;
  padding: 1.25rem;
  min-width: 21rem;
  z-index: 10;  }
.menu__subnav--item {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  color: #4D4D4D;
  padding: 10px 10px 3px 3px;
  transition: 0.2s all ease-in-out; }
.menu__subnav--item:not(:last-child) {
  border-bottom: 1px solid #007da5; }
.menu__subnav--item:hover {
  background: #007da5;
  color: #fff !important; }

  .hero-slider .slick-prev, .hero-slider .slick-next {
    background: transparent !important;
  }

  .hero-slider .slick-prev:hover, .hero-slider .slick-prev:focus, .hero-slider .slick-next:hover, .hero-slider .slick-next:focus {
    background: transparent !important;
  }

.menu__search {
  position: relative; }
.menu__search--close {
  position: absolute;
  right: 0;
  top: -4rem;
  font-size: 2.4rem;
  cursor: pointer;
  color: #fff; }
.menu__search--close:hover {
  color: rgba(255, 255, 255, 0.75); }
.menu__search input {
  height: 10rem;
  font-size: 2.4rem;
  padding: 0 4rem;
  font-weight: 400;
  line-height: 1; }
.menu__search input:focus {
  box-shadow: none;
  border-color: transparent; }
.menu__search--btn {
  position: absolute;
  top: 50%;
  right: 4rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin: 0; }
.menu__search--btn:focus, .menu__search--btn:active {
  border: none;
  outline: none; }
.menu__search--btn i {
  font-size: 2.4rem; }

@media only screen and (max-width: 61.99em) {
  .search {
    display: none; } }

.search__btn {
  color: #4D4D4D;
  font-size: 1.6rem; }

.mobile--container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end; }
@media only screen and (min-width: 62em) {
  .mobile--container {
    display: none; } }

.mobile__close {
  display: none; }
@media only screen and (max-width: 61.99em) {
  .mobile__close {
    display: block; } }
.mobile__close--link {
  border: 1px solid rgba(13, 131, 249, 0.15);
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  display: none;
  margin-left: 1rem; }
.mobile__close--link i {
  font-size: 1.6rem; }

.mobile__menu {
  display: none; }
@media only screen and (max-width: 61.99em) {
  .mobile__menu {
    display: block; } }
.mobile__menu--link {
  border: 1px solid rgba(13, 131, 249, 0.15);
  width: 4rem;
  height: 4rem;
  align-items: center;
  justify-content: center;
  display: none;
  border-radius: 50%;
  margin-left: 1rem; }
.mobile__menu--link i {
  font-size: 1.6rem; }
.mobile__menu-content {
  display: none;
  opacity: 1;
  visibility: hidden;
  background: #FAFCFE;
  padding: 2rem 2rem 5rem 2rem;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 999; }
.mobile__menu-content.open {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-animation: modal .25s ease-out;
  animation: modal .25s ease-out; }
@media only screen and (min-width: 62em) {
  .mobile__menu-content.open {
    display: none; } }

.mobile__usermenu {
  display: none; }
@media only screen and (max-width: 61.99em) {
  .mobile__usermenu {
    display: block; } }
.mobile__usermenu--link {
  border: 1px solid rgba(13, 131, 249, 0.15);
  width: 4rem;
  height: 4rem;
  align-items: center;
  justify-content: center;
  display: none;
  border-radius: 50%; }
.mobile__usermenu--link i {
  font-size: 1.6rem; }
.mobile__usermenu--content {
  display: none;
  opacity: 1;
  visibility: hidden;
  background: #FAFCFE;
  padding: 2rem 2rem 5rem 2rem;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 999; }
.mobile__usermenu--content.open {
  display: block;
  visibility: visible;
  opacity: 1; }
@media only screen and (min-width: 62em) {
  .mobile__usermenu--content.open {
    display: none; } }
.mobile__usermenu--nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 5rem auto; }
.mobile__usermenu--nav-link {
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  color: #4D4D4D;
  text-transform: uppercase;
  padding: 1rem 0; }

.mobile__language {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem; }
.mobile__language--item {
  font-weight: bold;
  font-size: 1.2rem;
  color: #808080;
  height: 4rem;
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 1rem; }

.mobile__language--item img {
  height: 3.5rem;
  width: 3.5rem;
}

.mobile__language--item.active, .mobile__language--item:hover {
  background: #007da5;
  color: #fff; }

.mobile__search {
  position: relative; }
.mobile__search input {
  padding-right: 5rem; }
.mobile__search--btn {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent;
  border: none;
  outline: none; }
.mobile__search--btn i {
  font-size: 1.8rem; }

.mobile__nav {
  list-style: none;
  padding: 0;
  margin: 5rem auto;
  text-align: center; }
.mobile__nav--item {
  list-style: none;
  padding: 1rem 0;
  margin: 0; }
.mobile__nav--link {
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  color: #4D4D4D;
  text-transform: uppercase; }
.mobile__navsub {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  margin-top: 1.5rem; }
.mobile__navsub--item {
  list-style: none;
  padding: .5rem 0;
  margin: 0; }
.mobile__navsub--link {
  font-weight: 400;
  font-size: 1.4rem;
  text-align: center;
  color: #808080; }

/* Icon 3 */
#hamburger {
  width: 1.75rem;
  height: 1.75rem;
  position: relative;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 100; }
#hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #D8D8D8;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .25s ease-in-out; }
#hamburger span:nth-child(1) {
  top: .25rem; }
#hamburger span:nth-child(2), #hamburger span:nth-child(3) {
  top: .75rem; }
#hamburger span:nth-child(4) {
  top: 1.25rem; }
#hamburger.open span:nth-child(1) {
  top: .75rem;
  width: 0%;
  left: 50%; }
#hamburger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }
#hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }
#hamburger.open span:nth-child(4) {
  top: .75rem;
  width: 0%;
  left: 50%; }

.values-section {
  padding: 8rem 0; }

.values__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
@media only screen and (max-width: 61.99em) {
  .values__item {
    margin-bottom: 5rem; } }
.values__item--icon {
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 2.5rem !important;
  height: 8rem;
  padding: 0; }
.values__item--title {
  font-size: 1.8rem;
  margin-bottom: 1rem !important;
  padding: 0 !important; }
.values__item--text {
  font-size: 1.4rem;
  color: #4D4D4D;
  margin: 0 !important;
  padding: 0 2rem !important; }

.contact__map {
  background: #FFFFFF;
  border: 1px solid rgba(13, 131, 249, 0.15);
  box-shadow: 0px 0px 20px rgb(0 0 0 / 25%);
  border-radius: 5px;
  padding: 2rem; }

.contact__social {
  display: flex;
  align-items: center;
  justify-content: flex-start; }
.contact__social--item {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin-right: 1rem; }
.contact__social--item-facebook {
  color: #3B5998;
  background: rgba(59, 89, 152, 0.1); }
.contact__social--item-facebook:hover {
  transition: 0.2s all ease-in-out;
  color: #3B5998;
  background: rgba(59, 89, 152, 0.5); }
.contact__social--item-instagram {
  color: #5851DB;
  background: rgba(88, 81, 219, 0.1); }
.contact__social--item-instagram:hover {
  transition: 0.2s all ease-in-out;
  color: #5851DB;
  background: rgba(88, 81, 219, 0.5); }
.contact__social--item-youtube {
  color: #FF0000;
  background: rgba(255, 0, 0, 0.1); }
.contact__social--item-youtube:hover {
  transition: 0.2s all ease-in-out;
  color: #FF0000;
  background: rgba(255, 0, 0, 0.5); }
.contact__social--item-twitter {
  color: #00ACEE;
  background: rgba(0, 172, 238, 0.1); }
.contact__social--item-twitter:hover {
  transition: 0.2s all ease-in-out;
  color: #00ACEE;
  background: rgba(0, 172, 238, 0.5); }

.contact__info--item {
  margin-bottom: 3rem; }
.contact__info--item h4 {
  color: #007da5;
  margin-bottom: 1.25rem; }
.contact__info--item p {
  font-weight: bold;
  color: #4D4D4D;
  margin-bottom: 1.25rem; }

.error--code {
  text-align: center;
  font-weight: bold;
  font-size: 32rem;
  line-height: 1;
  background: linear-gradient(180deg, #2269FF 0%, #C124FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.error--message {
  font-size: 1.8rem;
  line-height: 2;
  color: #4D4D4D; }

.event--title {
  font-weight: bold;
  font-size: 3.2rem;
  color: #007da5;
  line-height: 1.25; }
@media only screen and (max-width: 61.99em) {
  .event--title {
    margin-bottom: 2rem;
    font-size: 2.4rem; } }

.event__meta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: bold; }
.event__meta--yemek {
  text-align: center;
  width: 100%;
  background: #007da5;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 1.6rem;
  padding: 1.3rem 2rem;
  display: block;
  line-height: 1; }
.event__meta--date {
  text-align: center;
  width: 100%;
  background: #007da5;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 1.6rem;
  padding: 1.3rem 2rem;
  display: block;
  line-height: 1; }

.event--image {
  background: #FFFFFF;
  /* border */
  border: 1px solid rgba(13, 131, 249, 0.15);
  box-sizing: border-box;
  /* news hover */
  box-shadow: 0px 0px 20px rgb(0 0 0 / 25%);
  border-radius: 5px;
  padding: 2rem; }
.event--image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }
@media only screen and (max-width: 61.99em) {
  .event--image img {
    height: auto; } }

.event__content {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #4D4D4D; }
.event__content p, .event__content h1, .event__content h2, .event__content h3, .event__content h4, .event__content h5, .event__content h6, .event__content ul, .event__content ol {
  margin-bottom: 2rem; }

.event__share {
  margin-top: 5rem;
  background: #FAFCFE;
  border: 1px solid rgba(13, 131, 249, 0.15);
  box-sizing: border-box;
  border-radius: 1rem;
  padding: 1.5rem 3rem;
  text-align: center; }

.event__details--item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 2.5rem; }
.event__details--item > i {
  color: #007da5;
  font-size: 2rem;
  margin-right: 2rem; }
.event__details--item span {
  font-weight: bold;
  font-size: 1.6rem;
  color: #4D4D4D; }

.event__social {
  display: flex;
  align-items: center;
  justify-content: flex-start; }
.event__social--item {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-right: 1rem; }
.event__social--item-facebook {
  color: #3B5998;
  background: rgba(59, 89, 152, 0.1); }
.event__social--item-facebook:hover {
  transition: 0.2s all ease-in-out;
  color: #3B5998;
  background: rgba(59, 89, 152, 0.5); }
.event__social--item-instagram {
  color: #5851DB;
  background: rgba(88, 81, 219, 0.1); }
.event__social--item-instagram:hover {
  transition: 0.2s all ease-in-out;
  color: #5851DB;
  background: rgba(88, 81, 219, 0.5); }
.event__social--item-youtube {
  color: #FF0000;
  background: rgba(255, 0, 0, 0.1); }
.event__social--item-youtube:hover {
  transition: 0.2s all ease-in-out;
  color: #FF0000;
  background: rgba(255, 0, 0, 0.5); }
.event__social--item-twitter {
  color: #00ACEE;
  background: rgba(0, 172, 238, 0.1); }
.event__social--item-twitter:hover {
  transition: 0.2s all ease-in-out;
  color: #00ACEE;
  background: rgba(0, 172, 238, 0.5); }

.photo-gallery__item {
  background: #FFFFFF;
  border: 1px solid rgba(13, 131, 249, 0.15);
  box-shadow: 0px 0px 20px rgb(0 0 0 / 25%);
  border-radius: 5px;
  padding: 1.5rem;
  margin-bottom: 3rem;
  transition: 0.2s all ease-in-out;
  position: relative; }
.photo-gallery__item:hover {
  box-shadow: 0px 10px 35px rgba(13, 131, 249, 0.5); }
.photo-gallery__item:hover .photo-gallery__item--icon {
  font-size: 5.6rem; }
.photo-gallery__item--image {
  position: relative;
  height: 20rem;
  width: 100%; }
@media only screen and (max-width: 47.93em) {
  .photo-gallery__item--image {
    height: auto; } }
.photo-gallery__item--image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }
.photo-gallery__item--title {
  margin-top: 1.25rem;
  font-weight: bold;
  font-size: 1.6rem;
  color: #4D4D4D;
  text-align: center;
  display: block; }
.photo-gallery__item--icon {
  transition: 0.2s all ease-in-out;
  color: #fff;
  font-size: 4.8rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.hero-container {
  display: flex;
  flex-direction: column-reverse; }
@media only screen and (min-width: 62em) {
  .hero-container {
    flex-direction: row; } }

.hero__image {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative; }
.hero__image img {
  max-height: calc(100vh - 17rem); }
@media only screen and (max-width: 61.99em) {
  .hero__image img {
    max-height: auto; } }

.hero__link {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
@media only screen and (min-width: 62em) {
  .hero__link {
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%); } }
.hero__link--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  box-shadow: 0px 15px 40px rgba(13, 131, 249, 0.25);
  border-radius: 50%;
  color: #007da5;
  transition: 0.2s all ease-in-out;
  font-size: 2.25rem;
  width: 6.8rem;
  height: 6.8rem; }
@media only screen and (min-width: 75em) {
  .hero__link--btn {
    font-size: 4rem;
    width: 11.6rem;
    height: 11.6rem; } }
.hero__link--btn:hover, .hero__link--btn:focus {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  color: #007da5;
  box-shadow: 0px 15px 40px #007da5; }

.hero__content {
  padding: 18rem 0 0;
}

.hero__content--title {
  font-weight: 700;
  color: white;
  margin-bottom: 2.5rem;
  font-size: 4.6rem; }
@media only screen and (min-width: 75em) {
  .hero__content--title {
    font-size: 5.4rem; } }
@media only screen and (max-width: 61.99em) {
  .hero__content--title {
    margin-bottom: 2rem;
    font-size: 2.6rem; } }
.hero__content--info {
  color: white;
  margin-bottom: 5rem;
  padding: 0 1.5rem;
  font-size: 1.8rem; }
@media only screen and (min-width: 75em) {
  .hero__content--info {
    font-size: 2rem; } }
@media only screen and (max-width: 61.99em) {
  .hero__content--info {
    margin-bottom: 2rem;
    font-size: 1.6rem; } }

.hero-slider {
  /* Arrows */ }
.hero-slider--bg {
  height: 70rem;
  background: url(../image/header.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100%;
  position: relative; }
.hero-slider .slick-prev, .hero-slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 3rem;
  display: block;
  width: 5.5rem;
  height: 5.5rem;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: rgba(169, 204, 254, 0.8);
  border-radius: 100%; }
.hero-slider .slick-prev:hover, .hero-slider .slick-prev:focus,
.hero-slider .slick-next:hover, .hero-slider .slick-next:focus {
  color: transparent;
  outline: none;
  background: rgba(13, 131, 249, 0.9); }
.hero-slider .slick-prev:hover:before, .hero-slider .slick-prev:focus:before,
.hero-slider .slick-next:hover:before, .hero-slider .slick-next:focus:before {
  opacity: 1; }
.hero-slider .slick-prev.slick-disabled:before, .hero-slider .slick-next.slick-disabled:before {
  opacity: .25; }
.hero-slider .slick-prev:before, .hero-slider .slick-next:before {
  line-height: 1;
  opacity: 1;
  color: white; }
.hero-slider .slick-prev {
  top: 50%;
  left: 5%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9; }

.hero-slider .slick-prev:before {
  content: url(../image/slick-left.png); }
.hero-slider .slick-next {
  top: 50%;
  right: 2%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.hero-slider .slick-next:before {
  content: url(../image/slick-right.png); }

.home-calendar {
  padding: 5rem 0 8rem 0; }
.home-calendar--container {
  padding: 8rem 0; }

.home-information {
  padding: 5rem 0 10rem 0; }

.information__item {
  background: #FFFFFF;
  border-radius: 5px;
  padding: 5rem 2rem;
  text-align: center;
  position: relative;
  transition: 0.2s all ease-in-out;
  margin-bottom: 5rem;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 25%); }
@media only screen and (min-width: 62em) {
  .information__item {
    margin-bottom: 0;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 25%); 
    height: 460px;
   } }
.information__item:hover {
  box-shadow: 0px 0px 20px rgb(0 0 0 / 25%); }
.information__item:hover .information__item--btn {
  display: none !important; }
.information__item--icon {
  height: 8rem;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 3rem; }
.information__item--title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #007da5;
  margin-bottom: 2rem; }
.information__item--info {
  font-size: 1.4rem;
  line-height: 1.75;
  color: #4D4D4D; }
.information__item--btn {
  position: absolute;
  bottom: -2.65rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0 auto;
  width: 5.3rem;
  height: 5.3rem;
  background: #007da5;
  color: #fff;
  display: none !important;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  border-radius: 50%;
  transition: 0.2s all ease-in-out; }
@media only screen and (min-width: 62em) {
  .information__item--btn {
    display: none; } }
.information__item--btn:hover, .information__item--btn:focus {
  color: #fff; }

.home-news {
  padding: 10rem 0;
  background: #FAFCFE; }
.home-news--container {
  margin-top: 6rem;
  /* ---- page dots ---- */ }
.home-news--container .carousel-cell {
  margin-bottom: 3rem !important; }
@media only screen and (min-width: 75em) {
  .home-news--container .carousel-cell {
    margin-bottom: 5rem !important; } }
.home-news--container .flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }
.home-news--container .flickity-page-dots .dot {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 8px;
  background: transparent;
  border: 2px solid #ccc7c7;
  box-sizing: border-box;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1; }
.home-news--container .flickity-page-dots .dot.is-selected {
  background: #007da5;
  border-color: #007da5; }

.home-diaspora {
  padding: 8rem 0;
  background: linear-gradient(104.08deg, #053b4c 0%, #007da4 100.47%) }

.diaspora {
  /* ---- page dots ---- */ }
.diaspora .carousel-cell {
  width: 100%;
  padding-left: 0;
  padding: 7rem 2rem 0 1rem; }
@media only screen and (min-width: 62em) {
  .diaspora .carousel-cell {
    padding: 0 0 0 9rem; } }
.diaspora .flickity-page-dots {
  position: absolute;
  width: auto;
  top: auto;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 2rem;
  right: auto;
  left: 50%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }
@media only screen and (min-width: 62em) {
  .diaspora .flickity-page-dots {
    right: 0;
    left: auto;
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); } }
.diaspora .flickity-page-dots .dot {
  display: inline-block;
  width: .8rem;
  height: .8rem;
  margin: .8rem;
  background: #F2F2F2;
  border: 2px solid #F2F2F2;
  box-sizing: border-box;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1; }
@media only screen and (min-width: 62em) {
  .diaspora .flickity-page-dots .dot {
    margin: .8rem 2.4rem;
    display: block; } }
.diaspora .flickity-page-dots .dot.is-selected {
  background: #007da5;
  border-color: #007da5; }
.diaspora--title {
  font-size: 3.2rem;
  color: #FAFCFE;
  margin-bottom: 5rem;
  text-align: center; }
@media only screen and (min-width: 62em) {
  .diaspora--title {
    text-align: left;
    margin-right: 9rem; } }
.diaspora--info {
  font-size: 1.6rem;
  color: #FAFCFE;
  text-align: center;
  margin-bottom: 5rem; }
@media only screen and (min-width: 62em) {
  .diaspora--info {
    text-align: left;
    margin-right: 9rem;
    margin-bottom: 0; } }
.diaspora__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 4rem 0 6rem 0;
  background: #FFFFFF;
  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.06);
  border-radius: 2rem; }
@media only screen and (min-width: 62em) {
  .diaspora__item {
    justify-content: flex-start;
    padding: 4rem; } }
.diaspora__item--image {
  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.06);
  border-radius: 2rem;
  overflow: hidden;
  margin-left: 0;
  width: 24rem;
  height: 24rem;
  margin-top: -11rem;
  margin-bottom: 2rem; }
@media only screen and (min-width: 62em) {
  .diaspora__item--image {
    width: 18rem;
    height: 18rem;
    margin-left: -9rem;
    margin-top: 0;
    margin-bottom: 0; } }
@media only screen and (min-width: 75em) {
  .diaspora__item--image {
    width: 24rem;
    height: 24rem; } }
.diaspora__item--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }
.diaspora__item--content {
  width: 100%;
  text-align: center; }
@media only screen and (min-width: 62em) {
  .diaspora__item--content {
    width: calc(100% - 9rem);
    padding: 0 2rem;
    text-align: left; } }
@media only screen and (min-width: 75em) {
  .diaspora__item--content {
    width: calc(100% - 15rem);
    padding: 0 4rem; } }
.diaspora__item--name {
  font-size: 1.8rem;
  color: #000000;
  font-weight: 700;
  margin-bottom: 1.2rem;
  padding: 0 6rem; }
@media only screen and (min-width: 62em) {
  .diaspora__item--name {
    padding: 0; } }
.diaspora__item--info {
  font-size: 1.4rem;
  color: #4D4D4D;
  margin-bottom: 2rem;
  padding: 0 3rem; }
@media only screen and (min-width: 62em) {
  .diaspora__item--info {
    padding: 0; } }

.home-projects {
  padding: 8rem  0; }
.home-projects--container {
  margin-top: 6rem; }
.home-projects .carousel-cell {
  width: 100%;
  padding: 0 2rem 8rem 2rem; }
.home-projects__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  flex-direction: column; }
@media only screen and (max-width: 61.99em) {
  .home-projects__item {
    padding: 2rem 0; } }
@media only screen and (min-width: 62em) {
  .home-projects__item {
    flex-direction: row; } }
.home-projects__item--image {
  width: 100%;
  min-height: 45rem;
  box-shadow: 0px 10px 35px rgba(25, 119, 255, 0.3);
  border-radius: 5px;
  overflow: hidden; }
@media only screen and (min-width: 62em) {
  .home-projects__item--image {
    widows: 50%; } }
.home-projects__item--image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }
.home-projects__item--content {
  margin-left: 0;
  width: 100%;
  padding: 3rem; }
@media only screen and (min-width: 62em) {
  .home-projects__item--content {
    margin-left: -5%;
    width: 55%;
    background: #FFFFFF;
    box-shadow: 0px 10px 35px rgba(25, 119, 255, 0.15);
    border-radius: 5px; } }
.home-projects__item--title {
  line-height: 1.5;
  font-weight: 700;
  color: #007da5;
  font-size: 2.4rem;
  margin-bottom: 1rem; }
@media only screen and (min-width: 75em) {
  .home-projects__item--title {
    font-size: 3.2rem;
    margin-bottom: 1.5rem; } }
.home-projects__item--info {
  line-height: 1.8;
  color: #808080;
  font-size: 1.4rem;
  margin-bottom: 2rem; }
@media only screen and (min-width: 75em) {
  .home-projects__item--info {
    font-size: 1.6rem;
    margin-bottom: 3rem; } }
.home-projects__item--meta {
  color: #4D4D4D;
  font-weight: 600;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 1.4rem;
  flex-direction: column; }
@media only screen and (min-width: 75em) {
  .home-projects__item--meta {
    font-size: 1.6rem;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; } }
.home-projects__item--meta i {
  font-size: 2.4rem;
  font-size: 1.4rem;
  margin-right: 1.5rem; }
@media only screen and (min-width: 75em) {
  .home-projects__item--meta i {
    font-size: 1.6rem;
    margin-right: 2rem; } }
.home-projects__item--location, .home-projects__item--date, .home-projects__item--link {
  display: flex;
  align-items: center;
  justify-content: flex-start; }
@media only screen and (max-width: 61.99em) {
  .home-projects__item--location, .home-projects__item--date, .home-projects__item--link {
    margin-top: .5rem; } }
.home-projects__item--link {
  color: #007da5;
  transition: 0.2s all ease-in-out; }
.home-projects__item--link:hover {
  color: #007da5;
  text-decoration: underline; }
.home-projects .flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }
.home-projects .flickity-page-dots .dot {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 8px;
  background: transparent;
  border: 2px solid #F2F2F2;
  box-sizing: border-box;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1; }
.home-projects .flickity-page-dots .dot.is-selected {
  background: #007da5;
  border-color: #007da5; }

.home-apply {
  padding: 8rem  0;
  background: #FAFCFE; }

.diaspora__announcement {
  padding: 5rem;
  background: #2B8DFF;
  box-shadow: 0px 15px 45px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  position: relative;
  overflow: hidden; }
.diaspora__announcement:not(:first-child) {
  margin-top: 30px; }
.diaspora__announcement::before {
  content: url(../image/icons/pattern1.png);
  position: absolute;
  top: 2rem;
  left: 2rem; }
.diaspora__announcement::after {
  content: url(../image/icons/pattern2.png);
  position: absolute;
  bottom: 0;
  left: 0; }
.diaspora__announcement--counter {
  background: #FAFCFE;
  border-radius: 5px;
  padding: 3rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  position: relative; }
.diaspora__announcement--number {
  color: #007da5;
  line-height: 1;
  font-variant-numeric: normal;
  margin-bottom: 1rem;
  font-size: 5.6rem; }
@media only screen and (min-width: 75em) {
  .diaspora__announcement--number {
    font-size: 7.2rem; } }
.diaspora__announcement--day {
  color: #007da5;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  font-size: 2.4rem; }
@media only screen and (min-width: 75em) {
  .diaspora__announcement--day {
    font-size: 3.6rem; } }
.diaspora__announcement--content {
  z-index: 1;
  position: relative;
  text-align: center;
  margin-top: 2rem; }
@media only screen and (min-width: 62em) {
  .diaspora__announcement--content {
    text-align: right;
    margin: 0; } }
.diaspora__announcement--title {
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 2.5rem;
  font-size: 3.2rem; }
@media only screen and (min-width: 75em) {
  .diaspora__announcement--title {
    font-size: 3.6rem; } }
.diaspora__announcement--link {
  display: inline-block;
  color: #007da5;
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
  border-radius: 5rem;
  border: 2px solid transparent;
  line-height: 1;
  transition: 0.2s all ease-in-out;
  font-size: 1.6rem;
  padding: 1.75rem 3rem; }
@media only screen and (min-width: 75em) {
  .diaspora__announcement--link {
    font-size: 1.8rem;
    padding: 2rem 4rem; } }
.diaspora__announcement--link:hover {
  background: transparent;
  color: #fff;
  border-color: #fff; }

.home-partners {
  padding: 5rem 0; }
.home-partners__item img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.slick-initialized .slick-slide {
  outline: none !important; }

.page {
  padding: 8rem 0; }
.page__content {
  font-size: 1.6rem;
  line-height: 2;
  color: #4D4D4D; }
.page__content ul, .page__content ol, .page__content p {
  margin-bottom: 3rem; }
.page__content h1, .page__content h2, .page__content h3, .page__content h4, .page__content h5, .page__content h6 {
  font-weight: bold;
  line-height: 1;
  color: #000000;
  margin-bottom: 3rem; }
.page__content h1 {
  font-size: 6.4rem;
  padding: 3rem 0; }
.page__content h2 {
  font-size: 4.8rem;
  padding: 3rem 0; }
.page__content h3 {
  font-size: 3.2rem;
  padding: 3rem 0; }
.page__content h4 {
  font-size: 2.4rem;
  padding: 1.5rem 0; }
.page__content h5 {
  font-size: 1.8rem;
  padding: 1.5rem 0; }
.page__content h6 {
  font-size: 1.6rem;
  padding: 1.5rem 0; }
.page__content figure {
  padding: 3rem 5rem;
  text-align: center; }
.page__content img {
  max-width: 100%;
  margin: 0 auto; }
.page__content figcaption {
  text-align: center;
  margin-top: 1.5rem; }

.regions-map path:hover {
  fill: #fff;
  stroke: #7c7c7c;
  cursor: pointer; }

.regions-map .occupied:hover {
  fill: red; }

.register__item {
  border: 3px solid rgba(13, 131, 249, 0.15);
  box-sizing: border-box;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  padding: 4rem 5rem !important;
  background: #fff;
  height: calc(100% - 20px); }
@media only screen and (max-width: 47.93em) {
  .register__item {
    margin-bottom: 2rem; } }
.register__item:hover {
  border: 3px solid #007da5;
  transition: 0.2s all ease-in-out; }
.register__item:hover .register__item--icon {
  color: #007da5; }
.register__item--icon {
  font-size: 8rem;
  line-height: 1;
  margin-bottom: 1.5rem;
  color: rgba(13, 131, 249, 0.7); }
.register__item--title {
  margin: 0 !important;
  padding: 0 !important;
  color: #4D4D4D; }

.register__content--icon {
  font-size: 8rem;
  line-height: 1;
  margin-bottom: 5rem;
  color: #007da5; }

@media only screen and (max-width: 47.93em) {
  .sidebar {
    margin-bottom: 3rem; } }

.sidebar__menu {
  background: #FFFFFF;
  border: 1px solid rgba(13, 131, 249, 0.15);
  box-shadow: 0px 0px 20px rgb(0 0 0 / 25%);
  border-radius: 5px;
  padding: 0 2.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column; }
.sidebar__menu--item {
  font-weight: bold;
  line-height: 1;
  font-size: 1.6rem;
  color: #4D4D4D;
  display: block;
  width: 100%;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(13, 131, 249, 0.15);
  transition: 0.2s all ease-in-out; }
.sidebar__menu--item.active, .sidebar__menu--item:hover {
  color: #007da5; }

.file-download {
  font-size: 1.4rem;
  padding: 0.5rem 1.5rem;
  color: #FFFFFF;
  background: #007da5;
  border-radius: 5px;
  margin: 0 1rem;
  display: inline-block; }
.file-download i {
  margin-right: .25rem; }
.file-download:hover {
  color: #fff; }

.media-overlay{
  width: 100%;
  opacity: 0;
  position: absolute;
  bottom: 20px;
  left: 0;
  color: white;
  padding: 0 15px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.media-overlay p{
  font-size: 15px;
}

.media-overlay .date{
  border-bottom: 1px solid;
  margin-bottom: 5px;
  font-size: 13px;
}

.photo-gallery__item{
  cursor: pointer;
  background: #094257;
  padding: 0;
  overflow: hidden;
}

.photo-gallery__item .photo-gallery__item--image img{
  opacity: .8;
}

.photo-gallery__item:hover .media-overlay{
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.photo-gallery__item:hover .photo-gallery__item--image{
  opacity: .5;
}

.photo-gallery__item:hover .photo-gallery__item--icon{
  opacity: 0;
}

.hero-single-slider {
  height: 650px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.hero-single-slider::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.25);
}

.z_index_1 {
  position: relative;
  z-index: 1;
}

ul#news-categories {
  padding: 0;
  list-style-type: none;
  margin-bottom: 2rem;
  display: flex;
  overflow-x: auto;
}

ul#news-categories li {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}

ul#news-categories .single-news-category {
  text-align: center;
  text-transform: uppercase;
  padding: 1.2rem 2.2rem;
  border: 2px solid #007da5;
  border-radius: 50px;
  cursor: pointer;
  margin-right: 1rem;
  transition: all .2s ease-in-out;
  color: #007da5;
  font-weight: bold;
}

#mix-wrapper .mix-target {
  display: none;
}

ul#news-categories .single-news-category:focus,
ul#news-categories .single-news-category:hover,
ul#news-categories .single-news-category.active{
  color: white;
  background: #007da5;
}

.event-button{
  margin-top: 1.5rem;
  padding: 1rem 1.8rem;
  font-size: 1.5rem;
}
#structures .mix-target {
  display: none;
}

.structure__item {
  transition: 0.2s all ease-in-out;
  margin-bottom: 3rem;
}

.structure__item .structure__item--img img{
  width: 100%;
  height: 250px;
}

.height-auto {
  height: auto !important;
}

.structure__item .structure__item--position {
  font-size: 2rem;
}

.structure__item .structure__item--content {
  margin-top: 1rem;
}

.structure__item .structure__item--content * {
  color: #4D4D4D !important;
}

.donate-now {
  position: absolute;
  top: -1.5rem;
  right: -4rem;
}

.donate-now__main {
  position: relative;
  border-radius: 50%;
  border: 2px solid #03a07d;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.donate-now__name {
  transition: .3s;
  position: absolute;
  z-index: -1;
  padding: .1875rem .625rem .25rem;
  background: #03a07d;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  opacity: 0;
  right: 5rem;
  white-space: nowrap;
  color: white;
}

.donate-now__main.active .donate-now__main__name, .donate-now__main:hover .donate-now__name {
  opacity: 1;
  z-index: 1;
}

#alert-message {
  position: fixed;
  width: 30%;
  right: 15px;
  bottom: 20px;
  z-index: 1000;
}

#alert-message>div {
  opacity: 1 !important;
}

@media only screen and (max-width: 1024px) {
  .hero-single-slider {
    height: 600px;
  }

  .hero__content--info {
    padding: 0 5rem;
  }
}

@media only screen and (max-width: 768px) {
  .hero-single-slider {
    height: auto;
  }

  .hero__content {
    padding: 10rem 0;
  }

  .hero__content--info {
    padding: 0;
  }

  .hero-slider .slick-prev, .hero-slider .slick-next {
    display: none !important;
  }

  ul#news-categories .single-news-category {
    padding: 1rem 2rem;
  }

  .donate-now {
      position: unset;
  }

  .donate-now .donate-now__main {
      width: 40px;
      height: 40px;
      margin-right: 10px;
  }

    .donate-now .donate-now__main .donate-now__img {
        width: 60%;
    }
}


/*# sourceMappingURL=style.css.map */
