
/*********************************** MEDIA QUERIES *************************************/

@media only screen 
and (max-width : 1141px) 
{
    .wrapper
    {
	width:853px;
    }
}

@media only screen 
and (min-width : 1142px) 
and (max-width : 1430px) 
{
    .wrapper
    {
	width:1142px;
    }
}


@media only screen 
and (min-width : 1431px)
{
    .wrapper
    {
	width:1431px;
    }
}
