/* 240px Mobile (Portrait) */


/* 320px Mobile (Portrait) */
@media only screen and (max-width: 479px)
{

}

/* 480px Mobile (Landscape) */
@media only screen and (min-width: 480px) and (max-width: 767px)
{
	
}

/* 320px Mobile (Portrait) */
@media only screen and (max-width: 767px)
{
#header-main{text-align:center}
.contact,.banner-content{font-size:20px}
#header-main img{width:220px;margin:0 auto;text-align:center}
}

@media only screen and (max-width: 479px)
{
.banner-content{font-size:14px}
.products ul {float:none;display:block}
} 

/* 768px Tablet (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 1023px)
{

}

/* 960px Desktop */
@media only screen and (min-width:1024px) and (max-width: 1279px)
{
}
