/*Pricing Page
------------------------------------*/
.pricing-details {margin-top: 40px; padding-bottom: 20px;}
.pricing-details h2 {margin:0 0 40px 0;}
dt {font-weight: bold; margin-bottom: 10px;}
dd {margin-bottom: 30px;}


.popover-dismiss:hover {border:1px solid #999999;padding: 6px 14px 7px 14px; cursor: hand; cursor: pointer;}
.popover-content  {color: #999999 !important;}

/*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;
	border: 1px solid #eee;
}
 .emphasized {
	box-shadow:0 0 15px #b5b5b5;
}
 .emphasized h4 {
	color:#499ab4;
}
.pricing-head {
	text-align:center;
}
.pricing-head h5 {
	color: #888;
	padding:5px 0;
	font-size:25px;
	text-shadow:0 1px 0 #fff;
	border-bottom:solid 1px #f5f9e7;
}
.pricing-head h5 .f-small {
	font-size: 14px;
}
.pricing h3,
.pricing h4 {
	margin:0;
	line-height:normal;
	font-weight:bold !important;
}

.pricing p {
	padding-top: 10px;
	font-size: 11px;
}
.base-price {margin:0 0 -15px 0; padding-top:20px;}
.pricing-head h3 span,
.pricing-head h4 span {
	display:block;
	margin-top:5px;
	font-size:12px;
	font-style:italic;
}
.pricing-head h3 {
	color:#fafafa;
	padding:12px 0;
	font-size:25px;
	font-family:Arial;
	background:#333;
	border-radius:3px 3px 0 0;
	text-shadow:0 1px 0 #185E75;
}
.pricing-head h4 {
	color: #888;
	padding:5px 0;
	font-size:65px;
	text-shadow:0 1px 0 #fff;
	border-bottom:solid 1px #f5f9e7;
}
.emphasized .pricing-head h4 {
padding: 15px 0;
font-size: 75px;
}
.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:12px;
	padding:7px 15px;
	border-bottom:solid 1px #f5f9e7;
}
.pricing-content li i {
	color:#85c525;
	font-size:16px;
	margin-right:5px;
	position:relative;
}

/*Pricing Footer*/
.pricing-footer, .pricing-btn {
	color:#777;
	font-size:11px;
	line-height:17px;
	text-align:center;
	padding:0 20px 19px;
	border-radius:0 0 3px 3px;
}
.pricing-btn .btn-volunteer {
	font-size: 18px !important;
	padding: 10px 60px;
	margin-bottom: 20px;
}

/*Pricing Active*/
.price-active, .emphasized {
	z-index:9;
	margin-top: -15px;
}
.price-active h4 {
	color:#499ab4;
}

/*Pricing Extra*/

 .bg-color {
	background-color: #f9f9f9;
}
.no-space-pricing {
	padding: 0 15px;
}
.pricing {
overflow: hidden;
}

.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);
}

@media (max-width:767px) {
    .pricing-content li {text-align: center;}
}

/* Devices (Desktop Mode) */
@media (min-width: 992px) and (max-width: 1200px) {
	 .sticker-right {
		top: 10px;
	    right: -58px;
	    font-size: 10px;
	    padding: 3px;
	}
	 .sticker-left {
		top: 10px;
	    left: -58px;
	    font-size: 10px;
	    padding: 3px;
	}
}

/* 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,
	 .pricing-head h4 {
		padding: 5px 0;
		font-size: 65px;
	}
	.pricing-mega-v3 .pricing h4,
	.pricing-mega-v3 .pricing h3,
	.pricing-mega-v3 .pricing-content {
		border-left: 1px solid #eee;
	}

	.pricing-mega-v3 .block h5 {
		text-align: center;
		visibility: visible;
	}
	/*End Pricing Page*/
}
