/* BEGIN RESPONSIVE ADJUSTMENTS*/

/* Only Phones and Tablets (Portrait) */
@media only screen and (max-width: 959px) {

	.uk-panel.uk-width-1-1 {
    padding: 0px 10px;
    }
    .home-aerospace-products.uk-section-secondary.uk-section.uk-padding-remove-vertical .el-content.uk-panel.uk-margin-top {
    padding-bottom: 40px;
	}
	
	.services-list, .services-headline {
    top: 0px!important;
	}
	#page\#7-1-0-1 .uk-h5 {
    font-size: 12px !important;
    line-height: 1.4;
    font-family: Montserrat;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0px;
	}
div#services-row {
    margin-bottom: 0px !important;
}

/* Only Tablets (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

	
	 
}

/* Only Phones */
@media only screen and (max-width: 767px) {
 
	
	
}
								
/* Only Phones (Landscape) */
@media only screen and (min-width: 480px) and (max-width: 767px) {



}

/* Only Phones (Portrait)*/
@media only screen and (max-width: 479px) {



}

/* END RESPONSIVE ADJUSTMENTS*/

