
/* LAPTOP */

@media only screen and (max-height: 780px) and (min-width:761px){

	section{
		padding-top:30px;
		padding-bottom:130px;
	}

	/* header */
	header{
		height:60px;
		overflow:hidden;
	}
	header a{
		height:100%;
	}
	header a img{
		height:100%;
		width:auto;
	}

	/* home */
	#home h1{
		font-size:3em;
	}
	#home p{
		font-size:1.34em;
	}
	#home img{
		width:85%;
	}
	#home:after{
		top:475px;
		height:325px;
	}

	/* elige tu meta */
	#steps{
		padding-top:55px;
		margin:0 auto 10px auto;
	}
	#steps:before{
		top:68px;
	}

	.description{
		padding:5px;
	}

	/* detalles */
	.choosen-priority{
		margin:5px auto;
	}
	#details div{
		margin:0 0 10px 0;
	}

	/* tu plan meta ahorro */

	aside{
		padding:10px 1%;
		height:330px;
	}

	.results div{
		max-height:350px !important;
	}

		#opt-two{
			height:310px;
		}
		#opt-one{
			height:285px;
		}

	.saving{
		margin:5px 0;
	}

	.line label, .line input, .line select{
		margin:0 0 5px 0;
		height:25px;
	}
}

/* specials */
@media only screen and (max-height: 740px) {}
