/*==========  Mobile First Method  ==========*/

	/* Custom, iPhone Retina */ 
	@media only screen and (min-width : 320px) {
		
	}

	/* Extra Small Devices, Phones */ 
	@media only screen and (min-width : 480px) {	
		
	}
	/*==========  Non-Mobile First Method  ==========*/

	/* Large Devices, Wide Screens */
	@media only screen and (max-width : 1200px) {

	}

	/* Medium Devices, Desktops */
	@media only screen and (max-width : 992px) {

	}

	/* Small Devices, Tablets */
	@media only screen and (max-width : 768px) {
		.view-webtv-homepage { margin-bottom:140px; }
		#footer-wrap { width:640px;}	
		#block-block-22 { text-align: center; }
		.menu-textos-de-apoio  ul.total-items-5 > li {
		  padding: 0 0 10px 0; 
		  width: 50%;
		}	
	}

	/* Extra Small Devices, Phones */ 
	@media only screen and (max-width : 480px) {
		.navbar-header {
			width: 368px;
		}	
		#navbar img { margin-left: 15px; }
		#navbar.shrink .navbar-toggle { margin: 12px 15px 12px 0; }
		#block-search-form, #redes-sociais { display: none; }
		#navbar.shrink #o-projeto-andi, #o-projeto-andi { margin: -10px 20px 0 0; }
		.front .main-container, .main-container { margin-top: 115px !important; }
		.view-webtv-homepage { margin-bottom:80px; }
		ul.links { display: none; }
		#social_sites_bar td { 
			display: block; 
			clear:left;
			margin-top:8px;
		}
		.texto-apoio h2 { margin-top: 10px !important; }
		.menu-textos-de-apoio  ul.total-items-5 > li {
		  padding: 0; 
		  width: 35%;
		}		
	}

	/* Custom, iPhone Retina */ 
	@media only screen and (max-width : 320px) {
		/*.view-webtv-homepage { margin-bottom:60px; }*/
		#ticker-clipping-title { margin-top: 10px; }
		.front .icon-seta_direita:after {
			vertical-align:middle;
			margin: 0 0.3em 0 0;
		}	
		.front .view-ticker-clipping .icon-seta_direita:after { padding: 0 6px 0 0; }	
		.view-artigos-homepage ul li .views-field-title,
		.view-entrevistas-homepage ul li .views-field-title,
		.view-webtv-homepage ul li .views-field-title,
		.view-pautas-homepage ul li .views-field-title,		
		.view-ticker-clipping ul li .views-field-title {
			width:70%;
		}	
		.view-ticker-clipping ul li  {
			/*height:90px;*/
		}
	
	}