.podnaslov {
	font-size: 26px;
    margin: 20px 0;
}

h3 .podnaslov {
	margin-bottom: 0;
}

.uvodni {
	max-width: 470px;
}

footer .form-wrapper {
	margin-top: 2em;
}

#CTA {
	margin-top: 90px;
	padding: 90px 0;

}

footer .contact > li.kontakt a p {
	text-decoration: none;
}

.dugme {
	border-radius: 25px;
}


/******** CSS za modal video popup **********/
.modal-dialog {
      max-width: 800px;
      max-height:460px;
      margin: 30px auto;
  }

.modal-body {
  position:relative;
  padding:0px;
}

.modal-body > #video {
	width: 100%;
}
.close {
	background-color: transparent;
	border: none;
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}
/**** END modal video popup ****/

/******* Kontakt slide kartica *******/


.kontakt-sekcija {
	display: none;
}

@media (max-width: 960px) {

		.kontakt-sekcija{
		    display: block;
		    position: fixed;
		    z-index: 99999;
		    background-color: #f4f4f4;
		    padding: 25vh 25px 0 25px;
		    right: 0px;
		    bottom: 0px;
		    height: 100vh;
		    width: 100%;
		    text-align: center;
		    border-radius: 15px;
		    transform: translateX(100%);
		    transition: transform 0.4s ease-in-out;
		}

		.kontakt-sekcija-aktivna{
		    transform: translateX(0);
		}

		.kontakt-sekcija .naslov {
			font-size: 26px;
		    line-height: 1.1em;
		    font-weight: 600;
		    margin-top: 90px;
		}
}




/******* END slide kartice ******/

@media (max-width: 960px) {

	.podnaslov {
		text-align: center;
		font-size: 20px;
	}

	#hero {
		height: 1060px!important;
	}

	#CTA {
		margin-top: 0px;
		padding: 50px 0;

	}

	#salon-manager {
    padding-top: 3rem;
    padding-bottom: 3rem;}

    .dugme {
    	margin-top: 25px;
    }

}

@media (max-width: 420px){
	.embed-responsive-16by9>iframe {
		max-height: 180px;
	}
}

/********** Ikonica za telefon na mobilnom **********/
.ikonica-telefon {
	display: none;
}

@media only screen and (max-width: 981px) {
.ikonica-telefon {
  z-index: 999999;
  position: fixed;
  right: 0px;
  bottom: 70px;
  display: flex;
  background:white;
  align-items: center;
  flex-direction: row;
  transform: translateX(100%);
  transition: 0.2s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	}
  .ikonica-telefon:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: -58px;
    width: 58px;
    height: 48px;
    transform: translateY(-50%);
  }
  
  .subikonica-telefon {
    position: absolute;
    top: 50%;
    left: -58px;
    background: #008000;
    width: 48px;
    height: 48px;
    border: 1px solid #EEEEEE;
    border-radius: 100%;
    padding: 4px;
    box-sizing: border-box;
    transform: translateY(-50%);
    overflow: hidden;
    cursor: pointer;
	-webkit-animation: expand 3s;
	}
	.subikonica-telefon-close {
		display: none!important;
	}   
    .ikonica {
      display: block;
      margin-top: 7px;
      margin-left: 10px;
      color: #ffffff;
    }
    .ikonica-close { 
		margin-left: 7px; 
		opacity: 1;
	}
}