﻿section.subcription {
	margin: 30px auto;
	width: 90%;
}

section.subcription:not(:first-of-type) {
	display: none;
}

/* pricing table */
.plans-section {

}

.pricing {
	position: relative;
}
.pricing .spinner {
	position: absolute;
	top: 38%;
	left: 50%;
	z-index: 99;
}
.spinner {
	margin: 100px auto 0;
	width: 70px;
	text-align: center;
}

.spinner > div {
	width: 18px;
	height: 18px;
	background-color: #FF6600;

	border-radius: 100%;
	display: inline-block;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
	animation: bouncedelay 1.4s infinite ease-in-out;
	/* Prevent first frame from flickering when animation starts */
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0.0) }
	40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
	0%, 80%, 100% { 
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
		} 40% { 
			transform: scale(1.0);
			-webkit-transform: scale(1.0);
		}
	}

.pricing-table {
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	background: #fff;
	text-align: center;
	padding: 0 0 25px 0;
}

.pricing-table.active {
	position: relative;
}

.pricing-table.active h2 {
	background: #ff6600 !important;
}

.pricing-table.active .price-actions .btn {
	background: #ff6600 !important;
	color: #fff;
	cursor: pointer;
}

.pricing-table .price-actions .btn {
	margin: 15px auto; 
	background-color: #128DEB;
	color: #fff;
	padding: 10px 20px;
	cursor: pointer;
	border: none;
}

.pricing-table ul {
	padding: 0 8px;
}

.pricing-head {
	overflow: hidden;
	position: relative;
}

.pricing-head .discount {
	opacity: 1;
	position: absolute;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 125px!important;
	top: 25px;
	left: -25px;
	background-color: #ff6600;
	color: #fff;
}

.pricing-head h1 {
	color: #fff;
	text-transform: uppercase;
	background-color: #242122;
	font-size: 18px;
	font-weight: 300;
	padding: 18px 0;
	margin: 0 auto;
}

.pricing-head h2 {
	margin: 0 auto;
	padding: 30px 0;
	background: #373737;
	color: #fff;
	font-size: 50px;
	font-weight: 100;
}

.pricing-head h2 span.note {
	margin-top: 18px;
	display: block;
	font-size: 18px;
	position: relative;
}

.pricing-quotation, .team-info {
	background: #EEEEEE;
	padding: 20px 20px 35px 20px;
	margin-bottom: 100px;
	display: inline-block;
	width: 100%;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.pricing-quotation h3, .team-info h3 {
	font-weight: 300;
}

.pricing-quotation p, .team-info p {
	margin-bottom: 0px;
}

.pricing-plan, .team-info-wrap {
	position: relative;
}

.pricing-quotation:before, .team-info:before {
	background-color: #EEEEEE;
	border-color: #EEEEEE;
	border-image: none;
	border-right: 1px solid #EEEEEE;
	border-style: none;
	top: -7px;
	content: "";
	display: block;
	height: 14px;
	left: 48%;
	position: absolute;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 15px;
}

/* Payment section */
.payment-section {
	
}

.payment-section [class^="col-"] {
	padding: 0 4px;
}

.payment-section .panel-heading {
	background: #242122;
	color: #fff;
	text-transform: uppercase;
	padding: 18px 0px;
	text-align: center;
}

.payment-section label img.checked {
	border-color: #ff6600!important;
}
