/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	overflow-x: hidden;
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.2;
}
body {
	margin: 0; padding:0;
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.2;
}

ol, ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

a {
	outline: none;
	text-decoration: none;
}

a:link {color: #000000;text-decoration: none}     /* unvisited link */
a:visited {color: #000000;text-decoration: none}  /* visited link */
a:hover {color: #000000 ;text-decoration: underline;}   /* mouse over link */
a:active {color: #000000;text-decoration: none}   /* selected link */


p {
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal
}

.menik1 {
	font-size: 20px;
	text-indent: 5px;
	line-height: 24px;
	color: #000000;
}

.phi {
	font-size: 18px;
	line-height: 24px;
	text-indent: -25px;
	padding-left: 30px;
	margin: 0px;
}

.phi2 {
	font-size: 18px;
	line-height: 24px;
	text-indent: -30px;
	padding-left: 30px;
	margin: 0px;
}

.style_normal {
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal
}

.style_gray18 {
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #444444;
}

.style_uplatnica {
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333300;
}

.style_gray {
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

a img { border: none ; }

.mklogo {
	font-family: PT Sans, Verdana, Arial, sans-serif; font-size: 36px; color:#ffffff;
}

/*LIVE SEARCH*/
.pretraga {
	font-size:20px; width: 390px; border: none; padding-left: 10px; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px;
}

.live_rez ul {
	display: none;
	position: absolute;
	width: 405px;
    background-color: #ffffff;
    margin-top: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    list-style-type: none;
	border: 1px solid #ababab;
	box-shadow: 3px 3px 3px #d7d7d7;
	font-size: 16px;
}

.live_rez ul li a {
    text-decoration: none;
    color: black;
    padding: 4px 11px;
    display:block;
}

.live_rez ul li a:visited {
    color: black;
}

.live_rez ul li a:hover, .menu_simple ul li .current {
    color: black;
    background-color: #dddddd;
}

.livefindsele{
	font-weight: bold;
	background-color: #dddddd;
}
/*live search*/


.scrolling-wrapper-flexbox {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.card {
	flex: 0 0 auto;
	width: 110px;
	margin-right: 10px;
}
