/** Shopify CDN: Minification failed

Line 275:1 Expected "}" to go with "{"

**/
#demoholder{
	width:100%;
	height:450px;
	left : 0px;
}
#hosecalc_map {
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
#customcontrol{
	margin-top: 50px;
	margin-left: 60px;
	width: 370px;
	background-color: #fff;
	
	border: 1px solid transparent;
	border-radius: 4px 4px 4px 4px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	
	font-family: Roboto;
	font-size: 15px;
	font-weight: 300;
	
	padding-top:14px;
	padding-left:12px;
	padding-right:12px;
	padding-bottom:14px;
	
	border-radius: 3px;
	
	opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}
.controls {
	margin-top: 10px;
	border: 1px solid transparent;
	border-radius: 2px 0 0 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 32px;
	outline: none;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	vertical-align:top;
}
#pac-input {
	background-color: #fff;
	font-family: Roboto;
	font-size: 15px;
	font-weight: 300;
	margin-left: 6px;
	margin-right: 0px;
	padding: 0 32px 0 10px;
	
	border-width:1px;
	border-color: #8BAD3C;
	border-style: solid;
	
	width: 90%;
	z-index:0;
}
#pac-input:focus {
	border-color: #4d90fe;
}
.pac-container {
	font-family: Roboto;
}
#type-selector {
	color: #fff;
	background-color: #4d90fe;
	padding: 5px 11px 0px 11px;
}
#type-selector label {
	font-family: Roboto;
	font-size: 13px;
	font-weight: 300;
}
#target {
	width: 345px;
}
input[type="submit"] {
	vertical-align:top;
    
	margin-top: 10px;
	border: 1px solid transparent;
	border-radius: 2px 0 0 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 31px;
	outline: none;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	
	
	
	margin-left: -32px;

	height: 32px;
    width: 40px;

    -webkit-appearance: none;
	
	background-color: #8BAD3C; /* Green */
    color: white;
 
    text-align: center;  
    font-size: 12px;
    cursor: pointer;
	 
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
#mt{
	text-align:left;
	margin-top:10px;
	margin-left: 12px;
	font-weight: 500;
}

.btnclass {
	background-color: #8BAD3C; /* Green */
	color: white;
	padding: 10px 22px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	margin-right: 2px;
	margin-left: 0px;
	margin-bottom: 4px;
	cursor: pointer;
	
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	
	border-radius: 8px;
	border-width: 1px;
	border-color: #F2ECCF;
	border-style: solid;
}

.btnclass:focus {
	outline:0 !important;
}


#custombuttons{
	vertical-align:middle;  
	padding-top: 5px;
}
	
.toprightelements{
	vertical-align:top;
	top: 5px;
	
	font-size: 18px;
	font-weight: 500;
	
	padding-top: 8px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
	
	margin-top: 4px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 0px;
	
	border-radius: 8px;
	border-width: 1px;
	border-color: #FFFFFF;
	border-style: solid;
	
	visibility: hidden;
}

.undobutton {
	width: 100px;
	background-color:#d3d3d3;
	height: 32px;
	cursor:pointer;
}

.newhosebutton {
	width: 200px;
	background-color:#d3d3d3;
	height: 32px;
	cursor:pointer;
}

.totaldistance {	    
    height: 32px;
	
	background-color: #ffffff; /* Green */
	border-color: #8BAD3C;
    color: black; 
   
    text-align: left;
	vertical-align:central;	
    text-decoration: none;
    display: inline-block;

	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	
	opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

@media (max-width: 750px),(max-height: 450px)  {
@media (max-width: 750px),(max-height: 450px)  {
	  #demoholder{
		height: auto;
	  }
	  
	  #hosecalc_map{
		height: 350px;
	  }
	  
	  .btnclass {
		width : 40%;
		box-shadow: none;
	  }
	  
	 #custombuttons{
		text-align:center;  
		margin-bottom : 20px;
		width: 90%;
	}
  
  	#customcontrol{
		text-align:center;
		width: 100%;
		border-radius: 0px;
		margin: 0px;
  	}
  
	#pac-input {
  		width : 90%;
  	}
  
  .totaldistance {
	  
  }
  
  #btn_undo
  {
	  width: 100px;
  }
}

@media (max-height: 400px) {
    #hosecalc_map{
	height: 250px;
  }
}
  
@media (max-height: 450px) {
  #demoholder{
	height: 300px;
  }
    #hosecalc_map{
	height: 300px;
  }
}