/* CSS Document */

p				{ margin:0px; padding:0px; }

.naslov-crta{
	border-top: 4px solid #107ed6;
	float: left;
	width: 100%;
}

.naslov-on {
	margin-top: -15px;
	background: #fff;
	padding: 0px 30px;
	font-size: 50px;
	line-height: 43px;
	color: #107ED6;
	font-style: italic;
	text-align: center;
	display: inline-block;
}

.naslov-xxl {
	font-size: 50px;
	line-height: 43px;
	display: inline-block;
	padding-bottom: 20px;
	font-style: italic;
	color: #107ED6;
}

.naslov-xl {
	font-size: 34px;
	display: inline-block;
	padding-bottom: 8px;
}

.bott .naslov-xl {
	font-weight: 400;
}

.bott .modra {
	font-weight: 600 !important;
}

.naslov-ml {
	font-size: 34px;
	padding-bottom: 20px;
	color: #107ED6;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 2px solid #107ED6;
	display: block;
	text-align: center;
}

.naslov-l {
	font-size: 26px;
}

.modra {
	color: #107ED6;
}

.siva {
	color: #9b9a9a;
}

.gumb3 {
  background: #107ED6;
  color: #fff;
  font-size: 45px;
  font-weight: 400;
  font-style: italic;
  text-decoration: none;
  padding: 20px 30px;
  border: 2px solid #107ED6;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1200px) {
	.naslov-xl {
	    font-size: 30px;
	    padding-bottom: 10px;
	    font-weight: 600;
	}

	.gumb3, .naslov-xxl, .naslov-on {
		font-size: 40px;
	}
}

@media only screen and (max-width: 479px) {
	.gumb3 {
		display: block;
		font-size: 30px;
	}

	.naslov-l {
		font-size: 22px;
	}

	.naslov-on {
    font-size: 30px;
	margin-top: 20px;
	width: 80%;
  }

  .kontakt .vsebina .naslov-xl {
  	padding-bottom: 0px;
  	 font-size: 28px;
  }

  .naslov-crta {
	border-top: none;
	background:url(../images/crtica.jpg);
	background-repeat: no-repeat;
	background-position: top center;
   }

   .naslov-ml {
	font-size: 24px;
	font-weight: 600;
	border-bottom: none;
	padding: 30px 0px 0px 0px;
	margin-bottom: 0px;
	background:url(../images/crtica.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	}

	.predpis-očal .vsebina-2 .modra p {
		text-align: center !important;
	}
}