

#logo img{
	
    
   margin-left: 50%;
transform: translateX(-50%);
	
}

.logotext{
	
	font-family: Condensed;
   
  
   
    text-transform: none;
    color: #7a7d81;
	text-align: center;
}
.frizerskisalon{
	
  
    font-size: 15px;
    line-height: 2em;
    letter-spacing: .1em;
    text-transform: none;
   
}
.bb{
	
    font-size: 18px;
    line-height: 3em;
    letter-spacing: .6em;
    text-transform: none;
}
#navbar{
	padding-top: 40px;
}

#zaglavlje{
	
	margin-left: 50%;
	transform: translateX(-50%);
		
}
#zaglavlje a{
	text-decoration:none;
}
.meni{
	
	width:25%;
	color: #ce0a0e;
	float: left;

}
.meni a{
	font-family: Condensed;
    font-weight: 400px;
    font-size: 16px;
    line-height: 2.1em;
    letter-spacing: .1em;
    text-transform: none;
    color: #7a7d81;
	text-decoration:none;
	
}
.meni a:hover{
	color: #ce0a0e;
}
#main{
	padding-top: 50px;
	margin: 1.5vw;
	padding-right: 3vw;
    padding-left: 3vw;
	
	font-family: Condensed;
    font-weight: 400px;
    font-size: 18px;
    line-height: 2.1em;
    letter-spacing: .2em;
    text-transform: none;
    color: #7a7d81;
	height: 800px;
	
	margin-left: auto;
    margin-right: auto;
	
	max-width: 1280px;
	
}
.slikap{
	float: left;
width: 50%;
	
	
}
.slikap img{

width: 100%;

}
.text {
	
	float: left;
	
	width: 50%;
	height: 100%;
	
}
.text p {
	padding: 60px;
	width: 210px;
	
}
#futer{
	
	margin: 1.5vw;
	padding-right: 3vw;
    padding-left: 3vw;
	height: 480px;
	font: Condensed;
	background-color: #f8f8f8;
	
	font-family: Condensed;
    font-weight: 400px;
    font-size: 16px;
    line-height: 2.1em;
    letter-spacing: .1em;
    text-transform: none;
    color: #7a7d81;
	
	margin-left: auto;
    margin-right: auto;
	
	max-width: 1280px;
}


.razmak {
	
	height: 50px;
}
.linija {
page-break-inside: avoid;
	color: #bbb;
	
}
.adresa{
	float: left;
	width: 33.33%;
	
}
.podaci{
	
	float: left;
	width: 33.33%;	

}
.radnoVreme{
	
	float: left;
	width: 33.33%;
}
.mreze{
	
	position: relative;
	text-align: center;
	
}

.mreze img{
	padding: 5px;
	width: 24px;
	height: 24px;
}

.galerija{
	
	padding-top: 50px;
	margin: 1.5vw;
	padding-right: 3vw;
    padding-left: 3vw;
	
	
	margin-left: auto;
    margin-right: auto;
	
	height: 1700px;
	max-width: 830px;
}


.slikeLevo img{

	height:400px;
	margin: 5px;
	margin-right: 0px;
}
.slikeLevo{
	float: left;
	width: 50%;
	
}
.slikeDesno img{
	height: 400px;
	margin: 5px;
	margin-right: 0px;
}
.slikeDesno{
	float: left;
	width: 50%;
	
}
.google {
	
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: 1280px;
	height:600px;
	border:0;	
	padding-top: 50px;
}
/*********************************************************************************/
/* Slajder                                                                    */
/*********************************************************************************/


.slider {
	padding: 50px;
}
/* Slideshow container */
.slideshow-container {
	
  max-width: 1280px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}



/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}






@media all and (max-width:1280px) {

	.podaci{
		font-size: 12px;
	}
	.google{
		width: 1024px;
	}

.slikeLevo{
	float: none;
	width: 100%;
	
}

.slikeDesno{
	float: none;
	width: 100%;
	
}
	.galerija{
	
	
	height: 100%;

}
}
@media all and (max-width:1024px) {
	
	.galerija{
		max-width:400px;
		
  

	}
	
	.slikeLevo img{

	height:320px;
	margin-left: 0px;

}
.slikeDesno img{
	height: 320px;
	
margin-left: 0px;
}
	
	#main{
	height: auto;
}
	.slikap{
	float: none;
width: 100%;
		
}
.slikap img{

max-width:600px;

}
.text {
	
	float: none;
	
	width: 100%;
	
	
}
.text p {
	padding:inherit;
	width: 100%;
	
}
	
	
	.slider {
	padding:inherit;
		padding-top: 5px;
		
}
	#zaglavlje {
		transform: none;
		margin: 0;
	}
	.meni{
		float: none;
		
	padding-right: 3vw;
    padding-left: 3vw;
	
	
	margin-left: auto;
    margin-right: auto;
		text-align: center;
	}
	.google{		
width: 320px;
height: 320px;
	}
	#futer{
	 font-size: 12px;
    line-height: 2.1em;
    letter-spacing: .1em;
    text-transform: none;	
	height: auto;

		
	}
	
	.adresa{
	float: none;
	width: 100%;
	
}
.podaci{
	
	float: none;
	width: 100%;	

}
.radnoVreme{
	
	float: none;
	width: 100%;
}
.mreze{
	
	position: relative;
	text-align: center;
	
}

.mreze img{
	padding: 5px;
	width: 24px;
	height: 24px;
}
	.podaci{
		
	}
}