/* ------------------------------
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;
	}
	
	#nav-left {
	display:none;
	}

	#page-content {
	width:100%;
	padding-left:0px;
	}
	
	#page-wrapper {
	padding-left:5%;
	}
	
	.nav-horizontal {
	padding: 0px;
	}
	
	#navigation-horizontal{
color: #C0C0C0;
font-size: 13px;
-webkit-margin-before: 0.83em;
-webkit-margin-after: 0.83em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
font-weight: bold;
}

	#services {
	width:100%;
	}
	
	#sub-title {
	margin-top:-15px;
	}
	
	.slides_container div.slide {
	height:775px;
	}

	#example {
	height:775px;
	margin-left:15px;
	}

	.anythingSlider {
	/*max-width:200px;*/
	}
	.panel {
	/*max-width:200px;*/
	}
	
	#page-title {
	padding: 0px;
	}
	
	#page-content {
	padding-bottom:10px;
	}
	
	#terms {
	padding-top:20px;
	padding-left:0px;
	font-size:10px;
	}
	
	#home-logo-img {
	width:75%;
	}
}