/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

@import url(../warp/css/responsive.css);


/* Breakpoints
----------------------------------------------------------------------------------------------------*/

/* All except large Screens */
@media (max-width: 1220px) {

}

/* Only Phones and Tablets (Portrait) */
@media (max-width: 800px) {
	.larg67Esq { height: 340px; }
	.larg33Dir { height: 340px; }
}
@media (max-width: 959px) {

}

/* Only Tablets (Portrait) */
@media (min-width: 768px) and (max-width: 959px) {

}

/* Only Tablets (Portrait) and Phones (Landscape) */
@media (min-width: 480px) and (max-width: 959px) {

	/* Layout */
	#search { display: none; }

}

/* Only Phones */
@media (max-width: 767px) {

	/* Layout */
	#toolbar,
	/*#headerbar,*/
	/*#header-responsive,*/
	#header-responsive .logo,
	#menubar,
	#breadcrumbs,
	#totop-scroller { display: none; }
	#headerbar { text-align: center; }
	#headerbar .module { float: none; clear:both; max-width: none; padding:0; }
	.menu-responsive { margin-bottom: 20px; }
	#logo { float: none; }
	#maininner { min-height: none; }
	.artigoEsq, .artigoDir { float:none; border:none; width:100%; padding:0; }
	h11 { font-size: 30px; }
	.tarifario01 { width: 86%; }
	.tarifario02 { width: 86%; text-align:right; }
	.distancia01 { width: 93%; font-size: 14px; }
	.distancia02 { width: 93%; font-size: 14px; text-align:right; margin-bottom:5px; }
	.larg67Esq { width:100%; float:none; height: 220px; }
	.larg33Dir { width:100%; float:none; height: 330px; margin: 6px 0 -23px 0;}
	.centerGaleria { padding: 0 0 20px 20px; }

/* Only Phones (Landscape) */
@media (min-width: 480px) and (max-width: 767px) {

}

/* Only Phones (Portrait) */
@media (max-width: 479px) {

	/* System */
	#system .items .item,
	#system .items .item:first-child {
		margin-top: 12px;
		padding-top: 18px;
		border-top-width: 1px;
	}

	#system .items :first-child .item:first-child {
		margin-top: 0;
		padding-top: 0;
		border-width: 0;
	}

	#system .items .leading .item {
		margin-bottom: 0;
		padding-bottom: 0;
		border-width: 0;
	}

}
