.inquire{
  float: right;	
  /* width: 160px; */
  align-self: center;
  border: 1px solid #182132;
}

.inquire-link:link, .inquire-link:visited {
  display: block;
  padding: 10px 35px;
  text-align: center;
  position: relative;
  font-size: 14pt;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  color: #182132;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.inquire-link:hover{
  background-color: #1c6d64;	
  color: #fff;		
}

#fade{
  display: none;
  background: #182132; 
  position: fixed; 
  left: 0; 
  top: 0; 
  width: 100%; 
  height: 100%;
  opacity: .80;
  z-index: 9999;		
}

#quote{
  display: none;
  width: 100%;	
  position: absolute;
  top: 50%; 
  left: 0;
  z-index: 99999;
  pointer-events: none;	
}

.quote-popup-wp{
  width: auto;	
  max-width: 600px;	
  _width: 600px; 
  margin: 0 auto;
  position: relative;
  z-index: 1;	
  border: 2px solid #4C4C4C;
  background-color: #FFF;
  pointer-events: all;	
  font-size: 8pt;
  font-family: 'PT Sans', sans-serif;				 	
}

.quote-close{			
  position: absolute; 
  top: 20px;
  right: 20px;
}

.quote-close A:link, .quote-close A:visited{
  display: block;
  width: 10px;
  height: 10px;	
  background: url(../images/close.png) no-repeat;		
}

.quote-lbl{
  padding: 15px 20px;
  background-color: #182132;
  color: #ffffff;
  font-size: 14pt;	
}

.qf-lbl{
  padding: 20px 0 0 5%;
  font-size: 10pt;		
}

.sb-popup-txt{
  padding: 10px 5%;	
}

.qf-item{
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;	
  width: 40%;
  padding-left: 5%;		
  padding-top: 10px;	
}

.qf-product, .qf-apply, .qf-equipment{
  display: none;
}

.q-input{
  width: 90%;
  padding: 8px 5%;
  background-color: #FFF;
  border: 1px solid #DFE3E9;				
  font-size: 8pt;
  font-family: 'PT Sans', sans-serif;  	
}

.q-select{
  width: 100%;
  padding: 8px 5%;
  background-color: #FFF;
  border: 1px solid #DFE3E9;			
  font-size: 8pt;
  font-family: 'PT Sans', sans-serif;	  	
}

.q-input:focus, .q-select:focus{
	border: 1px solid #254E70;
}


.qf-area{
  width: 90%;
  padding: 10px 0 0 5%;		
}

.qf-area textarea{
  width: 91%;
  padding: 5px 2%;	
  height: 100px;
  resize: none;
  background-color: #FFF;
  border: 1px solid #DFE3E9;	
  font-size: 8pt;
  font-family: 'PT Sans', sans-serif;	
}

.qf-security{
  padding: 15px 5% 15px 0;	
  margin-top: 30px;	
  display: flex;
  justify-content: flex-end;	
  color: #182132;			
}

.qf-security div{
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;	
}

.qfc-lbl{
  padding-top: 12px;
}

.qfc-input{
  padding: 0 15px;	
}

.qfc-input input{
  width: 50px;
  padding: 6px 0;
  text-align: center;	
  background-color: #FFF;
  border: 1px solid #DFE3E9;				
  font-size: 14pt;
  font-family: 'PT Sans', sans-serif;	
}

.qfc-btn A:link, .qfc-btn A:visited{
  display: block;
  width: 90px;
  height: 25px;		
  padding-top: 12px;
  text-align: center;
  background-color: #10ac76;
  position: relative;
  z-index: 1;			
  color: #FFF;
  font-size: 8pt;	
  text-decoration: none;
  font-family: 'PT Sans', sans-serif;
  text-transform: uppercase;							
}

.qfc-btn A:hover{
  background-color: #111a2c;
  color: #fafafa;	
}

.qfc-btn span{
  position: absolute;
  left: 0;
  top: 0;		
  width: 100%;
  height: 100%;
  background: url(../images/sending.gif) center center no-repeat #FFF;
  cursor: default;
}
.qf-err{
  display: none;	
  position: absolute;
  left: 50%;
  top: 30%;
  width: 180px;
  padding: 10px;
  margin-left: -90px;	  
  background-color: #FFF;
  font-size: 8pt;
}

.qf-wrong{
  border: 3px solid #FF0000;	
}

.qf-wrong A:link, .qf-wrong A:visited{
  font-size: 8pt;	
}

.qf-right{
  border: 3px solid #0F4771;	
}

.qf-error span{
  display: block;
  padding-bottom: 10px;
  font-weight: bold;
}

.qf-error div{
  color: #FF0000;
  padding-top: 3px;
}

.qf-close{
  text-align: center;
  padding: 10px 0;
}

.qf-close A:link, .qf-close A:visited{
  font-family: 'PT Sans', sans-serif;
  font-size: 8pt;		
}

.qf_done{
  text-align: center;
  color: #1B93EC;
  line-height: 150%;
  font-size: 8pt;
}
/* 
@media screen and (max-width: 1180px) {	
	.inquire-link:link, .inquire-link:visited{
		padding: 5px 0;
		font-size: 10pt;
	}	
} */

@media screen and (max-width: 580px) {
  .phone{
    /* clear: right; */
    padding: 0 0.55em
  }	
  .inquire{
    padding: 0 0.5em
	}	
}
}

@media screen and (max-width: 380px) {
	.phone{
    clear: right;
    padding: 0 0.55em
  }	
  .inquire{
    padding: 0 0.5em
	}	
}

@media screen and (max-width: 640px) {
	.quote-popup-wp{
		width: auto;
		max-width: 300px;
		_width: 300px;		
	}
	.qf-item{
		width: 90%;
	}
	.qf-area textarea{
		width: 95%;
	}
	.qf-security{
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	.qfc-lbl div{
		display: none;
	}
}
