/* @group global */
.lund{
	position: relative;
	background-color: #EEC02C;
	background: linear-gradient(#EEC02C, #fff);
	background: -moz-linear-gradient(left, #EEC02C, #fff);
	background: -webkit-gradient(linear, left top, right bottom, from(#EEC02C), to(#fff));
	margin-bottom: 30px;
	color: #000;
	padding: 15px 10px 13px 35px;
}
	.lund:before{
	content: "";
	height: 100%;
	width: 10px;
	background-color: #A12024;
	position: absolute;
	left: 0;
	top: 0;
	}
	.lund:after{
	content: "";
	height: 100%;
	width: 10px;
	background-color: #005492;
	position: absolute;
	left: 10px;
	top: 0; 
	}
	.pic li{
	display: inline-block;
	}
	.pic li:not(:last-child){
	margin-right: 9px;
	}
	.pic2 li{
	display: inline-block;
	}
	.pic2 li:not(:last-child){
	margin-right: 20px;
	}
/* @end */

@media only screen and (max-width: 649px) {
}

@media screen and (min-width: 650px) and  (max-width: 999px) {
}

@media only screen and (min-width: 1000px) {
}
