@charset "utf-8";
/* CSS Document */
		#logo_fld{ padding:10px; }
		#logo{ height:auto;}
		
		/*
		.menu_btn_fld_other{display:inline-block; transition: background-color 0.8s; color:#555;  text-shadow: 1px 1px 1px #rgba(0,0,0,.4); padding:25px 0px; background-color:transparent;}
		.menu_btn_other{ text-decoration:none; font-size:14px; letter-spacing:0px; font-weight:normal; text-transform:none; padding:2px 15px;  display:block;}
		.other_label{ font-weight:bold}
		*/
		.header_meni_dugme{ text-decoration:none; display:inline-block; color:#fff; font-size:18px; font-weight:normal; text-transform:uppercase; padding:5px 20px; letter-spacing:1px;}
		.header_meni_dugme:hover{  color:#ccc;}
		
		/*
		.header_soclink{ text-decoration:none; color:#fff; font-size:18px; display:inline-block;  padding:5px 7px; }
		
		.header_link{ text-decoration:none; color:#fafafa; }
		.header_link:hover{ color:#fff; }*/
		
		@media only screen and (max-width:980px){
			
			
		}
		
		
		@media only screen and (max-width:750px){
			
			.mob_menu_btn{ padding:10px; font-size:32px; color:#333; position:absolute; right:10px; top:8px;}
			
			#logo_fld{ padding-right:140px;}
			#logo{ height:50px; width:auto}
			
			.header_meni_dugme{ display:block; font-size:20px; border-bottom:1px #ccc solid; padding:15px;  }
			/*
			.menu_btn_fld{display:block; text-shadow: 1px 1px 1px #rgba(0,0,0,.4);}
			
			.menu_btn_fld_other{ display:none}
			.menu_btn_other{ text-decoration:none; font-size:12px; letter-spacing:0px; font-weight:normal; text-transform:none; color:#FFF; padding:10px 10px; display:block;}
			*/
			
			
		}
		
		@media only screen and (max-width:490px){
			
		}

