body {
	margin:0px;
	background:url(http://www.bojanke.com/bojanke/senka_bojanke.png), url(http://www.bojanke.com/bojanke/slovenija_pozadina.jpg);
	background-color:#ffffff;
	background-position:center;
	background-position:top, top;
	background-size: auto, cover;
	background-attachment:fixed, fixed;
	position: relative;
	height: 100%;
}


.velikinaslov {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;

}

div.clickEffect{
	position:fixed;
	box-sizing:border-box;
	border-style:solid;
	border-color:#000000;
	border-radius:50%;
	animation:clickEffect 0.4s ease-out;
	z-index:99999;
}

@keyframes clickEffect{
	0%{
		opacity:1;
		width:0.5em; height:0.5em;
		margin:-0.25em;
		border-width:0.5rem;
border-color: #ff0000;
	}
	100%{
		opacity:0.2;
		width:15em; height:15em;
		margin:-7.5em;
		border-width:0.03rem;
border-color: #0000ff;
	}
}


body
{
 margin:0 auto;
 padding:0px;
 text-align:center;
 width:100%;
 font-family: "Myriad Pro","Helvetica Neue",Helvetica,Arial,Sans-Serif;
 background-color:#ffffff;
}
#wrapper
{
 margin:0 auto;
 padding:0px;
 text-align:center;
 width:100%;
}
#wrapper h1
{
 margin-top:50px;
 font-size:45px;
 color:#000000;
}
#wrapper p
{
 font-size:16px;
}
#logout_form input[type="submit"]
{
 width:250px;
 margin-top:10px;
 height:40px;
 font-size:16px;
 background:none;
 border:2px solid white;
 color:white;
}
#login_form
{
 margin-top:200px;
 background-color:white;
 width:350px;
margin: 10% auto auto;
 padding:20px;
 box-sizing:border-box;
 box-shadow:0px 0px 10px 0px #000000;
}
#login_form h1
{
 margin:0px;
 font-size:25px;
 color:#000000;
}
#login_form input[type="password"]
{
 width:250px;
 margin-top:10px;
 height:40px;
 padding-left:10px;
 font-size:16px;
}
#login_form input[type="user"]
{
 width: 250px;
 margin-top: 10px;
 height: 40px;
 padding-left: 10px;
 font-size: 16px;
}
#login_form input[type="submit"]
{
 width:250px;
 margin-top:10px;
 height:40px;
 font-size:16px;
 background-color:#000000;
 border:none;
 box-shadow:0px 4px 0px 0px #000000;
 color:white;
 border-radius:3px;
}
#login_form p
{
 margin:0px;
 margin-top:15px;
 color:#000000;
 font-size:17px;
 font-weight:bold;
}

.button {
  text-align: center;
  width: 52px;
  height: 50px;
  cursor: pointer;
 z-index: 1;
}

body, html {
  height: 100%;
}


@media (max-width: 1280px) {
.sneg_bojanke {
display:none;
  }
}

@media (min-width: 1281px)  {
.sneg_bojanke  {
position:fixed;
top:0;
color:#fff;
z-index: -1000;
 }
}

.headerContainer,
.bodyContainer,
.footerContainer {
	max-width: 960px;
	margin: 0 auto;
	background: #FFF;
}
.padding {
	padding: 20px;
}
.bodyContainer {
	min-height: 500px;
}
a.vrh {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 0;
	right: 20px;
	bottom: 20px;
	background: #ae0c01 url("https://www.bojanke.com/css/goregore.png") no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
a:hover.vrh {
	background-color: #000;
}	
	
	}
#dupla_pozadina {
		position: absolute;
		background-color:#ffffff;
		background-repeat: no-repeat;
		}


@media print{
  body{ background-color:#FFFFFF; background-image:none; color:#000000 }
  #ad{ display:none;}
  #leftbar{ display:none;}
  #contentarea{ width:100%;}
}
}

@charset "utf-8";

@media screen and (max-width: 600px) {
.pozadinapozadina {
  max-width: 50% !important;
  height: auto !important;
}
}

@media screen and (max-width: 992px) {

.pozadinapozadina {
  max-width: 80% !important;
  height: 80% !important;
}
}

@media only screen and (min-width: 993px) {

.pozadinapozadina {
  max-width: 100% !important;
  height: 80% !important;
}
}




@media screen and (max-width: 600px) {
.bojankebojanke {
  max-width: 60% !important;
  height: auto !important;
}
}

@media screen and (max-width: 992px) {
.bojankebojanke {
  max-width: 80% !important;
  height: auto !important;
}
}

@media only screen and (min-width: 993px) {
.bojankebojanke {
  max-width: 100% !important;
  height: 80% !important;
}
}


@media only screen and (max-width: 1200px) {
.pozadinapozadina {
  height: 80% !important;
}
}



@media screen and (max-width: 600px) {
.prazanpapir {
  font-family: Arial Narrow, Arial,sans-serif; 
  letter-spacing: 2px;
/*  background-color: #008000;*/
  background-color: #FFFFFF;
  border: none;
  width: 150px;
  color: black;
  padding: 10px 10px;
  cursor: pointer;
  font-size: 1vw !important;
  text-transform:uppercase;
  border-radius: 10px;
}

.prazanpapir:hover {
  font-family: Arial Narrow, Arial,sans-serif; 
  letter-spacing: 2px;
  background-color: #e7e7e7;
  color: #000000;
  font-size: 1vw !important;
  text-transform:uppercase;
}
.prazanpapir:link {
  font-family: Arial Narrow, Arial,sans-serif; 
  letter-spacing: 2px;
  color: #000000;
  font-size: 1vw !important;
  text-transform:uppercase;
}
.prazanpapir:visited {
  font-family: Arial Narrow, Arial,sans-serif; 
  letter-spacing: 2px;
  color: #000000;
  font-size: 1vw !important;
  text-transform:uppercase;
}
.prazanpapir:active {
  font-family: Arial Narrow, Arial,sans-serif; 
  letter-spacing: 2px;
  background-color: #f5f5f5;
  color: #000000;
  font-size: 1vw !important;
  text-transform:uppercase;
}

.obojionlajn {
  font-family: Arial Narrow, Arial,sans-serif; 
  letter-spacing: 2px;
  background-color: #0748be;
  border: none;
  width: 150px;
  color: white;
  padding: 10px 10px;
  cursor: pointer;
  font-size: 1vw !important;
  text-transform:uppercase;
  border-radius: 10px;
}

.obojionlajn:hover {
  font-family: Arial Narrow, Arial,sans-serif; 
  letter-spacing: 2px;
  background-color: #3e3e3e;
  color: #000000;
  font-size: 1vw !important;
  text-transform:uppercase;
}
.obojionlajn:link {
  font-family: Arial Narrow, Arial,sans-serif; 
  letter-spacing: 2px;
  color: #ffffff;
  font-size: 1vw !important;
  text-transform:uppercase;
}
.obojionlajn:visited {
  font-family: Arial Narrow, Arial,sans-serif; 
  letter-spacing: 2px;
  color: #ffffff;
  font-size: 1vw !important;
  text-transform:uppercase;
}
.obojionlajn:active {
  font-family: Arial Narrow, Arial,sans-serif; 
  letter-spacing: 2px;
  background-color: #3e3e3e;
  color: #000000;
  font-size: 1vw !important;
  text-transform:uppercase;
}

.preuzmi {
  font-family: Arial Narrow, Arial,sans-serif; 
  letter-spacing: 2px;
  background-color: #ff0000;
  border: none;
  width: 150px;
  color: white;
  padding: 10px 10px;
  cursor: pointer;
  font-size: 1vw !important;
  text-transform:uppercase;
  border-radius: 10px;
}

.preuzmi:hover {
  font-family: Arial Narrow, Arial,sans-serif; 
  letter-spacing: 2px;
  background-color: #3e3e3e;
  color: #000000;
  font-size: 1vw !important;
  text-transform:uppercase;
}
.preuzmi:link {
  font-family: Arial Narrow, Arial,sans-serif; 
  letter-spacing: 2px;
  color: #ffffff;
  font-size: 1vw !important;
  text-transform:uppercase;
}
.preuzmi:visited {
  font-family: Arial Narrow, Arial,sans-serif; 
  letter-spacing: 2px;
  color: #ffffff;
  font-size: 1vw !important;
  text-transform:uppercase;
}
.preuzmi:active {
  font-family: Arial Narrow, Arial,sans-serif; 
  letter-spacing: 2px;
  background-color: #3e3e3e;
  color: #000000;
  font-size: 1vw !important;
  text-transform:uppercase;
}
}

@media screen and (max-width: 992px) {
.prazanpapir {
  font-family: Arial Narrow, Arial,sans-serif; 
  letter-spacing: 2px;
/*  background-color: #008000;*/
  background-color: #FFFFFF;
  border: none;
  width: 150px;
  color: black;
  padding: 10px 10px;
  cursor: pointer;
  font-size: 1.3vw !important;
  text-transform:uppercase;
  border-radius: 10px;
}

.prazanpapir:hover {
  font-family: Arial Narrow, Arial,sans-serif; 
  letter-spacing: 2px;
  background-color: #e7e7e7;
  color: #000000;
  font-size: 1.3vw !important;
  text-transform:uppercase;
}
.prazanpapir:link {
  font-family: Arial Narrow, Arial,sans-serif; 
  letter-spacing: 2px;
  color: #000000;
  font-size: 1.3vw !important;
  text-transform:uppercase;
}
.prazanpapir:visited {
  font-family: Arial Narrow, Arial,sans-serif; 
  letter-spacing: 2px;
  color: #000000;
  font-size: 1.3vw !important;
  text-transform:uppercase;
}
.prazanpapir:active {
  font-family: Arial Narrow, Arial,sans-serif; 
  letter-spacing: 2px;
  background-color: #f5f5f5;
  color: #000000;
  font-size: 1.3vw !important;
  text-transform:uppercase;
}

.obojionlajn {
  font-family: Arial Narrow, Arial,sans-serif; 
  letter-spacing: 2px;
  background-color: #0748be;
  border: none;
  width: 150px;
  color: white;
  padding: 10px 10px;
  cursor: pointer;
  font-size: 1.3vw !important;
  text-transform:uppercase;
  border-radius: 10px;
}

.obojionlajn:hover {
  font-family: Arial Narrow, Arial,sans-serif; 
  letter-spacing: 2px;
  background-color: #3e3e3e;
  color: #000000;
  font-size: 1.3vw !important;
  text-transform:uppercase;
}
.obojionlajn:link {
  font-family: Arial Narrow, Arial,sans-serif; 
  letter-spacing: 2px;
  color: #ffffff;
  font-size: 1.3vw !important;
  text-transform:uppercase;
}
.obojionlajn:visited {
  font-family: Arial Narrow, Arial,sans-serif; 
  letter-spacing: 2px;
  color: #ffffff;
  font-size: 1.3vw !important;
  text-transform:uppercase;
}
.obojionlajn:active {
  font-family: Arial Narrow, Arial,sans-serif; 
  letter-spacing: 2px;
  background-color: #3e3e3e;
  color: #000000;
  font-size: 1.3vw !important;
  text-transform:uppercase;
}

.preuzmi {
  font-family: Arial Narrow, Arial,sans-serif; 
  letter-spacing: 2px;
  background-color: #ff0000;
  border: none;
  width: 150px;
  color: white;
  padding: 10px 10px;
  cursor: pointer;
  font-size: 1.3vw !important;
  text-transform:uppercase;
  border-radius: 10px;
}

.preuzmi:hover {
  font-family: Arial Narrow, Arial,sans-serif; 
  letter-spacing: 2px;
  background-color: #3e3e3e;
  color: #000000;
  font-size: 1.3vw !important;
  text-transform:uppercase;
}
.preuzmi:link {
  font-family: Arial Narrow, Arial,sans-serif; 
  letter-spacing: 2px;
  color: #ffffff;
  font-size: 1.3vw !important;
  text-transform:uppercase;
}
.preuzmi:visited {
  font-family: Arial Narrow, Arial,sans-serif; 
  letter-spacing: 2px;
  color: #ffffff;
  font-size: 1.3vw !important;
  text-transform:uppercase;
}
.preuzmi:active {
  font-family: Arial Narrow, Arial,sans-serif; 
  letter-spacing: 2px;
  background-color: #3e3e3e;
  color: #000000;
  font-size: 1.3vw !important;
  text-transform:uppercase;
}
}

@media only screen and (min-width: 993px) {
.prazanpapir {
  font-family: Arial Narrow, Arial,sans-serif; 
  letter-spacing: 2px;
/*  background-color: #008000;*/
  background-color: #FFFFFF;
  border: none;
  width: 150px;
  color: black;
  padding: 10px 10px;
  cursor: pointer;
  font-size: 14px !important;
  text-transform:uppercase;
  border-radius: 10px;
}

.prazanpapir:hover {
  font-family: Arial Narrow, Arial,sans-serif; 
  letter-spacing: 2px;
  background-color: #e7e7e7;
  color: #000000;
  font-size: 14px !important;
  text-transform:uppercase;
}
.prazanpapir:link {
  font-family: Arial Narrow, Arial,sans-serif; 
  letter-spacing: 2px;
  color: #000000;
  font-size: 14px !important;
  text-transform:uppercase;
}
.prazanpapir:visited {
  font-family: Arial Narrow, Arial,sans-serif; 
  letter-spacing: 2px;
  color: #000000;
  font-size: 14px !important;
  text-transform:uppercase;
}
.prazanpapir:active {
  font-family: Arial Narrow, Arial,sans-serif; 
  letter-spacing: 2px;
  background-color: #f5f5f5;
  color: #000000;
  font-size: 14px !important;
  text-transform:uppercase;
}

.obojionlajn {
  font-family: Arial Narrow, Arial,sans-serif; 
  letter-spacing: 2px;
  background-color: #0748be;
  border: none;
  width: 150px;
  color: white;
  padding: 10px 10px;
  cursor: pointer;
  font-size: 14px !important;
  text-transform:uppercase;
  border-radius: 10px;
}

.obojionlajn:hover {
  font-family: Arial Narrow, Arial,sans-serif; 
  letter-spacing: 2px;
  background-color: #3e3e3e;
  color: #000000;
  font-size: 14px !important;
  text-transform:uppercase;
}
.obojionlajn:link {
  font-family: Arial Narrow, Arial,sans-serif; 
  letter-spacing: 2px;
  color: #ffffff;
  font-size: 14px !important;
  text-transform:uppercase;
}
.obojionlajn:visited {
  font-family: Arial Narrow, Arial,sans-serif; 
  letter-spacing: 2px;
  color: #ffffff;
  font-size: 14px !important;
  text-transform:uppercase;
}
.obojionlajn:active {
  font-family: Arial Narrow, Arial,sans-serif; 
  letter-spacing: 2px;
  background-color: #3e3e3e;
  color: #000000;
  font-size: 14px !important;
  text-transform:uppercase;
}

.preuzmi {
  font-family: Arial Narrow, Arial,sans-serif; 
  letter-spacing: 2px;
  background-color: #ff0000;
  border: none;
  width: 150px;
  color: white;
  padding: 10px 10px;
  cursor: pointer;
  font-size: 14px !important;
  text-transform:uppercase;
  border-radius: 10px;
}

.preuzmi:hover {
  font-family: Arial Narrow, Arial,sans-serif; 
  letter-spacing: 2px;
  background-color: #3e3e3e;
  color: #000000;
  font-size: 14px !important;
  text-transform:uppercase;
}
.preuzmi:link {
  font-family: Arial Narrow, Arial,sans-serif; 
  letter-spacing: 2px;
  color: #ffffff;
  font-size: 14px !important;
  text-transform:uppercase;
}
.preuzmi:visited {
  font-family: Arial Narrow, Arial,sans-serif; 
  letter-spacing: 2px;
  color: #ffffff;
  font-size: 14px !important;
  text-transform:uppercase;
}
.preuzmi:active {
  font-family: Arial Narrow, Arial,sans-serif; 
  letter-spacing: 2px;
  background-color: #3e3e3e;
  color: #000000;
  font-size: 14px !important;
  text-transform:uppercase;
}
}

.pocetnaonlajnbojanke {
  color: #000000;
  position: absolute;
  top: 20px;
  left: 25px;
  font-size: 40px;
  font-weight: bold;
  z-index: 9999;
  cursor: pointer;
}

.pocetnaonlajnbojanke:hover {
  color: #FF0000;
  cursor: pointer;
}

.zatvaranjeonlajnbojanke {
  color: #000000;
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 40px;
  font-weight: bold;
  z-index: 9999;
  cursor: pointer;
}

.zatvaranjeonlajnbojanke:hover {
  color: #FF0000;
  cursor: pointer;
}

body
{
 margin:0 auto;
 padding:0px;
 text-align:center;
 width:100%;
 font-family: "Myriad Pro","Helvetica Neue",Helvetica,Arial,Sans-Serif;
 background-color:#ffffff;
}
#wrapper
{
 margin:0 auto;
 padding:0px;
 text-align:center;
 width:100%;
}
#wrapper h1
{
 margin-top:50px;
 font-size:45px;
 color:#000000;
}
#wrapper p
{
 font-size:16px;
}
#logout_form input[type="submit"]
{
 width:250px;
 margin-top:10px;
 height:40px;
 font-size:16px;
 background:none;
 border:2px solid white;
 color:white;
}
#login_form
{
 margin-top:200px;
 background-color:white;
 width:350px;
margin: 10% auto auto;
 padding:20px;
 box-sizing:border-box;
 box-shadow:0px 0px 10px 0px #000000;
}
#login_form h1
{
 margin:0px;
 font-size:25px;
 color:#000000;
}
#login_form input[type="password"]
{
 width:250px;
 margin-top:10px;
 height:40px;
 padding-left:10px;
 font-size:16px;
}
#login_form input[type="user"]
{
 width: 250px;
 margin-top: 10px;
 height: 40px;
 padding-left: 10px;
 font-size: 16px;
}
#login_form input[type="submit"]
{
 width:250px;
 margin-top:10px;
 height:40px;
 font-size:16px;
 background-color:#000000;
 border:none;
 box-shadow:0px 4px 0px 0px #000000;
 color:white;
 border-radius:3px;
}
#login_form p
{
 margin:0px;
 margin-top:15px;
 color:#000000;
 font-size:17px;
 font-weight:bold;
}

.button {
  text-align: center;
  width: 52px;
  height: 50px;
  cursor: pointer;
 z-index: 1;
}

.razmakmeni {
  line-height: 25px;

}
.bojankecomlevo {
  border: none;
  width:152px;
  padding: 6px 0px;
  cursor: pointer;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.43));
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.43));
}
.bojankecomlevo:hover {
  border: none;
  width:152px;
  padding: 6px 0px;
  cursor: pointer;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.33));
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.33));

}

.bojankecomdugme {
  background-color: #ffffff;
  border: none;
  color: #000000;
  width:400px;
  padding: 6px 14px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  cursor: pointer;
border-radius: 8px;
}

.bojankecomdugme:hover {
  background-color: #000000;
  border: none;
  color: #ffffff;
border-radius: 8px;
}

.stampa {
	font-family: Arial, Helvetica, sans-serif;
        width:400px;
	font-size: 20px;
        font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align:center;
}

.roditelji {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

.roditeljitekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

.tekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.vlasnik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-right:10px;
	padding-left:10px;
	text-align:right;
}

.senkapng {
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.33));
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.33));
}

.senkapng:hover {
  -webkit-filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.33));
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.33));
  /* opacity: 0.5; 
  filter: alpha(opacity=50);*/
/* sivo 
 -webkit-filter: grayscale(100%); 
  filter: grayscale(100%); */

}

body {
  font-family: Verdana, sans-serif;
  margin: 0;
}

 {
  box-sizing: border-box;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
  }
  
.column {
  float: left;
  width: 16%;
  height: 130px;
}

.column1 {
  float: left;
  padding-top:20px;
  width: 80%;
  height: 170px;
}

.column2 {
  float: left;
  width: 70%;
  font-size: 24px;
}

.column3 {
  float: right;
  width: 30%;
  font-size: 24px;
}

.column6 {
  float: right;
  width: 16%;
}

.modal {
  display: none; 
  position: fixed; 
  z-index: 1;
  padding-top: 0px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.9); 
  z-index:20;
}

/*   background: #000000;
  opacity: 0.3;
  filter: alpha(opacity=30); */

.modal-content {
  text-align:center;
  display: block;
  margin: auto;
  max-width: 1024px;
  width: 1024px;
  width: -moz-fit-content;
}

.close {
  color: white;
  position: fixed;
  top: 10px;
  right: 25px;
  font-size: 40px;
  font-weight: bold;
  z-index: 10;
}

#caption {
  margin: auto;
  display: block;
  vertical-align:central;
  width: 10%;
  max-width: 600px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

.modal1-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.1s;
  animation-name: zoom;
  animation-duration: 0.1s;
}

@-webkit1-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes1 zoom {
  from {transform:scale(0)} 
  to{transform:scale(1)}
}


@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

.prev,
.next {
  cursor: pointer;
  position: fixed;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #ffffff;
  background-color: #000000;
  font-weight: bold;
  font-size: 50px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
animation: color-animation 3s infinite linear alternate;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.50), 0 6px 20px 0 rgba(0, 0, 0, 0.50);
border-style: solid double;
  border-width: 2px;
  border-color: #000000;
opacity: 0.8;
  filter: alpha(opacity=80); 
}

@keyframes color-animation {
    0% {
       background: #ff0000;}
    100% {
       background: #000000;} 
} 

.prev {
left: 0;
font-size: 50px;
border-radius: 0 9px 9px 0;
opacity: 0.9;
filter: alpha(opacity=90); 
}

.next {
right: 0;
font-size: 50px;
border-radius: 9px 0 0 9px;
opacity: 0.9;
filter: alpha(opacity=90); 
}

.prev:hover,
.next:hover {
  background-color: #ffffff;
	font-size: 50px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
} 

.numbertext {
  color: #FFFFFF;
  font-size: 25px;
  font-weight:bold;
  padding: 8px 12px;
  z-index:2000;
  top: 60;
}

@media only screen and (max-width: 1280px)
{

.numbertext {
  color: #FFFFFF;
  font-size: 25px;
  font-weight:bold;
  padding: 8px 12px;
  z-index:2000;
  top: 60;
}
}

@media only screen and (max-width: 800px)
{

.numbertext {
  color: #FFFFFF;
  font-size: 25px;
  font-weight:bold;
  padding: 8px 12px;
  z-index:2000;
  top: 60;
}
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.pahuljice {
  color: #fff;
  font-size: 15px;
  font-family: Arial, sans-serif;
  text-shadow: 0 0 5px #000;
}

@-webkit-keyframes pahuljices-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes pahuljices-shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}}@keyframes pahuljices-fall{0%{top:-10%}100%{top:100%}}@keyframes pahuljices-shake{0%,100%{transform:translateX(0)}50%{transform:translateX(80px)}}.pahuljice{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:pahuljices-fall,pahuljices-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:pahuljices-fall,pahuljices-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}.pahuljice:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.pahuljice:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.pahuljice:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.pahuljice:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.pahuljice:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.pahuljice:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.pahuljice:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.pahuljice:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.pahuljice:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.pahuljice:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}.pahuljice:nth-of-type(10){left:25%;-webkit-animation-delay:2s,0s;animation-delay:2s,0s}.pahuljice:nth-of-type(11){left:65%;-webkit-animation-delay:4s,2.5s;animation-delay:4s,2.5s}



.tekstbojanke {
  font-family: Arial;
  font-size: 22px;
text-shadow: 2px 2px 3px #000000;
}

.desnoo {
    position: fixed;
    height: 100%;
    right:0px;

-webkit-transform: scaleX(-1);
  transform: scaleX(-1);

}

.levoo {
    position: fixed;
    height: 100%;
    left:0px;

}


.text-block {
	position: absolute;
	left: 78px;
 	right: 79px;
        height: auto;
        width-max: 400px;
	top: 80px;
	background-color: transparent;
	color: white;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	opacity: 1;
	filter: alpha(opacity=100);
        /* animation: color-animation 3s infinite linear alternate;*/
  border-radius: 5px;
}



/*  
.text-block {
	position: absolute;
	left: 78px;
 	right: 79px;
        height: auto;
        width-max: 400px;
	top: 80px;
	background-color: #FF0000;
	color: white;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.33), 0 6px 20px 0 rgba(0, 0, 0, 0.33);
	opacity: 0.9;
	filter: alpha(opacity=90);
        animation: color-animation 3s infinite linear alternate;
  border-radius: 5px;
}

*/

@media only screen and (max-width: 1280px)
{
.tekstbojanke {
  font-family: Arial;
  font-size: 22px;
text-shadow: 2px 2px 3px #000000;
display:none;
}

.desnoo {
    position: fixed;
    height: 100%;
    right:0px;

-webkit-transform: scaleX(-1);
  transform: scaleX(-1);
display:none;
}

.levoo {
    position: fixed;
    height: 100%;
    left:0px;
display:none;

}
}


button.print-button {
  width: 100px;
  height: 100px;
bottom: 20px;
	font-size: 15px;
font-weight: bold;
background-color: #000000;
        text-align: center;
	color: #ffffff;
	text-decoration: none;

}
span.print-icon, span.print-icon::before, span.print-icon::after, button.print-button:hover .print-icon::after {
  border: solid 4px #000000;
}
span.print-icon::after {
  border-width: 2px;
}

button.print-button {
  position: relative;
  padding: 0;
  border: 0;
  border: none;
  background: transparent;
}

span.print-icon, span.print-icon::before, span.print-icon::after, button.print-button:hover .print-icon::after {
  box-sizing: border-box;
  background-color: #fff;
}

span.print-icon {
  position: relative;
  display: inline-block;  
  padding: 0;
  margin-top: 20%;

  width: 60%;
  height: 35%;
  background: #fff;
  border-radius: 20% 20% 0 0;
}

span.print-icon::before {
  content: " ";
  position: absolute;
  bottom: 100%;
  left: 12%;
  right: 12%;
  height: 110%;
  transition: height .2s .15s;

}

span.print-icon::after {
  content: " ";
  position: absolute;
  top: 35%;
  left: 12%;
  right: 12%;
  height: 0%;
  background: #ffF;
  background-repeat: no-repeat;
  background-size: 70% 90%;
  background-position: center;
  background-image: linear-gradient(
    to top,
    #fff 0, #fff 14%,
    #333 14%, #333 28%,
    #fff 28%, #fff 42%,
    #333 42%, #333 56%,
    #fff 56%, #fff 70%,
    #333 70%, #333 84%,
    #fff 84%, #fff 100%
  );

  transition: height .2s, border-width 0s .2s, width 0s .2s;
}

button.print-button:hover {
  cursor: pointer;
	font-family: Helvetica, sans-serif;
	font-size: 15px;
font-weight: bold;
	color: #000000;
text-align: center;
	text-decoration: none;
}

button.print-button:hover .print-icon::before {
  height:0px;
  transition: height .2s;
}
button.print-button:hover .print-icon::after {
  height:120%;
  transition: height .2s .15s, border-width 0s .16s;

}


/*
.button {
  display: inline-block;
  border-radius: 4px;
  background-color: #ff;
  border: none;
  color: #000000;
  text-align: center;
  padding: 10px;
  width: 150px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}
*/




@media only screen and (max-width: 800px)
{

.bojankecomdugme {
  background-color: #000000;
  border: none;
  color: white;
  width:500px;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  cursor: pointer;
display:none;
}

.bojankecomdugme:hover {
  background-color: #ffffff;
  border: none;
  color: #000000;
display:none;
}


.stampa {
	font-family: Arial, Helvetica, sans-serif;
        width:450px;
	font-size: 25px;
        font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-align:center;
display:none;
}}

/* RESPONSIVE BROJAC FIX 
* {
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

.column {
  float: left;
  width: 33%;
  padding: 0 5px;
}

.row {margin: 0 -5px;}

.row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: inline-block block;
    margin-bottom: 10px;
  }
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  background-color: #FFF;
  color: #000;
}

.fa {font-size:50px;}*/


/* DUGMICI ZA SAJT */

.pocetnadugme {
    background-color: #ed0032;
    z-index:1;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 1px 0px 2px #000000;
letter-spacing: 3px;
}

.bojanke1dugme {
    background: #c3bb17;
    z-index:1;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 1px 0px 2px #000000;
letter-spacing: 3px;
}

.bojanke1 {
    padding: 6px 10px;
    font-size: 14px;
    width:78%;
    left:-5;
    font-family: Arial, sans-serif;
    display: inline-block;
    position:relative;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15), 0 0px 0px 0 rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 0px 0px;
    text-align:left;
    border: 0px solid #000000;
}

.bojanke1:hover {
    padding: 6px 10px;
    font-size: 14px;
    width:80%;
    font-family: Arial, sans-serif;
    display: inline-block;
    position:relative;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15), 0 0px 0px 0 rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 0px 0px;
    text-align:left;
    border: 0px solid #ffffff;
}

.bojanke1:before {
    content:'';
    background: #e3d700;
    position:absolute;
    width:100%;
    top:0;
    left:0;
    height:100%;
    transition: 0.3s linear;
    z-index:-1;
    border-radius: 0px 0px 0px 0px;
    text-align:left;
}

.bojanke1:hover:before {
    width:0%;
    background: #c3bb17;
}

.kontaktdugme {
    background: #52bd17;
    z-index:1;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 1px 0px 2px #000000;
letter-spacing: 3px;
}

.kontakt {
    padding: 6px 10px;
    font-size: 14px;
    width:78%;
    left:-5;
    font-family: Arial, sans-serif;
    display: inline-block;
    position:relative;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15), 0 0px 0px 0 rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 0px 0px;
    text-align:left;
    border: 0px solid #000000;
}

.kontakt:hover {
    padding: 6px 10px;
    font-size: 14px;
    width:80%;
    font-family: Arial, sans-serif;
    display: inline-block;
    position:relative;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15), 0 0px 0px 0 rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 0px 0px;
    text-align:left;
    border: 0px solid #ffffff;
transform: scale(1, -1) ease;
}

.kontakt:before {
    content:'';
    background: #7ae200;
    position:absolute;
    width:100%;
    top:0;
    left:0;
    height:100%;
    transition: 0.3s linear;
    z-index:-1;
    border-radius: 0px 0px 0px 0px;
    text-align:left;
}

.kontakt:hover:before {
    width:0%;
    background: #52bd17;
}





.rotatacijatxt {

/* Safari */
-webkit-transform: rotate(-90deg);

/* Firefox */
-moz-transform: rotate(-90deg);

/* IE */
-ms-transform: rotate(-90deg);

/* Opera */
-o-transform: rotate(-90deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}


.flip_V{ transform: scale(1, -1); }

.bojanke2019:hover {
color: #000000 !important;
background: #ffffff;
border-color: #000000 !important;
transition: all 0.4s ease 0s;
}

.bojanke2019 {
color: #494949 !important;
text-transform: uppercase;
background: #f6b93b;
padding: 15px;
border: 2px solid #494949 !important;
border-radius: 6px;
display: inline-block;
}

.wwwbojankecom {
margin-top: 10px;
margin-bottom: 10px;
}

.btn-grad {background-image: linear-gradient(to right, #e52d27 0%, #b31217 51%, #e52d27 100%)}
.btn-grad:hover { background-position: right center; } 



@media only screen and (min-width: 1281px),
@media only screen and (max-width: 1920px)
{

#menibojankelevo1280 {
	display: none;
}
#menibojankelevo {
	display: none;
}
}


@media screen and (max-width: 1280px) {
#glavniheder {
margin-top: 0px;
}
.topnav {
  overflow: hidden;
  background-color: #333333 !important;; 
  color: #ffffff !important;  
  top: 0;
  z-index: 10;
  width: 800px;
  text-align:center;
  margin-left: auto;
  margin-right: auto;

}
   
.topnav a {
  float:left;
  display:block;
  color: #ffffff !important;  
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  z-index: 10;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.topnav a:hover {
  background-color: #ffcc00;  
  color: #ffffff !important;  
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.topnav a:link {
  background-color: #333333 !important;  
  color: #ffffff !important;  
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.topnav a:active {
  background-color: #333333 !important;  
  color: #ffffff !important;  
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.topnav a:visited {
  color: #eaeaea;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.active {
  background-color: #339933 !important;;
  color: white;
}

.topnav .icon {
  display: none;
}
#menibojankelevo {
	display: none;
}
#menibojanke {
	display: none;
}
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: left;
    z-index: 10;
    display: block;

  }
#menibojankelevo {
	display: none;
}
#menibojanke {
	display: none;
}
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    z-index: 10;
    left: 105px;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
#menibojankelevo {
	display: none;
}
#menibojanke {
	display: none;
}
.tabela6 {
	display: none;
}
}

@media screen and (min-width: 1281px),
@media screen and (min-width: 1920px),
 {

#menibojankelevo {
	display: none;
}
.topnav .icon {
  display: none;
}

#menibojankelevo1280 {
	display: none;
}
.topnav {
  display: none;
}
.tabela4 {
	display: none;
}
}
.dobrodosli {
  color: #ffffcd;
  font-family: 'Fjalla One', sans-serif;
  font-family: 'Dancing Script', cursive;
  text-align: center;
  font-size: 76px;
  font-weight: bold;
  text-shadow: 1px 0px 2px #000000;
}

.decazaglavlje {
  float: right;
  margin: auto;
  right: 500px auto;
  width: 371px;
  height: 106px;
z-index: 10;
}

.gore-desno-onlajn {
  font-family: 'Staatliches', cursive;
  position: absolute;
  top: 20%;
  left: 65%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  opacity: 0.9; 
  filter: alpha(opacity=90);
}

.gore-desno-onlajn:hover {
  font-family: 'Staatliches', cursive;
 -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}


.okvironline {
border-color: #ff0000;
border-left: 2px solid red;
border-right: 2px solid red;
border-bottom: 2px solid red;
border-top: 2px solid red;
}




#mojeBojanke {
  background-image: url('https://www.bojanke.com/bojanke/pretrazivanjebojanki.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  background-color:#ffffff;
  color: #000000;
  width: 600px;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #000;
  margin-bottom: 12px;
  margin-left: 24px;
  text-transform: uppercase;
}

#mojaTabela {
  border-collapse: collapse;
  width: 600px;
  border: 1px solid #000;
  font-size: 12px;
}

p.c {
  white-space: pre;
}


#mojaTabela th, #mojaTabela td {
  background-color: #ffffcc;
  text-align: left;
  padding: 7px 10px 7px 10px;
  text-transform: uppercase;
}

#mojaTabela tr {
  border-bottom: 1px solid #000;
  padding: 7px 10px 7px 10px;
}

#mojaTabela tr.header,
  background-color: #ffcc00;
}

#mojaTabela tr:hover {
  background-color: #dddddd;
}

#rubrike {
  padding: 3px 0px 3px 0px;
  text-transform: uppercase;
  text-align:center;
  display:inline-block;
  background-color:#ffcd00;
  margin-top: 5px;
  margin-left: -35px;
  border-style: solid;
  border-width: 1px;
  color: #FFFFFF;
  border-color: #000000;
  font-weight: bold;
  font-size: 12px;
  text-shadow: 1px 1px 1px #000000;
 }

#rubrike:hover {
  background-color:#545454;
  color: #FFFFFF;
  font-weight:bold;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15), 0 4px 4px 0 rgba(0, 0, 0, 0.15);
}


#rubrikecrveno {
  padding: 3px 0px 3px 0px;
  text-transform: uppercase;
  text-align:center;
  display:inline-block;
  background-color:#c80101;
  margin-top: 5px;
  margin-left: -35px;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
  text-shadow: 1px 1px 1px #000000;
 }

#rubrikecrveno:hover {
  background-color:#545454;
  color: #FFFFFF;
  font-weight:bold;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15), 0 4px 4px 0 rgba(0, 0, 0, 0.15);
}


#rubrikeplavo {
  padding: 3px 0px 3px 0px;
  text-transform: uppercase;
  text-align:center;
  display:inline-block;
  background-color:#463ab8;
  margin-top: 5px;
  margin-left: -35px;
  border-style: solid;
  border-width: 1px;
  color: #FFFFFF;
  border-color: #000000;
  font-weight: bold;
  font-size: 12px;
  text-shadow: 1px 1px 1px #000000;
 }

#rubrikeplavo:hover {
  background-color:#545454;
  color: #FFFFFF;
  font-weight:bold;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15), 0 4px 4px 0 rgba(0, 0, 0, 0.15);
}

#rubrikezeleno {
  padding: 3px 0px 3px 0px;
  text-transform: uppercase;
  text-align:center;
  display:inline-block;
  background-color:#339933;
  margin-top: 5px;
  margin-left: -35px;
  border-style: solid;
  border-width: 1px;
  color: #FFFFFF;
  border-color: #000000;
  font-weight: bold;
  font-size: 12px;
  text-shadow: 1px 1px 1px #000000;
 }

#rubrikezeleno:hover {
  background-color:#545454;
  color: #FFFFFF;
  font-weight:bold;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15), 0 4px 4px 0 rgba(0, 0, 0, 0.15);
}

@media all and (max-width:30em){
#rubrike {
display:block;
margin:0.4em auto;
}
} 

@media all and (max-width:30em){
#rubrikecrveno {
display:block;
margin:0.4em auto;
}
} 

@media all and (max-width:30em){
#rubrikeplavo {
display:block;
margin:0.4em auto;
}
} 

@media all and (max-width:30em){
#rubrikezeleno {
display:block;
margin:0.4em auto;
}
} 

#dole  a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff !important;
	text-decoration: none;
}
#dole  a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #177c12 !important;
	text-decoration: none;
}

#dole  a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff !important;
	text-decoration: none;
}

#dole  a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #339933 !important;
	text-decoration: none;
}




#gore a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000 !important;
	text-decoration: none;
                 font-weight: bold;
}
#gore a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #177c12 !important;
	text-decoration: none;
                 font-weight: bold;
}

#gore a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000 !important;
	text-decoration: none;
                  font-weight: bold;
}

#gore  a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #339933 !important;
	text-decoration: none;
                 font-weight: bold;
}

#dm a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff !important;
	text-decoration: none !important;

}
#dm a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff !important;
	text-decoration: none !important;
}
#dm a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff !important;
	text-decoration: none !important;

}
#dm a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff !important;
	text-decoration: none !important;
}

#nazad a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000 !important;
	text-decoration: none;

}
#nazad a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	#177c12 !important;
	text-decoration: none;
}
#nazad a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff0000 !important;
	text-decoration: none;

}
#nazad a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000 !important;
	text-decoration: none;
}

.fab {
    font-family: "Font Awesome 5 Brands";
    color: #fff !important;
    text-decoration: none !important;
}

.tekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000 !important;
	text-decoration: none;
}



.malinaslov {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000 !important;
	text-decoration: none;
	font-weight: bold;
}

.malinaslov:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.malinaslov:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.malinaslov:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

.malinaslov:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #339933;
	font-weight: bold;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #339933;
	font-weight: bold;
}

.obojionlajn:visited {
    font-family: Arial Narrow, Arial,sans-serif;
    letter-spacing: 2px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
}

.obojionlajn:hover {
    font-family: Arial Narrow,Arial,sans-serif;
    letter-spacing: 2px;
    background-color: #3e3e3e;
    color: #000000;
    font-size: 14px;
    text-transform: uppercase;
}

.obojionlajn {
    font-family: Arial Narrow, Arial,sans-serif;
    letter-spacing: 2px;
    background-color: #0748be;
    border: none;
    color: white;
    padding: 10px 10px;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 10px;
}

@media screen and (max-width: 1280px)  {.drustvene-mreze {
    display: none;

}
}

@media screen and (max-width: 600px) {.drustvene-mreze {
    display: none;
}
}


.drustvene-mreze {
  position: fixed;
  bottom: 0px !important;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
/*  -webkit-filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.43));
  filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.43));*/
  z-index: 2;
}

.drustvene-mreze a:hover {
  background-color: #626262;
}

.drustvene-mreze a {
  display: block;
  text-align: center;
padding: 10px;
  transition: all 0.3s ease;
  color: white !important;
  font-size: 20px !important;
}

.pocetnaonlajnbojanke {
  color: #000000;
  position: absolute;
  top: 20px;
  left: 25px;
  font-size: 40px;
  font-weight: bold;
  z-index: 9999;
  cursor: pointer;
}


.zatvaranjeonlajnbojanke {
  color: #000000;
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 40px !important;
  font-weight: bold !important;
  z-index: 9999;
  cursor: pointer;
}

.zatvaranjeonlajnbojanke:hover {
  color: #FF0000;
  cursor: pointer;
}

.pocetna {
background: #000000;
display: none;
}

.facebook {   
background: #3b5998;   
color: white !important;
}         
.twitter {   
color: white !important;
background: #00acee;   
}   
.instagram {   
background: #3f729b;   
color: white !important;
}         
.youtube {   
color: white !important;
background: #c4302b;    
}  
.viber {   
color: white !important;
background: #665CAC;   
}  

.whatsapp {   
color: white !important;
background: #25D366;   
}  

.pocetna {
background: #000000;
  color: white !important;
  z-index: 2;
}