@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');
*{
    box-sizing:border-box;
}

html {
	height:100%;
}

body {
	/*font-family: "Segoe UI",sans-serif !important;*/
  font-family: 'Open Sans Condensed', sans-serif !important;
	width:100%;
	height:100vh;
  margin:0px;
  padding:0px;
	background-image: url("../img/back.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  font-size:16px;
}

header{
	display:none;
}

.welcomePage{
  margin:0 auto;
  width:80%;
  height: 100%;
  display:-webkit-flex;
	display:flex;
	-webkit-align-items:center;
	align-items:center;
  -webkit-justify-content:center;
  justify-content: center;
  flex-direction: column;
  -webkit-flex-direction:column;
  font-size:150%;
  color:#F3B675;
}

.jezik{
  font-size:150%;
  color:#F3B675;
  text-decoration: none;
}
.jezik:hover{
  text-decoration: underline;
}

.logoWelcome{
  max-width: 100%;
  max-height: 80%;
}

.prikazi{
	display:block !important;
}

.skrij{
	display:none;
}

.menuList{
	display:block;
}

.logo{
	height:90%;
	width:auto;
	margin-left:1%;
	margin-right:1%;
  margin-top:1%;
}

.menu{
	display:-webkit-flex;
	-webkit-align-items:flex-start;
	display:flex;
	align-items:flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
	position:fixed;
	z-index:300;
	width:100%;
	background:none;
	height:20%;
	font-size:140%;
}
.menu ul {
  width:70%;
	margin: 0;
	padding: 0;
  margin-top:1%;
	list-style-type: none;
	list-style-image: none;
  text-align:right;
}
.menu li {
	display:-webkit-inline-flex;
	-webkit-align-items:center;
	-webkit-justify-content:center;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	border-right:#F3B675 2px solid;
	text-transform:lowercase;
	height:30%;
  padding-left: 3%;
  padding-right: 3%;
	transition: color .75s;
}
.menu li:hover{
	/*border-bottom:#262262 1px solid;*/
}

.activeLink{
	color:#FFFFFF;
	text-decoration:none;
}

.menu ul li a {
	text-decoration:none;
	margin:0px;
}
.menu ul li a:hover {
	text-decoration:underline;
}
.menu a{
	color:#F3B675;
	text-decoration:none;
}
.menu a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

.menu a:active{
	color:#FFFFFF;
	text-decoration:none;
}

.aktivan{
	color:white !important;
}

.noRightBorder{
	border:none !important;
}

#glavniSadrzaj{
	width:100%;
	height:80vh;
	margin-top:20vh;
  padding-left:10%;
  padding-right:10%;
	position:absolute;
	overflow-y:auto;
  z-index: 1;
	-webkit-overflow-scrolling: touch;
  /*border:1px solid red;*/
}

.titlPage{
    font-size: 200%;
    color:white;
    text-align:center;
    width:100%;
    display:block;
    color:#F3B675;
}

/*Glavna strana*/
.logoSkrij{
  display: none;
}

.lijevo{
  -webkit-justify-content:flex-end !important;
  justify-content:flex-end !important;
}

.glavna{
  margin-top:10vh !important;
  height:90vh !important;
}

.homepageLogo{
  display:-webkit-flex;
  -webkit-align-items:flex-start;
  display:flex;
  align-items:center;
  justify-content: center;
}

.saceLogo{
  display:inline-block;
  height:50%;
  width:auto;
}

.homeText{
  width:50%;
  font-size:250%;
  color:#F3B675;
  text-align: center;
}

.giorgio{
  font-size:50%;
  color:#F3B675;
  text-align: right;
  display: inline-block;
  width: 100%;
}

.oNama{
  font-size:170%;
  color:#F3B675;
  text-align: justify;
  text-justify:inter-word;
}

.aktuelno{
  font-size:140%;
  color:#F3B675;
  text-align: justify;
  text-justify:inter-word;
  border-bottom:1px solid #F3B675;
}

.aktuelnoTitle{
  font-size:150%;
  color:#F3B675;
  text-align: left;
  text-justify:inter-word;
  font-style: italic;
}

.aktuelnoDatum{
  font-size:100%;
  color:#F3B675;
  text-align:right;
}


/*Kontakt*/
#map {
  height: 60vh;
  width: 50%;
}

.kontaktTekst{
  font-size:200%;
}

.ikonice img{
  height:10%;
}


/*Galerija*/

.galerijaImgDiv{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  float:left;
  margin:1%;
  padding:0;
  width:18%;
  height:40vh;
}

.galerijaImg {
    max-width: 100%;
    max-height: 100%;
    padding: 0;
    margin:0;
    z-index: 1;
}

#pozadinaGalerija {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 1000;
    display: none;
}

#centerGalerija {
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    bottom:0;
    margin:auto;
    width: 80%;
    height: 100vh;
    z-index: 1000;
    display: none;
}

#media {
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 5px #888888;
    background-color: black;
    z-index: 1000;
    padding: 2%;
}

#close {
    position: absolute;
    right: 0.5vh;
    top: -1vh;
    text-decoration: none;
    color: white;
    font-size: 4vh;
}

.imgContainer {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 80%;
    text-align:center;
}

#mainImage {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    z-index:1005;
}

#thumbRoll {
    width: 100%;
    height: 20%;
    text-align: center;
    white-space: nowrap;
    overflow-x: scroll;
}

.thumb{
  max-width: 100%;
  max-height: 100%;
}

.thumbCont {
    background-color:black;
    width: 16.8%;
    padding: 0.5%;
    height: 100%;
    line-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.aktThumb {
    background-color: #F3B675;
}

@media only screen and (max-width: 600px) {

	header{
		display:-webkit-flex;
		-webkit-align-items:center;
		-webkit-justify-content:center;
		display:flex;
		align-items:center;
		justify-content:center;
		position:absolute;
		top:0;
		left:10px;
		height:100%;
	}
	#menuList{
		position:absolute;
		top:15vh;
		left:0;
    height:50vh;
    border:1px solid #F3B675;
	}
	.menuList{
		display:none;
	}
	#hamburger{
		display:block;
		background:none;
		color:#F3B675;
		border:0;
		border-radius:3px;
		font-size:5vh;
		font-weight:bold;
		cursor:pointer;
		outline:none;
		z-index:300;
	}
	#cross{
		display:none;
		background:#F3B675;
		border:none;
		border-radius:10px;
		font-size:5vh;
		font-weight:bold;
		cursor:pointer;
		outline:none;
		z-index:300;
    color:black;
	}

	.menu{
		display:-webkit-flex;
		-webkit-align-items:center;
		-webkit-justify-content:center;
		display:flex;
		align-items:center;
		justify-content:center;
		position:fixed;
		height:15vh;
		width:100%;
    background: none;
	}

	#glavniSadrzaj{
	  height:85vh;
	  margin-top:15vh;
    padding-left:2%;
    padding-right:2%;
	}

	.menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		list-style-image: none;
    width:100%;
	}

	.menu li {
		background:black;
		border-bottom:#F3B675 1px solid;
		border-right:none;
		width:100%;
		height:25%;
	}
	.menu li:hover{
		background:black;
		border-right:none;
		color:#F6F9FE;
	}
	.menu a:hover{
		color:#F6F9FE;
		text-decoration:underline;
	}
	.menu a:active{
		color:#F6F9FE;
		text-decoration:underline;
	}


    .logoSkrij{
      display: block;
    }

    .lijevo{
      -webkit-justify-content:center !important;
      justify-content:center !important;
    }


    .glavna{
      margin-top:15vh !important;
      height:85vh !important;
    }



  .homepageLogo{
    flex-direction: column;
    -webkit-flex-direction: column;
  }

  .homeText{
    width:90%;
  }

.oNama{
  font-size:120%;
 }

.aktuelno{
  font-size:120%;
}

.aktuelnoTitle{
  font-size:140%;
}

  #map {
    height: 80vh;
    width: 100%;
    z-index:5;
  }

  .kontaktTekst{
    font-size:100%;
    width:100%;
  }


  .galerijaImgDiv{
    width:98%;
    height:80%;
  }

  .imgContainer{
    height:90%;
  }

  #thumbRoll{
    height:10%;
  }
}
