@font-face {
	font-family: lato_regular;
	src: url(../fonts/Lato2OFL/Lato-Regular.ttf);
}
@font-face {
	font-family: lato_light;
	src: url(../fonts/Lato2OFL/Lato-Light.ttf);
}
@font-face {
	font-family: lato_italic;
	src: url(../fonts/Lato2OFL/Lato-Italic.ttf);
}
@font-face {
	font-family: lato_bold;
	src: url(../fonts/Lato2OFL/Lato-Bold.ttf);
}
@font-face {
	font-family: lato_bold_italic;
	src: url(../fonts/Lato2OFL/Lato-BoldItalic.ttf);
}




* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}




#head_fil {
	display: none;
	width: 0;
	height: 0;
}
#wrapper {
	max-width: 1366px;
	margin: 0 auto;
	position: relative;
	background: rgb(240, 240, 240);
}
#banner {
	position: relative;
	width: 100%;
}
#banner::before {
	content: "";
	display: block;
	padding-top: 24.46256486286138%
}
#banner img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
}
#banner_crno {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}
#banner h1 {
	font-family: lato_bold;
	font-size: 30px;
	font-weight: normal;
	color: rgb(255, 255, 255);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
	letter-spacing: 3px;
	position: absolute;
	bottom: 50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
#logout {
	font-family: lato_regular;
	font-size: 15px;
	position: absolute;
	bottom: 50px;
	right: 50px;
	text-decoration: none;
	padding: 10px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 2px;
}
#logout:hover {
	background: rgb(222, 200, 57);
}








.drzac_cunjeva {
	background-image: url(../img/cunjevi.jpg);
	background-size: 100%;
}
.drzac_cunjeva h2 {
	font-family: lato_bold;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	padding: 60px 0 60px 0;
	color: rgb(255, 255, 255);
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
	letter-spacing: 1px;
	border-top: 2px solid rgb(0, 0, 0);
}
#otvori_galerije {
	padding: 5px;
	cursor: pointer;
}
#galerija {
	width: 100%;
}
#galerija a {
	text-decoration: none;
}
#galerija::after {
	content: "";
	display: table;
	clear: both;
}
.galerija_link {
	width: 33.33333%;
	float: left;
}
.galerija {
	width: 100%;
	position: relative;
	border: 1px solid rgb(255, 255, 255);
}
.galerija:hover {
	border: 1px solid rgb(222, 200, 57);
}
.drzac_slike {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.drzac_slike::before {
	content: "";
	display: block;
	padding-top: 75%;
}
.imageWidth {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.imageHeight {
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.naslov {
	font-family: lato_regular;
	font-size: 13px;
	background: rgba(0, 0, 0, 0.7);
	color: rgb(255, 255, 255);
	padding: 10px;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.brisi_galeriju {
	font-family: lato_regular;
	font-size: 15px;
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 5px;
	background: rgba(0, 0, 0, 0.5);
	color: rgb(255, 255, 255);
	cursor: pointer;
}
.brisi_galeriju:hover {
	background: rgb(0, 0, 0);
}
.povezi {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 5px;
	font-family: lato_regular;
	font-size: 15px;
	padding: 7px;
	background: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
}


.screen_filler_galerije {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(50, 50, 50, 0.6);
}
.screen_filler_galerije_open {
	display: block;
	z-index: 16;
}
.galerije_popup {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	background: rgb(241, 241, 241);
	width: 600px;
	height: 150px;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.galerije_popup_open {
	display: block;
}
.galerije_popup input {
	font-family: lato_regular;
	margin: 10px;
	padding: 3px;
	width: 90%;
}
.galerije_popup button {
	margin: 5px 0 0 10px;
	cursor: pointer;
}
#galerije_output {
	font-family: lato_regular;
	font-size: 15px;
	line-height: 1em;
	height: 1em;
	color: rgb(255, 0, 0);
}















.vrati_gore {
	display: none;
	position: fixed;
	width: 40px;
	height: 40px;
	bottom: 20px;
	right: 20px;
	padding: 12px;
	/*background: rgb(222, 200, 57);*/
	background: rgb(255, 0, 0);
	border-radius: 2px;
	overflow: hidden;
	cursor: pointer;
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.7);
	        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.7);
}
.vrati_gore div {
	position: relative;
	top: 5px;
	width: 15px;
	height: 15px;
	border-left: 3px solid rgba(255, 255, 255, 0.8);
	border-top: 3px solid rgba(255, 255, 255, 0.8);
	border-radius: 3px;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.vrati_gore:hover {
	-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.9);
	        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.9);
}
.vrati_gore:active div {
	top: 0;
	-webkit-transition: top 300ms;
	-o-transition: top 300ms;
	transition: top 300ms;
}
.vrati_gore_show {
	display: block;
}










@media screen and (max-width: 1100px) {
	
	
	
.naslov {
	font-size: 12px;
	padding: 10px;
}
}












@media screen and (max-width: 870px) {
	
	
	
#banner h1 {
	font-size: 25px;
	letter-spacing: 3px;
	position: absolute;
	bottom: 40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	display: table;
}
.drzac_cunjeva h2 {
	font-size: 20px;
	padding: 30px 0 30px 0;
}




.galerija_link {
	width: 50%;
}
}









@media screen and (max-width: 650px) {
	
	
	
#head_fil {
	display: block;
	width: 100%;
	height: 46px;
	background: none;
}
#banner h1 {
	font-size: 22px;
	letter-spacing: 3px;
	position: absolute;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	display: table;
}
.drzac_cunjeva h2 {
	font-size: 17px;
	padding: 25px 0 25px 0;
}




.naslov {
	font-size: 10px;
	padding: 7px;
}
}









@media screen and (max-width: 600px) {
	
	
#banner h1 {
	font-size: 18px;
}
}




