#level-packages {
	border:solid 1px #dbdbdb;
	-o-border-radius: 3px;
	-icab-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size:0;
}
#level-packages h2 {
	font-size:31px;
	color:#141414;
	background:#f1f1f1;
	margin:0px;
	padding:14px 0;
	text-align:center;
	border-bottom: solid 1px #dbdbdb;
}
.lvl-one {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width:50%;
	display: inline-block;
	border-right:solid 1px #dbdbdb;
	font-size:0;
}
.lvl-one .head {
	background:#85c226;
	color:#fff;
	font-family: 'helveticaneuecyrbold';
	font-size:46px;
	text-transform: uppercase;
	padding:12px 0;
	margin:5px;
	text-align:center;
}
.lvl-one .head span {
	color:#dfff4d;
}
.lvl-one.second .head {
	background:#103762;
}
.lvl-one.second .head span {
	color:#4fd4f1;
}
.lvl-one.third, .lvl-one.last {
	border-right: none;
}
.lvl-one.third .head {
	background:#24abc9;
}
.lvl-one.third .head span {
	color:#103762;
}
.lvl-one ul li {
	background:url(../../img2/grey-round-bullet.png) no-repeat 0 5px;
	font-size:13px;
	padding:0px 0 0 23px;
	margin:15px 0 15px 12px;
	line-height:normal;
}
.lvl-one ul li strong {
	font-style: normal;
	font-weight: 600;

}
.price-bottom {
	border-top:solid 1px #dbdbdb;
	background:#f1f1f1;
	text-align:center;
	padding:12px 0;
}
.price-bottom a {
	color:#F68019;
}
.price-bottom sup {
	
	color:#00313c;
	font-size:25px;
	vertical-align: top;
}
.price-bottom .value {
	color:#103762;
	font-size:55px;
	font-family: 'helveticaneuecyrbold';
	line-height: normal;
	text-align: center;
}
@media screen and (max-width: 800px) {
	.lvl-one{ display:block; width:auto; border-right: none;}
}
@media only screen and (min-width : 801px) and (max-width : 1024px) {
}
