/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* UVOZ FONTOVA***********************************************************************************************************************/
/*
@import url(https://fonts.googleapis.com/css?family=Pathway+Gothic+One);
		h1 {font-weight:100;letter-spacing:0px;font-size:35px;font-family: 'Pathway Gothic One', sans-serif;color:rgba(255,255,255,1);}
*/
@import url(https://fonts.googleapis.com/css?family=BenchNine:400,300,700);
		h1 {font-weight:100;letter-spacing:0px;font-size:35px;font-family: 'BenchNine', sans-serif;color:rgba(255,255,255,1);}
		h2 {font-weight:100;letter-spacing:0px;font-size:35px;font-family: 'BenchNine', sans-serif;color:rgba(255,255,255,1);}
		
@import url(http://fonts.googleapis.com/css?family=Advent+Pro:400,100,200,300,500,600,700&subset=latin,latin-ext);
		h3 {font-weight:100;letter-spacing:0px;font-size:35px;font-family: 'Advent Pro', sans-serif;color:rgba(255,255,255,1);}
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900&subset=latin,cyrillic-ext,latin-ext,cyrillic);
		h4 {font-weight:100;letter-spacing:0px;font-size:35px;font-family: 'Roboto', sans-serif;color:rgba(255,255,255,1);}
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800&subset=latin,latin-ext,cyrillic,cyrillic-ext);
		h5 {font-weight:100;letter-spacing:0px;font-size:35px;font-family: 'Open Sans', sans-serif;color:rgba(255,255,255,1);}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 1000px) {
	#glavni_meni {display: none !important;}
	#mob_meni{display: block !important; }
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*ZA SVE*/
*{padding:0px; margin:0px; text-decoration:none; }
a{text-decoration:none;font-style:none; color:rgb(0,148,255); }		
html { min-width:100%;width:100%;height:100%; background-color:rgb(250,250,250);}
body{height:100%; min-height:100%;  overflow-X:hidden; }

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/



/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*DUGME GORE DOLE*/
#dume_gore_dole {display:block; position:fixed; left:20px; bottom:20px; width:50px; height:50px; z-index:5000; opacity:0;
								cursor:pointer; background-color:rgb(250,250,250); 
								-moz-box-shadow: 0px 1px 10px #000000; -webkit-box-shadow: 0px 1px 10px #000000; box-shadow: 0px 1px 10px #000000;
								-webkit-transition:all .3s ease;-moz-transition:all .3s ease;	-o-transition:all .3s ease;	transition:all .3s ease;}
	#dume_gore_dole:hover {background-color: rgb(255,106,0); }
		#dume_gore_dole a {display:block; position:absolute; left:0; top:0; width:50px; height:50px; z-index:20; }