/*@mixin productServiceHideTabAll {
	&.single-product-service {
		main#content {
			.module-tab.panel {
				display: none;
			}
		}
	}
}
	
@mixin productServiceHideTab1 {
		&.single-product-service {
		main#content {
			.module-tab.panel {
				ul li:first-child {
					display: none;
				}
			}
		}
	}
	
}
	
@mixin productServiceHideTab2 {
		&.single-product-service {
		main#content {
			.module-tab.panel {
				ul li:nth-child(2) {
					display: none;
				}
			}
		}
	}
	
}
	
@mixin productServiceHideTab3 {
		&.single-product-service {
		main#content {
			.module-tab.panel {
				ul li:nth-child(3) {
					display: none;
				}
			}
		}
	}
	
}*/
/* line 3, scss/ocean-steel-construction.scss */
body.site-id-2 {
  /*@include productServiceHideTabAll*/ }
  /* line 18, scss/ocean-steel-construction.scss */
  body.site-id-2 #pagewrap #headerwrap header #mobile-menu.sidemenu-off .navbar-wrapper ul#main-nav li:nth-of-type(2) ul.sub-menu a {
    padding-left: 1.4em; }

/*# sourceMappingURL=ocean-steel-construction.css.map */
