section[data-cattype="401"]{
	margin:50px 0px;
	overflow: hidden;
}
section[data-cattype="401"]::before{
	-webkit-transform: skewX(0deg) translate(-50%,0%) rotate(-1.8deg);
	opacity: 1;
	content: "";
	position: absolute;
	width: 200%;
	height: 100%;
	background-color:#f3f3f3;
	z-index: -1;
	top: 0;
	left: 50%;
}

section[data-cattype="401"]::after{
	-webkit-transform: skewX(0deg) translate(-50%,0%) rotate(1.8deg);
	opacity: 1;
	content: "";
	position: absolute;
	width: 200%;
	height: 100%;
	background-color: #013c74;
	z-index: -2;
	top: 0;
	left: 50%;

}


section[data-cattype="401"] .nav-tabs.nav-stacked {
    margin-top: 15px;
}


section[data-cattype="500"] .gal {
	
	
	-webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
	  
	
	}	
section[data-cattype="500"] .gal img{ width: 100%; padding: 7px 0;}

@media (max-width: 500px) {
		
section[data-cattype="500"] .gal {
	
	
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	  
	
	}
		
	}

