html, body {
	Font-family: 'Montserrat';
}

.theme-image-afirmacije{
	 background-image: url("../img/themes/afirmacije1.png");
	 background-attachment: fixed;
	 background-repeat: no-repeat;
	 background-size:contain;
}
.background-afirmacije{
	background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("../img/ozadja/15.png") fixed center center;
	background-size:cover;
}
.background-index{
	background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("../img/ozadja/bavbav.png") fixed center center;
	background-size:cover;
}
.theme-image-agent{
	 background-image: url("../img/themes/Agent.png");
	 background-attachment: fixed;
	 background-repeat: no-repeat;
	 background-size:contain;
}
.theme-image-analiza{
	 background-image: url("../img/themes/analiza.png");
	 background-attachment: fixed;
	 background-repeat: no-repeat;
	 background-size:contain;
}
.theme-image-avtosugestija{
	 background-image: url("../img/themes/Avtosugestija.png");
	 background-attachment: fixed;
	 background-repeat: no-repeat;
	 background-size:contain;
}
.theme-image-barometer{
	 background-image: url("../img/themes/Barometer.png");
	 background-attachment: fixed;
	 background-repeat: no-repeat;
	 background-size:contain;
}
.theme-image-cilji{
	 background-image: url("../img/themes/Cilji.png");
	 background-attachment: fixed;
	 background-repeat: no-repeat;
	 background-size:contain;
}
.theme-image-coach{
	 background-image: url("../img/themes/Coach.png");
	 background-attachment: fixed;
	 background-repeat: no-repeat;
	 background-size:contain;
}
.theme-image-denar{
	 background-image: url("../img/themes/Denar.png");
	 background-attachment: fixed;
	 background-repeat: no-repeat;
	 background-size:contain;
}
.theme-image-izracun{
	 background-image: url("../img/themes/Izračun.png");
	 background-attachment: fixed;
	 background-repeat: no-repeat;
	 background-size:contain;
}
.theme-image-kolo{
	 background-image: url("../img/themes/Kolo.png");
	 background-attachment: fixed;
	 background-repeat: no-repeat;
	 background-size:contain;
}
.theme-image-kviz{
	 background-image: url("../img/themes/kviz.png");
	 background-attachment: fixed;
	 background-repeat: no-repeat;
	 background-size:contain;
}
.theme-image-mejniki{
	 background-image: url("../img/themes/Mejnik.png");
	 background-attachment: fixed;
	 background-repeat: no-repeat;
	 background-size:contain;
}
.theme-image-metoda{
	 background-image: url("../img/themes/Metoda.png");
	 background-attachment: fixed;
	 background-repeat: no-repeat;
	 background-size:contain;
}
.theme-image-podjetniki{
	 background-image: url("../img/themes/Podjetniki.png");
	 background-attachment: fixed;
	 background-repeat: no-repeat;
	 background-size:contain;
}
.theme-image-poraba{
	 background-image: url("../img/themes/poraba.png");
	 background-attachment: fixed;
	 background-repeat: no-repeat;
	 background-size:contain;
}
.theme-image-rezerva{
	 background-image: url("../img/themes/Rezerva.png");
	 background-attachment: fixed;
	 background-repeat: no-repeat;
	 background-size:contain;
}
.theme-image-tecaj{
	 background-image: url("../img/themes/tečaj.png");
	 background-attachment: fixed;
	 background-repeat: no-repeat;
	 background-size:contain;
}
.theme-image-urnik{
	 background-image: url("../img/themes/Urnik.png");
	 background-attachment: fixed;
	 background-repeat: no-repeat;
	 background-size:contain;
}
.theme-image-vprasalnik{
	 background-image: url("../img/themes/Vprašalnik.png");
	 background-attachment: fixed;
	 background-repeat: no-repeat;
	 background-size:contain;
}
.theme-image-zakonodaja{
	 background-image: url("../img/themes/Zakonodaja.png");
	 background-attachment: fixed;
	 background-repeat: no-repeat;
	 background-size:contain;
}
.theme-image-zdravniki{
	 background-image: url("../img/themes/Zdravnik.png");
	 background-attachment: fixed;
	 background-repeat: no-repeat;
	 background-size:contain;
}
.theme-image-zemljevid{
	 background-image: url("../img/themes/Zemljevid.png");
	 background-attachment: fixed;
	 background-repeat: no-repeat;
	 background-size:contain;
}
.cont{
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.cont iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footerdiv-center {
	padding-top:30px;
	font-size:12px;
	text-align: center;
}
.footerdiv-left {
	padding-top:30px;
	font-size:12px;
	text-align: right;
}
.footerdiv-right {
	padding-top:30px;
	font-size:12px;
	text-align: left;
}

@media only screen and (max-width: 992px) {
	.footerdiv-center{
		padding:0px;
		margin:0px;
	}
	.footerdiv-center p{
		padding:0px;
		margin:0px;
	}
	.footerdiv-left{
		text-align: center;
		padding:0px;
		margin:0px;
	}
	.footerdiv-right{
		text-align: center;
		padding:0px;
		margin:0px;
	}
}
.vsebina {
	 min-height:calc(100vh - 345px);
}
.glava>h1 {
	Font-family: 'Montserrat';
	font-weight:700;
	color: white;
	font-size:70px;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
  right: 0;
	padding-right:50px;
}
.glava {
	background-color:#06b8ee;
	min-height:200px;
	margin-left:-50px;
	margin-top:30px !important;
	margin-bottom: 50px;
	position: relative;

}

@media only screen and (max-width: 576px) {
	.glava {
		min-height:100px;
		margin-left: 0px;
	}
	.glava>h1{
		font-weight:700;
		color: white;
		font-size:30px;
		text-transform: uppercase;
	}
}
.mu-primary-btn {
transition: all .5s;
color: #06b8ee;
padding:7px 10px 7px 10px;
background-color:white;
border-radius:30px;
font-weight: 600;
border: 3px solid #06b8ee;
text-decoration: none;
text-transform: uppercase;
}
.mu-primary-btn:hover {
	transition: all .5s;
	background-color: #06b8ee;
	color:white;
	box-shadow: 2px 2px 5px grey;
}
.custom-footer{
	background-color: #f6f6f6;
}

.warn {
	color:red;
	font-size:14px;
	text-align:center;
	text-transform: uppercase;
}
.top-divider {
	min-height:100px;
}
.indexheader h1{
	color: #4B4E53;
	font-weight:700;
	font-size: 50px;
	text-shadow: 2px 2px white;
}
#indexpage{
	min-height: 100vh;
}
.indexheader h3{
	color: #4B4E53;
	font-weight:700;
	font-size: 30px;
	text-shadow: 2px 2px white;
	line-height: 3rem;
	padding-bottom: 20px;
}
.indexicons{
	background-color: rgba(6,154,255, 0.8);
	padding: 30px 15px 30px 15px;
	margin-bottom:100px;
}
.icon{
	transition: all 1s ease;
	padding: 10px 0px 10px 0px;
	border-right: 1px white dashed;
	border-bottom: 1px white dashed;
}
.icon1{
	border-right: 1px white dashed;
}
.icon:hover{
	background-color: rgba(6,154,255, 1);
	box-shadow: 1px 1px 12px 1px inset;
}
.icon img {
		padding: 30px 50px 10px 50px;
}
@media only screen and (max-width: 992px) {
	.icon {
		border-right: none;
		border-bottom: none;
	}
	.icon img {
			padding: 10px 30px 10px 30px;
	}
}
.last{
	border-right: none;
}
.lastrow{
	border-bottom: none;
}
.icon a{
	text-decoration: none !important;
}
.icon span {
	color: white;
	font-weight:400;
}
