/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {

body
{
	overflow-x:hidden;
}

.container{
	margin: 0 auto;
	padding: 0;
	width: 467px;
}



#menudiv{display:none;}

.mobile-nav	{
	width:100%; position:relative;
	height:50px;cursor:pointer;
	float:left;
	background:#fff;
	display:block;
	text-align:center;
	color:#fff;
	line-height:54px;
	font-family:Tahoma, Geneva, sans-serif;
	}

.mobile-nav select{width:100%; line-height:54px; height:54px; border:0px; outline:none;}
.mobile-nav select option{width:100%; line-height:54px;}



#footmob{ display:none;}


.contact_col form{
	width:92%;
	}

.contact_col_2{
	width:93%;
	float:left;
	}


	.welcome_img{width:100%;}


	.list-style-x{
	  width:70%;
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
		list-style: none;
		height:auto;
	  }


		.contact-col-1{width:100%;}
	  .contact-col-2{width:100%;}



}
