

/* ==========================================================================
   Dream Design's custom styles
   ========================================================================== */


html{  }
body { }


/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 568px) and (orientation : landscape) {

}

/* Smartphones (portrait) ----------- */
@media only screen and (min-width : 320px) and (max-width : 568px) and (orientation : portrait)  {

}


@media only screen and (min-width : 569px) and (max-width : 767px) and (orientation : portrait)  {
	

}
/* iPads (portrait) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {

}

/* iPads (landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {

}


/* Desktops and laptops piccoli ----------- */
@media only screen and (min-width : 1025px) and (max-width : 1200px)  {

	

}
/* Desktops and laptops ----------- */
@media only screen and (min-width : 1201px) and (max-width : 1365px) {
	
}

/* Large screens ----------- */
@media only screen and (min-width : 1825px)  and (max-width : 2500px){

}











