/* #Mobile (Landscape) - Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
/* FORMS */	
	
div.doubt {
	left: 0px;
	}
	
/* MAIN */

	/* COMMON HALF SIZE */
				
	.half-size {
		float: left !important;
		width: 50% !important;
		padding: 0 10px 0 0 !important;
		}
		
	.half-size:nth-child(odd) {
		padding: 0 0 0 10px !important;
		}
		
	.half-size.jump-one:nth-child(odd) {
		padding: 0 10px 0 0 !important;
		}
		
	.half-size.jump-one:nth-child(even) {
		padding: 0 0 0 10px !important;
		}
		
	.box .half-size.jump-one:nth-child(odd) {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: 0;
		}
		
	/* COMMON GRID */
	
	.grid {
		width: 100%;
		overflow: hidden;
		}
	
		.grid-content {
			margin: 0 -10px;
			}
	
			.grid-content > * {
				float: left;
				width: 50%;
				padding: 0 10px;
				}

}