/* - - - OPĆENITO - - - */

body,html{
	margin: 0;
	padding: 0;
	font-family: century gothic;
}

.jezik a{
    display:inline-block;
    font-weight: bold;
    color: #deaa86;
}

.jezik span{
    color: rgba(0,0,0,0.4);
}

#naslovna {
	width: 100%;
	height: 700px;
	background-image: url(slike/naslovna.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	margin-bottom: 30px;
}

#o_nama {
	width: 100%;
	height: 400px;
	background-image: url(slike/naslovna.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	margin-bottom: 30px;
}

#o_sobama {
	width: 100%;
	height: 400px;
	background-image: url(slike/naslovna2.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	margin-bottom: 30px;
}

#o_usluge{
	width: 100%;
	height: 400px;
	background-image: url(slike/naslovna3.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	margin-bottom: 30px;
}
#prvi {
	display: flex;
    justify-content: center;
    align-items: center;

}

#opis {
	height: 200px;
}

#navigacija {
	position: fixed;
	height: 80px;
    background-color: #fff;
	z-index: 99;
	top: 0;
	width: 100%;
	margin: auto;
}

.opis {
  position: absolute;
  left: 0;
  top: 30%;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: century gothic;
}

.o_nama_opis,.sobe_opis {
  position: absolute;
  left: 0;
  top: 20%;
  padding-left: 5%;
  width: 90%;

  text-align: left;
  color: #fff;
  font-family: century gothic;
}

.o_nama_opis h1,.sobe_opis h1{
	font-size: 45px;
	letter-spacing: 2px;
}
.o_nama_opis a,.sobe_opis a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.o_nama_opis h2,.sobe_opis h2{
	font-size: 18px;
	margin-top: -20px;
	letter-spacing: 1px;
	font-weight: 100;
	margin-bottom: 40px;
}
.opis h1 {
	font-size: 60px;
	
}

.opis h2 {
	font-size: 30px;
	letter-spacing: 10px;
	margin-top: -30px;
}


.vise,.vise2 {
	padding: 15px;
	margin-bottom: 30px;
	color: #fff;
	background-color:#deaa86;
	border:solid 2px rgba(222, 170, 134, 0);
	transition: 0.5s ease;
	text-transform:uppercase;
	font-size: 12px;
}

.vise:hover{
	border: none;
	border:solid 2px rgba(222, 170, 134, 0);
	background-color: #a87d60;
	
}

.vise2:hover{
	border: none;
	color: #fff;
	border: none;
	border:solid 2px rgba(222, 170, 134, 1);
	transition: 0.5s ease;
	transform:scale(1.05);
	
}

#glavni {
	width: 90%;
	margin-top: 20px;
	padding: 0;
	margin: auto;
	
}

#sobe{
	width: 100%;
	padding: 0px;
	
}
#glavni1 {
	width: 95%;
	margin-top: 20px;
	padding: 0;
	clear: both;
	text-align: center;
	margin: auto;
	
}
#glavni h1,#glavni1 h1{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

#glavni span,#glavni1 span{
	color:#deaa86;
}

#lijevi{
	width: 100%;
	float: left;
	
}

#lijevi img{
	width: 48%;
}

#desni{
	width: 50%;
	background-color: #fff;
	padding: 10px;
	float: right;
	box-shadow: 12px -10px 30px -10px rgba(102, 102, 102, 0.15);
	margin-bottom: 30px;
}

#desni h4{
	color: #deaa86;
	letter-spacing: 10px;
}
#desni h1{
	text-align: left;
}

#desni p{
	line-height: 20px;
	color:  #555555;
	line-height: 24px;
	margin-top: -30px;
	padding-bottom: 20px;
}
.citat{
	font-size: 18px;
	color: #000; 
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.dobrodosli {
	margin-top: 20px;
	margin-bottom: 20px;
}

.manja {
	border: 1px solid #deaa86;
	width: 50px;
}

.veca {
	
	border: 1px solid #deaa86;
	width: 150px;

}

.brojacmanja {
	border: 1px solid #fff;
	width: 100px;
	margin-top: -30px;
}

#razdeljak {
	margin-top: -20px;
	padding-bottom: 10px;
}

.brojac {
	color: #fff;
}

.brojacteskst {
	color: #fff;
	margin-top: -10px;
}

#komentar {
	width: 30%;
	display: inline-block;
	background-color: #fff;
	margin-left: 2%;
	
}
#komentar:first-of-type{
	margin-left: 0px;
}

#komentari {
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #deaa86;
	width: 100%;
	margin: auto;
	margin-bottom: 50px;
	text-align: center;
	box-shadow: 
		0px 0px 20px 0px rgba(102, 102, 102, 0.15);
	
}

/* - - - GALERIJA SOBA - - - */

.image-hover {
    font-size: 15px;
    color: #FFFFFF;
    float: left;
    overflow: hidden;
	width: 42%;
    transform: translateZ(0);
}

.image-hover * {
    box-sizing: border-box;
    transition: all 0.35s ease;
}

.image-hover .image {
    padding: 15px 0;
}

.image-hover .thumb {
    max-width: 100%;
    opacity: 0.75;
}

.image-hover .header {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.image-hover .title,
.image-hover .description {
    position: absolute;
    left: 0;
    width: 100%;
    background-color:#deaa86;
    margin: 0;
    padding: 15px 25px;
}

.image-hover .title {
    font-weight: bold;
    text-transform: uppercase;
    top: 0;
    transform: translateY(-100%);
}
.image-hover .description {
    font-size: 0.8em;
    
    bottom: 0;
    
    transform: translateY(100%);
}

.image-hover a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.image-hover:hover .thumb,
.image-hover.hover .thumb {
    transform: scale(1.25);
    
    opacity: 1;
}

.image-hover:hover .title,
.image-hover:hover .description {
    transform: translateY(0);
}

/* - - - BROJAČ - - - */

.counteropis {
  display: inline-block;
  font-size:30px;
  padding-top: 10px;
  text-align: center;
  width:32%;
}

#usluge1{
display: grid;
	width: 50%;
	margin: auto;
	grid-gap: 20px;
	grid-column: 1fr 1fr;
	grid-template-areas: 
		"usluga1 usluga2 "
		"usluga3 usluga4 "
}
.usluge1 {
grid-area: usluga1;

}
.usluge2 {
grid-area: usluga2;

}
.usluge3 {
grid-area: usluga3;

}
.usluge4 {
grid-area: usluga4;

}

#usluge {
	width: 45%;
	float: left;
	
}
#brojac{
	background-color: #deaa86;
	width: 100%;
	height: 200px;
	clear: both;
}

#usluge p,#usluge1 p {
	line-height: 24px;
	color:  #555555;
	text-align: left;
}
#usluge1 i{
	color: #deaa86;
	font-size: 40px;
	
}
#usluge1 h2{
	margin-top: 6px;
	text-align: left;
	
}

h5 {
    text-align: center;
    color: white;
    font-size: 20px;
}


.ikona {
	width: 1px;
	margin-bottom: -20px;
}

/* - - - RESPONZIVNO - - - */

@media screen and (max-width:1220px) {
  #lijevi img{
	width: 47%;
}
	.image-hover {
    font-size: 15px;
    color: #FFFFFF;
    float: left;
    overflow: hidden;
	width: 40%;
    transform: translateZ(0);
}
}

@media screen and (max-width:920px) {
  #lijevi img{
	width: 45%;
}
.image-hover {
    font-size: 15px;
    color: #FFFFFF;
    float: left;
    overflow: hidden;
	width: 38.5%;
    transform: translateZ(0);
}
}
@media screen and (max-width:800px) {
  #lijevi img{
	width: 45%;
}
.image-hover {
    font-size: 15px;
    color: #FFFFFF;
    float: left;
    overflow: hidden;
	width: 36%;
    transform: translateZ(0);
}
}

@media screen and (max-width:650px) {
  #lijevi img{
	width: 100%;
}
	
	#desni{
	width: 96%;
	background-color: #fff;
	padding: 10px;
	float: right;
	box-shadow: 0px 20px 20px 0px rgba(102, 102, 102, 0.15);
	
}
	
	.counteropis{
		width: 90%;
		display: inline-block;
	}
	#brojac{
		height: auto;
		text-align: center;
	}
	#usluge{
		width: 100%;
		display: block;
	}
	#usluge1{
		width: 100%;
		display: block;
	}
	.usluge{
		width: 100%;
		margin-top: -60px;
	}
	#komentari{

	}
	#komentar {
	width: 90%;
	margin: auto;
	margin-bottom: 20px;
	margin-left: 0px;
	
	
}
	
	
	.usluge h2{
		padding-top: -40px;
	}
.image-hover {
    font-size: 15px;
    color: #FFFFFF;
    float: none;
    overflow: hidden;
	width: 95%;
	margin: 0 auto;
    transform: translateZ(0);
}
	
	
}

.priedno{
	height:50px;
	clear: both;
	width: 100%;
}
.dno{
	background-color:#fff;
	box-sizing: border-box;
	box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.15);
    clear: both;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;

	padding: 15px 15px;
	
}
.dno a{
	text-decoration: none;
	color: black;
}

.dno .footer-lijevi,
.dno .footer-srednji,
.dno .footer-desni{
	display: inline-block;
	vertical-align: top;
}
/* - - - FOOTER LIJEVI - - - */

.dno .footer-lijevi{
	width: 40%;
}

.dno h3 span{
    color: aliceblue;
	
}

/* - - - FOOTER DESNI - - - */

.dno .footer-desni{
	width: 20%;
    font-family: century gothic;
}

.dno .footer-autor{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.dno .footer-autor span{
	display: block;
	color:  #000000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.dno .footer-icons{
	margin-top: 25px;
}

.dno .footer-icons a{
	display: inline-block;
        border-radius: 50%;

	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  none;

	font-size: 20px;
	color: #deaa86;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}
/* - - - FOOTER LINKOVI - - - */

.dno .footer-linkovi a{
	display:inline-block;
	font-weight: 100;
	margin-right: 10px;
	line-height: 1.8;
    letter-spacing: 2px;
    font-size: 18px;
    transition:0.5s;
    font-family: century gothic;
	text-decoration: none;
	border-bottom: 2px solid rgba(222, 170, 134, 0);
}
.footer-linkovi a:hover{
	border-bottom: 2px solid #deaa86;
	transition:0.5s;
	border-image-width: 20px;
	
}



/* - - - FOOTER SREDNJI - - - */

.dno .footer-srednji{
	width: 35%;
    font-family: century gothic;
   
}

.dno .footer-srednji i{
	color: #deaa86;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
    background-color:none;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.dno .footer-srednji i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
    background-color: none;
}

.dno .footer-srednji p{
	display: inline-block;
	color: #000000;;
	vertical-align: middle;
	margin:0;
}

.dno .footer-srednji p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.dno .footer-srednji p a{
	color:  #000000;
	text-decoration: none;;
}


/* - - - RESPONZIVNI FOOTER - - - */

@media (max-width: 880px) {
  
	.dno{
		font: bold 14px sans-serif;
		
	}

	.dno .footer-lijevi,
	.dno .footer-srednji,
	.dno .footer-desni{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		
	}
    .footer-lijevi,.footer-desni{
        text-align: center;
    }
    .footer-srednji{
        text-align:center;
    }
	.dno .footer-srednji i{
		margin-left: 0;
	}

}



.fa-quote-right {
	color: #deaa86;
	font-size: 40px;
	padding: 10px;
	
}

.komentarpara {
	text-align: center;
	border-top: 1px solid rgba(222, 170, 134, 0.5);
	padding-top: 10px;
	padding-bottom: 10px;
	width: 90%;
	margin: auto;
}




#skrolanje{
	width: 0px;
	margin: auto;
}
.skrol_misa {
	padding-top: 20px;
	margin: 0 auto;
	width: 24px;
	margin-left: -12px;
	height: 100px;
	
}
.skrol_misa a{
	width: 100px;
}

.skrol_strelice
{
  display: block;
  width: 5px;
  transform: rotate(45deg);
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 0 0 3px 4px;
  width: 16px;
  height: 16px;
}




.prvastrelica, .drugastrelica, .trecastrelica
{
    animation: strelice 1s infinite;
   
}

.prvastrelica
{
  animation-delay: .1s;
  animation-delay: .1s;
  animation-direction: alternate;
}

.drugastrelica
{
  animation-delay: .2s;
  animation-delay: .2s;
  animation-direction: alternate;
  margin-top: -6px;
}

.trecastrelica
{
  animation-delay: .3s;
  animation-delay: .3s;
  animation-direction: alternate;
  margin-top: -6px;
}




.mis
{
height: 42px;
width: 24px;
border-radius: 20px;
transform: none;
border: 2px solid white;
}

.kotac
{
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
  height: 4px;
  width: 4px;
  border: 2px solid #fff;
  border-radius: 8px;
  

}

.kotac
{
  animation: mis-skrol 0.6s linear infinite;

}

@-webkit-keyframes mis-skrol
{
   0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(10px);
  }
}

@keyframes strelice {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}


#copyright {
	padding-top: 20px;
	text-align: center;
	font-family: century gothic;
	font-weight: 100;
	font-size: 20px;
	letter-spacing: 1px;
	color:  #463f3f;
}

.sobalista {
	margin-top: -30px;
}

#parallax1 {
	height: 300px;
	color: #fff;
	text-align: center;
	line-height: 300px;
	background-image: url(slike/para1.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

#parallax2 {
	height: 300px;
	color: #fff;
	clear: both;
	text-align: center;
	line-height: 300px;
	background-image: url(slike/para2.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}


.slideshow-container {
  position: relative;
	color: #fff;
  background: #deaa86;
}

.mySlides {
  display: none;
  padding: 80px;
  text-align: center;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 45%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  position: absolute;
  right: 0;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.1);
}

.dot-container {
    text-align: center;
    padding: 20px;
    background: #b98a6a;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

q {font-style: italic;}

.author {color: #fff;
font-weight: bold;
font-size: 20px;
letter-spacing: 1px;}

#autor {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #fff;
	color: #000;
	text-align: center;
	font-size: 18px;
}
