/*!
Theme Name: vdtheme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vdtheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

vdtheme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* ================================================================================== 
1. Reset
===================================================================================== */
*, *::after, *::before { margin: 0; padding: 0; -webkit-box-sizing: inherit; box-sizing: inherit; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a, a:active, a:hover, a:focus { outline: none; } abbr[title] { border-bottom: 1px dotted; } dfn { font-style: italic; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; max-width: 100%; } svg:not(:root) { overflow: hidden; } hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; margin-top: 30px; margin-bottom: 35px; border-width: 0; border-top: 1px solid #e1e1e1; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } input:focus, select:focus, textarea:focus, button:focus { outline: none; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } input, textarea, button, select, a { -webkit-tap-highlight-color: transparent; } a { color: inherit; text-decoration: none; -webkit-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; } strong { font-weight: 700; }
.fancybox__button--zoo, .fancybox__button--slideshow, .fancybox__button--fullscreen, .fancybox__button--thumbs, .fancybox__button--zoom{
  display: none;
}
.none{
  display: none;
}
ul, ol { padding-left: 4rem; }

/* ================================================================================== 
2. Body Style
===================================================================================== */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 56.25%;
  word-wrap: break-word;
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  html {
    font-size: 62.5%;
  }
}
body {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color:#000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
  letter-spacing: 0.5px;
  
}
main{
  position: relative;
}
/* ================================================================================== 
3. Placeholders & Highlights
===================================================================================== */
::-webkit-input-placeholder { color: inherit; opacity: 1 !important; }
:-moz-placeholder { color: inherit; opacity: 1; }
::-moz-placeholder { color: inherit; opacity: 1; }
:-ms-input-placeholder { color: inherit; }
::-moz-selection { background-color: #3f6d58;  color: #fff; }  
::selection { background-color: #3f6d58; color: #fff }
/* ================================================================================== 
4. Container & Grid
===================================================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 148rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}
.container-lg{
  max-width: 180rem;
}
.container-xl{
  max-width: 192rem;
  padding: 0;
}
.container-md{
  max-width: 128rem;
}
.container-sm{
  max-width: 100rem;
}
/* ================================================================================== 
5. Headings
===================================================================================== */

h1, h2, h3, h4, h5, h6 { margin-bottom: 2rem; font-weight:600;line-height:1.4;letter-spacing: 0; color: #000;}
.title h1, .title h2{ font-size: 3.2rem; }
p { margin-bottom: 2rem; }
.title{ margin-bottom:5rem; }
.title-center{text-align: center;}

@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .title h1, .title h2{ font-size: 3.6rem; }
  .intro .title h1{
    font-size: 4rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .title h1, .title h2{ font-size: 3.8rem; }
  .intro .title h1{
    font-size: 5rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .title h1, .title h2{ font-size: 4rem; }
  .intro .title h1{
    font-size: 6rem;
  }
}
@media only screen and (min-width: 100em) {
  /*1600px*/
  .intro .title h1{
    font-size: 7rem;
  }
}

.title strong{
  color: #3f6d58;
}

/* ================================================================================== 
6. Buttons
===================================================================================== */

.btn {
	display: inline-block;
	padding: 1.6rem 3.5rem;
	font-weight: 600;
  border-radius: 10rem;
}
.btn-primary{
  background-color: #bada55;
  color: #000;
}
.btn-primary:hover{
  background-color: #3f6d58;
  color: #fff;
}
.btn-secondary{
  background-color: #3f6d58;
  color: #fff;
}
.btn-secondary:hover{
  background-color: #bada55;
  color: #000;
}
.btn-sm{
  display: inline-block;
  color: #3f6d58;
  font-weight: 600;
}
.btn-sm:hover{
  color: #bada55;
}
.btn-sm2{
  font-size: 1.4rem;
  display: inline-block;
  font-weight: 600;
  color: #bada55;
}
/* ================================================================================== 
7. Form
===================================================================================== */
form p{
  margin-bottom: 0;
}
input,
textarea, select {
  display: block;
  width: 100%;
  border: 1px solid transparent;
  padding: 2.2rem 4rem;
  outline: none;
  background-color: #cdd9d0;
  border-radius: 10rem;


}
.search-btn{
  width: 20rem;
  background-image: url(images/search-white.svg);
  background-repeat: no-repeat;
  background-position: left 2.2rem center;
  background-size: 2rem;
  padding-left: 6rem;
  font-weight: 600;
  color: #fff;
  background-color: #3f6d58;
}
textarea{
  resize: vertical;
  height: 19rem;
}
input:focus,
textarea:focus, select:focus {
  border-color: #3f6d58;

}
label {
  display: block;
  margin-bottom: 0.5rem;
}
button {
  transition: all 0.4s ease-in-out;
  border:0;
}
fieldset{
  border: 0;
  margin-bottom: 2rem;
}
label.check-wrapper {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none;
}
.check-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  border: 1px solid #43515a;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-wrapper input:checked ~ .checkmark:after {
  display: block;
}
.check-wrapper .checkmark::after {
  left: 0.4rem;
  top: 0.2rem;
  width: 0.5rem;
  height: 1rem;
  border: solid #43515a;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/*-----------*/
.wpcf7-list-item label{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap:1rem;
}
.wpcf7-list-item label input{
  width: auto;
  margin: 0;
}
.wpcf7-list-item{
  margin-left: 0;
}
.wpcf7-not-valid-tip{
	position: relative;
	padding: .75rem 1.25rem;
	margin-top: 1rem;
	border: 1px solid #f5c6cb;
	border-radius: .25rem;
  font-size: 1.4rem;
  color: #721c24;
  background-color: #f8d7da;

}
.wpcf7 form .wpcf7-response-output {
	position: relative !important;
	padding: .75rem 1.25rem !important;
	margin-top: 1rem !important;
	border: 1px solid transparent !important;
	border-radius: .25rem !important;
  font-size: 1.4rem !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  font-size: 1.4rem  !important;
  color: #721c24 !important;
  background-color: #f8d7da !important;
  border: 1px solid #f5c6cb !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  font-size: 1.4rem  !important;
  color: #155724 !important;
  background-color: #c3e6cb !important;
  border: 1px solid #d4edda !important;

}
/*---------------*/
.select2-container .select2-selection--single {
	height: 4rem !important;
	display: flex !important;
	align-items: center;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 1.5rem !important;

}
.select2-container{
  font-size: 1.6rem;
  color: #9c4126!important;
  font-weight: 400  !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	transform: translateY(-50%)  !important;
  top: 50% !important;
}
.select2-container--default .select2-selection--single {
	background-color: #f2d8c3  !important;
	border: 1px solid #f2d8c3!important;
	color: #9c4126!important;
  font-weight: 400  !important;
}
.select2-dropdown {
	background-color: #f2d8c3 !important;
	border: 1px solid #f2d8c3 !important;

}
.select2-results__option{
  padding: 0.5rem  1.5rem !important;
  font-size: 1.6rem  !important;
  color: #000!important;
  font-weight: 400  !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,.select2-container--default .select2-results__option--selected {
 
	background-color: #9c4126 !important;
	color: #f2d8c3 !important;
}
/* ================================================================================== 
8. Paddings & Margins
===================================================================================== */
.space {
  padding: 5rem 0;
}
.mt-5{
  margin-top: 5rem;
}
.no-pt{
  padding-top: 0 !important;
}
.no-pb{
  padding-bottom: 0 !important;
}
.mb{
  margin-bottom: 5rem;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .space {
    padding: 10rem 0;
  }
  .mb{
    margin-bottom: 10rem;
  }
}
/* .menu-item-has-children za wp sub parent*/
/* .current_page_item za wp active link u navigaciji*/
/* ================================================================================== 
9. Breadcrumbs
===================================================================================== */
.breadcrumbs{
    background-color: #f9f9f9;
  padding: 1rem 0;
  font-size: 1.4rem;
}
.breadcrumbs ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbs ul li{
  display: inline-block;
  font-weight: 600;

}
.breadcrumbs ul li::after{
  content: '|';
  display: inline-block;
  margin: 0 1rem;
}
.breadcrumbs ul li a{
  display: inline-block;
  font-weight: 400;
}
.breadcrumbs ul li:last-child:after{
  content: none;
}
/* ================================================================================== 
10. Custom Style
===================================================================================== */
.list ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.list ul li{
  position: relative;
  padding-left: 3rem;
  margin-bottom: 3rem;
}
.list  ul li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 2rem;
  height: 2rem;
  background-image: url(images/list.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
}
/* ================================================================================== 
11. Cookies
===================================================================================== */
.cky-btn-accept {
	background: #000 !important;
	border: 2px solid #000 !important;
}
.cky-btn-reject,  .cky-btn-customize, .cky-btn-preferences {
	color: #000 !important;
	border: 2px solid #000 !important;
}
button.cky-show-desc-btn:not(:hover):not(:active){
  color: #000 !important;
  font-weight: 600;
}
.cky-btn-revisit-wrapper{
  background-color: #000 !important;
}
/* ================================================================================== 
12. Pagination
===================================================================================== */
.pagination{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem
}
.page-numbers{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 5px;
  background-color: #050517;
  color: #ffff00;
  font-weight: 600;
  cursor: pointer;
}
.page-numbers.current, .page-numbers:hover{

  background-color: #ffff00;
  color: #050517;
}
.page-numbers.current{
  cursor:text;
}
.page-numbers.next, .page-numbers.prev{
  width: 10rem;
}
/* ================================================================================== 
13. Slider
===================================================================================== */
.custom-arrows{
  display: flex;
  flex-direction: row;
  gap:2rem;
  align-items: center;
}
.custom-arrow{
  width:6rem;
  height:6rem;
  border-radius: 50%;
  border:1px solid #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.9rem;
  cursor: pointer;
}
.custom-next{
  background-image: url(images/next.svg);
}
.custom-prev{
  background-image: url(images/prev.svg);
}
/* ================================================================================== 
14. Header
===================================================================================== */
.lang{
  color: #497ca9;
  z-index: 3;
  margin-left: auto;
}
.wpml-ls-legacy-dropdown{
  width: auto;
}
.wpml-ls-legacy-dropdown a{
  border: 0;
  color: #497ca9;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	border-top: 1px solid transparent;
  opacity: 0;
  transition: all .4s ease-in-out;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
	display: inline-block;
	border: 0.25em solid transparent;
	border-top: 0.3em solid;
	right: 0;
	top: 50%;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
	position: relative;
	padding-right: 16px;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu, .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
	visibility: visible;
  opacity: 1;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
	color: #0d3e66;
	background: transparent;
}
.wpml-ls-legacy-list-horizontal a {
	padding: 5px 6px 6px;

}
.wpml-ls-legacy-list-horizontal li:last-child a{
  padding-right: 0;
}
.wpml-ls-legacy-list-horizontal{
  padding: 0;
}
/*--------*/
.social{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem
}
.social a{
  display: block;
}
.social a img{
  display: block;
  width: 2.6rem;
  height: auto;
}
/*---------*/
.toggle {
	cursor: pointer;
	overflow: hidden;
	width: 36px;
	height: 30px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
    z-index: 11;
    margin-left: 3rem;
    order: 3;
}


.line-toggle {
	position: absolute;
	display: block;
	width: 36px;
	height: 2px;
	background: #fff;
	border-radius: 20px;
	transition: all .6s;
	right: 0;
  z-index: 11;
}

.line-toggle:first-child {
transform: translateY(-10px) translateX(0);
transition-delay: 0s;
}

.toggle .line-toggle:nth-child(2) {
    transition-delay: .12s;
}

.line-toggle:last-child {
    transform: translateY(10px) translateX(0);
    transition-delay: 0s;
}
.toggle.activate .line-toggle:first-child {

	transform: translateY(0) translateX(0) rotate(45deg);
	width: 30px;
	height: 2px;
	transition-delay: .1s;
}

.toggle.activate .line-toggle:nth-child(2) {
    transform: translateX(110px);
    transition-delay: 0s;
}

.toggle.activate .line-toggle:last-child {

	transform: translateY(0) translateX(0) rotate(314deg);
	width: 30px;
	height: 2px;
	transition-delay: .1s;
}
/*-----------*/
header{
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #3f6d58;
  z-index: 10;
  padding: 1.5rem 0;
  color: #fff;
}
header .container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-logo{
  display: block;
}
.header-logo img{
  display: block;
  width: 13rem;
  filter: brightness(0) invert(100);
}
nav{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #3f6d58;
  padding: 4rem;
  padding-top: 10rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all .4s ease-in-out;
  z-index: 2;
  overflow-y: auto;
}
nav.open{
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
nav li{
  display: block;
}
nav li a{
  display: block;
  padding: 1rem 0;
  font-weight: 500;
}

nav li a:hover, nav li.current_page_item a{
  color: #c4ad8d;
}

.mobile-info{
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px dashed #fff;
}
.mobile-info h3{
  color: #fff;
}
.menu-item-has-children{
  position: relative;
}
.sub-menu{

  display: none;
  padding-left: 3rem;
}

.sub-menu li{
  display: block;
}
.sub-menu li a{
  display: block;
  padding: 1rem;
}

.search-toggle{
  display: block;
  margin-right: 2rem;
  margin-left: auto;
}
.search-toggle img{
  display: block;
  width: 1.8rem;
  height: auto;
  filter: brightness(0) invert(100);
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  nav{
    width: 40rem;
  }
  .header-logo img{
    width: 20rem;
  }
  .social a img{
    width: 3.3rem;
  }
  .search-toggle img{
    width: 2.3rem;
  }
  .search-toggle{
    margin-right: 1rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .toggle{
    display: none;
  }
  .search-toggle{
    margin-right: 5rem;
    margin-left: 0;
  }
  nav{
    position: static;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    min-height: auto;
    overflow-y: visible;
    transform: none;
    transition: none;
    padding: 0;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    margin: 0 auto;

  }
  nav li{
    display: inline-block;
  }
  nav li a{
    display: inline-block;
    padding: 2rem 1.6rem;
  }
  .mobile-info{display: none;}
  .sub-menu{
    position: absolute;
    left: 0;
    top: 6rem;
    width: 29rem;
    background-color: #3f6d58;
    padding: 2rem;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
  .menu-item-has-children:hover .sub-menu{
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  nav li a{
    padding: 2rem;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
  .header-logo img{
    width: 26rem;
  }
}
/*-------*/
.search-wrapper{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #fff;
  transition: all .4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.search-wrapper.open{
  opacity: 1;
  visibility: visible;
}
.search-wrapper .container{
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.search-inner{
  max-width: 80rem;
  width: 100%;

}
.search-inner h3{
  text-align: center;
}
.search-inner form{
  display: flex;
  flex-direction: column;
  gap:1rem

}

.close-search {
	position: absolute;
	top: 1rem;
	right: 4rem;
	font-size: 5rem;
	cursor: pointer;
	z-index: 1;
	color: #000;
}
.search-btn{
  margin: 0 auto;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .search-inner form{
    flex-direction: row;
  }
  .close-search{
    top: 3rem;
    right: 5rem;
  
  }
  .search-btn{
    margin: 0;
  }
}
/* ================================================================================== 
15. Intro
===================================================================================== */
.intro{
  padding-top: 5rem;
  padding-bottom: 5rem;
	position:relative;
}

.scroll-indicator {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 14px;
    color: #3f6d58; /* ili prilagodi prema dizajnu */
    opacity: 0.7;
    z-index: 10;
    cursor: pointer;
    text-decoration: none;
}

.scroll-indicator span {
	font-weight:200;
}

.scroll-indicator i {
    display: block;
    font-size: 20px;
    margin-top: 5px;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(8px);
    }
}


.intro-wrapper{
  display: flex;
  flex-direction: column-reverse;
}
.intro-text{
  width: 100%;
  padding: 0 2rem;
  margin-top: 0;
}
.intro-inner{
  max-width: 47rem;
  width: 100%;
}
.intro-image{
  width: 100%;
}
.intro-image img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.intro .btn{
  margin-top: 3rem;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .intro-text{
    margin-top: -10rem;
  }

}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .intro-wrapper{
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .intro-text{
    width: 35%;
    display: flex;
    justify-content: flex-end;
    padding: 0;
    padding-left: 2rem;
    margin-top: 0;
  }
  .intro-image{
    width: 60%;
  }
  .intro{
    padding-bottom: 0;
  }

}
/* ================================================================================== 
16. News
===================================================================================== */
.news{
  background-color: #f9f9f9;
}

.news-aside{
  width: 100%;
  margin-top: 5rem;
  background-color: #fff;
  padding: 3rem 2rem;
}
.news-aside a{
  text-decoration: none;
}
.news-content{
  width: 100%;
}

.news-box{
  width: 100%;
  margin-bottom: 5rem;
  background-color: #fff;
  padding-bottom: 3rem;
  transition: all .4s ease-in-out;
}

.news-image{
  display: block;
  overflow: hidden;
  margin-bottom: 2rem;
}
.news-image img{
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/12;
  transition: all .4s ease-in-out;
  display: block;
}
.news-image:hover img{
  transform: scale(1.1);
}
.news-box:hover{
  box-shadow: 0 0 20px 20px rgba(0,0,0,.04);
}
.news-box h3{
  font-size: 2.1rem;
  transition: all .4s ease-in-out;
  padding: 0 2rem;
  margin-bottom: 1rem;
}
.news-box h3:hover{
  color: #3f6d58;
}
.news-box p{
  padding: 0 2rem;
}
.news-box .btn-sm{
  margin: 0 2rem;
  text-decoration: none;
}

@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .news-box h3{
    font-size: 2.3rem;
  }
  .news-content-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%
  }
  .news-box{
    width: 48.5%;
  }

  .news-image{
    margin-bottom: 1rem;
  }

}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .news-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .news-aside{
    width: 35rem;
    margin-top: 0;
  }
  .news-content{
    width: calc(100% - 40rem);
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .news-aside{
    width: 40rem;
  }
  .news-content{
    width: calc(100% - 45rem);
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .news-box{
    width: 31.3%;
  }
}
/*------*/

.news-aside-box{
  display: block;
  margin-bottom: 3rem;
  padding: 2rem;
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  border:1px solid #e7e7e7;
}
.news-aside-box:hover{
  border:1px solid #3f6d58
}
.news-aside-box h3{
  background-image: url(images/pdf.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2rem;
  padding-left: 3rem;
  font-size: 1.8rem;
}
.news-date2{
  display: inline;
  background-image: url(images/clock.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1.2rem;
  padding-left: 2rem;
  font-size: 1.4rem;

}
.news-aside-wrapper{
  margin-bottom: 5rem;
}
.news-aside ul{
  list-style:none;
  padding: 0;
  margin: 0;
}
.news-aside ul li a {
	display: block;
	padding: 1rem 1.8rem;
	color: #000;
	background-color: #e4f2e7;
	font-weight: 600;
	border-radius: 1rem;
  background-image: url(images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: right 2rem center;
  background-size: 1rem;
}
.news-aside ul li a:hover{
  background-color: #3f6d58;
  color: #fff;
  background-image: url(images/arrow-right-white.svg);
}
.news-aside ul li:not(:last-child){
  margin-bottom: 1rem;
}
.news-aside ul:not(:last-of-type){
  margin-bottom: 5rem;
}
/*---*/
.news-slider{
  overflow: hidden;
}
.news-slider .swiper-slide a{
  display: block;
  position: relative;
  overflow: hidden;
}
.news-slider .swiper-slide img{
  aspect-ratio: 16/19;
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: all .4s ease-in-out;
}
.news-slider .swiper-slide a:hover img{
  transform: scale(1.1);
}
.news-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top,  rgba(0,0,0,0.90) 0%,rgba(0,0,0,0) 100%);
}
.news-content .btn{
  margin-top: 3rem;
}
.news-text{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  padding: 2rem;
  color: #fff;
}
.news-slider .swiper-slide{
  box-sizing: border-box;
}
.news-text h3{
  color: #fff;
  font-size: 2.1rem;
}
.news-date{
  font-size: 1.4rem;
}
.news-text p{
  opacity: 0.7;
  display: none;
  font-size: 1.4rem;
}
.title-row{
  text-align: center;
  margin-bottom: 5rem;
}

.title-row .title h2{
  margin-bottom: 0;
}
.title-row .custom-arrows{
  justify-content: center;
}

@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .title-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
  .title-row .title{
    margin-bottom: 0;
  }
  .title-row .custom-arrows{
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
  .news-text p{
    display: block;
  }
}
/*----------*/
.news-content-wrapper2 .news-box{
  background-color: #f9f9f9;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .news-content-wrapper2 .news-box{
    width: 31.3%;
  }

}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .news-content-wrapper2 .news-box{
    width: 22.7%;
  }
}
/* ================================================================================== 
17. About
===================================================================================== */
.about{
  padding-top: 0;
}
.about-right{
  width: 100%;
}
.about-left{
  width: 35%;
  display: none;
}
.about-left img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 16/23;
}

.about-right-text{
  width: 100%;
  padding: 5rem 2rem;
  text-align: center;
}
.about-right-image{
  width: 100%;
}

.about-wrapper .btn{
  padding: 1.6rem 5.5rem;
  margin-top: 3rem;
}
.about-right-image img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.about-inner-wrapper2 .about-right-text{
  padding:  5rem 2rem;
  background: linear-gradient(135deg,  rgba(30,87,43,1) 0%,rgba(186,218,85,1) 100%);
  color: #fff;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;

}
.about-inner-wrapper2 h2{
  color: #fff;
}
.about-right-image img{
  aspect-ratio: 16/9;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .about-inner-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .about-inner-wrapper2{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 2.5rem;
  }
  .about-right-text{
    width: 49%;
    padding: 5rem;
  }
  .about-right-image{
    width: 49%;
  }
  .about-right-image img{
    height: 100%;

  }
  .about-right-image img{
    aspect-ratio: 16/13;
  }

  .about-inner-wrapper2 .about-right-text{
    padding: 5rem 5rem;
  
  }
 
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .about-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about-right{
    width: 65%;
    padding-left:2.5rem;
  }
  .about-left{
    display: block;
  }
 
  .about{
    padding-top: 10rem;
  }
  .about-inner-wrapper2{
    margin-top: 2.5rem;
  }
}
/* ================================================================================== 
18. Social
===================================================================================== */
.social-section .title{
  margin-bottom: 2rem;
}
.social-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1%;
}
.social-wrapper > * {
  display: block;
  overflow: hidden;
  width: 32.6%;
  margin-bottom: 1%;
}
.social-wrapper > * img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/16;
  transition: all .4s ease-in-out;
}
.social-wrapper > *:hover img{
  transform: scale(1.1);
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .social-wrapper > *{
    margin-bottom: 1rem;
  }

}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .social-wrapper > * {
    width: 15.82%;
    margin-bottom: 0;
  }
}
/* ================================================================================== 
19. Footer
===================================================================================== */
footer{
  line-height: 1.9;
}

.footer-box{
  width: 100%;
  padding: 3rem;
  color: #fff;
}
.footer-box h3 {
	color: #fff;
	text-shadow: 0 7px 7px rgba(0,0,0,.3);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer-box a{
  text-shadow: 0 7px 7px rgba(0,0,0,.3);
}
.footer-box p{
  text-shadow: 0 7px 7px rgba(0,0,0,.3);
}
footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-nav ul{
  column-count: 2;
  column-gap: 3rem;
}
.footer-logo img{
  display: block;
  width: 7rem;
  height: auto;
  margin: 0 auto;
  filter: brightness(0) invert(100);
  margin-bottom: 2rem;
}
.footer-logo{
  background-color: #406d59;
  color: #fff;
  text-align: center;
}
.footer-box:nth-child(2){
  background-color: #3d9be9;
}
.footer-box:nth-child(3){
  background-color: #ff5e1a;
}
.footer-box:nth-child(4){
  background-color: #bada55;
}
.back-to-top{
  position: fixed;
  bottom: 5rem;
  left: 2rem;
  width: 5rem;
  height: 5rem;
  background-image: url(images/arrow-up-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem;
  display: none;
  background-color: #3f6d58;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .footer-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .footer-box{
    width: 50%;
  }
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .footer-box {
    padding: 4rem 4rem 1rem 4rem;
  }
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .footer-box{
    width: 25%;
  }
  .footer-logo img{
    width: 10rem;
  }
}
/*---------*/
.footer-logos-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2rem 0;
}
.footer-logos-box{
  display: block;
  width: 33.333%;
  padding: 1rem;

}
.footer-logos-box img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/11;
  object-fit: contain;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/

  .footer-logos-box{
    width: 20%;
    padding: 2rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .footer-logos-box img{
    aspect-ratio: 16/7;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .footer-logos-wrapper{
    padding: 5rem 0;
  }

}
/*---------*/
.copyright{
  padding: 2rem 0;
  background-color: #f9f9f9;
  font-size: 1.4rem;
}
.copyright .container{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .copyright .container{
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
/* ================================================================================== 
20. Animations
===================================================================================== */

 @-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .hidden{
    opacity: 0;
  }
  .visible{
    opacity: 1;
  }
  .animate__animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.intro h1{
  -webkit-animation: tracking-in-expand 1.2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
  animation: tracking-in-expand 1.2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
.intro p, .intro .btn, .intro h3, .intro-image{
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.tracking-in-expand {
	-webkit-animation: tracking-in-expand 1.2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: tracking-in-expand 1.2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

  @-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.animate__fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0,-100%,0);
      transform: translate3d(0,-100%,0)
  }

  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}

@keyframes fadeInDown {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0,-100%,0);
      transform: translate3d(0,-100%,0)
  }

  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}

.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}
@-webkit-keyframes fadeInUp {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0,100%,0);
      transform: translate3d(0,100%,0)
  }

  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}

@keyframes fadeInUp {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0,100%,0);
      transform: translate3d(0,100%,0)
  }

  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}

.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

@-webkit-keyframes fadeInLeft {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(-100%,0,0);
      transform: translate3d(-100%,0,0)
  }

  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}

@keyframes fadeInLeft {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(-100%,0,0);
      transform: translate3d(-100%,0,0)
  }

  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}

.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(100%,0,0);
      transform: translate3d(100%,0,0)
  }

  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}

@keyframes fadeInRight {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(100%,0,0);
      transform: translate3d(100%,0,0)
  }

  to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}

.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight
}


}
/* ================================================================================== 
21. About Page
===================================================================================== */

.about-page-text {
	width: 100%;
	line-height: 2.4;
	letter-spacing: 0.8px;
}
.about-page-image{
  width: 100%;
  margin-top: 5rem;
}
.about-page-image img{
  display: block;
  width: 100%;
  margin-bottom: 2rem;
}
.about-top-image img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16/7;
	object-fit: cover;
}
.about-top-image{
  position: relative;
}
.about-top-text{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;

}
.bg{
  background-color: #fff6ef;

}
.about-top-text h1 {
	text-shadow: 3px 1px 10px rgba(0, 0, 0,.4);
	color: #fff;
}
.about-page-text .btn{
  margin-top: 5rem;
  padding: 1.6rem 6.5rem;
}

@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .about-page-wrapper{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about-page-text {
    width: 59%;
  }
  .about-page-image{
    width: 35%;
    margin-top: 0;
  }
}
/*----------*/
.about-row{
  line-height: 2.4;
	letter-spacing: 0.8px;
}
.about-row-text{
  width: 100%;
  margin-bottom: 5rem;
}
.about-row-image{
  width: 100%;
}
.about-row-image img{
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}
.about-row:nth-child(2n+2){
  flex-direction: row-reverse;;
}
.about-row:not(:last-child){
  margin-bottom: 5rem;
}
.about-row-text h2{
  font-size: 3rem;
  font-weight: 400;
}
.about-row:first-child{
  text-align: center;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .about-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about-row-text{
    width: 48%;
    margin-bottom: 0;
  }
  .about-row-image{
    width: 48%;
  }

}
/*------*/
.links-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap:1%;
}
.links-wrapper a{
  width: 48%;
  text-align: center;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .links-wrapper a{
    width: 20%;
  }
}
/*---------*/
.testimonials-slider{
  overflow: hidden;
}
.testimonials-slider p{
	letter-spacing: 0.8px;
}
/* ================================================================================== 
22. Team Page
===================================================================================== */
.team-box{
  width: 100%;
  margin-bottom: 3rem;
  background-color: #f9f9f9;
}
.text-center{
  max-width: 80rem;
  width:100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 5rem;
}
.team-image{
  width: 100%;
}
.team-text{
  width: 100%;
  padding: 3rem;
}
.team-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.team-lg{
  width: 100%;
  letter-spacing: 0.5px;
  line-height: 1.8;
}


@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .team-lg h3{
    font-size: 2.8rem;
  }
  
  .team-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  }
  .team-box{
    width: 48.5%;
  }
  .team-lg{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .team-lg .team-image{
    width: 40%;
  }
  .team-lg .team-text{
    width: 60%;
  
  }
  .team-lg .team-image img{
    height: 100%;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .team-box{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .team-image{
    width: 40%;
  }
  .team-text{
    width: 60%;

  }
  .team-image img{
    height: 100%;
    aspect-ratio: unset;
  }
  .team-lg .team-image img{
    max-height: 35rem;
  
  }
}
/*-------*/
.gallery-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%
}
.gallery-wrapper a{
  width: 48.5%;
  margin-bottom: 2rem;
  overflow: hidden;
  display: block;
}
.gallery-wrapper a img{
  display: block;
  width: 100%;
  aspect-ratio: 16/11;
  object-fit: cover;
  transition: all .4s ease-in-out;
}
.gallery-wrapper a:hover img{
  transform: scale(1.1);
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .gallery-wrapper a{
    width: 31.3%;
  }

}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .gallery-wrapper a{
    width: 17.6%;
  }
}
/* ================================================================================== 
23. Skolski odbor Page
===================================================================================== */

.page-aside{
    width: 100%;
    background-color: #f9f9f9;
    padding: 2rem;
}
.page-content{
    width: 100%;
    margin-top:5rem;
}
.page-aside ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.page-aside ul li{
    margin-bottom: 1rem;
}
.page-aside ul li a{
    display: block;
    padding-left: 2rem;
    background-image: url(images/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: 1rem;
    background-position: center left;

}
.page-aside ul li a:hover{
    padding-left: 3rem;
}
.docs{
   display: flex;
   flex-direction: column; 
   margin-top:5rem;
}
.docs a{
    display: inline-block;
    padding-left: 3rem;
    background-image: url(images/pdf.svg);
    background-repeat: no-repeat;
    background-size: 2.1rem;
    background-position: center left;
    margin-bottom:3rem;
}
.docs a:hover{
    opacity:0.6;
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/

   .page-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
} 
.page-aside{
    position: sticky;
    top: 15rem;
    left: auto;
    width: 35rem;
    padding: 4rem;
}
.page-content{
    width: calc(100% - 40rem);
    margin-top:0;
}
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .page-aside{
    width: 40rem;
}
.page-content{
    width: calc(100% - 45rem);
}
}
/* ================================================================================== 
24. Turnusi  Page
===================================================================================== */
.inner-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%
}
.inner-box{
  width: 48.5%;
  padding: 5rem;
  background-color: #f9f9f9;
}
table{
  width: 100%;
  margin-bottom: 5rem;
}
table td{
  padding: 1rem;
  border-bottom: 1px solid #ccc;
}
thead{
  text-align: left;
}
table td:last-child{
  text-align: right;
}
.table-programm td{
  border: 1px solid #ccc;
}
.table-programm td:not(:first-child){
  text-align: center;
}
.table-programm th:not(:first-child) {
	text-align: center;
	vertical-align: top;
}
.table-programm {
  margin-top: 5rem;
  overflow-x: auto;
}
@media only screen and (max-width: 56.25em) {
  /*900px*/
  .table-programm table{
    width: 80rem;
    overflow-x: auto;
  }
}  

@media only screen and (max-width: 600px) {
	.inner-wrapper {
		flex-direction:column;
		gap:20px;
	}
	
	.inner-box {
		width:100%;
	}
}

.menu-home a {
	visibility:hidden;
	position:relative;
	padding:0px;
  font-size: 0;
  display: flex;
  align-items: center;
}
.menu-home a::before {
	content: "\f015";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	/* margin-right: 8px; */
	display: block;
	visibility: visible;
	/* position: absolute; */
	/* top: 50%; */
	/* left: 0; */
	/* transform: translatey(-50%); */
	font-size: 2.6rem;
}


/* ================================================================================== 
25. Upisi Page
===================================================================================== */
.upisi-row{
  margin-bottom: 5rem;

}
.upisi-text{
  width: 100%;
}
.upisi-image{
  width: 100%;
  margin-bottom: 3rem;
  display: block;
}

.upisi-image img {
width: 100%;
    display: block;
    height: auto;
}

.upisi-text h3{
  font-size: 2.1rem;
}
.upisi-date{
  margin-bottom: 2rem;
  opacity: 0.7;
}
.upisi-text .btn{
  margin-top: 3rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .upisi-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  
  }
  .upisi-text{
    width: 65%;
  }
  .upisi-image{
    width: 30%;
    margin-bottom: 0;
  }
  .upisi-text h3{
    font-size: 2.6rem;
  }

}
/*---------*/
.upisi-wrapper2 .upisi-row:not(:last-child){
  padding-bottom: 3rem;
  border-bottom: 1px dashed #ccc;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .upisi-wrapper2 .upisi-row:not(:last-child){
    padding-bottom: 5rem
  }
}
/* ================================================================================== 
26. Natjecaji Page
===================================================================================== */
.natjecaji-wrapper a {
	display: block;
	width: 100%;
	background-color: #f9f9f9;
	border-bottom: 2px solid #3f6d58;
	padding: 1rem;
	margin-bottom: 2rem;
	font-weight: 600;
	background-image: url(images/arrow-right.svg);
	background-repeat: no-repeat;
	background-position: left 2rem center;
	background-size: 1.4rem;
	padding-left: 5.6rem;
}
.natjecaji-wrapper a:hover{
  opacity: 0.6;
}

.na-box{
  width: 100%;
  margin-bottom: 5rem;
}
.na-box:last-child{
  margin-bottom: 0;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .na-wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .na-box{
    width: 48%;
    margin-bottom: 0;
  }
}
/*-------*/

.box{
  width: 100%;
  margin-bottom: 3rem;
  padding: 2.5rem;
  background-color: #f9f9f9;
}
.box:last-child{
  margin-bottom: 0;
}
.boxes-style h2{
  display: inline-block;
	padding: 1.6rem 3.5rem;
	font-weight: 600;
  font-size: 2rem;

  border-radius: 1rem;
  background-color: #779d8c;
  color: #fff;

}

.box ul li a:hover {
	color:#779d8c;
}
.btns-bottom{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem;
  margin-top: 4rem;
}


@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .boxes{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
  }
  .box{
    width: 48.5%;
  }
  .box:last-child{
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .box{
    padding: 5rem;
  }
}
/*--------*/

.contact-box{
  width: 100%;
  margin-bottom: 3rem;
  padding: 2rem;
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  border: 1px solid #e7e7e7;
}
.contact-box h3{
  font-size: 2.4rem;
}
.text2{
  max-width: 100rem;
  width: 100%;
}
.about-page2{
  background-color: #f9f9f9;
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .contact-box h3{
    font-size: 3rem;
  }
  .contact-boxes{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%
  }
  .contact-box{
    width: 31.3%;
  }
}
/*------*/
.gallery-wrapper2{
  margin-top: 5rem;
}

@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .gallery-wrapper2 a{
    width: 31.3%;
  }
}
/*--------*/
.library-aside{
  margin-bottom: 3rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .library-wrapper{
    display: flex;
    flex-wrap: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 5rem 0;
  }
  .library-aside{
    width: 30%;
    margin-bottom: 0;
  }
  .library-text{
    width: 60%;
  }
}
/* ================================================================================== 
27. Contact Page
===================================================================================== */
.contact-page-wrapper{
  max-width: 130rem;
  width: 100%;
  margin: 0 auto;
}
.contact-page-box{
  width: 100%;
  margin-bottom: 2rem;

}
.contact-page-box iframe{
  width: 100%;
  height: 25rem;
  display: block;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .contact-page-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 7%;
  }
  .contact-page-box{
    width: 28%;
  
  }
}

@media only screen and (max-width: 56.25em) {
  /*900px*/
  .page-table{
    overflow-x: auto;
  }
  .page-table table{
    overflow-x: auto;
    width: 80rem;
  }
}
.article-image{
  margin-bottom: 5rem;;
}
.article-image img{
  display: block;
  width: 100%;
}
.center-btns{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap:2rem
}
.text-center .btn{
  margin-top: 3rem;
}
.search-page-wrapper .upisi-row:not(:last-child){
  border-bottom: 1px solid #e7e7e7;
}
.search-none form{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 5rem;

}
.search-none form label{
  width: 100%;
}
.search-none input{
  height: 6rem;
}
.search-none input{
  width: 100%;
  box-sizing: border-box;
}
.search-none .search-submit{
  width: 16rem;
  background-color: #155724;
  color: #fff;
  padding: 0;
  margin-top: 2rem;
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/



}


/*16.10.2025.  - Žac*/
.docs.linkovis {
    margin-top:0;
}
.docs.linkovis h3 {
    margin-top: 2rem;
}
.docs.linkovis p {
    display: inline-block;
    padding-left: 3rem;
    background-image: url(/wp-content/uploads/2025/10/link.svg);
    background-repeat: no-repeat;
    background-size: 2.1rem;
    background-position: center left;
	margin-bottom:1.5rem;
}
.docs.linkovis a {
    padding-left: 0;
    background-image: none;
	text-decoration:underline;
	margin-bottom: 0;
}
.docs.protec {
    margin-top: 3rem;
}
.docs.protec a {
    margin-bottom: 1rem;
}
.docs.protec h3 {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}

section a {text-decoration:underline;color: #3f6d58; font-weight: 500;}
section a:hover{
  text-decoration: none;
}
section h3 a, aside.page-aside ul li a, .links-wrapper a, .center-btns a, .upisi-text a, a.btn {text-decoration:none;}