/************************************************************************************
smaller than 1000
*************************************************************************************/
          
@media screen and (max-width: 1000px) {

	/* header */
  #header {
		width: auto;  
  }
  #header_table {
    width: 100%;   
  }

	/* content */
	#content {
		width: auto;  
	}

  #content_table {
    width: 100%;
  }
  
  img {
  	max-width: 100%;
  	height: auto;
 	  width: 100%;
  } 
/*
  .live-tile {              
    display: none;
    visibility: hidden; 
  }           
*/
  .live-tile {              
    height: 15vw; 
    width: 100%;
  }           


   
  /* footer */
  #footer {
		width: auto; 
    height: auto; 
  }
  #footer_table {
    width: 100%;   
  }  
  .follow_us {
    display: none;
  }
  .follow_us_min {
    display: block;
  }
  .kontakt_podaci {
    width: 420px;
  }
  .podrska {
    width: 420px;
  }
  
  .scrollup {
    visibility: hidden;    
  }  

/* slideshow */
/* fix za chrome */
  .bx-wrapper li {
   	width: 1000px;
  }  
   
  #eunet_logo {
    display: block;
    border: 0;
  }
  #eunet_logo_td {
    margin-left: 0px;
    float: left;
  } 
   
    

}

/************************************************************************************
smaller than 680
*************************************************************************************/
@media screen and (max-width: 680px) {

  #search {
    display: none;
  }
/* Glavna navigacija */ 
  #eunet_logo {
    display: none;    
  }
  #eunet_logo_td {
    display: none;    
  }  
  #eunet_logo_td > a {
    display: none;
    width: 0px; 
  }  
/* /Glavna navigacija */ 


  #eunet_logo_white {
    display: block;
    padding-left: 7px;
    z-index: 9999;
    position: relative;   
    border: 0;   
  }  
  nav a { 
    float: none; 
    margin-top: 1px; 
    width: 100%;   
    padding: 0px;   
  }
  nav a:hover { 
    margin-top: 1px; 
    padding: 0px;   
  }  
  .first_link {
    border-left: solid 0px #ffffff;
  }  

	/* content */

  .content_title a {
    font-size: 80%;
  }
  .content_title a:hover {
    font-size: 80%;
  }
  body {
    font-size: 11px;
  }
  a {
  	font-size: 11px;
	}
  a:hover {
  	font-size: 11px;
	}


  #content_left {
    padding-left: 15px;
    padding-right: 15px;
  }	
  .content_title {
    font-size: 28px;
  }   
  #post_form {
    padding-right: 28px;
  }

  /* footer */
  #footer_table {
    display: none;   
  }
  #footer_table_min {
    display: block; 
    width: 100%;  
  }  
  .footer_title {
    font-size: 21px;
  }
  
  
  /* slideshow */
  
  .bx-caption {
    display: none;
  }
  

	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
	}

	/* main nav */
	#main-nav a {
		font-size: 90%;
		padding: 10px 8px;
	}
	
}

@media screen and (max-width: 580px) {

  #right_menu_max {
    display: inline;
    float: left;  
    width: 100%;
  }
  #right_td_max {
    display: none;  
    float: left;      
  }
  #left_td_max {
    display: inline;
    float: left;      
    width: 100%;
  }
  .right_menu_div {
    height: 50px;
  }
  .right_menu_link {
    height: 50px;
  }
 
}