@charset "utf-8";
/*
  #990228 - crvena tamno
  #925b69 - crvena svjetlo
  #232323 - skoro crna za tekst
***********************************************************************************/
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin: 0;
	padding: 0;
}
html{
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	scroll-behavior: smooth;
}
html,body{
	font-family: Verdana, Arial, sans-serif, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS";
	font-size:100%;
	line-height:1.5;
}
body { 
	-webkit-animation: bugfix infinite 1s; 
	background-color: #925b69;
}
@-webkit-keyframes bugfix { from {padding:0;} to {padding:0;} }

div#nav-wrapper,
div.header-img-div,
header,
main,
footer {
	max-width: 1080px;
	margin: 0 auto;
}

@font-face {
	font-family: got;
	src: url(../fonts/got.html);
}
@font-face {
	font-family: falkinBold;
	src: url(../fonts/falkinBold.html);
}
@font-face {
	font-family: falkin;
	src: url(../fonts/falkin.html);
}
.clearfloat {
	clear: both;
	display: block;
	line-height: 0;
}
p {
	color: #232323;
	font-size: 1em;
	margin: 1em 0.5em;
	text-align: justify;
}
@media only screen and (min-width: 600px) {
	p {
	margin: 1em 2em;
	}
}
a {
	color: #990228;
	text-decoration: none;
}
a:hover {
	color: #925b69;
	text-decoration: underline;
}
a:active,
a:focus,
a:visited {
	outline: 0 !important;
	-moz-outline-style: none !important;
}
img.img-full {
	width: 100%;
	height: auto;
	margin: 0;
}
img.img-float-right {
	float: right;
	margin-left: 1em;
	max-width: 50%;
	height: auto;
}
img.img-float-left {
	float: left;
	margin-right: 1em;
	max-width: 50%;
	height: auto;
}
ol, ul {
	color: #232323;
	font-size: 1em;
	margin: 1em 0.5em 1em 2em;
}
ol li, ul li {
	margin-bottom: 0.5em;
	margin-left: 0.5em;
	padding-left: 0.5em;
}
@media only screen and (min-width: 600px) {
	ol li, ul li {
		margin-left: 2em;
	}
}
h1, h2, h3, h4 {
		font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}
h1 span, h2 span, h3 span, h4 span {
	font-family: got;
}
.sup {
	font-size: 0.6em;
	vertical-align: text-top;
	color: blue;
}
.sup-opis {
	font-size: 0.8em;
	color: #666;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.precrtano {
	text-decoration: line-through;
}
.underline {
	text-decoration: underline;
}
.red {
	color: red;
}
.blue {
	color: blue;
}
.centar {
	text-align: center;
}
.sakrij {
	display: none;
}
.logo-app {
	font-size: 0.8em;
	color: #666666;
}
.logo-d {
	font-family: falkinBold;
	color: #993d99;
	font-size: 1.2em;
	margin-right: 0.1em
}
.yes {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial," sans-serif";
	font-size: 0.8em;
	letter-spacing: 0.05em;
	padding-right: 20px;
	background-image: url(../img/icon-thumb-up.html);
	background-repeat: no-repeat;
	background-position: center right;
}
.sticky {
	position: -webkit-sticky; 
	position: sticky;
	top: 0;
	z-index: 1000;
}

/* COOKIE MSG
**********************************************************************************/
div#cookie-msg {
	background-color: rgba(153, 2, 40, 0.9) !important; /* promijeniti boju na primarnu */
	padding: 15px !important;
	border: 1px solid black;
	border-radius: 10px;
	width: auto !important;
	margin: 0 5% 20px 5% !important;
	z-index: 2000 !important;
}
div#cookie-msg span.msg {
	font-size: 0.8em;
}

/* NAV
***********************************************************************************/
div#nav-wrapper {
  position: fixed;
  height: 78px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: top 0.5s;
	background-color: #990228;
}
nav {
	display: flex;
	background-color: rgba(0, 0, 0, 0.7);
	justify-content: space-between;
	align-items: center;
	height: 78px;
	position: relative;
	padding: 0 2%;
	margin: 0 auto;
	max-width: 1080px;
}
nav a {
	height: 58px;
	width: 40px;
	padding-top: 43px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	color: white;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
}
nav a:hover {
	color: white;
	text-decoration: none;
	-webkit-filter: drop-shadow(0 0 12px white);
	filter: drop-shadow(0 0 12px white);

}
nav a.nav-highlight {
	background-color: #990228;
	outline: 5px solid #990228 !important;
	-webkit-filter: drop-shadow(0 0 12px white);
	filter: drop-shadow(0 0 12px white);
}
nav a.nav-no-highlight {
	background-color: transparent !important;
	-webkit-filter: none !important;
	filter: none !important;
}
nav a#logo-nav {
	height: 40px;
	width: auto;
	padding: 0 8px;
	/*cursor: default;
	background-color: #990228;*/
	color: white;
	font-size: 20px !important;
	line-height: 35px;
	border: 1px solid white;
	border-radius: 10px;
	font-family: falkinBold;

}
nav a#logo-nav span {
	color: white !important;
	font-size: 0.5em !important;
	padding-left: 5px !important;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}
nav a#logo-nav:hover {
	text-decoration: none;
	filter: none;
	-webkit-filter: none;
}
nav a#home-nav {
	background-image: url(../img/nav-icon-home.png);
}
nav a#dokumentacija-nav {
	background-image: url(../img/nav-icon-popis.png);
}
nav a#faq-nav {
	background-image: url(../img/nav-icon-faq.png);
}
nav a#kontakt-nav {
	background-image: url(../img/nav-icon-kontakt.png);
}
nav a#share-nav {
	background-image: url(../img/nav-icon-share.png);
}
nav a#top-nav {
	background-image: url(../img/nav-icon-top.png);
}
nav a#bottom-nav {
	background-image: url(../img/nav-icon-bottom.png);
}
/*** P C ***/
@media only screen and (min-width: 600px) {
	nav {
		padding: 0 15%;
	}
	nav a#home-nav {
		display: inline;
	}
	nav a#logo-nav {
		height: 50px;
		font-size: 30px !important;
		line-height: 45px !important;
	}
}
/* NAV toc
***********************************************************************************/
div#nav-toc-div {
	position: absolute;
	top: 78px;
	left: 0;
	width: 100%;
	background-color: black;
	border-bottom: 4px double #cca514;
	z-index: 900;
	opacity: 0.85;
}
div#nav-toc-flex-div {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 10px 0;
}
div#nav-toc-flex-div a {
	width: 100px;
	height: 100px;
	margin: 15px;
	padding: 0;
	border: 1px solid white;
	border-radius: 10px;
	background-image: url(../img/icon-toc-history.html);
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
}
div#nav-toc-flex-div a#toc-diet {
	background-image: url(../img/icon-toc-diet.html);
}
div#nav-toc-flex-div a#toc-food {
	background-image: url(../img/icon-toc-food.html);
}
div#nav-toc-flex-div a#toc-weight {
	background-image: url(../img/icon-toc-weight.html);
}
div#nav-toc-flex-div a#toc-countries {
	background-image: url(../img/icon-toc-countries.html);
}
div#nav-toc-flex-div a#toc-sea {
	background-image: url(../img/icon-toc-sea.html);
}
div#nav-toc-flex-div a#toc-celebrities {
	background-image: url(../img/icon-toc-celebrities.html);
}
div#nav-toc-flex-div a#toc-cruises {
	background-image: url(../img/icon-toc-cruises.html);
}
div#nav-toc-flex-div a#toc-articles {
	background-image: url(../img/icon-toc-articles.html);
}
div#nav-toc-flex-div a span {
	position: absolute;
	bottom: 5%;
	left: 0;
	display: block;
	width: 100%;
	color: white;
	font-size: 1.3em;
	word-break: break-all;
	text-align: center;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}
/*** P C ***/
@media only screen and (min-width: 800px) {
	div#nav-toc-flex-div {
	margin: 30px 0;
	}
	div#nav-toc-flex-div a {
		width: 160px;
		height: 160px;
	}
	div#nav-toc-flex-div a span {
		font-size: 2em;
	}
}
/*** Mobitelčići ***/
@media only screen and (max-width: 400px) {
	div#nav-toc-flex-div a {
		width: 85px;
		height: 85px;
		margin: 10px;
	}
	div#nav-toc-flex-div a span {
		font-size: 1.1em;
	}
}
/* NAV search
***********************************************************************************/
div#google-search-div-nav {
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 100%;
	height: 40px;
	
  animation-name: search;
  animation-duration: 1s;
}
@keyframes search {
  from {left: -100%;}
  to {left: 0;}
}
div#google-search-div {
	background-color: #6c00ff;
	border-bottom: 1px solid black;
}
div#resInfo-0,
div.gsc-orderby div.gsc-orderby-label {
	color: white;
}
div.gs-no-results-result div.gs-snippet {
	background-color: #990228;
}
/* NAV share icons
***********************************************************************************/
div#share-icons-div {
	position: absolute;
	bottom: -65px;
	left: 0;
	width: 100%;
	height: 65px;
	background-color: rgba(0, 0, 0, 0.6);
	
  animation-name: share;
  animation-duration: 0.6s;
}
@keyframes share {
  from {left: -100%;}
  to {left: 0;}
}
div.share-icons {
	display: flex;
}
div.share-icons a {
	width: 16%;
	height: 40px;
	margin: 10px auto 0 auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
}
div.share-icons a:hover {
	box-shadow: 3px 3px 3px -2px black;
    -webkit-filter: contrast(130%);
    filter: contrast(130%);
}
a.share-whatsapp {background-image: url(../img/share-whatsapp.png); background-color: #25d366;}
a.share-viber {background-image: url(../img/share-viber.png); background-color: #655ead;}
a.viber_share {background-image: url(../img/share-viber.png); background-color: #655ead;}
a.share-facebook {background-image: url(../img/share-facebook.png); background-color: #3b5998;}
a.share-more {background-image: url(../img/share-more.html); background-color: #993d99;}

a.share-twitter {background-image: url(../img/share-twitter.png); background-color: #00abf1;}
a.share-linkedin {background-image: url(../img/share-linkedin.html); background-color: #0083be;}
a.share-pinterest {background-image: url(../img/share-pinterest.png); background-color: #ca2127;}
a.share-email {background-image: url(../img/share-email.png); background-color: #064885;}
a.share-print {background-image: url(../img/icon-printer.html); background-color: #670067;}

div.share-tekst {
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
	margin: 5px;
}
/* HEADER
***********************************************************************************/
div.header-img-div {
	background-color: white;
	padding-top: 78px;
}
img#header-img {
	display: block;
	width: 100%;
	max-width: 1080px;
	height: auto;
	z-index: 1;
}
header {
	z-index: 40;
	position: relative;
    box-shadow:  inset 0 -10px 10px 0 rgba(0, 0, 0, .6);
	background-color: white;
}
header h1 {
	display: block;
	background-color: #990228;
	box-shadow: 0 0 10px 10px rgba(0, 0, 0, .6);
	padding: 0.6em;
	font-size: 2em;
	font-weight: normal;
	line-height: 1.1em;
	color: white;
	text-align: center;
	text-shadow: 1px 1px 1px black;
	position: relative;
	z-index: 35;
	letter-spacing: 0.05em;
}
/*header h1 a#breadcrumbs {
	display: block;
	font-size: 0.4em;
	line-height: 1.4em;
	text-align: left;
	padding: 0;
	margin: -0.5em 0 1em  15px;
	text-shadow: none;
	letter-spacing: 0;
}*/
header h1 span {
	display: block;
	color: white;
	font-size: 0.5em !important;
	margin-top: 10px !important;
	letter-spacing: 0.1em;
	font-family: Verdana, Arial, sans-serif, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS";
}
header h1 span.alt-naziv-h1 {
	margin-top: 0 !important;
	color: #cca514 !important;
}
header h1 span.alt-naziv-h1:nth-child(2) {
	margin-top: -10px !important;
}
header div#intro-div {
	background-color: white;
	z-index: 30;
	padding: 30px;
	font-size: 1.1em;
	text-align: justify;
}
header div#intro-div p {
	margin: 0;
}
/*** P C ***/
@media only screen and (min-width: 600px) {
	header h1 {
		text-shadow: 2px 2px 2px black;
		font-size: 4em;
	}
	/*header h1 a#breadcrumbs {
		font-size: 0.3em;
		line-height: 1em;
		margin: -1em 0 1em  15px;
	}*/
	header h1 span {
		font-size: 0.4em !important;
	}
	header h1 span.alt-naziv-h1 {
		margin-top: -10px !important;
	}
	header h1 span.alt-naziv-h1:nth-child(2) {
		margin-top: -30px !important;
	}
	header div#intro-div {
		padding: 30px 50px;
	}
	header div#intro-div p {
		margin: 0;
	}
}

/* MAIN CONTENT
***********************************************************************************/
/*main H2 i link-vise
***********************************************************************************/
main {
	background-color: white;
	padding-bottom: 30px;
}
main h2,
main h3,
main h4 {
	display: block;
	padding-left: 2.8em;
	margin-top: 1.5em;
	background-color: #990228;
	color: white;
	text-align: left;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	font-weight: normal;
	line-height: 2.5em;
	text-shadow: 1px 1px 1px black;
	border-top: 4px double white;
	border-bottom: 4px double white;
	position: -webkit-sticky; 
	position: sticky;
	top: 0;
	z-index: 900;
	background-image: url(../img/icon-h2.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
main h2:first-child {
	margin-top: 0;
}
main h3 {
	background-color: #993d99;
	font-size: 1em !important;
	line-height: 2.2em !important;
	letter-spacing: 0em;
	width: 90%;
	padding-left: 2.3em;
}
main h4 {
	background-color: #d5a8d5;
	color: black;
	font-size: 1em !important;
	line-height: 2em !important;
	text-shadow: none;
	letter-spacing: 0em;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	width: 80%;
}
main h2 span,
main h3 span,
main h4 span {
	color: white !important;
	font-family: Verdana, Arial, sans-serif, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS";
	text-shadow: 1px 1px 1px black;
	padding-left: 0.4em;
}
main h4 span {
	color: black !important;
	text-shadow: none !important;
}
/*** P C ***/
@media only screen and (min-width: 600px) {
	main h2,
	main h3,
	main h4 {
	}
	main h4 {
	}
}




a.citaj-dalje {
	background-image: url(../img/icon-citaj-dalje.png);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	height: 80px;
	width: 175px;
	margin: 10px auto 20px auto;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 80px;
	font-size: 14px;
	background-position: center top;
	text-decoration: none;
}
a.citaj-dalje:hover {
	background-position: center bottom;
}



a.link-vise {
	display: block;
	float: right;
	color: #993d99;
	font-size: 1em;
	line-height: 2em;
	text-align: center;
	text-decoration: none;
	margin-top: 10px;
	padding: 0 15px;
	border-top: 1px solid black;
	border-bottom: 1px solid white;
}
a.link-vise:hover {
	border-top: 1px solid white;
	border-bottom: 1px solid black;
}
a.link-vise:active,
a.link-vise:focus,
a.link-vise:visited {
	outline: 0;
	-moz-outline-style: none;
	border-top: 1px solid black;
	border-bottom: 1px solid white;
}



/***  main POZNATI swiper
*****************************************************/
section#poznati-section div.slide-container {
	padding: 1em 0;
	margin: 15px 0;
	background-color: #660066;
	border-top: 4px double white;
	border-bottom: 4px double white;
}
section#poznati-section div.slide-container:nth-child(even) {
  background: white;
	border-top: 2px solid #660066;
	border-bottom: 2px solid #660066;
}
section#poznati-section div.slide-container p img {
	max-width: 100%;
	height: auto;
	float: left;
	margin-right: 1em;
	border: 1px solid black;
}
section#poznati-section div.slide-container p {
	margin-top: 0;
	color: white;
	text-shadow: 2px 2px 1px black;
}
section#poznati-section div.slide-container:nth-child(even) p {
	color: black;
	text-shadow: none;
}
section#poznati-section div.slide-container p span {
	display: block;
	text-align: left;
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
	color: white;
	text-shadow: 2px 2px 1px black;
}
section#poznati-section div.slide-container:nth-child(even) p span {
	color: black;
	text-shadow: none;
}

/* NE editirati! */
div.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
div.swipe-wrap {
  overflow: hidden;
  position: relative;
}
div.swipe-wrap > div {
  float: left;
  width: 100%;
  position: relative;
}
/* end ne dirati */

div.swipe img.swipe-icon {
	position: absolute !important;
	bottom: -15px;
	right: 50px;
	z-index: 500;
	  /* Safari 4.0 - 8.0 */
	  -webkit-animation-name: swipeIcon; 
	  -webkit-animation-duration: 2s;
	  -webkit-animation-iteration-count: infinite; 
	
	  animation-name: swipeIcon;
	  animation-duration: 2s;
	  animation-iteration-count: infinite;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes swipeIcon {
  0%   {bottom:-15px; right:50px;}
  50%   {bottom:-15px; right:40px;}
  100%   {bottom:-15px; right:50px;}
}
@keyframes swipeIcon {
  0%   {bottom:-15px; right:50px;}
  50%   {bottom:-15px; right:40px;}
  100%   {bottom:-15px; right:50px;}
}
div.swipe-wrap div.slide-container div p {
	color: white;
}
/*******  P C  ********/
@media only screen and (min-width: 600px) {    
}
/* main section PLAN I PROGRAM
***********************************************************************************/
div.disclaimer {
 	margin: 1.8em;
	color: #666;
	font-size: 0.7em;
	text-align: center;
 }
/* main section POGLEDAJ i ovo
***********************************************************************************/
h2#pogledaj-h2 {
	margin-bottom: 20px;
		}
section.pogledaj-section {
	display:  flex;
	flex-wrap: wrap;
	justify-content: center;
}
section.pogledaj-section > div {
	min-width: 160px;
	max-width: 220px;
	width: 30%;
	margin: 10px;
	position: relative;
}
section.pogledaj-section img {
	display: block;
	width: 100%;
	height: auto;
}
section.pogledaj-section h5 {
	display: block;
	margin-bottom: 8px;
	padding: 0.3em 0;
	font-size: 0.8em;
	border-bottom: 1px solid black;
}
section.pogledaj-section p {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	text-align: left;
}
section.pogledaj-section a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
section.pogledaj-section div.pogledaj-wrapper:hover h5 {
	color: #990228;
}
section.pogledaj-section div.pogledaj-wrapper:hover p {
	color: #660066;
}
/* FOOTER
***********************************************************************************/
footer {
	background-color: #990228;
	padding: 0.6em 0;
	margin: 0 auto;
	text-align: center;
	box-shadow: 0 0 10px 10px rgba(0, 0, 0, .6);
}
footer a.follow-fb-link {
	display: block !important;
	width: 151px;
	height: 50px;
	margin: 20px auto;
	padding-top: 1px;
	background-image: url(../img/icon-fb-follow.html)
}
footer p {
	display: block;
	text-align: center;
	color: white;
	font-size: 0.8em;
}
div#footer-links-flexbox {
	display: flex;
	flex-wrap: nowrap;
	margin: 20px 0;
}
div#footer-links-flexbox div {
	width: 50%;
	padding-left: 20px;
	color: #A8A8A8;
	display: flex;
	flex-direction: column;
}
div#footer-links-flexbox div:first-child {
	padding-right: 20px;
	border-right: 1px solid white;
}
div#footer-links-flexbox div a {
	color: white !important;
	font-size: 0.8em;
	text-decoration: none;
	margin-bottom: 10px;
	border: 1px solid #990228;
	padding: 0.3em;
}
div#footer-links-flexbox a:hover {
	background-color: #925b69;
	border: 1px solid white;
	text-decoration: none;
}
div#footer-links-flexbox div:first-child a {
	margin-left: auto;
}
div#footer-links-flexbox div:last-child a {
	margin-right: auto;
	margin-bottom: 0;
}
div#footer-links-flexbox span {
	margin-bottom: 10px;
	margin-left: auto;
	text-align: right;
}

/* R E F E RR A L S   SECTION
**************************************************************************************************/
section#referrals {
	background-color: white;
	border-top: 1px dotted black;
	padding: 30px 30px 0 30px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#section#referrals a {
#	display: block;
#	width: 220px;
#	min-height: 100px;
#	margin: 0 0 15px 0; /* samo PC */
#	padding: 115px 0 15px 0;
#	font-size: 0.8em;
#	color: #232323;
#	text-transform: uppercase;
#	text-align: center;
#	background-repeat: no-repeat;
#}
#section#referrals a:hover {
#	color: white;
#}
#section#referrals a:last-child {
#	margin-right: 0;
#}
#section#referrals a#referral-eo {
#	background-image: url(../img/web300/referral-eo.png);
#}
#section#referrals a#referral-eo:hover {
#	background-color: #990228;
#}
#section#referrals a#referral-lo {
#	background-image: url(../img/web300/referral-lo.png);
#}
#section#referrals a#referral-lo:hover {
#	background-color: #004b85;
#}
#section#referrals a#referral-pz {
#	background-image: url(../img/web300/referral-pz.png);
#}
#section#referrals a#referral-pz:hover {
#	background-color: #0b325c;
#}
#section#referrals a#referral-vz {
#	background-image: url(../img/web300/referral-vz.png);
#}
#section#referrals a#referral-vz:hover {
#	background-color: #193f75;
#}
#section#referrals a#referral-km {
#	background-image: url(../img/web300/referral-km.png);
#}
#section#referrals a#referral-km:hover {
#	background-color: #2866c2;
#}
#section#referrals a#referral-zdrava {
#	background-image: url(../img/web300/referral-zdrava.png);
#}
#section#referrals a#referral-zdrava:hover {
#	background-color: #330033;
}
#/* PC */
#@media only screen and (min-width: 460px) {
#	section#referrals a {
#		margin: 0 30px 15px 0;
#	}
#}

/* H I G H L I G H T S
**************************************************************************************************/
body#kolacici-body a#kolacici-footer-link,
body#privatnost-body a#privatnost-footer-link,
body#uvjeti-body a#uvjeti-footer-link,
body#o-nama-body a#onama-footer-link,
body#pocetna-body a#pocetna-footer-link,
body#dokumentacija-body a#dokumentacija-footer-link,
body#faq-body a#faq-footer-link,
body#kontakt-body a#kontakt-footer-link {
	background-color: #cca514;
	border: 1px solid white;
}


/* T A B L E S
**************************************************************************************************/
table {
	margin: 30px 10px;
	border: 1px solid #232323;
	color: #232323;
}
table th {
	padding: 10px;
	font-size: 0.6em;
	color: white;
	background-color: #990228;
	border: 3px double #232323;
}
table tr.table-name {
	font-size: 0.9em;
	text-align: center;
	font-style: italic;
}
table td {
	padding: 10px;
	font-size: 0.8em;
	border: 1px dotted #666;
}
table.table-td-align-right td {
	text-align: right;
}
table input {
	margin: 0 10px;
	padding: 3px;
}
@media only screen and (min-width: 600px) {
  table {
	  margin: 30px;
	  border: 1px solid black;
  }
	table th {
		font-size: 0.8em;
	}
}

/* P R I N T A NJ E
**************************************************************************************************/
  div.print-only-nadnaslov {
	   text-align:center; 
	   font-weight:bold; 
	   padding:1em;
	   display: none;
  }
  div.print-only-poruka {
	  margin-top: 4em;
	  display: none;
  }
  div.print-only-poruka p {
	  text-align: center;
  }
  div.print-only-poruka p:nth-child(2) {
	  font-style: italic;
  }
  div.print-only-poruka p:nth-child(3) {
	  font-size: 4em;
	  margin: 2em;
  }
@media print {
  header, main, footer,
  #toc-wrapper,
  nav,
  div.logo-div {
	  display: none;
  }
  div.print-only-nadnaslov,
  div.print-only-poruka,
  body.about-body main
 {
	  display: block;
  }
}



