@charset "utf-8";
/* CSS Document */

.container {
	margin: 6em 0 0 0;
}

.pricing-section {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.pricing-section {
	/*min-height: 100vh;
	padding: 2em 0 8em;
	min-height: 100vh;*/
	position: relative;
}

.pricing-section__title {
	font-size: 1.4em;
	font-weight: 700;
	margin: 3em 0 5em;
	flex: none;
}

.pricing-section a {
	color: #333;
}

.pricing-section a:hover,
.pricing-section a:focus {
	color: #000;
}
/* Common styles */

.pricing {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	width: 90%;
	/*margin: 0 auto 3em;*/
}

.pricing__item {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: stretch;
	align-items: stretch;
	text-align: center;
	-webkit-flex: 0 1 230px;
	flex: 0 1 230px;
}

.pricing__feature-list {
	text-align: left;
}

.pricing__action {
	color: inherit;
	border: none;
	background: none;
}

.pricing__action:focus {
	outline: none;
}

/* palden */
.pricing--palden .pricing__item {
	font-family: 'Poppins', sans-serif;
	cursor: default;
	color: #84697c;
	background: #fff;
	box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
	border-radius: 20px 20px 10px 10px;
	margin: 1em;
}

@media screen and (min-width: 66.250em) {
	.pricing--palden .pricing__item {
		margin: 3em -0.5em;
	}
	.pricing--palden .pricing__item--featured {
		margin: 0;
		z-index: 10;
		box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
	}
}

.pricing--palden .pricing__deco {
	border-radius: 4px;
	background: #80C41C;
	padding: 4em 0 9em;
	position: relative;
}

.pricing--palden .pricing__deco-img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 140px;
}

.pricing--palden .pricing__deco pricing__item--featured {
	padding: 5em 0 8.885em 0;
}

.package1 {
	margin: 3em 0 2.80em 0 !important;
}

.popular {
	margin: 1em 0 2.80em 0 !important;
}

.great--value {
	margin: -1em 0 2.80em 0 !important;
}

.package4 {
	margin: -3em 0 2.80em 0 !important;
}

.package5 {
	margin: -5em 0 2.80em 0 !important;
}


.pricing--palden .pricing__title {
	font-size: 1em;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #fff;
}

.h2__title {
    font-size: 1.2em;
    margin: 0 0 15px 0;
    text-transform: inherit;
    color: #32352e;
}

.pricing--palden .deco-layer {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.pricing--palden .pricing__item:hover .deco-layer--1 {
	-webkit-transform: translate3d(15px,0,0);
	transform: translate3d(15px,0,0);
}

.pricing--palden .pricing__item:hover .deco-layer--2 {
	-webkit-transform: translate3d(-15px,0,0);
	transform: translate3d(-15px,0,0);
}

.pricing--palden .icon {
	font-size: 2.5em;
}

.pricing--palden .pricing__inc {
    font-size: 0.15em;
    padding: 1em 0 0 0.5em;
    color: rgba(0,0,0,0.4);
    font-style: italic;
    display: block;
}

.pricing--palden .pricing__price {
	font-size: 3em;
	font-weight: bold;
	padding: 0;
	color: #fff;
	margin: 0 0 0.25em 0;
	line-height: 0.75;
}

.pricing--palden .pricing__currency {
	font-size: 0.25em;
	vertical-align: top;
	color: rgba(0,0,0,0.4);
}

.pricing--palden .pricing__period {
	font-size: 0.15em;
	padding: 0 0 0 0.5em;
	color: rgba(0,0,0,0.4);
	font-style: italic;
}

.pricing--palden .pricing__sentence {
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0 0 0.5em;
}

.pricing--palden .pricing__feature-list {
	margin: 0;
	padding: 0.25em 0 2.5em;
	list-style: none;
	text-align: center;
}

.pricing--palden .pricing__feature {
	padding: .5em;
}

.pricing__feature {
	font-size: .8em;
	line-height: 1.3em;
}

.pricing--palden .pricing__feature i.fa-check-circle-o{
	color: #80C41C;
    margin-right: 5px;
    font-size: 20px;
    line-height: 1;
}

.pricing--palden .pricing__action {
	font-weight: bold;
	margin: auto 3em 2em 3em;
	padding: 1em 2em;
	color: #fff;
	border-radius: 4px;
	background:  #f9a94e;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
}

.pricing__action:hover {
	color:#fff !important;
}

.pricing--palden .pricing__action i.fa-long-arrow-right{
	display: none;
}
.pricing--palden .pricing__action:hover i.fa-long-arrow-right{
	display: inline-block;
}

.pricing--palden .pricing__action:hover,
.pricing--palden .pricing__action:focus {
	background-color: #e8913c;
	transition: background-color cubic-bezier(0.65, 0.05, 0.36, 1) .5s;
}

.ribbon-wrapper-blue {
    width: 123px;
    height: 125px;
    overflow: hidden;
    position: absolute;

    top: -4px;
    right: 5px;
}
.pricing__item--featured .ribbon-wrapper-blue{
    right: -4px;
}
.ribbon-wrapper-blue-last{
    right: -4px;
}
.textShadow {
    text-shadow: 0px 1px 2px rgba(0, 0, 0, .5);
}

.ribbon-orange {
    font-size: .85em;
    text-transform: uppercase;
    color: #333;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 8px 0;
    left: 0px;
    top: 20px;
    width: 162px;
    background-color: #ea9432;
    color: #fff;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    z-index: 999;
}
.ribbon-orange:before {
    left: 0;
}

.ribbon-orange:before, .ribbon-orange:after {
    content: "";
    border-top: 3px solid #9e5f25;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    bottom: -3px;
}
.ribbon-orange:after {
    right: 0;
}


@media screen and (max-width: 1070px) {
	
	.package1,
	.popular,
	.great--value,
	.package4,
	.package5 {
		margin: 0 0 1em 0 !important;
	}

}

@media screen and (max-width: 1340px) {
	
	.pricing__item {
	-webkit-flex: 0 1 215px;
	flex: 0 1 215px;
	}

	.pricing__feature {
    font-size: .8em;
	}

}