@media screen and (max-width: 480px)  
	{

li.wa
		{
		display:block;
		}
body
	{
	background-attachment: fixed;
    background-image: url("../img/bg-image-720x405.jpg");
	 background-repeat:repeat;
	}

.section-item-50 {
    min-height: 270px;
}

#home-nav
	{
	position:relative;
	clear:both;
	width:100%;
	}

#home-nav li
	{
	float:right;
	}

.views-slideshow-pager-field-item 
	{
	width:33.33%;
	
	}

#smartphone-section
	{
	    display: block;
    height: 70px;
    overflow: hidden;
	}
#smartphone-section a
	{
	display: block;
    padding: 3px;
    text-align: center;
	}
	}

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

	.section-item-50 {
    min-height: 280px;
}
	}
