html,html a {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

body {	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
background: #FF0096 url() no-repeat center top;
font-family: Arial,Helvetica,sans-serif;
}

.demo{
	width:700px;
	height: auto;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#plans,#plans ul,#plans ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}


#pricePlans:after {
	content: '';
	display: table;
	clear: both;
}

#pricePlans {
	zoom: 1;
}

#pricePlans {
	max-width: 69em;
	margin: 2em auto;
}

#pricePlans #plans .plan {
background:rgba(255, 255, 255, 0.6)!important;
filter:Alpha(opacity=60);
	text-align: center;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
	    -ms-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;
}


.planContainer .title h2 {
	font-size: 2.125em;
	font-weight: 600;
	color: #3e4f6a;
	margin: 0;
	padding: .6em 0;
}



.planContainer1 .price p {
	background: #030502;
	color: #fff;
	font-size: 1em;
	font-weight: 600;
	height: 2.6em;
	line-height: 2.6em;
}

.planContainer .price p.bestPlanPrice {
	background: #f7814d;
}

.planContainer .price p span {
	color: #8394ae;
}

.planContainer .options {
	margin-top: 10em;
}

.planContainer .options li {
	font-weight: 700;
	color: #364762;
	line-height: 4.5;
}

.planContainer .options li span {
	font-weight: 400;
	color: #979797;
}

.planContainer .button a {
	text-transform: uppercase;
	text-decoration: none;
	color: #030502;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 2.8em;
	border: 2px solid #030502;
	display: inline-block;
	width: 30%;
	height: 2.8em;
	border-radius: 4px;
	margin: 1.5em 0 1.8em;
	
	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
	    -ms-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;
}

.planContainer .button a.bestPlanButton {
	color: #fff;
	background: #030502;
	border: 2px solid #f7814d;
}


#pricePlans #plans > li:last-child {
	margin-right: 0;
}


.planContainer .button a {
	
}

.planContainer .button a:hover {
	background: #3e4f6a;
	color: #fff;
}

.planContainer .button a.bestPlanButton:hover {
	background: #ff9c70;
	border: 2px solid #ff9c70;
}
