.wrapper-toogle-pricing {
	margin-bottom: 5px;
}
.wrapper-toogle-pricing label {
	text-transform: none !important;
}

.starter-color {
	color: #95412E !important;
}

.starter-bgcolor {
	background-color: #95412E !important;
}

.leave-color {
	color: #7ABC19 !important;
}

.leave-bgcolor {
	background-color: #7ABC19 !important;
}

.hris-color {
	color: #BC19A3 !important;
}

.hris-bgcolor {
	background-color: #BC19A3 !important;
}

.project-color {
	color: #0FA1B7 !important;
}

.project-bgcolor {
	background-color: #0FA1B7 !important;
}

.starter-additional-icon-style {
	color: #95412E;
}

.leave-additional-icon-style {
	color: #7ABC19;
}

.hris-additional-icon-style {
	color: #BC19A3;
}

.project-additional-icon-style {
	color: #0FA1B7;
}

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

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

/* Pricing Section */

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

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

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

/* Formula Section */
#formula {
	padding: 30px 0 30px 0;
	color: rgba(255, 255, 255, 0.9);
	background: #fff;
}

#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: 360px;
	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: 5px 30px;
	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;
	margin-bottom: 0px !important;
}

/** SIGNUP BTN **/
#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-signup {
	padding: 25px 0;
}

.formula-table .plan-signup a {
	text-transform: none;
}
/**  **/
.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: 26px;
}

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

.formula-table .plan-price .price-value {
	font-size: 38px;
	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;
}

/* Agenda Section */
#agenda {
	padding: 60px 0 100px 0;
	color: #25BAD0;
	background: #fff;
}	
#agenda .the-icon{
	font-size: 35px;
	color: orange;
}
#agenda .the-text{
	font-size: 32px;
	color: #25BAD0;
	font-weight: bold;	
	text-decoration : none;
}	

/* Module Section */
#module {
	padding: 80px 0 0 0;
	color: #03252b;
	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 */
}

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

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

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

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

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

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

#module .module-table.highlight-plan .plan-name h2 {
	color: #03252b;
	font-weight: bold;
}

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

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

.module-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;
}

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

.module-table .plan-price {
	padding: 25px 0;
}

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

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

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

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

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

.module-table .btn-system:hover, .module-table .btn-system.border-btn:hover
	{
	background-color: #03252b;
	color: white;
}

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

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

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

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

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

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

.check-style {
	color: green;
}

.minimum-pricing-formula-title {
	font-weight: bold;
	text-decoration: underline;
	font-size: 20px;
}

.minimum-pricing-formula-text {
	font-size: 20px;
}

