*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background-color: #252525;
    color: var(--color-snow);
    padding: 0;
    margin: 0; 
    font-family: var(--font-sans);
    position: relative;
}

a{
    text-decoration: none;
    color: inherit;

    color: var(--color-blue);
    font-family: var(--font-sans);
}
a .fas,
a .fa{
    color: inherit;
}

img{
    width: 100%;
    height: 100%;
}

ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.divsredina{
	overflow: none;
	margin: 0 auto;
	text-align:center;
	width: 300px;
	padding-top: 10px;
}

/* STYLE VARIABLES */
:root{
    --color-black: #252525;
    --color-dark-grey: #303030;
    --color-grey: #555555;
    --color-blue: #2AA6E6;
    --color-dark-blue: #10328A;
    --color-blue-gradient: linear-gradient(137.93deg, #2AA6E6 0%, #10328A 100%);;
    --color-snow: #FAFAFA;
    --color-white: #FFFFFF;

    --font-serif: 'Merriweather', serif;
    --font-sans:'Roboto', sans-serif;

}

/* GLOBAL CLASSES */
.wrapper{
    width: 1180px;
    margin: 0 auto;
}
.text-wrapper{
    max-width: 820px;
    margin: 0 auto;
}
.greybg{
    background: var(--color-dark-grey);
}


.tabresp{
    display: none;
}

/* text */
h1.outlined{
    text-transform: uppercase;
    font-family: var(--font-serif);
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    font-size: 88px;
    text-align: center;
    padding-top: 370px;
    padding-bottom: 85px;
    color: #eee;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
}
h2.outlined{
    text-transform: uppercase;
    font-family: var(--font-serif);
    line-height: 314px;
    font-weight: 900;
    padding-top: 100px;
    font-size: 240px;
    text-align: center;
    padding-bottom: 85px;
    color: #2AA6E6;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
}

p.uvod{
    padding-top: 100px;
    padding-bottom: 50px;
    font-size: 36px;
    color: var(--color-snow);
    text-align: center;
    font-family: var(--font-serif);
}

p.normal{

    font-family: var(--font-sans);
    font-size: 24px;
    color: var(--color-snow);
    margin: 25px 0;
    
}
p.list{

    font-family: var(--font-sans);
    font-size: 24px;
    color: var(--color-snow);
    margin: 25px 0;
    line-height: 42px;
    
}
p.list.bold{

    font-weight: bold;
    
}
p.normal.napomena{
    margin: 50px 0;
    font-style: italic;
    font-size: 24px;
    color: #FF6060;
    font-weight: bold;

    
}
p.normal span.bold{

    font-weight: bold;
    margin-right: 10px;
    color: var(--color-white);

}
p.list.center{
    text-align: center;
    
}
p.list span a{

    font-weight: normal;
    color: var(--color-blue);
    
    
}

section h2{
    margin: 100px 0 25px;
    font-family: var(--font-serif);
    font-weight: bold;
    font-size: 48px;
    text-align: center;
}

section h3{

    margin: 70px 0 20px;
    font-size: 24px;
    font-weight: bold;
    font-family: var(--font-serif);
}


.pocetna section h2{
    margin: 25px 0;
    font-family: var(--font-serif);
    font-weight: bold;
    font-size: 48px;
    text-align: center;
}

.cms h2{
    margin: 100px 0 25px;
    font-family: var(--font-serif);
    font-weight: normal;
    font-size: 36px;
    text-align: center;
}

h1.naslov-strane{
    margin: 120px 0 60px;
    width: 100%;
    text-align: center;
    font-size: 48px;
    font-family: var(--font-serif);
}

.text-wrapper>p{
    font-size:20px;
}


/* floats */
.left{
    float: left;
}
.right{
    float: right;
}
.clearfix:after{
    content: "";
    display: table;
    clear: both;
}

p>img{
	width:100% !important;
}

/* navigation */
.navigation{
    height: 80px;
    padding: 20px 0 0;
    line-height: 80px;
}

.navigation .logo{
    width: 80px !important;
}

.navigation .nav{
    font-size: 18px;
}

.navigation .nav div:nth-of-type(2){
    margin-left: 40px; 
    font-size: 26px;
}


/* subnav */
.subnav{
    text-align: center;
    margin: 50px auto;
    font-size: 20px;

    color: var(--color-blue);
}
.subnav.tri-li{
    width: 400px;
}
.subnav.cetiri-li{
    width: 540px;
}
.subnav.pet-li{
    width: 680px;
}
.subnav ul li{

    text-align: center;
    width: 120px;
    margin-right: 20px;
}
.subnav ul li:last-of-type{
    margin-right: 0;
}

.subnav ul li.active{
    color: var(--color-snow);
}

/* pocetna */
/* hero */
.pocetna .hero{
    height: 850px;
    background: radial-gradient(800.00px at 50% 0%, rgba(37, 37, 37, 0.6375) 0%, rgba(37, 37, 37, 0.4) 100%), url('../img/pozadina.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.pocetna .hero h1{
    font-size: 90px;
    text-align: center;
    margin-top: 400px;
    font-family: var(--font-serif);

}

/* introduction */
.introduction{
    margin: 100px auto;
    width: 970px;
}
.introduction p.intro{
    font-size: 36px;
    text-align: center;
    font-family: var(--font-serif);
}
.pocetna p.link{
    margin: 50px auto 0;
    text-align: center;
    font-size: 24px;
    width: 100%;

}

/* galerija pocetna */
.pocetna .cards .galerija-card{
    width: 580px;
    margin: 0 20px 20px 0;
    height: 400px;
}
.pocetna .cards .galerija-card:nth-of-type(2n){
    margin-right: 0;
}
.pocetna .cards .galerija-card:nth-of-type(3){
    margin-right: 20px;
}

/* cards kadar */
.cards{
    margin: 75px 0;
}
.cards .kadar-card{
    width: 380px;
    height: 250px;
    margin: 0 20px 20px 0;
    position: relative;
    overflow: hidden;
    
}
.cards .kadar-card:nth-of-type(3n){
    margin-right: 0;
}
.cards .kadar-card .img{
    width: 100%;
    height: 100%;
}
.cards .kadar-card .kadar-info{
    position: absolute;
    top: 200px;
    padding: 10px 20px;
    transition: .3s all ease-in;
    width: 100%;
    height: 100%;
    background: rgba(37, 37, 37, 0.75);

}
.cards .kadar-card:hover .kadar-info{
    top: 0;    
    background: rgba(37, 37, 37, 0.75);


}
.cards .kadar-card .kadar-info p.name{
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;

}
.cards .kadar-card .kadar-info p.desc{
    font-size: 18px;

}


/* cards galerija */
.cards{
    margin: 75px 0;
}
.cards .galerija-card{
    width: 380px;
    height: 250px;
    margin: 0 20px 20px 0;
    position: relative;
    overflow: hidden;
    
}
.cards .galerija-card .img{
    width: 100%;
    height: 100%;
}



.cards .galerija-card .galerija-info{
    position: absolute;
    top: 200px;
    padding: 10px 20px;
    transition: .3s all ease-in;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(37, 37, 37, 0) 0%, rgba(37, 37, 37, 0.75) 100%)

}
.cards .galerija-card:nth-of-type(3n){
    margin-right: 0;
}
.cards .galerija-card a{
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
    color: var(--color-white);

}


/* news cards */

.cards .news-card{
    text-align: left;
    width: 380px;
    height: 480px;
    position: relative;
    overflow: hidden;
    background: var(--color-dark-grey);
    box-shadow: 0px 10px 20px rgba(32, 32, 32, 0.3), 0px 10px 20px rgba(32, 32, 32, 0.3);
    margin: 0 20px 20px 0;
    
}
.cms .cards .news-card{
    text-align: left;
    /*width: auto; */ /*off*/
    height: 480px;
    margin: 0 20px 20px 0;
    position: relative;
    overflow: hidden;
    background: var(--color-dark-grey);
    box-shadow: 0px 10px 20px rgba(32, 32, 32, 0.3), 0px 10px 20px rgba(32, 32, 32, 0.3);
    
}

.cms .cards .news-card:nth-of-type(3n){
    margin-right: 0;
}

.cards .news-card:nth-of-type(3n){
    margin-right: 0;
}

.cards .news-card .overlay{
    width: 380px;
	height: 100px;
	background: linear-gradient(180deg, rgba(48, 48, 48, 0) 0%, rgba(48, 48, 48, 70%) 50%, #303030 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}
.cards>a{
    display: block;
    margin: 0 20px 20px 0;
    width: 380px;
    float:left;

}
.cards>a:nth-of-type(3n){
    margin-right: 0;
}


.cards .news-card .img{
    width: 380px;
    height: 300px;
    background: blue;
    overflow:hidden;
    position:relative;

}
.cards .news-card .img .imgbox{
    width: 400px;
    height: 400px;
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}
.cards .news-card .info {
    padding: 30px 20px;

}
.cards .news-card .info h2{
    text-align: left;
    font-size: 20px;
    margin: 0 0 10px 0;
    color: var(--color-white);
    font-family: var(--font-sans);
}
.cards .news-card .info p{
    font-size: 16px;
    color: var(--color-snow);

}



/* vest */

.vest li{
    font-size: 20px;
}
.vest-heading p{

    font-size: 24px;
    color: var(--color-grey);
}

.vest-baner{
    margin: 50px 0 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 500px;
    width: 1180px;
    position: relative;
    overflow: hidden;
}
.vest-baner .img{
    overflow: hidden;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.imgs{
    margin: 100px auto;
}

.imgs .img{
    margin-right: 20px;
    width: 400px;
    height: 400px;
    box-shadow: 0px 10px 20px rgba(32, 32, 32, 0.3), 0px 10px 20px rgba(32, 32, 32, 0.3);
}

.imgs .img:nth-of-type(2){
    margin-right: 0;
}

.ostale-vesti{
    margin-top: 100px;
}


/* aktivnosti */
.tri-imgs{
    margin: 100px auto;
}

.tri-imgs .img{
    width: 380px;
    height: 380px;
    margin:0 20px 20px 0;

}

.tri-imgs .img:nth-of-type(3n){
    margin-right: 0;
}

/* raspored */
.tabela{
    margin: 50px auto;
}
.tabela table{
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}
.tabela table tr{
    transition: .5s all ease;
}
.tabela table tr:hover{
    background: var(--color-dark-grey);
    box-shadow: 0px 10px 20px rgba(32, 32, 32, 0.3), 0px 10px 20px rgba(32, 32, 32, 0.3);

}
.tabela table tr::first-of-type:hover{
    background: none;
    box-shadow: 0px 10px 20px rgba(32, 32, 32, 0.3), 0px 10px 20px rgba(32, 32, 32, 0.3);

}
.tabela table th{
    padding: 10px 0;
    width: 15%;
    text-align: center;
    font-size: 20px;
    color: var(--color-grey);
    font-weight: normal;
}
.tabela table td{
    padding: 10px 0;
    width: 15%;
    text-align: center;
    font-size: 20px;
    color: var(--color-snow);
}


/* kontakt */
p.center{
    text-align: center;
}

.mapa{
    height: 500px;
    margin: 100px 0;
    background: var(--color-black);
}

.lokacije{
    margin: 50px auto;
}
.lokacije .lok{
    width: 380px;
    margin: 0 20px 20px 0;
    text-align: center;
}
.lokacije .lok:nth-of-type(3n){
    margin-right: 0;
}

.forma{
    margin: 100px auto;
    width: 500px; 
}

.forma .title{
    font-size: 30px;
    margin-bottom: 50px;
    text-align: center;
    font-weight: normal;
}

.forma label{
    width: 500px; 
    font-size: 16px;
    color: var(--color-grey);
    display: block;

}
.forma input{
    width: 500px; 
    padding: 10px;
    font-size: 20px;
    background: var(--color-dark-grey);
    height: 60px;
    line-height: 40px;
    margin: 10px 0 20px;
    border: 2px solid var(--color-dark-grey);
    transition: .3s all ease;
    color: var(--color-blue);
}
.forma input:hover,
.forma input:active{

    border-color: var(--color-grey);
}


.forma input.file{
    width: 500px; 
    padding: 10px;
    font-size: 16px;
    height: auto;
    line-height: 40px;
    margin: 10px 0 20px;
}
#editor-container {
    height: 375px;
    width: 500px; 
    padding: 10px;
    font-size: 20px;
    background: var(--color-dark-grey);
    line-height: 30px;
    margin: 10px 0 20px;
    border: 2px solid var(--color-dark-grey);
    transition: .3s all ease;
    color: var(--color-blue);
    font-family: var(--font-sans);
}

.forma textarea{
    width: 500px; 
    padding: 10px;
    font-size: 20px;
    background: var(--color-dark-grey);
    min-height: 450px;
    line-height: 40px;
    margin: 10px 0 20px;
    border: 2px solid var(--color-dark-grey);
    transition: .3s all ease;
    color: var(--color-blue);
    font-family: var(--font-sans);
}
.forma select{
    width: 500px; 
    padding: 10px;
    font-size: 20px;
    background: var(--color-dark-grey);
    line-height: 40px;
    margin: 10px 0 20px;
    border: 2px solid var(--color-dark-grey);
    transition: .3s all ease;
    color: var(--color-blue);
    font-family: var(--font-sans);
}
.forma input.button{

    text-align: center;
    display: block;
    width: 180px;
    height: 60px;
    line-height: 40px;
    color: var(--color-black);
    margin: 20px auto;
    font-weight: bold;
    cursor: pointer;

    background: var(--color-blue);
    border: none;
}

/* footer */
.footer{
    margin-top: 75px;
    background: var(--color-dark-grey);
}
.footer>.wrapper{
    padding: 50px 0;

}
.footer .logo{
    width: 120px;
}
.footer .footer-col{
    width: 250px;
    margin-left: 20px;
}
.footer .footer-col:nth-of-type(2),
.footer .footer-col:nth-of-type(3){
    width: 130px;
    margin-left: 20px;
}
.footer .footer-col li{
    font-size: 18px;
    margin-bottom: 5px;
}
.footer .footer-col li.heading{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}
.footer .rights{
    background: var(--color-black);
    width: 100%;
}
.footer .rights p{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
}

/* login */

.login{
    padding: 100px 0 0;
}
.login .popup-error{
    width: 538px;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 20px 20px;
    background: red;
    color: white;
    box-shadow: 0 10px 20px #151515;
    border:1px solid #fff;
    
    animation-name: popup-in;
    animation-duration: .6s;
}
.login .popup-error p{
    color: snow;
    font-size: 18px;
    line-height: 30px;
}

@keyframes popup-in{
    from {
        top: 0;
        opacity: 0;
        background: #111;
    }
}

.login .forma p{
    text-align: center;
    font-size: 24px;
    margin: 25px; 
}

/* menu */
#openmenu, #closemenu{
    cursor: pointer;
    transition: .3s all ease;
}
#openmenu:hover, #closemenu:hover{
    color: var(--color-grey);
}

.menu.off{
    height: 0;
    padding: 0;
    overflow: hidden;
    background: var(--color-black);
    opacity: 0;
}
.menu{
    opacity: 1;
    transition: .3s all ease;
    z-index: 1000;
    position: fixed;
    padding: 30px 0;
    text-align: center;
    height: 100vh;
    width: 100%;
    background: var(--color-dark-grey);
    overflow-x: hidden;
    overflow-y: scroll;
}
.menu .menuhead{
    margin-bottom: 50px;
}
.menu p{
    text-align: center;
    font-size: 36px;
    margin: 10px 0;
    cursor:pointer;
}
.menu p.gray{
    color: var(--color-white);
}
.menu p a{
    color: #fff;
    transition: .3s all ease-in;
    position: relative;
}

.menu p a::after{
    position: absolute;
    bottom: -10px;
    left: 0;
    transform: translate(-50%, -50%);
    content: "";
    display: block;
    height: 3px;
    width: 0;
    background: var(--color-snow);
    transition: .3s all ease-in;
}
.menu p a:hover::after{
    width: 180px;
    left: 50%;
}
.menu p a:hover{
    color: var(--color-snow);
    text-decoration: none;
}

/* dropdown */


.menu .dropdown{
    display:none;
    height: 0;
    background: var(--color-black);
    width: 60%;
    margin: 0 auto;
    transition: 0.7s all ease;

}
.menu .dropdown.open{
    display:block;
    height: auto;
}
.menu .dropdown p{
    font-size: 24px;
    margin: 15px 0;
}

/* OLD DROPDOWN STYLES

.menu .dropdown{
    height: auto;
    overflow: hidden;
    opacity: 0;
    background: var(--color-black);
    width: 60%;
    margin: 0 auto;
    transition: .7s all ease;

}
.menu #onama:hover .dropdown{
    height: auto;
    opacity: 1;
}
.menu #galerija:hover .dropdown{
    height: auto;
    opacity: 1;
}

.menu #aktivnosti:hover .dropdown{
    height: auto;
    opacity: 1;
}

.menu .dropdown p{
    font-size: 24px;
    margin: 15px 0;
}
*/

/* cms */

.cms .subnav{
    width: 400px;
    text-align: center;
    margin: 50px auto;
    font-size: 20px;
    color: var(--color-snow);
}

.cms a{
    color: var(--color-snow);

}

.cms .section-heading{
    font-size: 24px;
    margin-top: 100px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-grey);
}

.cms .cards{
    margin: 20px 0 50px;
}
.cms .info .action p{
    margin-top: 50px;
    font-size: 20px;
}

.cms .info .action p.grey a{
    color: var(--color-grey);
    transition: .4s all ease;
}
.cms .info .action p.grey:hover a{
    color: var(--color-snow);
}

.cms tr a{
    color: var(--color-grey);
    transition: .3s all ease;
}
.cms tr:hover a{
    color: var(--color-blue);
}

@media screen and (max-width: 1210px) {
    .wrapper{
        width: 760px;
    }
    .text-wrapper{
        width: 540px;
    }
    .cards{
        width: 760px;
    }
    .cards .news-card{
        width: 240px;
    }

    /* pocetna */
    .pocetna .cards .galerija-card{
        width: 370px;
        height: 300px;
    }

    .pocetna .hero{
        height: 500px;
    }

    .pocetna .hero h1{
        font-size: 60px;
        text-align: center;
        margin-top: 200px;
        font-family: var(--font-serif);

    }

    /* introduction */
    .introduction{
        margin: 70px auto;
        width: 100%;
    }
    .introduction p.intro{
        font-size: 28px;
    }

    /* vest */
    .vest-baner{
        margin: 30px 0 60px;
        height: 300px;
        width: 760px;
        position: relative;
        overflow: hidden;
    }
    .ostale-vesti{
        margin-top: 0;
    }

    /* imgs */
    .tri-imgs .img{
        width: 240px;
        height: 240px;
    }
    
    .cards .news-card .img{
    width: 240px;
    height: 240px;
    background: blue;
    overflow:hidden;
    position:relative;

}
.cards .news-card .img .imgbox{
    width: 260px;
    height: 260px;
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

    /* galerija */
    .cards .galerija-card{
        width: 240px;
        height: 180px;
        float: left;
    }

    .cards .galerija-card .galerija-info{
        top: 130px;
        text-align: center;

    }

    /* kontakt */

    .mapa{
        height: 400px;
        margin: 50px 0 50px;
        background: red;
    }

    .lokacije{
        margin: 30px auto;
    }
    .lokacije .lok{
        float: none;
        width: 380px;
        margin: 0 auto 20px;
        text-align: center;
    }
    .lokacije .lok:nth-of-type(3n){
        float: none;
        width: 380px;
        margin: 0 auto 20px;
        text-align: center;
    }


    /* cards kadar */
    .cards{
        margin: 50px 0;
    }
    .cards .kadar-card{
        width: 370px;
        height: 250px;
        background: red;
        margin: 0 20px 20px 0;
        position: relative;
        overflow: hidden;
        
    }

    .cards .kadar-card:nth-of-type(3n){
        margin-right: 20px;
    }

    .cards .kadar-card:nth-of-type(2n){
        margin-right: 0;
    } 
    .cards .kadar-card .img{
        width: 100%;
        height: 100%;
    }
    .cards .kadar-card .kadar-info{
        position: absolute;
        top: 200px;
        padding: 10px 20px;
        transition: .5s all ease-in;
        width: 100%;
        height: 100%;
        background: rgba(37, 37, 37, 0.75);

    }
    .cards .kadar-card:hover .kadar-info{
        top: 0;    
        background: rgba(37, 37, 37, 0.75);


    }
    .cards .kadar-card .kadar-info p.name{
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 20px;

    }
    .cards .kadar-card .kadar-info p.desc{
        font-size: 14px;

    }


}

@media screen and (max-width: 800px) {
    .wrapper{
        width: 320px;
    }
    .text-wrapper{
        width: 300px;
    }
    
    .cards{
        width: 320px;
    }
    
    	.cards .news-card .img{
	    width: 320px;
	    height: 320px;
	    background: blue;
	    overflow:hidden;
	    position:relative;
	
	}
	.cards .news-card .img .imgbox{
	    width: 340px;
	    height: 340px;
	    position:absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	
	}


    .cards a{
        width: 320px;
        margin: 0 auto 20px;
    }

    .kontakt p.normal,
    .kontakt p.list{
        text-align: center;
        font-size: 20px;
    }

    p.normal, p.list{
        text-align: left;
        font-size: 20px;
    }
    p.list{
        line-height: 26px;
    }
    .cards .news-card{
        width: 320px;
    }

	p.link{
		overflow: hidden;
		text-align: center;
		float: none;
		width:100%;
	}
    h1.naslov-strane{
        margin: 70px 0 30px;
        font-size: 32px;     
    }

    section h2{
        margin: 100px 0 0;
        font-family: var(--font-serif);
        font-weight: bold;
        font-size: 32px;
        text-align: center;
    }

    .pocetna section h2{
        margin: 25px 0 0;
        font-family: var(--font-serif);
        font-weight: bold;
        font-size: 32px;
        text-align: center;
    }


    /* pocetna */
    .pocetna .cards .galerija-card{
        width: 320px;
        height: 260px;
    }

    .pocetna .hero{
        height: 350px;
    }

    .pocetna .hero h1{
        font-size: 28px;
        text-align: center;
        margin-top: 150px;
        font-family: var(--font-serif);
        font-weight:bold;

    }
    
    .vest-heading p{
	    font-size: 18px;
	}

    /* introduction */
    .introduction{
        margin: 70px auto;
        width: 100%;
    }
    .introduction p.intro{
        font-size: 24px;
    }


    /* vest */
    .vest-baner{
        margin: 30px 0 60px;
        height: 300px;
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    .vest-baner .img{
        height: 300px;
    }
    .ostale-vesti{
        margin-top: 0;
    }

    /* footer */
    .footer .logo{
        float: none;
        margin: 30px auto;
    }
    .footer .cols{
        width: 300px;
        float: none;
        margin: 0 auto
    }

    .footer .footer-col{
        width: 300px;
        float: none;
        margin: 0 auto 30px;
        text-align: center;
    }

    .footer .footer-col:nth-of-type(2),
    .footer .footer-col:nth-of-type(3){
        width: 300px;
        float: none;
        margin: 0 auto 30px;
        text-align: center;
    }

    /* imgs */
    .tri-imgs .img{
        width: 320px;
        height: 320px;
        margin: 0 0 20px 0;
    }

    /* subnav */
    .subnav{
        width: 100%;
    }
    
    .subnav.tri-li{
        width: 100%;
    }
    .subnav.cetiri-li{
        width: 100%;
    }
    .subnav.pet-li{
        width: 100%;
    }
    .subnav ul li{
        margin: 0 0 20px 0;
        float: none;
        width: 100%;
    }

    /* galerija */
    .cards .galerija-card{
        width: 320px;
        height: auto;
    }

    .cards .galerija-card .galerija-info{
        top: 150px;

    }


    /* raspored */
    .tabela{
        display: none;
    }
    .tabresp{
        display: block;
        width: 300px;
        margin: 20px auto;
    }

    .tabresp table{
        margin: 20px auto;
    }

    .tabresp p.normal{
        padding: 10px 0;
        border-bottom: 2px solid var(--color-dark-grey);
        font-weight: bold;
    }
    .tabresp p.normal span{
        color: var(--color-grey);
        margin-right: 20px;
        font-weight: normal;
    }
    .tabresp tr{
        line-height: 24px;
        font-size: 20px;
    }
    .tabresp tr th{
        width: 120px;
        color: var(--color-grey);
        font-weight: normal;
    }
    .tabresp tr td{
        width: 180px;
        font-weight: bold;
    }


    /* kontakt */

    .mapa{
        height: 300px;
        margin: 50px 0 30px;
        background: red;
    }

    .lokacije{
        margin: 30px auto;
    }
    .lokacije .lok{
        width: 320px;
    }
    .lokacije .lok:nth-of-type(3n){
        width: 320px;
    }

    .forma{
        margin: 50px auto;
        width: 320px; 
    }

    .forma .title{
        font-size: 24px;
        margin-bottom: 30px;
    }

    .forma label{
        width: 320px; 
    }
    .forma input{
        width: 320px; 
    }

    /* cards kadar */
    .cards{
        margin: 50px 0;
    }
    .cards .kadar-card{
        width: 320px;
        height: 220px;
        background: red;
        margin: 0 0 20px 0;
        position: relative;
        overflow: hidden;
        float: none;
        
    }
    .cards .kadar-card .img{
        width: 100%;
        height: 100%;
    }
    .cards .kadar-card .kadar-info{
        position: absolute;
        top: 180px;
        padding: 10px 20px;
        transition: .3s all ease-in;
        width: 100%;
        height: 100%;
        background: rgba(37, 37, 37, 0.75);

    }
    .cards .kadar-card:hover .kadar-info{
        top: 0;
        background: rgba(37, 37, 37, 0.75);


    }
    .cards .kadar-card .kadar-info p.name{
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 20px;

    }
    .cards .kadar-card .kadar-info p.desc{
        font-size: 14px;

    }
    
    /* meni */
	    
	.menu{
	    height: 100vh;
	    overflow: scroll;
	}
	


}