/* custom */
body{
	/* custom */
	background: url(/ukapi/images/global.jpg) no-repeat 0 0;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
}
body .-w-global{
	/* custom */
}

/* section custom */
main > section:nth-child(odd) {
	/* custom */
	background: url(/ukapi/images/section.jpg) 0 0 no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
}
main > section:nth-child(odd) > div{
	/* custom */
	background: url(/ukapi/images/flag.png) repeat-x 0 0;
	background-size: 150px 150px;
	background-position: top -80px left 0;
	background-color: rgba(255,255,255,0.4);
}
main > section:nth-child(odd) > div > .-w-wrapper{
	/* custom */
	padding-top: 120px;
}
main > section:nth-child(odd) > div h2{
	/* custom */
}
main >  section:nth-child(even) {
	/* custom */

main > section:nth-child(even) > div{
	/* custom */
}
