/*Pricing Page
------------------------------------*/
/*Pricing Head*/
.no-space-pricing [class^="col-"],
.no-space-pricing [class*=" col-"] {
	padding: 0;
}
.pricing {
	position:relative;
	border-radius:3px;
	margin-bottom:15px;
	box-shadow:0 0 5px #eee;
	height: 540px;
}
.price-active {
	box-shadow:0 0 15px #b5b5b5;
	height: 580px;
}
.pricing-head {
	text-align: center;
}
.pricing h3,
.pricing h4 {
	margin:0;
	line-height: normal;
	font-weight: 600;
}
.pricing p {
	padding-top: 20px;
	font-size: 14px;
	text-align: left;
}
.pricing-head h3 span,
.pricing-head h4 span {
	display: block;
	margin-top: 5px;
	font-size: 13px;
	font-weight: 400;
}
.pricing-head h3 {
	color: #fafafa;
	padding: 12px 0;
	font-size: 28px;
	border-radius: 3px 3px 0 0;
	text-shadow: 0 1px 0 #32a20f;
}
.pricing-head h4 {
	color: #888;
	padding:5px 0;
	font-size:70px;
	text-shadow:0 1px 0 #fff;
	border-bottom:solid 1px #f5f9e7;
}

.pricing-head h4 i {
	top:-8px;
	font-size:28px;
	font-style:normal;
	position:relative;
}
.pricing-head h4 span {
	top:-10px;
	font-size:14px;
	font-style:normal;
	position:relative;
}

/*Pricing Content*/

.pricing-content  {
	margin-bottom: 0px;
}
.pricing-content li {
	color:#888;
	font-size: 16px;
	padding: 7px 0px 10px 20px;
	border-bottom:solid 1px #f5f9e7;
}

.pricing-content li .number {
	font-size: 32px;
	font-weight: 600;
	padding: 0 10px 0 0;
}

.pricing-content li i {
	top: -5px;
	color:#777;
	font-size:16px;
	font-style: normal;
	margin-right:5px;
	position:relative;
}

/*Pricing Footer*/
.pricing-footer {
	color: #777;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
	padding:0 20px 0;
	border-radius:0 0 3px 3px;
}

.signin {
	display: block;
	margin: 40px 0 30px 0;
	text-align: center;
}

/*Pricing Active*/
.price-active {
	z-index: 9;
	margin-top: -20px;
}
.price-active h4 {
	color: #888;
}

/*Pricing Extra*/

 .bg-color {
	background-color: #f9f9f9;
}
.no-space-pricing {
	padding: 0 15px;
}

.sticker-right,
.sticker-left {
  	color: #fff;
	width: 150px;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial;
	position: absolute;
	text-align: center;
	letter-spacing: 2px;
	}

 .sticker-right {
    top: 13px;
    right: -49px;
    background: rgba(231, 76, 60, 1);
    transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
 .sticker-left {
    top: 9px;
    left: -48px;
   	background: rgba(116, 197, 44, 1);
    transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

/* Medium Devices (Desktops, 992px and less) */
@media (max-width: 991px) {
	/*Pricing Page*/
	.price-active {
		margin-top: 0;
	}
	.no-space-pricing [class^="col-"],
	.no-space-pricing [class*=" col-"] {
		padding: 10px;
	}
	.pricing-zoom .price-active .pricing-head h4 {
		padding: 5px 0;
		font-size: 70px;
	}
	/*End Pricing Page*/
}