@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_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;
}
#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);
}







#unesi_vest_dugme {
	padding: 5px;
	cursor: pointer;
}
#div_vesti {
	padding-bottom: 30px;
	background: rgb(238, 238, 238);
}
.drzac_cunjeva {
	background-image: url(../img/cunjevi.jpg);
	background-size: 100%;
}
.drzac_cunjeva h2 {
	font-family: lato_bold;
	font-size: 28px;
	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;
	background: rgba(70, 70, 70, 0.6);
	border-top: 2px solid rgb(0, 0, 0);
}
.vest {
	padding: 40px 7.05% 40px 7.05%;
}
.naslov_vesti {
	font-family: lato_bold;
	font-size: 22px;
	/*color: rgb(222, 200, 57);*/
	color: rgb(255, 0, 0);
	background: rgba(0, 0, 0, 0.7);
	padding: 7px 0 7px 30px;
	border-radius: 4px 4px 0 0;
	position: relative;
}
.kreirana {
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	font-family: lato_bold;
	font-size: 18px;
	/*color: rgb(222, 200, 57);*/
	color: rgb(255, 0, 0);
}
.sadrzaj_vesti {
	font-family: lato_regular;
	font-size: 16px;
	background: rgb(255, 255, 255);
	padding: 30px;
	border-radius: 0 0 4px 4px;
}
.cebe {
	padding: 10px 0 10px 30px;
	background: rgba(0, 0, 0, 0.7);
	position: relative;
}
.povezi {
	cursor: pointer;
}
.pogledaj_u_galeriji {
	display: inline-block;
	margin-top: 40px;
	padding: 5px 8px;
	background: rgba(0, 0, 0, 0.7);
	color: rgb(255, 255, 255);
	font-family: lato_regular;
	text-decoration: none;
	border-radius: 2px;
}
.pogledaj_u_galeriji:hover {
	color: rgb(222, 200, 57);
}









.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;
}








.screen_filler_vesti {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(50, 50, 50, 0.5);
	z-index: 12;
	display: none;
}
.screen_filler_vesti_open {
	display: block;
}
.vesti_popup {
	width: 80%;
	height: 90vh;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	background: rgb(240, 240, 240);
	display: none;
}
.vesti_popup::after {
	content: '';
	display: table;
	clear: both;
}
.vesti_popup_open {
	display: block;
}
#naslovi_div {
	width: 40%;
	height: 100%;
	background: rgb(255, 255, 255);
	float: left;
	overflow-y: auto;
}
.vesti_red {
	font-family: lato_regular;
	font-size: 16px;
	padding: 5px;
	cursor: pointer;
}
.vesti_red:hover {
	background: rgb(220, 220, 220);
}
.vesti_red_selected {
	background: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
}
#sadrzaj_div {
	width: 60%;
	height: 100%;
	background: rgb(240, 240, 240);
	float: left;
}
#naslov {
	width: 80%;
	margin: 30px;
	padding: 4px;
	border: 4px solid rgb(225, 225, 225);
	border-radius: 3px;
}
textarea {
	width: 80%;
	height: 22em;
	resize: none;
	margin-left: 30px;
	border: 4px solid rgb(225, 225, 225);
	border-radius: 3px;
}
#sadrzaj_div button {
	margin-left: 30px;
	margin-top: 5px;
	padding: 4px;
	cursor: pointer;
}
#vesti_output {
	font-family: lato_regular;
	font-size: 16px;
	line-height: 1em;
	height: 1em;
	padding: 5px;
	color: rgb(255, 0, 0);
	margin-left: 30px;
}











.screen_filler_povezi {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(50, 50, 50, 0.5);
	z-index: 16;
}
.screen_filler_povezi_open {
	display: block;
}
.povezi_popup {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	background: rgb(241, 241, 241);
	width: 350px;
	height: 150px;
}
.povezi_popup_open {
	display: block;
}
.povezi_popup input {
	font-family: lato_regular;
	margin: 10px;
	padding: 3px;
}
.povezi_popup button {
	margin: 5px 0 0 10px;
	cursor: pointer;
}
#povezi_output {
	font-family: lato_regular;
	font-size: 15px;
	line-height: 1em;
	height: 1em;
	color: rgb(255, 0, 0);
}






@media screen and (max-width: 1100px) {
	
	
.vest {
	padding: 30px 7.05% 30px 7.05%;
}
.naslov_vesti {
	padding: 0;
}
.naslov_vesti h4 {
	font-size: 20px;
	padding: 7px 0 7px 25px;
}
.kreirana {
	right: 25px;
	font-size: 17px;
}
.sadrzaj_vesti {
	font-size: 15px;
	padding: 25px;
}
}






@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;
}

	
.vest {
	padding: 30px 7.05% 30px 7.05%;
}
.naslov_vesti h4 {
	font-size: 18px;
	padding: 7px 0 7px 20px;
}
.kreirana {
	right: 20px;
	font-size: 16px;
}
.sadrzaj_vesti {
	font-size: 14px;
	padding: 20px;
}
}





@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: 19px;
	padding: 30px 0 30px 0;
}
	
	

.vest {
	padding: 20px 7.05% 20px 7.05%;
}
.naslov_vesti h4 {
	font-size: 14px;
	padding: 7px 0 7px 10px;
}
.kreirana {
	right: 10px;
	font-size: 12px;
}
.sadrzaj_vesti {
	font-size: 12px;
	padding: 10px;
}
.pogledaj_u_galeriji {
	margin-top: 25px;
}
}









@media screen and (max-width: 600px) {
	
	
#banner h1 {
	font-size: 18px;
}
}



@media screen and (max-width: 500px) {
	
	
.naslov_vesti h4 {
	font-size: 12px;
	padding: 7px 0 7px 10px;
}
.kreirana {
	right: 10px;
	font-size: 10px;
}
}





@media screen and (max-width: 380px) {
	
	
.naslov_vesti h4 {
	font-size: 11px;
	padding: 7px 0 7px 10px;
}
.kreirana {
	display: none;
}
}