/***
Pricing table
***/
.pricing {
	position: relative;
	margin-bottom: 15px;
	border: 3px solid #eee;

	background: rgba(66,133,215,1);
	background: -moz-linear-gradient(top, rgba(66,133,215,1) 0%, rgba(51,99,165,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(66,133,215,1)), color-stop(100%, rgba(51,99,165,1)));
	background: -webkit-linear-gradient(top, rgba(66,133,215,1) 0%, rgba(51,99,165,1) 100%);
	background: -o-linear-gradient(top, rgba(66,133,215,1) 0%, rgba(51,99,165,1) 100%);
	background: -ms-linear-gradient(top, rgba(66,133,215,1) 0%, rgba(51,99,165,1) 100%);
	background: linear-gradient(to bottom, rgba(66,133,215,1) 0%, rgba(51,99,165,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4285d7', endColorstr='#3363a5', GradientType=0 );

	color: #fff;
	min-height: 335px;
}

.pricing-active {
/*  border: 3px solid #3333FF;
  margin-top: -10px;
  box-shadow: 7px 7px rgba(25, 59, 196, 0.3);*/
  
/*	background: rgba(169,3,41,1);
	background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(169,3,41,1)), color-stop(44%, rgba(143,2,34,1)), color-stop(100%, rgba(109,0,25,1)));
	background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
	background: -o-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
	background: -ms-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
	background: linear-gradient(to bottom, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=0 );  
  */


background: rgba(98,125,77,1);
background: -moz-linear-gradient(top, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(98,125,77,1)), color-stop(100%, rgba(31,59,8,1)));
background: -webkit-linear-gradient(top, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
background: -o-linear-gradient(top, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
background: -ms-linear-gradient(top, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
background: linear-gradient(to bottom, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627d4d', endColorstr='#1f3b08', GradientType=0 );


}

.pricing:hover {
  border: 3px solid #36d7ac;
}

.pricing:hover h4 {
  color: #36d7ac;
}

.pricing-head {
  text-align: center;
}

.pricing-head h3,
.pricing-head h4 {
  margin: 0;
  line-height: normal;
}

.pricing-head h3 span,
.pricing-head h4 span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-style: italic;
}

.pricing-head h3 {
  font-weight: 500;
  color: #fafafa;
  padding: 12px 0;
  font-size: 27px;
/*  background: #36d7ac;
  border-bottom: solid 1px #41b91c;*/
}

.pricing-head h4 {
  color: #ffff67;
  font-size: 42px;
  font-weight: 300;
  display: inline;
/*  background: #fbfef2;
  border-bottom: solid 1px #f5f9e7;*/
}

.pricing-head h5 {
  font-size: 34px;
  font-weight: 300;
  display: inline;
  text-decoration: line-through;
/*  background: #fbfef2;
  border-bottom: solid 1px #f5f9e7;*/
}

.pricing-active:hover {
	border: 3px solid #3333FF;	
}

.pricing-head-active h3 {
/*	background: #3333ff;*/
}

.pricing-head-active h4, .pricing-active:hover h4 {
/*	color: #3333ff;*/
}

.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-perDevice {
	font-weight: 100;
	font-size: 20px;
	color: #d9d9d9;
}

.pricing-desc {
	margin-top: 30px;
	border-top: 2px solid #b7dee8;
	border-bottom: 2px solid #b7dee8;
	padding: 13px 0px;
	font-size: 22px;
	color: #b7dee8;
	font-weight: 100;
	text-align: center;
}

.pricing-content li {
  color: #888;
  font-size: 12px;
  padding: 7px 15px;
  border-bottom: solid 1px #f5f9e7;
}

.pricing-content li i {
  top: 2px;
  color: #36d7ac;
  font-size: 16px;
  margin-right: 5px;
  position: relative;
}

/*Pricing Footer*/
.pricing-footer {
  color: #777;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  padding: 0 20px 19px;
}

/*Priceing Active*/
.price-active,
.pricing:hover {
  z-index: 9;
}

.price-active h4 {
  color: #36d7ac;
}

.no-space-pricing .pricing:hover {
  transition: box-shadow 0.2s ease-in-out;
}

.no-space-pricing .price-active .pricing-head h4,
.no-space-pricing .pricing:hover .pricing-head h4 {
  color: #36d7ac;
  padding: 15px 0;
  font-size: 80px;
  transition: color 0.5s ease-in-out;
}
