.gold-price {
	font-size: 16px !important;
}

.euro-price {
	font-size: 32px !important;
	font-weight: bold;
}

/* Pricing Section */

/* WHY Section */
#pricing {
	padding: 70px 0 10px 0;
	background: #FDF2E9;
}

#pricing h1 {
	color: #FD8127;
	font-weight: 700;
	font-size: 34px;
	margin-top: 55px;
}

#pricing p {
	font-size: 26px !important;
}

/* Formula Section */
#formula {
	padding: 20px 0 420px 0;
	color: rgba(255, 255, 255, 0.9);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#20a6bb+0,25bad0+50 */
	background: rgb(32, 166, 187); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(32, 166, 187, 1) 0%,
		rgba(37, 186, 208, 1) 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(32, 166, 187, 1) 0%,
		rgba(37, 186, 208, 1) 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(32, 166, 187, 1) 0%,
		rgba(37, 186, 208, 1) 50%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20a6bb',
		endColorstr='#25bad0', GradientType=0); /* IE6-9 */
}

#formula p {
	color: #03252b;
	font-size: 20px;
}

#formula .formula-table {
	border: 1px solid #e4e4e4;
	text-align: center;
	position: relative;
	background-color: #fff;
	border-radius: 4px;
	width: 400px;
	display: inline-block;
	color: #03252b !important;
}

#formula .formula-table:hover {
	z-index: 2;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

#formula .highlight-plan {
	margin: -15px 0;
	margin-right: -1px;
	z-index: 1;
}

#formula .formula-table.highlight-plan .plan-name {
	background-color: #053740;
	padding: 25px 0;
	border-radius: 4px 4px 0 0;
}

#formula .formula-table.highlight-plan .plan-name h2 {
	color: white;
	font-size: 32px;
}

#formula .formula-table.highlight-plan .plan-signup {
	background-color: #053740;
	padding: 30px 0;
	border-radius: 0 0 4px 4px;
}

#formula .formula-table.highlight-plan .plan-signup .btn-system.border-btn
	{
	border-color: #fff;
	color: #fff;
}

.formula-table .plan-name {
	padding: 15px 0;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05) inset;
	border-bottom: 1px solid #eee;
	text-transform: uppercase;
}

.formula-table .plan-name h2 {
	font-weight: 300;
	font-size: 32px;
}

.formula-table .plan-price {
	padding: 10px 0;
}

.formula-table .plan-price .price-value {
	font-size: 38px;
	line-height: 52px;
	color: #444;
}

.formula-table .plan-price h3 {
	font-size: 22px;
	line-height: 52px;
	color: #444;
}

.formula-table .plan-price .price-value span {
	font-size: 18px;
	line-height: 18px;
}

.formula-table .plan-list li {
	padding: 8px;
	font-size: 16px;
	border-bottom: 1px solid #eee;
}

.formula-table .plan-list strong {
	font-weight: 400;
}

.formula-table .btn-system {
	padding: 10px 25px;
	display: inline-block;
	color: #fff;
	background-color: #053740;
	margin-right: 5px;
	font-size: 16px;
	border-radius: 2px;
	transition: all 0.3s ease-in-out;
	border: 0;
	text-transform: uppercase;
}

.formula-table .btn-system:hover, .formula-table .btn-system.border-btn:hover
	{
	background-color: #0FA1B7;
	color: #03252b;
}

.formula-table .btn-system:last-child {
	margin-right: 0;
}

.formula-table .btn-system.border-btn {
	background-color: transparent;
	border: 1px solid;
	box-shadow: none;
}

.formula-table .plan-list li:first-child {
	border-top: 1px solid #eee;
}

.formula-table .plan-signup {
	padding: 25px 0;
}

.formula-table .plan-signup a {
	text-transform: uppercase;
}

.wrapper-line {
	text-align: left;
	min-height: 25px;
	margin-bottom: 10px;
}

.pricing-back-link a {
	color: white;
	font-size: 24px;
	text-decoration: underline;
}

.pricing-back-link a:hover {
	color: #03252b;
}

.check-style {
	color: green;
}

.remove-style {
	color: #80000d;
}

/* Module Section */
#module {
	padding: 170px 0 0 0;
	background: #fff;
	color: #03252b;
}

#module h2 {
	color: #25BAD0;
	text-transform: uppercase;
	line-height: normal;
}

#module p {
	color: #03252b;
	font-size: 20px;
}