/* /vendor/css/lato.css */
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(UyBMtLsHKBKXelqf4x7VRQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(1YwB1sO8YE1Lyjf12WNiUA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}


/* MY CSS - RAKOZA */
html {
	height: 100%;
}

body {
	height: 100%;
	background-color: #fff;
	/*background-image: url("../images/textura.png");*/
	background: #DBE7F6;
background: radial-gradient(circle,rgba(219, 231, 246, 0.81) 0%, rgba(219, 231, 227, 0.89) 100%, rgba(171, 199, 211, 0.82) 32%);
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Lato', sans-serif;
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
	font-size: 1.6em;
}

.h1 {
	font-size: 2em;
}


.h3, h3 {
	font-size: 1.8em;
}

p {
	margin: 0px;
}

#grb {
	display: inline-block;
}

/**
* L A N E  2
*/
.lane2 {
	background-color: #E8E8E8;
	margin-top: 128px;/*kad je ukljucen fixni top navigation menu*/
}
.lane2-content {
	position: relative;
	height: 120px; /* prikazuje se na najmanjim ekranima */
}
.lane2-content > img {
	position: absolute;
	left: 0px;
	opacity: 0;
	/* smoothly images switching */
	-webkit-transition: opacity 0.8s ease-in-out;
	-moz-transition: opacity 0.8s ease-in-out;
	-o-transition: opacity 0.8s ease-in-out;
	-ms-transition: opacity 0.8s ease-in-out;
	transition: opacity 0.8s ease-in-out;
}
.lane2-content > img.top {
	opacity: 0.8;
}
.lane2-box {
	position: absolute;
	bottom: 26px;
	height: 80px;
	width: 260px;
	border: 1px solid white;
	border-radius: 3px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: white;
	opacity: 0.8;
	-webkit-box-shadow: 0px 7px 10px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 7px 10px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 7px 10px 1px rgba(0,0,0,0.75);
}
.lane2-box:hover {
	cursor: pointer;
	opacity: 1;
}
.lane2-box a {
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
	color: #434474;
}
.lane2-box i {
	float: right;
	font-size: 48px;
	color: silver;
}

/**
* L A N E  3
*/
.lane3 {
	background-color: #E8E8E8;
	margin-top: 120px;/*kad je ukljucen fixni top navigation menu*/
}
.lane3-content {
	position: relative;
	background-color: #E8E8E8;
	/* height: 60px; prikazuje se na najmanjim ekranima */
}
.lane3-content > img {
	position: absolute;
	left: 0px;
	opacity: 0;
	/* smoothly images switching */
	-webkit-transition: opacity 0.8s ease-in-out;
	-moz-transition: opacity 0.8s ease-in-out;
	-o-transition: opacity 0.8s ease-in-out;
	-ms-transition: opacity 0.8s ease-in-out;
	transition: opacity 0.8s ease-in-out;
}
.lane3-content > img.top {
	opacity: 0.8;
}
.lane3-box {
	position: absolute;
	bottom: 26px;
	height: 80px;
	width: 260px;
	border: 1px solid white;
	border-radius: 3px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: white;
	opacity: 0.8;
	-webkit-box-shadow: 0px 7px 10px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 7px 10px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 7px 10px 1px rgba(0,0,0,0.75);
}
.lane3-box:hover {
	cursor: pointer;
	opacity: 1;
}
.lane3-box a {
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
	color: #434474;
}
.lane3-box i {
	float: right;
	font-size: 48px;
	color: silver;
}

/* start upgrade */

/**
*  M E N U   B A R
*/

.submenu li {
    opacity: 0;
    transition: opacity 0.5s ease;
}
.menu-item:hover .submenu li {
    opacity: 1;
}

.submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}
.menu-item:hover .submenu {
    max-height: 500px; /* enough to show all items */
}

/* Enable hover dropdown */
.navbar-nav > li.dropdown:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    max-height: 500px;
}

/* Animation effect */
.dropdown-menu {
    display: block; /* keep block for animation */
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
	background-color: #dbe7f3;
}
/* crousel */
.container-custom {
            max-width: 1200px;
            margin: auto;
            background-color: white;
            padding: 20px;
        }
        .carousel-item {
            transition: opacity 2s ease-in-out;
        }
        .carousel-inner {
            height: 300px;
        }
        .carousel-item img {
            object-fit: cover;
            height: 100%;
            width: 100%;
        }

/* Prethodni baner */
.feature 
{
	padding: 20px;
	color: white;
	text-align: center;
	border-radius: 6px;
	margin-bottom: 20px;
}
.feature2 
{
	/*padding: 20px;*/
	color: white !important;
	/*text-align: center;*/
	border-radius: 6px;
	/*margin-bottom: 20px;*/
}
.feature3
{
	padding: 8px;
	color: white;
	text-align: center;
	border-radius: 6px;
	margin: 8px;
}

.feature3 a
{
	color: white;
	text-decoration: none;
}

.purple { background-color: #6a1b9a; }
.blue { background-color: #1976d2; }
.blue2 { background-color: #1976d2c7; }
.yellow { background-color: #fbc02d; color: black; }
.colwhite {	color: white !important;}

.bbutton {
    transition: all .5s ease;
    text-decoration: none;
    outline: none;
	
}
.bbutton:hover{
    color: #1976d2;
    background-color: #1976d241;
}
.bbutton a:hover{
    color: #1976d2;
	outline: none;
}

.pbutton {
    transition: all .5s ease;
	text-decoration: none;
    outline: none;
}
.pbutton:hover {
    color: #6a1b9a;
    background-color: #6a1b9a47;
}
.pbutton a:hover {
    color: #6a1b9a;
	outline: none;
}

.banner-block {
    border: 1px solid #e7e7e7;       /* same as navbar-default */
    border-radius: 4px;              /* rounded corners */
    padding: 15px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* subtle shadow */
    text-align: center;              /* center content */
    transition: box-shadow 0.3s ease;
}

.banner-block:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.2); /* hover effect */
}

.banner-block img {
    border-radius: 4px;              /* rounded image corners */
    max-width: 100%;
    margin-bottom: 10px;
}

.banner-block h4 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
}

.banner-block p {
    /*font-size: 14px;*/
    color: #555;
}

/* end upgrade */

/**
* R I G H T  M E N U
*/
.right-menu div {
	min-height: 30px;
	text-align: left;
	position: relative;
}

.right-menu a {
	text-decoration: none;
	color: gray;
}

.right-menu div span {
	border-radius: 3px;
	min-height: 30px;
	padding: 6px 5px 6px 5px;
	margin: 4px 0px 4px 10px;
	font-size: 16px;
	font-weight: bold;
	padding-right: 8px;
	max-width: 260px;
}

.right-menu div span.active {
	background-color: silver;
}

.right-menu div span.active a {
	color: white;
}

.right-menu div.mainitem span.active {
	background-color: #5C95C5;
}

.right-menu div.mainitem span.active a {
}

.right-menu div span i {
	font-size: 18px;
	width:30px;
}

.content {
	min-height: 70%;
	background-color: white;
	position: relative;
}

.footer p {
	font-size: 0.82em;
	margin: 2px;
	padding: 0px;
}

.posljednje-vijesti {
	padding-left: 14px;
}
.posljednje-vijesti li {
	white-space: nowrap;
	overflow-x: hidden;
	text-overflow: ellipsis;
}
.clanak-uvod img {
	width: 100%;
	margin-left: 10px;
	margin-right: 10px;
}
.clanak-datum {
	color: gray;
	font-size: 0.6em;
	margin-top: 5px;
}

.navbar-form .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}

.navbar-brand {
	padding-top: 7px;
}

.navbar-brand div {
	font-size: 0.9em;
}

.pager li > a, .pager li > span {
	border-radius: 5px;
}

.shadow {/* dodaje se u .navbar-fixed-top */
	-webkit-box-shadow: 0px 4px 10px -1px rgba(204,204,204,1);
	-moz-box-shadow: 0px 4px 10px -1px rgba(204,204,204,1);
	box-shadow: 0px 4px 10px -1px rgba(204,204,204,1);
}


/*********************
* Media Screen
*********************/

/* (min-width) Važi za širine ekrana veće od specificiranih */
/* Extra small devices (phones, less than 768px) */
@media screen and (min-width: 500px) {
	.lane2-content {
		height: 180px;
	}
	.clanak-uvod img {
		width: 50%;
	}

}

@media screen and (min-width: 700px) {
	.lane2-content {
		height: 200px;
	}
	.clanak-uvod img {
		width: 50%;
	}
}

/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up) @screen-sm-max */
@media screen and (min-width: 768px) {
	.lane2-content {
		height: 320px;
	}
	#only-on-phone {
		display: none;
	}
}

/* Medium devices (desktops, 992px and up) @screen-md-max */
@media screen and (min-width: 992px) {
}

/* Large devices (large desktops, 1200px and up) @screen-lg-max */
@media screen and (min-width: 1200px) {
}
