@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") ;
}*/




/*
*************************************

Pijesak: 

#f5f4ea 
rgba(245, 244, 234, 1);

*************************************

Plava: 

#009ce9
rgba(0, 156, 233, 1);

*************************************

Siva:

#c0bfba
rgba(192, 191, 186, 1);

*************************************

zelena:

#99c796;
rgba(153, 199, 150, 1);

*************************************

OKER:

#f4d7b5;
rgba(244, 215, 181, 1);



*/



@font-face {
    font-family: "ArenoSerifRounded"; 
    src: url(/fonts/Areno-Serif-Rounded.otf) format("opentype");
}

/*@font-face {
 font-family: 'ArenoSerifRounded';   
 src: url(/fonts/Areno-Serif-Rounded.otf) format("opentype");
 unicode-range: U+00-FF;
}*/



@font-face {
    font-family: "Montserrat-Black";
    src: url(/fonts/Montserrat-Black.otf) format("opentype");
}

@font-face {
    font-family: "Montserrat-BlackItalic";
    src: url(/fonts/Montserrat-BlackItalic.otf) format("opentype");
}

@font-face {
    font-family: "Montserrat-BoldItalic";
    src: url(/fonts/Montserrat-BoldItalic.otf) format("opentype");
}

@font-face {
    font-family: "Montserrat-Bold";
    src: url(/fonts/Montserrat-Bold.otf) format("opentype");
}

@font-face {
    font-family: "Montserrat-ExtraBoldItalic";
    src: url(/fonts/Montserrat-ExtraBoldItalic.otf) format("opentype");
}

@font-face {
    font-family: "Montserrat-ExtraLight";
    src: url(/fonts/Montserrat-ExtraLight.otf) format("opentype");
}

@font-face {
    font-family: "Montserrat-ExtraLightItalic";
    src: url(/fonts/Montserrat-ExtraLightItalic.otf) format("opentype");
}

@font-face {
    font-family: "Montserrat-Italic";
    src: url(/fonts/Montserrat-Italic.otf) format("opentype");
}

@font-face {
    font-family: "Montserrat-Light";
    src: url(/fonts/Montserrat-Light.otf) format("opentype");
}

@font-face {
    font-family: "Montserrat-LightItalic";
    src: url(/fonts/Montserrat-LightItalic.otf) format("opentype");
}


@font-face {
    font-family: "Montserrat-Medium";
    src: url(/fonts/Montserrat-Medium.otf) format("opentype");
}

@font-face {
    font-family: "Montserrat-MediumItalic";
    src: url(/fonts/Montserrat-MediumItalic.otf) format("opentype");
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url(/fonts/Montserrat-Regular.otf) format("opentype");
}

@font-face {
    font-family: "Montserrat-SemiBold";
    src: url(/fonts/Montserrat-SemiBold.otf) format("opentype");
}

@font-face {
    font-family: "Montserrat-SemiBoldItalic";
    src: url(/fonts/Montserrat-SemiBoldItalic.otf) format("opentype");
}

@font-face {
    font-family: "Montserrat-Thin";
    src: url(/fonts/Montserrat-Thin.otf) format("opentype");
}

@font-face {
    font-family: "Montserrat-ThinItalic";
    src: url(/fonts/Montserrat-ThinItalic.otf) format("opentype");
}



@font-face {
    font-family: "Brown-Light";
    src: url(/fonts/Brown/Brown-Light.otf) format("opentype");
}
@font-face {
    font-family: "Brown-Bold";
    src: url(/fonts/Brown/Brown-Bold.otf) format("opentype");
}
@font-face {
    font-family: "Brown-Regular";
    src: url(/fonts/Brown/Brown-Regular.otf) format("opentype");
}
@font-face {
    font-family: "Brown-Thin";
    src: url(/fonts/Brown/Brown-Thin.otf) format("opentype");
}
@font-face {
    font-family: "Brown-Regular-Alt";
    src: url(/fonts/Brown/Brown-Regular-Alt.otf) format("opentype");
}
@font-face {
    font-family: "Brown-Bold-Alt";
    src: url(/fonts/Brown/Brown-Bold-Alt.otf) format("opentype");
}
@font-face {
    font-family: "Brown-Bold-Italic";
    src: url(/fonts/Brown/Brown-Bold-Italic.otf) format("opentype");
}
@font-face {
    font-family: "Brown-Light-Italic";
    src: url(/fonts/Brown/Brown-Light-Italic.otf) format("opentype");
}
@font-face {
    font-family: "Brown-Regular-Italic";
    src: url(/fonts/Brown/Brown-Regular-Italic.otf) format("opentype");
}
@font-face {
    font-family: "Brown-Thin-Italic";
    src: url(/fonts/Brown/Brown-Thin-Italic.otf) format("opentype");
}






html,body{
  position: relative;
  height: 100%
}

body{

  color:#000000;
  margin:0px;

  font-size:0.9rem;
  font-family: 'Brown-Light', sans-serif;
  font-weight: normal;

  background-color: #f3f3f3;

  background-color: #f3f3f3;

  /*background-color: rgba(245, 244, 234, 1);*/

  margin: 0;
  padding: 0;
  background-image:url(/template/cream-paper.png);

  display: flex;
  flex-direction: column;

  
}


#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;

  /*min-height: 100%;*/
  position:relative;
  z-index:1000;
}


 #bottom_section {
    flex-shrink: 0;
  }



.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;
}










/*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 {
  color:#009ce9;
  font-size:2.5rem;
  font-family: 'Brown-Bold', sans-serif;

  font-weight:normal;
  font-style: normal;
  
}

h2 {
color: #009ce9;
    font-size: 2.5rem;
    font-family: 'Brown-Bold', sans-serif;
    font-weight: normal;
    font-style: normal;
}

h3 {
    color: #009ce9;
    font-size: 1.7rem;
    font-family: 'Brown-Bold', sans-serif;
    font-weight: normal;
    font-style: normal;
}

h4 {
  font-size: 1rem;
  margin-bottom: 0.625rem;
  color: #c0bfba;
 /* font-family: 'BenchNine', sans-serif;*/
  text-transform:none;
  font-weight:normal;
  font-family: 'Brown-Regular', sans-serif;
   
}

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:#009ce9
}

hr{
  border-bottom: 1px solid #009ce9;
}

.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: #009ce9;*/
  background-color: #fff;
}
.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/visibillions/visibillions_logo.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/new/sfinga_logo_big.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{
    display:block;
  position:fixed;
  top:0;
  width:100%;
  z-index:9001;
  padding-top:0.5rem;


}




#page_header{
 /*background: rgba(245, 244, 234, 0.9); */

/*background: rgba(255, 255, 255, 0.9);*/

  display: block;
  opacity: 1;
  max-height: 500px;
  transition: opacity 1s ease-out, max-height 0.2s ease-in;

  




  /*  background-image: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 90%, rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 90%, rgba(255, 255, 255, 0));
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 90%, rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 90%, rgba(255, 255, 255, 0));
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 90%, rgba(255, 255, 255, 0));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 0.9)', endColorstr='rgba(255, 255, 255, 0.1)', GradientType=1);*/

   /* background-image: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%,  rgba(255, 255, 255, 0.8) 100%);
    background-image: -ms-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%,  rgba(255, 255, 255, 0.8) 100%);
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0.8)));
    background-image: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%,  rgba(255, 255, 255, 0.8) 100%);
    background-image: -o-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%,  rgba(255, 255, 255, 0.8) 100%);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 1)', endColorstr='rgba(255, 255, 255, 0.8)', GradientType=1);*/

/*

background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 000%, rgba(252,252,252,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 000%, rgba(252,252,252,1) 100%);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 000%, rgba(252,252,252,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#fcfcfc",GradientType=1);

*/







}


#header_container{

    background-image: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%,  rgba(255, 255, 255, 0.8) 100%);
    background-image: -ms-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%,  rgba(255, 255, 255, 0.8) 100%);
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0.8)));
    background-image: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%,  rgba(255, 255, 255, 0.8) 100%);
    background-image: -o-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%,  rgba(255, 255, 255, 0.8) 100%);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 1)', endColorstr='rgba(255, 255, 255, 0.8)', GradientType=1);

    border-bottom: 2px solid #009ce9;


    padding-top: 2rem;
    padding-bottom: 0rem;


}






#page_header.inactive{
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}
#header_logo_cell{padding-left:1rem;}
#header_logo{
  max-width: 80%;
  opacity: 1;
 /* transition: opacity 0.3s ease-out;*/
}
#header_logo.inactive{
  opacity: 0;
}

#header_control{
  position:absolute;
  right:10%;
  bottom:-1.75rem;
  display:none;
}

#header_control li {
    background-color: #009ce9;
    padding: 0.25rem 0rem 0.25rem 0rem;
    /*border-radius: 0 0 50% 50%;*/
    border-radius: 0 0 5px 5px;
}

#header_control li a{
  padding:0.2rem 0.7rem;
  color: #fff;
} 



/**************** main menu *******************************/

#main_menu_container{

  background: transparent;
}


#responsive-menu{
  min-width:100%
}

.top-bar, .top-bar ul {
  background: transparent;
  z-index:1000;
}  

.dropdown.menu > li > a { 
  color: #009ce9;
  font-family: 'Brown-Regular', sans-serif;
  text-transform:none;
  font-weight:normal;
  font-size: 1.2rem;
  text-align: center;
}



  .dropdown.menu > li > a > i{display:block;text-align: center;font-size:1.5rem;padding-bottom:0.25rem;}

  .dropdown.menu > li > a > i.fa-user{font-size: 1.4rem;padding-bottom:0.35rem;}
  .dropdown.menu > li > a > i.fa-pen{font-size: 1.3rem;padding-bottom:0.45rem;}




.dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu a {
  color: #009ce9;
  font-family: 'Brown-Regular', sans-serif;
  text-transform:none;
  font-weight:normal;
  font-size: 1rem;
}

.dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu a {
  color: #009ce9;
  font-family: 'Brown-Regular', sans-serif;
  text-transform:none;
  font-weight:normal;
  font-size: 1rem;
}

.dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu a:hover {
  color: #000 !important;
}

.dropdown.menu > li > a:hover {
  color: #000 !important;
}

.top-bar  .menu:last-child {
 /* border-left: 1px solid #3B4951;*/
}

.top-bar .menu li:not(:last-child):not(.is-dropdown-submenu-item) {
  border-right: 1px solid #ccc8c4;
}

.top-bar {
  padding:0px 0 
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 0.7rem;
}

.dropdown.menu > li > a {
  padding: 0.25rem 1.5rem !important; 
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: none;
  border-bottom: 1px solid #009ce9 !important;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fff transparent transparent;
  right: 0;
  left: auto;
  margin-top: 0;
}


.is-dropdown-submenu {
  border: none; 
}

.dropdown.menu > li.active > a {
  background: transparent;
  color: #009ce9; 
}

.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 #a51f23;
}



.dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 2.5rem;
    right: 0;
    left: auto;
    /*background: rgba(245, 244, 234, 0.9);*/
background: rgba(255, 255, 255, 0.9);

    }









/********* main menu underline **********/

.hover-underline-menu {
  width: 100%;
}

.hover-underline-menu .menu {
  background: transparent;
}

.hover-underline-menu .menu a {
  color: #009ce9;
  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: 1px solid #009ce9 !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;
}

/****************** lang menu ************************/

#header_right_cell{

  text-align: right;
  position: relative;
}



.rounded-lang-buttons {
  text-align: right;
 

  position:absolute;
  right:1.5rem;
  top:-0.5rem;
  

  padding: 0 0 0.6375rem 0;
  height: 2.125rem;

}

.rounded-lang-buttons .lang-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 2.125rem;
  height: 2.125rem;
  border: 0.125rem solid transparent;
  padding: 0;
  text-decoration: none;
  text-align: center;
  color: #f5f4ea;
  font-size: 0.7rem;
  font-weight: normal;
  line-height: 2em;
  /*border-radius: 0 0 1.6875rem 1.6875rem;*/

  /*border-radius: 0 0 5px 5px;*/


  transition: all 0.5s ease;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;

  font-family: 'Brown-Regular', sans-serif;
  text-transform: none;
   



}

.rounded-lang-buttons .lang-button:hover, .rounded-lang-buttons .lang-button:focus {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
          border-radius: 0;
}

.rounded-lang-buttons .lang-button {
  background: #009ce9;
}

.rounded-lang-buttons .lang-button:before {
  /*font-family: "Font Awesome 5 Brands";
  content: "\f39e";
  font-weight: 900;*/
}

.rounded-lang-buttons .lang-button:hover, .rounded-lang-buttons .lang-button:focus {
  color: #009ce9;
  background: #f5f4ea;
  border-color: #c0bfba;
}

.rounded-lang-buttons .lang-button.active {
  color: #f5f4ea;
  background: #c0bfba;
  border-color: #c0bfba;
}

/*.rounded-lang-buttons .lang-button.active:before {

}*/

.rounded-lang-buttons .lang-button.active:hover, .rounded-lang-buttons .lang-button.active:focus {
  color: #009ce9;
  background: #f5f4ea;
  border-color: #c0bfba;
}





/*************************************************************************************************** SLIDER *****************************************************************************************/


.swiper-container {
  width: 100%;
  height: 100%;
  border-bottom: 2px solid #c0bfba;
}
.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%;*/

 /* border-radius: 0 50% 50% 0;*/

  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);

  /* background: rgba(44, 56, 64, 0.95);*/
  background: rgba(0, 156, 233, 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(0, 156, 233, 1);
  
}


.swiper-button-next:after {



 /* border-radius: 50% 0 0 50%;*/

/* border-radius:  5px 0 0 5px;*/

   border-radius: 0 ;
  
}



.swiper-button-prev:after {



 /* border-radius: 0 50% 50% 0;*/

 /*border-radius: 0 5px 5px 0;*/

  border-radius: 0 ;

 
  
}







.swiper-pagination-bullet-active {
   
  background: rgba(0, 156, 233, 0.95);
  /*border:1px solid rgba(165, 31, 35, 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;



  }


.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0px;
    right: auto;
}


.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0px;
    left: auto;
}












#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:4rem;
  font-family: 'Montserrat-Thin', sans-serif;
  text-transform:uppercase;
  font-weight:normal;
  margin-top:1.5rem;

}

.slide-content-text{
  text-shadow: 1px 1px 5px #000;
  color:#fff;
  font-size:2.7rem;
  font-family: 'Montserrat-Thin', sans-serif;
  text-transform:none;
  font-weight:normal;
  margin-top:0rem;
}


.slide-content-location{
  text-shadow: 1px 1px 5px #000;
  color:#fff;
  font-size:2.7rem;
  font-family: 'Montserrat-Thin', sans-serif;
  text-transform:none;
  font-weight:normal;
  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:3.7rem;
  font-family: 'Montserrat-Thin', sans-serif;
  font-weight:normal;
  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:3em 0 3rem 0; 

  /*border-bottom: 1px solid #e6e6e6;*/
  background-color: #fff;
}

#welcome_text{
  /*text-align: center;*/
}

#welcome h2{

  /*text-shadow: 1px 1px 5px #ccc;*/
  margin-bottom: 1.5rem;



  

 /* background: -webkit-linear-gradient(#ccc8c4,#009ce9);-webkit-background-clip: text;-webkit-text-fill-color: transparent;*/



}

/*#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:#a51f23;
  font-size:2.7rem;
  font-family: 'BenchNine', sans-serif;
  text-transform:uppercase;
  font-weight:900;
  font-style: normal;
  margin-bottom: 1rem;
  margin-top: 1rem
}

*/
    
#welcome .text{

  text-align: justify;
  column-count: 3;
  column-gap: 1.875rem;
  column-rule: 1px dashed #e6e6e6;

  /*column-fill: auto;*/
  column-fill: balance;      

}


#welcome .menu{




}

#welcome .menu a{

  color: #009ce9;
  font-family: 'Brown-Regular', sans-serif;
  text-transform:none;
  font-weight:normal;
  font-size: 1rem;


  padding: 0.25rem 1rem;

}

#welcome .menu > li > a:hover {
  color: #000;
}

#welcome .menu:last-child {
 /* border-left: 1px solid #3B4951;*/
}

#welcome .menu li:not(:last-child):not(.is-dropdown-submenu-item) {
  border-right: 1px solid #c0bfba;
}

#welcome .discover{


    color: #000;
    font-family: 'Brown-Regular', sans-serif;
    text-transform: none;
    font-weight: normal;
    font-size: 1rem;




}

/*************************************/


  #upoznajte_nas{

    padding: 3em 0 3rem 0;
    /*border-bottom: 1px solid #e6e6e6;*/
    background-color: #f2f2f2;



  }


  #upoznajte_nas h2{


  text-align: center;
  margin-bottom: 3rem;
}

  .upoznaj_item img{

      display: block;


  }

  .upoznaj_item div{
    position: relative;

  text-align: center;
  width: 65%;
  margin: 0 auto;
  transform: translateX(-15%);
  font-family: 'Brown-bold', sans-serif;

  margin-top: 3rem;

   opacity: 0;
  }




  #upoznaj_i div{


  transform: translateX(-15%);
 
  }

  
  #upoznaj_d div{


  transform: translateX(10%);
  width: 85%;
  }

  #upoznaj_container{position: relative;}

  #upoznaj_u{position: absolute;left:-25%; width:30%;z-index: 3}
  #upoznaj_v{position: absolute;left:12%; width:30%;z-index: 2}
  #upoznaj_i{position: absolute;right:12%; width:30%;z-index: 2}
  #upoznaj_d{position: absolute;right:-25%; width:30%;z-index: 3}


  /*******************************************************************************/


    #usluge{

    padding: 3em 0 3rem 0;
    /*border-bottom: 1px solid #e6e6e6;*/
    background-color: #fff;



  }


#usluge_container{

  position: relative;

  /*min-height: 500px*/

}

#usluge_border{position:absolute; top: 10%; bottom: 10%; left: 10%; right: 10%; border:3px solid #ccc; border-radius: 25%}











#usluge h2{


  text-align: center;
  margin-bottom: 3rem;
}






/*.sivi_kvadrat {
   position: relative;
    background: #fff;
    width: 18vw;
    height: 18vw;
      border:5px solid #6f8183; 
  border-radius: 50%;
  margin: 8rem auto;

}



.inner_circle{
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background-color: #d9d9d9;
  width: 11vw; height: 11vw;
  border-radius: 50%;
  z-index: 4;

}*/

/*.inner_circle div{

   position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;


  color: #009ce9;
    font-size: 1rem;
    font-family: 'Brown-Bold', sans-serif;
    font-weight: normal;
    font-style: normal;


  }*/




.first-letter {
  color: #c69c6d;
  
  font-size: 5rem;
  margin: 0 .2em 5rem 0;
  line-height: 5rem;

  display: inline-block;
  float: left
}
 
.other-letters{

  display: inline-block;

  text-align: justify;

  line-height: 1.1rem;



  


  
}





#usluge_1 .other-letters::before {
  content: "1.";

  color: #000;
  
  font-size: 5rem;
  margin: 0 .2em 7rem 0;
  line-height: 5rem;
  float: left
}

#usluge_2 .other-letters::before {
  content: "2.";

  color: #000;
  
  font-size: 5rem;
  margin: 0 .2em 7rem 0;
  line-height: 5rem;
  float: left
}

#usluge_3 .other-letters::before {
  content: "3.";

  color: #000;
  
  font-size: 5rem;
  margin: 0 0 7rem .2em;
  line-height: 5rem;
  float: right
}

#usluge_4 .other-letters::before {
  content: "4.";

  color: #000;
  
  font-size: 5rem;
  margin: 0 0 7rem .2em;
  line-height: 5rem;
  float: right
}


/*.usluge_item{transition: all 0.5s ease; }*/

/*
#usluge_1{position: absolute;left:-35%; top:-35%; width:73%;z-index: 3}

#usluge_2{position: absolute;left:-35%; bottom:-35%; width:73%;z-index: 3; }

#usluge_3{position: absolute;right:-35%; bottom:-35%; width:73%;z-index: 3; +}

#usluge_4{position: absolute;right:-35%; top:-35%; width:73%;z-index: 3}*/

/*#usluge_1 .subhead{

  position: absolute;width:150%;left:-160%; top:0%;

}

#usluge_2 .subhead{

  position: absolute;width:150%;left:-160%; bottom:-10%;vertical-align: bottom;display: table-cell;

}

#usluge_3 .subhead{

  position: absolute;width:150%;right:-160%; bottom:-10%;vertical-align: bottom;display: table-cell;

}

#usluge_4 .subhead{

  position: absolute;width:150%;right:-160%; top:0%;

}*/

/*#usluge_1:hover{left:-35%; top:-35%;}*/








/**********************************************/


#tim_header{padding:3em 0 0rem 0; }

#tim_header h2{text-align: center;background-color: #497274;color:#fff;padding:3rem 0 10rem 0}


#tim_persons{padding:0em 0 3rem 0;}

#tim_persons #igor{margin-top:-10rem;padding-bottom:2rem}
#tim_persons #ivan{margin-top:-10rem;padding-bottom:2rem}

.bedzevi{display: block;text-align: center;;margin-top:2rem}

.bedzevi img{max-width: 20%;}

.person_image{display: block;text-align: center;;margin-bottom:2rem}
.person_image img{max-width: 50%;}

#tim_persons h3{text-align: center;color:#000}

/********************************************************************************** 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:#a51f23;
  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:#a51f23;
  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(165, 31, 35, 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(165, 31, 35, 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(165, 31, 35, 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(165, 31, 35, 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(165, 31, 35, 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(165, 31, 35, 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: #a51f23;
    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: fixed;}





#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 #a51f23 !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: #a51f23; 
  padding: 3rem 0;
  background-image:url(/template/orgulje_37.png);
  background-position:center bottom; 
  background-size:50% auto;
  background-attachment:fixed; 
  background-repeat:no-repeat; 
  border-top: 0.25rem solid rgba(165, 31, 35, 1);
  border-bottom: 0.25rem solid rgba(165, 31, 35, 1);
 }

.default  #program_container{

  padding:0 3rem
 }

.default #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
 }



.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:#a51f23;
  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:#a51f23;
  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(165, 31, 35, 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(165, 31, 35, 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(165, 31, 35, 1);
  border-bottom: 0.25rem solid rgba(165, 31, 35, 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: -3rem;
  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(165, 31, 35, 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(165, 31, 35, 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: #a51f23;
    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 #a51f23 !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: 2rem 0 3rem 0;
}

#news h2{

  /*text-align: center;
  text-shadow: 1px 1px 5px #ccc;
  color:#a51f23;
  font-size:3rem;
  font-family: 'BenchNine', sans-serif;
  text-transform:uppercase;
  font-weight:900;
  font-style: normal;*/
  margin-bottom: 2rem;
  color:#c0bfba;
  /*color:#525252;*/
text-align: center;


}

#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: 3;
            column-count: 3;
  }
}

#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;*/
   z-index: 3;
   background-color: #fefefe;
   position: relative;
  
}

#news .masonry-css .card-article-hover .card-section {
  width: 90%;
  background: #fff;
  margin: 0 auto;
  padding-top: 25px;
  margin-top: -3rem;
  z-index: 3;
}




#news .masonry-css .card-article-hover .card-section .article-subtext {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.75rem;
  font-family:'Montserrat-Regular', sans-serif;
  font-weight: normal;
  color:#c0bfba;
}

#news .masonry-css .card-article-hover .card-section .article-title {
  
    color: #009ce9;
    font-size: 1.3rem;
    font-family: 'Brown-Bold', sans-serif;
    font-weight: normal;
    font-style: normal;
    text-align: left;
}

#news .masonry-css .card-article-hover .card-section .article-desc {
    font-size: 0.9rem;
    font-family: 'Brown-Light', sans-serif;
    font-weight: normal;
  /*font-size: 1rem;*/
  text-align: justify;
}

#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(165, 31, 35, 1);
  font-size:0.6rem;
  font-family: 'Brown-Light', sans-serif;
    font-weight: normal;
    line-height: 0.5rem;
    margin:0;padding:0;
}

#news .masonry-css .card-article-hover .hover-border {
  height: 1px;
  width: 450px;
  background: rgba(0, 156, 233, 1);
  width: 0;
  transition: width 1s ease;
  z-index: 4
}

#news .masonry-css .card-article-hover:hover .hover-border {
  height: 1px;
  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;
}


/************************ MEDIA **************************/

#media{

 
  padding: 1.5rem 0 1.5rem 0;

   background: rgba(0, 156, 233, 1); 

  margin-bottom: 3rem;

  /*border-top:1px solid #e6e6e6*/
  color:#fff;
}

#media p{color:#fff;}



#media h3{

  color: #fff;
    font-size: 1.3rem;
    font-family: 'Brown-Bold', sans-serif;
    font-weight: normal;
    font-style: normal;
    text-align: left;


  }


  #media img {

     transition: all 0.25s ease;
 
}

#media img:hover{
 

  transform: scale(1.6);
}



/********************************************************************* PARTNERS *************************************************************************/

#partners_container{
  padding:1.5rem 0 3rem 0;
  background: rgba(255, 255, 255, 1); 
  display: block; 
  /*border-top: 2px solid rgba(192, 191, 186, 1);*/
  z-index: 3
}

#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(0, 156, 233, 1);
  display: block; 
  border-top: 2px solid rgba(192, 191, 186, 1);
  padding:2.5rem 0 1.5rem 0
}

#footer_logo{

  max-width: 60%;
}

#recolor_logo{

  max-width: 70%;
}

#footer_info_cell{

  /*border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;*/
}

.contact-details{
  text-align: left;

}


.contact-details h6{
  
  color:#f5f4ea;
  font-size:1.6rem;
  font-family: 'Brown-Bold', sans-serif;
  text-transform:none;
  font-weight:900;
  font-style: normal;
  margin-bottom: 0.5rem
  
}


.contact-details p{

  color: #f5f4ea; 
  font-size:0.9rem;
  font-family: 'Brown-Light', sans-serif;
  font-weight: normal;

}

.contact-details p strong{


  font-family: 'Brown-Bold', sans-serif;
  font-weight: normal;

}


.contact-details p i{

  margin-right:0.2rem;

}

.contact-details p a{

  color: #f5f4ea;

}

#contact_person_cell{

 
  position: relative;
  text-align: right;
  vertical-align: middle;

}


#contact_person_cell p{

  color: #f5f4ea; 
  font-size:0.9rem;
  font-family: 'Brown-Light', sans-serif;
  font-weight: normal;

}


.rounded-social-buttons-footer {
  text-align: right;
 

  position:absolute;
  right:0;
  top:-2.625rem;
  

  padding: 0 0 0.6375rem 0;

}

.rounded-social-buttons-footer .social-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 2.125rem;
  height: 2.125rem;
  border: 0.125rem solid transparent;
  padding: 0;
  text-decoration: none;
  text-align: center;
  color: #f5f4ea;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2em;
  /*border-radius: 0 0 1.6875rem 1.6875rem;*/
  border-radius: 0;
  transition: all 0.5s ease;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}

.rounded-social-buttons-footer .social-button:hover, .rounded-social-buttons-footer .social-button:focus {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
          border-radius: 0;
}

.rounded-social-buttons-footer .social-button.facebook {
  background: #c0bfba;
}

.rounded-social-buttons-footer .social-button.facebook:before {
  font-family: "Font Awesome 5 Brands";
  content: "\f39e";
  font-weight: 900;
}

.rounded-social-buttons-footer .social-button.facebook:hover, .rounded-social-buttons-footer .social-button.facebook:focus {
  color: #009ce9;
  background: #f5f4ea;
  border-color: #c0bfba;
}

.rounded-social-buttons-footer .social-button.twitter {
  background: #c0bfba;
}

.rounded-social-buttons-footer .social-button.twitter:before {
  font-family: "Font Awesome 5 Brands";
  content: "\f099";
  font-weight: 900;
}

.rounded-social-buttons-footer .social-button.twitter:hover, .rounded-social-buttons-footer .social-button.twitter:focus {
  color: #009ce9;
  background: #f5f4ea;
  border-color: #c0bfba;
}

.rounded-social-buttons-footer .social-button.linkedin {
  background: #c0bfba;
}

.rounded-social-buttons-footer .social-button.linkedin:before {
  font-family: "Font Awesome 5 Brands";
  content: "";
  font-weight: 900;
}

.rounded-social-buttons-footer .social-button.linkedin:hover, .rounded-social-buttons-footer .social-button.linkedin:focus {
  color: #009ce9;
  background: #f5f4ea;
  border-color: #c0bfba;
}

.rounded-social-buttons-footer .social-button.youtube {
  /*background: #525252;*/
}

.rounded-social-buttons-footer .social-button.youtube:before {
  font-family: "Font Awesome 5 Brands";
  content: "\f167";
  font-weight: 900;
}

.rounded-social-buttons-footer .social-button.youtube:hover, .rounded-social-buttons-footer .social-button.youtube:focus {
  color: #bb0000;
  background: #fefefe;
  border-color: #bb0000;
}

.rounded-social-buttons-footer .social-button.instagram {
  background: #c0bfba;
}

.rounded-social-buttons-footer .social-button.instagram:before {
  font-family: "Font Awesome 5 Brands";
  content: "\f16d";
  font-weight: 900;
}

.rounded-social-buttons-footer .social-button.instagram:hover, .rounded-social-buttons-footer .social-button.instagram:focus {
  color: #009ce9;
  background: #f5f4ea;
  border-color: #c0bfba;
}

.rounded-social-buttons-footer .social-button.pinterest {
  /*background: #cb2027;*/
}

.rounded-social-buttons-footer .social-button.pinterest:before {
  font-family: "Font Awesome 5 Brands";
  content: "";
  font-weight: 900;
}

.rounded-social-buttons-footer .social-button.pinterest:hover, .rounded-social-buttons-footer .social-button.pinterest:focus {
  color: #cb2027;
  background: #fefefe;
  border-color: #cb2027;
}

.rounded-social-buttons-footer .social-button.google-plus {
  /*background: #dd4b39;*/
}

.rounded-social-buttons-footer .social-button.google-plus:before {
  font-family: "Font Awesome 5 Brands";
  content: "";
  font-weight: 900;
}

.rounded-social-buttons-footer .social-button.google-plus:hover, .rounded-social-buttons-footer .social-button.google-plus:focus {
  color: #dd4b39;
  background: #fefefe;
  border-color: #dd4b39;
}

.rounded-social-buttons-footer .social-button.github {
  /*background: #000000;*/
}

.rounded-social-buttons-footer .social-button.github:before {
  font-family: "Font Awesome 5 Brands";
  content: "";
  font-weight: 900;
}

.rounded-social-buttons-footer .social-button.github:hover, .rounded-social-buttons-footer .social-button.github:focus {
  color: #000000;
  background: #fefefe;
  border-color: #000000;
}

.rounded-social-buttons-footer .social-button.tumblr {
  /*background: #32506d;*/
}

.rounded-social-buttons-footer .social-button.tumblr:before {
  font-family: "Font Awesome 5 Brands";
  content: "";
  font-weight: 900;
}

.rounded-social-buttons-footer .social-button.tumblr:hover, .rounded-social-buttons-footer .social-button.tumblr:focus {
  color: #32506d;
  background: #fefefe;
  border-color: #32506d;
}


