@charset "utf-8";
/* CSS Document */

#contactForm .form-control {
	margin: 0 0 15px 0;
}

/*START - DEVICE DEPENDANT CSS*/
@media (max-width: 767px) {
	/*CONTENT applying col-xs VIEWS*/	
	.query-detector{ display:none;height:1px;content:'xs'; }
}
		
@media (min-width: 768px) and (max-width: 991px) {
	/*CONTENT applying col-sm VIEWS*/
	.query-detector{ display:none;height:2px;content:'sm'; }
}

@media (min-width: 992px) and (max-width: 1199px) {
	/*CONTENT applying col-md VIEWS*/
	.query-detector{ display:none;height:3px;content:'md'; }
}

@media (min-width: 1200px) {
	/*CONTENT applying col-lg VIEWS*/	
	.query-detector{ display:none;height:4px;content:'lg'; }
}
/*END*/