@charset "utf-8";
/* CSS Document */
/**{transition: all .5s
}*/

 /* place these styles in your global stylesheet */
    .image {
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
      *vertical-align: auto;
	text-shadow: none;
	color: transparent;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	transition:.5s;
	z-index: 10000;
    }
	
    .image {
      *display: inline;
    }

  .lo {
	width: 100%;
	position: relative;
	margin-top: 100px;
	padding-left: 80px;
}
.lo_d {
	width: 100%;
	position: relative;
	margin-top: 80px;
	padding-bottom: 30px;
	padding-top: 0px;
	/*padding-right: 20px;
	padding-left: 20px;*/
}            

  /* fall-back styles for browsers without media query support (IE6-8) */
  #road {
	background-image: url('../images/logo_max.png');
	height: 681px;
	width: 600px;
	padding-bottom: 20px;
	
  }
  #road_d {
	background-image: url('../images/logo_max_d.png');
	height: 681px;
	width: 600px;
	padding-bottom: 20px;
	
  }

  /* small image for mobile */
  @media (min-width: 0px) {
    #road {
      background-image: url('../images/logo_min.png');
      height: 41px;
      width: 200px;
    }
	#road_d {
      background-image: url('../images/logo_min_d.png');
      height: 41px;
      width: 200px;
    }
  }

  /* medium image for retina displays */
  @media
  (min-width: 0px) and (-webkit-min-device-pixel-ratio: 1.5),
  (min-width: 0px) and (-o-min-device-pixel-ratio: 3/2),
  (min-width: 0px) and (min--moz-device-pixel-ratio: 1.5),
  (min-width: 0px) and (min-device-pixel-ratio: 1.5) {
    #road {
      background-image: url('../images/logo_min.png');
      height: 41px;
      width: 200px;
    }
	#road_d {
      background-image: url('../images/logo_min_d.png');
      height: 41px;
      width: 200px;
    }
  }

  /* medium image for tablets */
@media (min-width: 640px) {
    #road {
	background-image: url('../images/logo_mid.png');
	height: 65px;
	width: 320px;
	
	 }
	  #road_d {
	background-image: url('../images/logo_mid_d.png');
	height: 65px;
	width: 320px;
	
	 }
/*.lo {
	text-align: center;
	margin-left: -80px;
}  */    
  }
 @media (max-width: 769px) {
   .lo {
	position: absolute;
	z-index: 10000;
	top: -70px;
	width: 100%;
	/*float: left;*/
	text-align: center;
	margin-left: -20px;
}
 .lo_d {
	width: 100%;
	position: relative;
	/*float: left;*/
	text-align: center;
	margin-left: -20px;
	margin-top: 6px;
	position: relative;
	padding-top: 0px;
	padding-bottom: 100px;
	}         
  }
  /* large image for desktop */
  @media (min-width: 1024px) {
    #road {
      background-image: url('../images/logo_max.png');
      height: 97px;
      width: 480px;
	 
    }
	 #road_d{
      background-image: url('../images/logo_max_d.png');
      height: 97px;
      width: 480px;
	 
    }
	.lo_d {
	

	/*float: left;*/
	text-align: left;
	
}           
  }
