/* /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");
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Lato', sans-serif;
	/*zelim da je uvijek ukljucen vertical bar*/
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
}

p {
	margin: 0px;
}

#grb {
	display: inline-block;
}

/**
* L A N E  2
*/
.lane2 {
	background-color: #E8E8E8;
	margin-top: 50px;/*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;
}

/**
* 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: 40%;
	}
}

/* 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: 240px;
	}
	#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) {
}
