@charset "utf-8";
/* CSS Document */


/*@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');

@font-face {
  font-family: 'History-02';
  font-weight: normal;
  src: url("/fonts/History_02.otf") format("opentype") ;
}*/

html,body{
  position: relative;
  height: 100%
}


body{

  color:#000000;
  margin:0px;

  font-size:0.9rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;

  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  background-image:url(/template/cream-paper.png);

  display: flex;
  flex-direction: column;

  
}


body.pages, body.program, body.media, body.partners{ 

  /*background-image:url(/template/2023/slider_backgrounds/1600_web.jpg);*/
  background-position:center center; 
  background-size:cover;
  background-attachment:fixed; 
  background-repeat:no-repeat; 

  /*background-color: #ffdfcf;*/


  
 
 }




/*body{

  color:#000000;
  margin:0px;

  font-size:0.9rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;

  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  background-image:url(/template/akvarel3.jpg);
  background-size: cover;
  background-position: center center;

  display: flex;
  flex-direction: column;

  
}*/

.main_content{background: rgba(255, 255, 255, 0.85);}

/* 2020


#main_section{
  background-image:url(/template/orgulje_37.png);
  background-position:center bottom; 
  background-size:50% auto;
  background-attachment:fixed; 
  background-repeat:no-repeat;

  flex: 1 0 auto;

  position:relative;
  z-index:1000;
}


*/


#main_section{
 

  flex: 1 0 auto;

  /*min-height: 100%;*/
  position:relative;
  z-index:1000;
}


 #bottom_section {
    flex-shrink: 0;
  }


.pages_inner{padding-left: 1rem; }
.sidebar_inner{padding-right: 1rem;}


.item{


position:relative;


  -webkit-transition: opacity 1s cubic-bezier(0.155, 0.505, 0.175, 1.000) , -webkit-transform 1s cubic-bezier(0.155, 0.505, 0.175, 1.000); 
   -moz-transition: opacity 1s cubic-bezier(0.155, 0.505, 0.175, 1.000) , -moz-transform 1s cubic-bezier(0.155, 0.505, 0.175, 1.000); 
        transition:  opacity 1s cubic-bezier(0.155, 0.505, 0.175, 1.000), transform 1s cubic-bezier(0.155, 0.505, 0.175, 1.000);  /* custom */

}


.item.hidden-section {
  opacity: 0;
    -ms-transform: translate(0px,100px); /* IE 9 */
    -webkit-transform: translate(0px,100px); /* Safari */
    transform: translate(0px,100px);
}

.item.visible-section {
  opacity: 1;
}





/*.reservation_button{display: none}*/




/*hr.style-six {
  border: 0;
  height: 0;
  border-top: 2px solid rgba(5, 36, 96, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}*/


h1 {
  font-size: 1.8rem;;
  /*margin-bottom: 0;*/
  color: #000;
  font-family: 'BenchNine', sans-serif;
  text-transform:uppercase;
  font-weight:900;
}

h2 {
  font-size: 1.6rem;
  margin-bottom: 0.625rem;
  color: #000000;
  font-family: 'BenchNine', sans-serif;
  text-transform:uppercase;
  font-weight:900;
}

h3 {
  font-size: 1.8rem;;
  /*margin-bottom: 0;*/
  color: #000;
  font-family: 'BenchNine', sans-serif;
  text-transform:uppercase;
  font-weight:900;
  margin-top:2rem;
}

h4 {
  font-size: 1.6rem;
  margin-bottom: 0.625rem;
  color: #000000;
  font-family: 'BenchNine', sans-serif;
  text-transform:none;
  font-weight:900;

}

h5 {
  font-size: 12px;
  margin-bottom: 0;
  color: #000;
  font-family: 'BenchNine', sans-serif;
  text-transform:uppercase;
  font-weight:900;
}

h6 {
  font-size: 10px;
  margin-bottom: 0;
  color: #000;
  font-family: 'BenchNine', sans-serif;
  text-transform:uppercase;
  font-weight:900;
}

p {
  margin-top: 0;
  /*margin-bottom: 0;*/
  color: #000;
}

a, a:link, a:visited, a:hover, a:active{
  color:#a2a0a1
}

hr{
  border-bottom: 1px solid #a2a0a1;
}

.alignClassCenter{text-align: center !important;}


/******************************************** SCROLLBAR *****************************/

::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

.scrollable{
  scrollbar-color: #ccc #ffffff;
  scrollbar-width: thin;
}

/******************************************** PRELOADER *****************************/

#preloader {
  z-index: 10001;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #bdbdbd;
}
.loader {
  width: 250px;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: sk-rotateplane 1.8s infinite ease-in-out;
  animation: sk-rotateplane 1.8s infinite ease-in-out;
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
  background:url('/template/2024/preloader.png');
  background-repeat: no-repeat;
  background-size: contain ;
  background-position: center center
}

#preloader2 {
  z-index: 100;
  width: 100%;
  height: 100%;
  position: fixed;
  /*background-color: #052460;*/
  display: none;
}
.loader2 {
  width: 150px;
  height: 150px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: sk-rotateplane 1.8s infinite ease-in-out;
  animation: sk-rotateplane 1.8s infinite ease-in-out;
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
  background:url('/template/2024/preloader.png');
  background-repeat: no-repeat;
  background-size: contain ;
  background-position: center center
}


@-webkit-keyframes sk-rotateplane {
  0% {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  }
  60% {
  -webkit-transform: rotateY(-360deg);
  transform: rotateY(-360deg);
  }
  100% {
  -webkit-transform: rotateY(-360deg);
  transform: rotateY(-360deg);
  }
}
@keyframes sk-rotateplane {
  0% {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  }
  60% {
  -webkit-transform: rotateY(-360deg);
  transform: rotateY(-360deg);
  }
  100% {
  -webkit-transform: rotateY(-360deg);
  transform: rotateY(-360deg);
  }
}


/************************************************************************************** HEADER *********************************************************************/
/************************************************************************************** HEADER *********************************************************************/
/************************************************************************************** HEADER *********************************************************************/

#headerSection{
  position:absolute; top:0px; left:0;z-index: 1000;width:100%;
}

#page_header{
  background: rgba(255, 255, 255, 0.85); display: block;
  opacity: 1;
  max-height: 500px;
  transition: opacity 1s ease-out, max-height 0.2s ease-in;;
}

#page_header.inactive{
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}

#header_logo{
  max-width: 90%;
  opacity: 1;
 /* transition: opacity 0.3s ease-out;*/
}
#header_logo.inactive{
  opacity: 0;
}

#header_control{
  position:absolute;
  right:10%;
  bottom:-2rem;
}

#header_control li {
  background-color: #a2a0a1;
  padding:0.5rem 0rem 0.5rem 0rem;
  /*border-radius: 0 0 50% 50%;*/
}

#header_control li a{
  padding:0.2rem 0.7rem;
  color: #fff;
} 



/**************** main menu *******************************/

#main_menu_container{

  background-color: #a2a0a1;
}


#responsive-menu{
  min-width:100%
}

.top-bar, .top-bar ul {
  background-color: #a2a0a1;
  z-index:1000;
}  

.dropdown.menu > li > a { 
  color: #fff;
  font-family: 'BenchNine', sans-serif;
  text-transform:none;
  font-weight:900;
  font-size: 1.25rem;
}

.dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu a {
  color: #fff;
  font-family: 'BenchNine', sans-serif;
  text-transform:none;
  font-weight:900;
  font-size: 1rem;
}

.dropdown.menu > li > a:hover {
  color: #000;
}

.top-bar  .menu:last-child {
  border-left: 1px solid #3B4951;
}

.top-bar .menu li:not(:last-child) {
  border-right: 1px solid #3B4951;
}

.top-bar {
  padding:0.25rem 0 
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 0.7rem;
}

.dropdown.menu > li > a {
  padding: 0.7rem 1rem !important; 
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: none;
  border-bottom: 0.125rem solid #fefefe !important;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fff transparent transparent;
  right: 0;
  left: auto;
  margin-top: 0;
}

.dropdown.menu > li > a:hover {
  color: #f3f3f3;
}

.is-dropdown-submenu {
  border: none; 
}

.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #f3f3f3; 
}

.dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu a {
  display:block !important;
  width:100%;
}

.dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
  border-bottom:0.25rem solid #a2a0a1;
}

/********* main menu underline **********/

.hover-underline-menu {
  width: 100%;
}

.hover-underline-menu .menu {
  background-color: #2C3840;
}

.hover-underline-menu .menu a {
  color: #fefefe;
  padding: 1.2rem 1.5rem;
}

.hover-underline-menu .menu .underline-from-center {
  position: relative;
}

.hover-underline-menu .menu .underline-from-center::after {
  content: "" !important;
  position: absolute;
  top:100%;
  border-bottom: 0.25rem solid #fefefe !important;
  left: 50% !important;
  right: 50% !important;
  transition: all 0.5s ease;
}

.hover-underline-menu .menu .underline-from-center:hover::after {
  left: 0 !important;
  right: 0 !important;
  transition: all 0.5s ease;
}

li.is-dropdown-submenu-parent > a::after { display: none !important; }

.menu .is-active > a {background: transparent;}


/****************** lang menu ************************/

#lang_menu_cell{

  text-align: right;
  position: relative; 
}

#lang_menu{
  position:absolute;
  right:0;
  top:0;
  bottom:auto;
}

#lang_menu.inactive{

  bottom:0.5rem;
  top:auto;
}

#lang_menu li a{

  padding:0.2rem 0.7rem;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 0.7rem;
  font-weight: 400;
}  

#lang_menu li {
  background-color: #a2a0a1;
  padding:0.5rem 0rem 0.5rem 0rem;
  /*border-bottom: 0.25rem  solid #2C3840*/
}

#lang_menu li:last-child {
  /*border-radius: 0 0 50% 0;*/
}
#lang_menu li:first-child {
   /* border-radius: 0 0 0 50%;*/
}

/*#lang_menu li:last-child {
  border-left: 1px solid #3B4951;
}*/

#lang_menu li:not(:first-child) a {
  border-left: 1px solid #fff;
}




#lang_menu li:hover a, #lang_menu li.act  a {
  /* -moz-box-shadow:    inset 0 0 10px #721316;
   -webkit-box-shadow: inset 0 0 10px #721316;
   box-shadow:         inset 0 0 10px #721316;*/
  /* background-color: #2C3840*/
 /* border-bottom: 0.25rem  solid #fff*/
 text-decoration:underline;


}


/*************************************************************************************************** SLIDER *****************************************************************************************/


.swiper-container {
  width: 100%;
  height: 100%;
  border-bottom: 0.25rem solid #3B4951;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;


  background-position:center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*background-attachment:fixed; */
  background-repeat:no-repeat;

  }

.swiper-button-next, .swiper-button-prev {

  color:#fff;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);

}

.swiper-button-next:after, .swiper-button-prev:after {

  /*text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);*/
  /*border:2px solid rgba(255, 255, 255, 1);*/
  padding:0.5rem;
  border-radius: 100%;

  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);

  /* background: rgba(44, 56, 64, 0.95);*/
  background: rgba(72, 88, 82, 1);
  box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.75);

  font-size: 20px;
  font-weight: 700;
  text-align: center;

  border:0.25rem solid rgba(72, 88, 82, 1);
  
}

.swiper-pagination-bullet-active {
   
  background: rgba(72, 88, 82, 0.95);
  /*border:1px solid rgba(72, 88, 82, 1);*/
  box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.75);
}


.swiper-pagination-bullet {
  
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 10px;
  color:#fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;



  }


#frontpage .overlej{
  background-image:url(/template/overlej.png);
  position: absolute;
  top:0;left:0;right:0;bottom:0;
}

.slide-content-title{

  text-shadow: 1px 1px 5px #000;
  color:#fff;
  font-size:8rem;
  font-family: 'BenchNine', sans-serif;
  text-transform:uppercase;
  font-weight:900;
  margin-top:1.5rem;
  line-height: 7rem;
 
}

.slide-content-text{
  text-shadow: 1px 1px 5px #000;
  color:#fff;
  font-size:2.7rem;
  font-family: 'BenchNine', sans-serif;
  text-transform:none;
  font-weight:900;
  margin-top:0rem;
}


.slide-content-location{
  text-shadow: 1px 1px 5px #000;
  color:#fff;
  font-size:2.5rem;
  font-family: 'BenchNine', sans-serif;
  text-transform:none;
  font-weight:900;
  margin-top:0rem;
}

.slide-content-desc{
  margin-top:2rem;
  border-top:1px solid #fff;
  padding-top:0.5rem;
  font-size:0.7rem;
  color:#fff;
  text-shadow: 1px 1px 5px #000;
  display:none;
}

.slide-content-slogan{

  font-style: italic;
  text-shadow: 1px 1px 5px #000;
  color:#fff;
  font-size:1.7rem;
  font-family: 'BenchNine', sans-serif;
  font-weight:900;
  margin-top:1rem;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom:1.5rem;
}



.slide-content-logo{
   display:none;
}


.slide-content-title sup, .slide-content-text sup{
  text-transform: none;
}

/******************************************************************************************************** WELCOME ***********************************************************************/

#welcome{
  padding:3rem 0; 
}

#welcome_text{
  text-align: center;
}

#welcome h1{

  text-shadow: 1px 1px 5px #ccc;
  color:#a2a0a1;
  font-size:3.5rem;
  font-family: 'BenchNine', sans-serif;
  text-transform:uppercase;
  font-weight:900;
  font-style: normal;margin-bottom: 0.5rem

}

#welcome h2{
  text-shadow: 1px 1px 5px #ccc;
  color:#000;
  font-size:2rem;
  font-family: 'BenchNine', sans-serif;
  text-transform:none;
  font-weight:900;
  font-style: normal;
  margin-bottom: 0rem
}

#welcome h3{
  text-shadow: 1px 1px 5px #ccc;
  color:#a2a0a1;
  font-size:2.7rem;
  font-family: 'BenchNine', sans-serif;
  text-transform:uppercase;
  font-weight:900;
  font-style: normal;
  margin-bottom: 1rem;
  margin-top: 1rem
}

/********************************************************************************** PAGES ***********************************************************************/




#pages{
  padding:12rem 0 3rem 0; 
}

#pages_text{
  
text-align: justify;
  }


#default #pages_text{
  text-align: center;
  text-align: inherit;
}



#pages h1{

  text-shadow: 1px 1px 5px #ccc;
  color:#a2a0a1;
  font-size:3.5rem;
  font-family: 'BenchNine', sans-serif;
  text-transform:uppercase;
  font-weight:900;
  font-style: normal;margin-bottom: 0.5rem;
  text-align: left;

}

#pages h2{
  text-shadow: 1px 1px 5px #ccc;
  color:#000;
  font-size:2rem;
  font-family: 'BenchNine', sans-serif;
  text-transform:none;
  font-weight:900;
  font-style: normal;
  /*margin-bottom: 0rem*/
  text-align: left;
}

#pages h3{
  text-shadow: 1px 1px 5px #ccc;
  color:#a2a0a1;
  font-size:1.7rem;
  font-family: 'BenchNine', sans-serif;
  text-transform:uppercase;
  font-weight:900;
  font-style: normal;
  margin-bottom: 1rem;
  margin-top: 1rem;
  text-align: left;
}


.imgFull{min-width:100%;}
.imgHalf{max-width:50%;}
.imgThird{max-width:40%;}
.imgLeft{float:left;margin:0rem 0.5rem 0.5rem 0rem; margin-right: 0.9375rem !important;}





.pages  .masonry-css {
  -webkit-column-count: 1;
          column-count: 1;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
}

@media screen and (min-width: 25em) {
.pages  .masonry-css {
    -webkit-column-count: 1;
            column-count: 1;
  }
}

@media screen and (min-width: 37.5em) {
 .pages  .masonry-css {
    -webkit-column-count: 1;
            column-count: 1;
  }
}

@media screen and (min-width: 50em) {
.pages  .masonry-css {
    -webkit-column-count: 1;
            column-count: 1;
  }
}

@media screen and (min-width: 68.75em) {
.pages  .masonry-css {
    -webkit-column-count: 2;
            column-count: 2;
  }
}

.pages .masonry-css-item {
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 1rem;
}






.pages .card-article-hover {
  box-shadow: 0px 0px 5px #888888;
}

.pages .card-article-hover .card-section {
  width: 90%;
  background: #fff;
  margin: 0 auto;

  margin-top: -3rem;
  z-index: 2;
}

.pages .card-article-hover .card-section .article-subtext {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.85rem;
}

.pages .card-article-hover .card-section .article-title {
  
  font-family: 'BenchNine', sans-serif;
text-transform:uppercase;
font-weight:900;
  font-size: 1.5rem;
  color: #000;
}

.pages .card-article-hover .card-section .article-desc {
  font-family: 'Roboto', sans-serif;
    font-weight: 400;

}

.pages .card-article-hover .card-divider {
  background: #fff;
  display: none;
}

.pages .card-article-hover .card-divider .author {

  color: rgba(72, 88, 82, 1);
  font-size:0.6rem;
  font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 0.5rem;
    margin:0;padding:0;
}

.pages .card-article-hover .hover-border {
  height: 0.25rem;
  width: 450px;
  background: rgba(72, 88, 82, 1);
  width: 0;
  transition: width 1s ease;
}

.pages .card-article-hover:hover .hover-border {
  height: 0.25rem;
  width: 100%;
  transition: width 1s ease;
}

.pages .card-article-hover .author {
  color: navy;
}

.pages .card-article-hover .avatar {
  border-radius: 50%;
  margin: 0 1rem;
  max-width: 10%
}

.pages .card-article-hover .meta-data {
  text-transform: uppercase;
}

.pages .card img{

object-fit: cover;
height: auto; width:100%;}



/****************************************************************************** MEDIA ******************************************************************/





.media  .masonry-css {
  -webkit-column-count: 1;
          column-count: 1;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
}

@media screen and (min-width: 25em) {
.media  .masonry-css {
    -webkit-column-count: 1;
            column-count: 1;
  }
}

@media screen and (min-width: 37.5em) {
 .media  .masonry-css {
    -webkit-column-count: 1;
            column-count: 1;
  }
}

@media screen and (min-width: 50em) {
.media  .masonry-css {
    -webkit-column-count: 1;
            column-count: 1;
  }
}

@media screen and (min-width: 68.75em) {
.media  .masonry-css {
    -webkit-column-count: 3;
            column-count: 3;
  }
}

.media .masonry-css-item {
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 1rem;
}






.media .card-article-hover {
  box-shadow: 0px 0px 5px #888888;
}

.media .card-article-hover .card-section {
  width: 90%;
  background: #fff;
  margin: 0 auto;

  margin-top: -3rem;
  z-index: 2;
}

.media .card-article-hover .card-section .article-subtext {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.75rem;
  text-align: left
}

.media .card-article-hover .card-section .article-title {
  
  font-family: 'BenchNine', sans-serif;
text-transform:uppercase;
font-weight:900;
  font-size: 1.5rem;
  color: #000;
}

.media .card-article-hover .card-section .article-desc {
  font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: left;

}

.media .card-article-hover .card-divider {
  background: #fff;
  display: none;
}

.media .card-article-hover .card-divider .author {

  color: rgba(72, 88, 82, 1);
  font-size:0.6rem;
  font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 0.5rem;
    margin:0;padding:0;
}

.media .card-article-hover .hover-border {
  height: 0.25rem;
  width: 450px;
  background: rgba(72, 88, 82, 1);
  width: 0;
  transition: width 1s ease;
}

.media .card-article-hover:hover .hover-border {
  height: 0.25rem;
  width: 100%;
  transition: width 1s ease;
}

.media .card-article-hover .author {
  color: navy;
}

.media .card-article-hover .avatar {
  border-radius: 50%;
  margin: 0 1rem;
  max-width: 10%
}

.media .card-article-hover .meta-data {
  text-transform: uppercase;
}

.media .card img{

object-fit: cover;
height: auto; width:100%;}


/********************************************************************************** ARTISTS ***********************/



.artists  .masonry-css {
  -webkit-column-count: 1;
          column-count: 1;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
}

@media screen and (min-width: 25em) {
  .artists  .masonry-css {
    -webkit-column-count: 1;
            column-count: 1;
  }
}

@media screen and (min-width: 37.5em) {
  .artists  .masonry-css {
    -webkit-column-count: 1;
            column-count: 1;
  }
}

@media screen and (min-width: 50em) {
.artists  .masonry-css {
    -webkit-column-count: 1;
            column-count: 1;
  }
}

@media screen and (min-width: 68.75em) {
.artists  .masonry-css {
    -webkit-column-count: 2;
            column-count: 2;
  }
}

.artists  .masonry-css-item {
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 1rem;
}






.artists .card-article-hover {
  box-shadow: 0px 0px 5px #888888;
}

.artists .card-article-hover .card-section {
  width: 90%;
  background: #fff;
  margin: 0 auto;
  /*padding-top: 25px;*/
  margin-top: -3rem;
  z-index: 2;
}

.artists .card-article-hover .card-section .article-subtext {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.85rem;
}

.artists .card-article-hover .card-section .article-title {
  
  font-family: 'BenchNine', sans-serif;
text-transform:uppercase;
font-weight:900;
  font-size: 1.5rem;
  color: #000;
}

.artists .card-article-hover .card-section .article-desc {
  font-family: 'Roboto', sans-serif;
    font-weight: 400;
 /* font-size: 1rem;*/
}

.artists .card-article-hover .card-divider {
  background: #fff;
  display: none;
}

.artists .card-article-hover .card-divider .author {
  /*text-transform: uppercase;*/
  /*letter-spacing: 2px;*/
  color: rgba(72, 88, 82, 1);
  font-size:0.6rem;
  font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 0.5rem;
    margin:0;padding:0;
}

.artists .card-article-hover .hover-border {
  height: 0.25rem;
  width: 450px;
  background: rgba(72, 88, 82, 1);
  width: 0;
  transition: width 1s ease;
}

.artists .card-article-hover:hover .hover-border {
  height: 0.25rem;
  width: 100%;
  transition: width 1s ease;
}

.artists .card-article-hover .author {
  color: navy;
}

.artists .card-article-hover .avatar {
  border-radius: 50%;
  margin: 0 1rem;
  max-width: 10%
}

.artists .card-article-hover .meta-data {
  text-transform: uppercase;
}

.artists .card img{

object-fit: cover;
height: auto; width:100%;}




#list_of_artists a{

text-shadow: 1px 1px 5px #ccc;
    color: #a2a0a1;
    font-size: 1.2rem;
    font-family: 'BenchNine', sans-serif;
    text-transform: none;
    font-weight: 900;
    font-style: normal;

    display: inline-block;


  }


#list_of_artists{position: relative;}

.stickey{/*position: fixed;*/

  position: -webkit-sticky; /* Safari */
  position: sticky;
  top:150px;

 
}





#list_of_artists .underline-from-center-red {
  position: relative;
}

#list_of_artists .underline-from-center-red::after {
  content: "" !important;
  position: absolute;
  top:100%;
  border-bottom: 0.25rem solid #a2a0a1 !important;
  left: 50% !important;
  right: 50% !important;
  transition: all 0.5s ease;
}

#list_of_artists .underline-from-center-red:hover::after {
  left: 0 !important;
  right: 0 !important;
  transition: all 0.5s ease;
}





/******************************************************************************************** PROGRAM ***********************************************************/


.default #program{ 
  background-color: #fff;  
  padding: 3rem 0;
  /*background-image:url(/template/2023/slider_backgrounds/1600_web.jpg);*/
  background-color: #fff;
  background-position:center center; 
  background-size:cover;
  background-attachment:fixed; 
  background-repeat:no-repeat; 
  border-top: 0.25rem solid rgba(72, 88, 82, 1);
  border-bottom: 0.25rem solid rgba(72, 88, 82, 1);
 }

.default  #program_container{

  padding:0 3rem
 }

.default #program  h2 {

  text-align: center;text-shadow: 1px 1px 5px #888888;
  color:#000;
  font-size:3rem;
  font-family: 'BenchNine', sans-serif;
  text-transform:uppercase;
  font-weight:900;
  font-style: normal;;margin-bottom: 2rem
 }



.default .slick-program .card-article-hover {
  box-shadow: 0px 0px 5px #888888;
}

.default .slick-program .card-article-hover .card-section {
  width: 90%;
  background: #fff;
  margin: 0 auto;
  padding-top: 25px;
  margin-top: -3rem;
  z-index: 2;
}

.default .slick-program .card-article-hover .card-section .article-subtext {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.85rem;
}

.default .slick-program .card-article-hover .card-section .article-title {
  
  /*font-family: 'BenchNine', sans-serif;
  text-transform:uppercase;
  font-weight:900;
  font-size: 1.5rem;
  color: #000;*/


text-shadow: 1px 1px 5px #ccc;
  color:#a2a0a1;
  font-size:1.7rem;
  font-family: 'BenchNine', sans-serif;
  text-transform:uppercase;
  font-weight:900;
  font-style: normal;
  margin-bottom: 1rem;
  margin-top: 1rem;
  text-align: left;




}


/*


#pages h2{
  text-shadow: 1px 1px 5px #ccc;
  color:#000;
  font-size:2rem;
  font-family: 'BenchNine', sans-serif;
  text-transform:none;
  font-weight:900;
  font-style: normal;

  text-align: left;
}

#pages h3{
  text-shadow: 1px 1px 5px #ccc;
  color:#a2a0a1;
  font-size:1.7rem;
  font-family: 'BenchNine', sans-serif;
  text-transform:uppercase;
  font-weight:900;
  font-style: normal;
  margin-bottom: 1rem;
  margin-top: 1rem;
  text-align: left;
}

*/




.default .slick-program .card-article-hover .card-section .article-desc {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  /*font-size: 1rem;*/
}

.default .slick-program .card-article-hover .card-section .article-desc  h2{

 text-shadow: 1px 1px 5px #ccc !important;
  color:#000 !important;
  font-size:2rem !important;
  font-family: 'BenchNine', sans-serif !important;
  text-transform:none !important;
  font-weight:900 !important;
  font-style: normal !important;

  text-align: left !important;

}

.default .slick-program .card-article-hover .card-divider {
  background: #fff;
}

.default .slick-program .card-article-hover .card-divider .author {
  /*text-transform: uppercase;*/
  /*letter-spacing: 2px;*/
  color: rgba(72, 88, 82, 1);
  font-size:0.6rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 0.5rem;
  margin:0;padding:0;
}

.default .slick-program .card-article-hover .hover-border {
  height: 0.25rem;
  width: 450px;
  background: rgba(72, 88, 82, 1);
  width: 0;
  transition: width 1s ease;
  }

.default .slick-program .card-article-hover:hover .hover-border {
  height: 0.25rem;
  width: 100%;
  transition: width 1s ease;
}

.default .slick-program .card-article-hover .author {
  color: navy;
  }

.default .slick-program .card-article-hover .avatar {
  border-radius: 50%;
  margin: 0 1rem;
  max-width: 10%
}

.default .slick-program .card-article-hover .meta-data {
  text-transform: uppercase;
}


.default .slick-program .card-divider {
  
  padding-left: 2.5rem;
   
}


.default .slick-program .card img{

object-fit: cover;
height: auto; width:100%;}

.default .slick-program .item {
  padding:0 0.5rem;
}

.default .slick-program .callout{
  height: 100%
}


.default .slick-prev {
  left: -2.5rem;
}
.default .slick-next {
  right: -2.5rem;
}


.default .slick-prev, .slick-next {
   /* font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;*/
  width: 2rem;
  height: 2rem;
   /* padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;*/
}


.default .slick-prev:before, .slick-next:before {
   /* font-family: 'slick';*/
  font-size: 2rem;
  line-height: 1;
  /*opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
}


.default .slick-dots li {
   /* position: relative;
  display: inline-block;*/
  width: 20px;
  height: 20px;
  /*margin: 0 5px;
  padding: 0;
  cursor: pointer;*/
}


.default .slick-dots li button {
  font-size: 0px;
  line-height: 20px;
  color:#000;
  font-weight: bold;
  /*display: block;*/
  width: 20px;
  height: 20px;
  /*padding: 5px;*/
   /* cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;*/
  font-family: 'History-02';
}

.default .slick-dots li button:before {
  font-family: 'slick';
  font-size: 1.5rem;
  line-height: 1.5rem;
  position: absolute;
  top: 5px;
  left: -2px;
  width: 1.5rem;
  height: 1.5rem;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.default .slick-dots li.slick-active button:before {
  opacity: .75;
  color: #fff;
}


.default .square {
  position: relative;
  width: 15%; 
}

.default .square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.default .content {
  position: absolute;
  width: 100%;
  height: 100%;

  background-position:center center; 
  background-size: cover;
  border-radius: 50%
}


.default .author_container{

  display: inline;
  width:75%;
  padding-left:1.5rem

}

.default .church{
  font-weight: bold;
  text-transform: uppercase;
}
.default .church_desc{
  color: #000
}


/******************************************************************************************** PROGRAM ***********************************************************/


.program #program{ 
 
  padding: 3rem 0;
 
  background-repeat:no-repeat; 
  border-top: 0.25rem solid rgba(72, 88, 82, 1);
  border-bottom: 0.25rem solid rgba(72, 88, 82, 1);
 }

.program  #program_container{

  padding:0 3rem
 }

.program #program  h2 {

  text-align: center;text-shadow: 1px 1px 5px #888888;
  color:#fff;
  font-size:3rem;
  font-family: 'BenchNine', sans-serif;
  text-transform:uppercase;
  font-weight:900;
  font-style: normal;;margin-bottom: 2rem
 }



.program .slick-program .card-article-hover {
  box-shadow: 0px 0px 5px #888888;
}

.program .slick-program .card-article-hover .card-section {
  width: 90%;
  background: #fff;
  margin: 0 auto;
  padding-top: 25px;
  margin-top: -2rem;
  z-index: 2;
}

.program .slick-program .card-article-hover .card-section .article-subtext {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.85rem;
}

.program .slick-program .card-article-hover .card-section .article-title {
  
  font-family: 'BenchNine', sans-serif;
  text-transform:uppercase;
  font-weight:900;
  font-size: 1.5rem;
  color: #000;
}

.program .slick-program .card-article-hover .card-section .article-desc {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
 /* font-size: 1rem;*/
}

.program .slick-program .card-article-hover .card-divider {
  background: #fff;
}

.program .slick-program .card-article-hover .card-divider .author {
  /*text-transform: uppercase;*/
  /*letter-spacing: 2px;*/
  color: rgba(72, 88, 82, 1);
  font-size:0.6rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 0.5rem;
  margin:0;padding:0;
}

.program .slick-program .card-article-hover .hover-border {
  height: 0.25rem;
  width: 450px;
  background: rgba(72, 88, 82, 1);
  width: 0;
  transition: width 1s ease;
  }

.program .slick-program .card-article-hover:hover .hover-border {
  height: 0.25rem;
  width: 100%;
  transition: width 1s ease;
}

.program .slick-program .card-article-hover .author {
  color: navy;
  }

.program .slick-program .card-article-hover .avatar {
  border-radius: 50%;
  margin: 0 1rem;
  max-width: 10%
}

.program .slick-program .card-article-hover .meta-data {
  text-transform: uppercase;
}


.program .slick-program .card-divider {
  
  padding-left: 2.5rem;
   
}


.program .slick-program .card img{

object-fit: cover;
height: auto; width:100%;}





.program .square {
  position: relative;
  width: 15%; 
}

.program .square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.program .content {
  position: absolute;
  width: 100%;
  height: 100%;

  background-position:center center; 
  background-size: cover;
  border-radius: 50%
}


.program .author_container{

  display: inline;
  width:75%;
  padding-left:1.5rem

}

.program .church{
  font-weight: bold;
  text-transform: uppercase;
}
.program .church_desc{
  color: #000
}


.program .article-desc h2{font-size:1.5rem !important;}



#list_of_events a{

text-shadow: 1px 1px 5px #ccc;
    color: #a2a0a1;
    font-size: 1.2rem;
    font-family: 'BenchNine', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    font-style: normal;

    display: inline-block;


  }


#list_of_events{position: fixed;}





#list_of_events .underline-from-center-red {
  position: relative;
}

#list_of_events .underline-from-center-red::after {
  content: "" !important;
  position: absolute;
  top:100%;
  border-bottom: 0.25rem solid #a2a0a1 !important;
  left: 50% !important;
  right: 50% !important;
  transition: all 0.5s ease;
}

#list_of_events .underline-from-center-red:hover::after {
  left: 0 !important;
  right: 0 !important;
  transition: all 0.5s ease;
}








/*************************************************************************************************** NEWS *****************************************************************************************/

#news{
  padding: 3rem 0;
}

#news h2{

  text-align: center;
  text-shadow: 1px 1px 5px #ccc;
  color:#a2a0a1;
  font-size:3rem;
  font-family: 'BenchNine', sans-serif;
  text-transform:uppercase;
  font-weight:900;
  font-style: normal;
  margin-bottom: 2rem


}

#news .masonry-css {
  -webkit-column-count: 1;
          column-count: 1;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
}

@media screen and (min-width: 25em) {
#news   .masonry-css {
    -webkit-column-count: 1;
            column-count: 1;
            padding:0 0.9375rem;
  }
}

@media screen and (min-width: 37.5em) {
#news   .masonry-css {
    -webkit-column-count: 2;
            column-count: 2;
  }
}

@media screen and (min-width: 50em) {
#news   .masonry-css {
    -webkit-column-count: 2;
            column-count: 2;
  }
}

@media screen and (min-width: 68.75em) {
#news   .masonry-css {
    -webkit-column-count: 2;
            column-count: 2;
  }
}

#news .masonry-css-item {
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 1rem;
}



.card-article-hover .card-section.noPhoto {
  margin-top:0rem !important;
}





#news .masonry-css .card-article-hover {
  box-shadow: 0px 0px 5px #888888;
}

#news .masonry-css .card-article-hover .card-section {
  width: 90%;
  background: #fff;
  margin: 0 auto;
  padding-top: 25px;
  margin-top: -3rem;
  z-index: 2;
}




#news .masonry-css .card-article-hover .card-section .article-subtext {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.85rem;
}

#news .masonry-css .card-article-hover .card-section .article-title {
  
  font-family: 'BenchNine', sans-serif;
text-transform:uppercase;
font-weight:900;
  font-size: 1.5rem;
  color: #000;
}

#news .masonry-css .card-article-hover .card-section .article-desc {
  font-family: 'Roboto', sans-serif;
    font-weight: 400;
  /*font-size: 1rem;*/
}

#news .masonry-css .card-article-hover .card-divider {
  background: #fff;
  display: none;
}

#news .masonry-css .card-article-hover .card-divider .author {
  /*text-transform: uppercase;*/
  /*letter-spacing: 2px;*/
  color: rgba(72, 88, 82, 1);
  font-size:0.6rem;
  font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 0.5rem;
    margin:0;padding:0;
}

#news .masonry-css .card-article-hover .hover-border {
  height: 0.25rem;
  width: 450px;
  background: rgba(72, 88, 82, 1);
  width: 0;
  transition: width 1s ease;
}

#news .masonry-css .card-article-hover:hover .hover-border {
  height: 0.25rem;
  width: 100%;
  transition: width 1s ease;
}

#news .masonry-css .card-article-hover .author {
  color: navy;
}

#news .masonry-css .card-article-hover .avatar {
  border-radius: 50%;
  margin: 0 1rem;
  max-width: 10%
}

#news .masonry-css .card-article-hover .meta-data {
  text-transform: uppercase;
}





/********************************************************************* PARTNERS *************************************************************************/

#partners_container{
  padding:3rem 0;
  background: rgba(255, 255, 255, 1); 
  display: block; 
  border-top: 0.25rem solid rgba(72, 88, 82, 1);
}

#partners img {
  filter: grayscale(1);
  max-height: 60px;
  opacity: 0.4;
}

#partners .pasiv:hover{
  -webkit-filter: none;
  filter: none; 
  opacity: 1;
  transform: scale(1.6);
}

#partners .pasiv.large{

  
}

#partners .pasiv{
  -webkit-filter: grayscale(100%);
  filter: gray; 
  filter: grayscale(100%);
  transition: all 0.25s ease;
}

#partners .manji img{

  max-height: 80px;
}







/************************************************************************************** FOOTER *****************************************************************/

#footer{

  background: rgba(44, 56, 64, 1); 
  display: block; 
  border-top: 0.25rem solid #a2a0a1;
  padding:3rem 0 2rem 0
}

#footer_logo{

  max-width: 250px;
}

#footer_info_cell{

  border-left: 1px solid #3B4951;
}

.contact-details{
  text-align: center;

}


.contact-details h6{
  
  color:#fff;
  font-size:1.6rem;
  font-family: 'BenchNine', sans-serif;
  text-transform:none;
  font-weight:900;
  font-style: normal;
  margin-bottom: 0.5rem
  
}


.contact-details p{

  color: #fff; 
  font-size:0.8rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;

}


.contact-details p i{

  margin-right:0.2rem;

}

.contact-details p a{

  color: #fff;

}

#social_buttons_cell{

  border-left: 1px solid #3B4951;

}


.rounded-social-buttons {
  text-align: right;
  padding-top:1rem;
}

.rounded-social-buttons .social-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 3.125rem;
  height: 3.125rem;
  border: 0.125rem solid transparent;
  padding: 0;
  text-decoration: none;
  text-align: center;
  color: #fefefe;
  font-size: 1.5625rem;
  font-weight: normal;
  line-height: 2em;
  border-radius: 1.6875rem;
  transition: all 0.5s ease;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}

.rounded-social-buttons .social-button:hover, .rounded-social-buttons .social-button:focus {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.rounded-social-buttons .social-button.facebook {
  background: #a2a0a1;
}

.rounded-social-buttons .social-button.facebook:before {
  font-family: "Font Awesome 5 Brands";
  content: "\f39e";
  font-weight: 900;
}

.rounded-social-buttons .social-button.facebook:hover, .rounded-social-buttons .social-button.facebook:focus {
  color: #3b5998;
  background: #fefefe;
  border-color: #3b5998;
}

.rounded-social-buttons .social-button.twitter {
  background: #a2a0a1;
}

.rounded-social-buttons .social-button.twitter:before {
  font-family: "Font Awesome 5 Brands";
  content: "\f099";
  font-weight: 900;
}

.rounded-social-buttons .social-button.twitter:hover, .rounded-social-buttons .social-button.twitter:focus {
  color: #55acee;
  background: #fefefe;
  border-color: #55acee;
}

.rounded-social-buttons .social-button.linkedin {
  background: #a2a0a1;
}

.rounded-social-buttons .social-button.linkedin:before {
  font-family: "Font Awesome 5 Brands";
  content: "";
  font-weight: 900;
}

.rounded-social-buttons .social-button.linkedin:hover, .rounded-social-buttons .social-button.linkedin:focus {
  color: #007bb5;
  background: #fefefe;
  border-color: #007bb5;
}

.rounded-social-buttons .social-button.youtube {
  background: #a2a0a1;
}

.rounded-social-buttons .social-button.youtube:before {
  font-family: "Font Awesome 5 Brands";
  content: "\f167";
  font-weight: 900;
}

.rounded-social-buttons .social-button.youtube:hover, .rounded-social-buttons .social-button.youtube:focus {
  color: #bb0000;
  background: #fefefe;
  border-color: #bb0000;
}

.rounded-social-buttons .social-button.instagram {
  background: #a2a0a1;
}

.rounded-social-buttons .social-button.instagram:before {
  font-family: "Font Awesome 5 Brands";
  content: "\f16d";
  font-weight: 900;
}

.rounded-social-buttons .social-button.instagram:hover, .rounded-social-buttons .social-button.instagram:focus {
  color: #125688;
  background: #fefefe;
  border-color: #125688;
}

.rounded-social-buttons .social-button.pinterest {
  background: #a2a0a1;
}

.rounded-social-buttons .social-button.pinterest:before {
  font-family: "Font Awesome 5 Brands";
  content: "";
  font-weight: 900;
}

.rounded-social-buttons .social-button.pinterest:hover, .rounded-social-buttons .social-button.pinterest:focus {
  color: #cb2027;
  background: #fefefe;
  border-color: #cb2027;
}

.rounded-social-buttons .social-button.google-plus {
  background: #a2a0a1;
}

.rounded-social-buttons .social-button.google-plus:before {
  font-family: "Font Awesome 5 Brands";
  content: "";
  font-weight: 900;
}

.rounded-social-buttons .social-button.google-plus:hover, .rounded-social-buttons .social-button.google-plus:focus {
  color: #dd4b39;
  background: #fefefe;
  border-color: #dd4b39;
}

.rounded-social-buttons .social-button.github {
  background: #a2a0a1;
}

.rounded-social-buttons .social-button.github:before {
  font-family: "Font Awesome 5 Brands";
  content: "";
  font-weight: 900;
}

.rounded-social-buttons .social-button.github:hover, .rounded-social-buttons .social-button.github:focus {
  color: #000000;
  background: #fefefe;
  border-color: #000000;
}

.rounded-social-buttons .social-button.tumblr {
  background: #32506d;
}

.rounded-social-buttons .social-button.tumblr:before {
  font-family: "Font Awesome 5 Brands";
  content: "";
  font-weight: 900;
}

.rounded-social-buttons .social-button.tumblr:hover, .rounded-social-buttons .social-button.tumblr:focus {
  color: #32506d;
  background: #fefefe;
  border-color: #32506d;
}


