html,html a {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

body {
	font-family: 'Open Sans', sans-serif;
}
#pricing .planContainer .price .transparent, #pricing .planContainer .title h2.transparent {
	background: none;
	color:transparent;
}

.planContainer .button a.transparent {
	display: none;
}
#pricing .span12 {
	float:none;
	margin: 0 auto;
	    overflow: auto;
}
#pricing.edito .container .transparent {
	background: transparent;
    color: transparent;
}
#pricing.edito {
	    overflow: hidden;
	    padding-top: 0px;
}
#plans,#plans ul,#plans ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#pricePlans:after {
	content: '';
	display: table;
	clear: both;
}

#plans {
 margin-top: 3em;
}

#pricePlans #plans .plan {
	background: #fff;
	float: left;
	width: 100%;
	text-align: center;
	border-radius: 5px;
	margin: 0 0 20px 0;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.planContainer .title h2 {
	font-size: 2.125em;
	font-weight: 300;
	color: #222;
	margin: 0;
	padding: .6em 0;
	border-bottom: none;
	font-family: 'Open Sans Condensed',sans-serif;
}
.planContainer .title h2 i {
	font-size: 0.8em;
	color: #ea8223;

}

.planContainer .title h2.bestPlanTitle {
	background: #ea8223;
	color: #fff;
	border-radius: 5px 5px 0 0;
}


#pricing .planContainer .price p {
    background: #ea8223;
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    height: 2.6em;
    line-height: 2.6em;
    margin: 0 auto;
    width: 89%;
    border-radius: 3px;
}

.planContainer .price p.bestPlanPrice {
	background: #f7814d;
}

.planContainer .price p span {
	font-weight: normal;
}

.planContainer .options {
	margin-top: 10em;
}

#pricing .planContainer .options li {
	font-weight: 700;
	color: #222;
	height:50px;
	padding:5px 0;
}
#pricing .plan:first-child .options li {
	text-align: left;
	padding-left: 1em
}
#pricePlans .planContainer li:last-child {
margin-bottom: 16px;
}

.planContainer .options li span {
	font-weight: 400;
	color: #666;
}

.planContainer .button a {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    letter-spacing: -1px;
    background-color: #ea8223;
    display: inline-block;
    width: 80%;
    padding: 0.5em 0.2em;
    border-radius: 3px;
    margin: 1.5em 0 1em;
}

.planContainer .button a.bestPlanButton {
	color: #fff;
	background: #f7814d;
	border: 2px solid #f7814d;
}


#pricing .options li.sb {
	padding-top: 30px;
	padding-bottom: 30px
}

#pricePlans {
	margin: 2em auto;
}

#pricePlans #plans.couts2 .plan {
	width: 35.2%;
	margin: 0 1.33% 20px 0;
	background-color: #fff;
	border:2px solid #eee;


}

#pricePlans #plans .plan {
    width: 23%;
    margin: 0 1.33% 20px 0;
    background-color: #eee;
}

#pricePlans #plans > li:last-child {
	margin-right: 0;
}
#pricePlans #plans > li:first-child {
	width: 23%;
	box-shadow: none;
	background-color: #fff;
	border: none;
}

#pricePlans #plans.couts2 > li:first-child {
	width: 23%;
	box-shadow: none;
	background-color: #fff;
	border: none;
}


.planContainer .button a {
	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
	    -ms-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;
}

#pricing .planContainer .button a:hover {
	background: #dd7027;
	color: #fff;
}


#pricePlans .lead {
	text-align: center;
}

#pricePlans .btn-cta {
background-color: #ea8223
}
#pricePlans .btn-cta:hover {
background-color: #dd7027
}

#pricePlans p.subtitle {
	color: #ea8223;
	margin: 1em 0
}

 #wrapper #pricePlans p.subtitle {
    font-size: 30px;
    font-family: "Pacifico", sans-serif;
    margin: 0;
    text-align: center;
    color: #ea8223;
    border: none;
    margin-top: 1em
}
.c {
	text-align: center;
	font-size: 0.8em;
}

.btn-cta {
    background-color: #E26E09;
    color: #fff;
    padding: 1em 1.5em;
    font-size: 20px;
    display: block;
    width: 406px;
    margin: 0 auto;
    text-align: center;
    border-radius: 3px;
    font-weight: bold;
    margin-top: 2em;
}