/* ------------------------------
handheld styles
------------------------------ */
@media all and (max-width: 520px)/*,
 only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
   only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
    only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
     only screen and (min-resolution: 192dpi) and (max-width: 1024px),
      only screen and (min-resolution: 2dppx) and (max-width: 1024px)*/ {

	.screensize-computer {
	display:none;
	}
	
	.screensize-handheld {
	display:block;
	}
	
	#main_pannel {
		width:100%;
	}

	#hdr_pannel {
		background:url(/images/hdr_service_small.jpg) no-repeat 0 0;
background-size:100%;
		/*margin: 0 10px;*/
	}
	
	#hdr_pannel p {
		width:100%;
	}
	
	#hdr_pannel ul{
		display:none;
	}
	
	img.logo {
	height:100px;
	}
	
	#hdr_pannel .logo{
		display:none;
	}
	
	#mid_pan {
		width:100%;
	}
	
	/*#mid_pan div.mid_cntr {
		width:40%;
		margin-right:10px;
	}*/
	#index-service-img {
		max-width:300px;
	}
	
	#mid_pan div.mid_cntrLast {
		width:54%;
		float:left;
		margin-top:0px;
		padding-left:1%;
	}
	
	div.contact_num_half {
		margin:0 auto;
		width:100%;
		background-size: 98% 98%;
		padding-left:3px;
	}
	
	div.contact_num_half p {
		font-size:11px;
		padding-left:0px;
		margin-bottom:-10px;
	}
	
	div.contact_num_half p span {
		font-size:13px;
		padding-left:2px;
	}
	
	div.contact_num_half p.contact_header {
		font-size:13px;
		font-weight: bold;
	}
	
	#bttm_pan {
		width:100%;
	}
	
	#footer-main {
		width:100%;
	}
		
	#service_hdr {
		/*background:none;*/
		background:url(/images/hdr_service_small.jpg) no-repeat 0 0;
		background-size:100%;
		margin-left:0;
	}
	
	.about_p_cont {
		width:100%;
		/*padding-top: 15px;
		padding-bottom: 0px;*/
		float:none;
	}
	
	#page-menu {
		display:none;
	}
	
	#service_hdr .logo {
		display:none;
	}
	
	#service_left {
		width:100%;
	}
	
	#service_right {
		float:left;
		background:none;
		padding-top:50px;
		width:100%;
	}
	
	#service_left form {
		width:90%;
		padding: 0px;
	}
	
	#service_left form label {
		width:20%;
	}
	
	
	#service_left form input.submit_box{
		width:80%;
	}
	
	#service_left form textarea {
		width:80%;
	}
	
	#service_left div.project_cont p {
		width:100%;
		float:left;
	}
	
	#service_left div.project_cont h5 {
		/*margin-left:0px;*/
		width:100%;
	}
	
	#service_left div.project_cont {
		width:100%;
	}
	
	#service_left form input.submitbt {
	margin-right:40%;
	}
	
	.service_img {
		float:left;
		/*width:50%;*/
	}
	
	.service_desc {
		float:left;
		width:50%;
	}
	
	.service_news {
		margin:0 auto;
	}
	
	#index-service {
	width: 100%;
	margin: 0 auto;
	}
	
	#contact_manager {
	padding-top:12px;
	font-size: 15px;
	}
	
	#callus-number {
	font-size: 18px;
	color:#0099FF;
	}
	
	#management-details {
		margin-left:20px;
	}
	
	
}