

/* === Mobile devices - Portrait (320px wide) === */

@media only screen and (min-width : 320px) {

}

/* === Mobile devices - Landscape (480px wide) === */

@media only screen and (min-width : 480px) {
	div.esnSimpleBox div.esnschoolBox{
		width:44% !important;
		float:left !important;
		margin:10px !important;
	}
}

/* === Tablet devices - Portrait (768px wide) === */

@media only screen and (min-width : 768px) {
	div.esnSimpleBox div.esnschoolBox{
		width:155px !important;
		float:left !important;
		margin:10px !important;
	}
}

/* === Tablet devices - Landscape (900px wide) === */

@media only screen and (min-width :900px) {

}

/* === Netbook devices (1100px wide) === */

@media only screen and (min-width : 1100px) {

}

/* === Desktop devices (1300px wide) === */

@media only screen and (min-width : 1300px.25em) {

}

/*END RESPONSIVE*/

div.esnSimpleBox{
	overflow: hidden;
	width:95%;
	margin: 0 auto;
}


div.esnSimpleBox div.esnschoolBox{
	width:90%;
	margin:10px auto;
	_margin:10px 10px;
	padding:0;
	border:2px solid #E5EFF6;
	background-color:#fff;
	overflow:auto;
}

div.esnschoolBox div.esnSimplelogo{
	width:135px;
	margin:10px auto;
}

div.esnSimpleBox div.esnschoolBox div.esnSimplelearnMore p{
	text-align:center;
	margin:0;
}
