.pricing-wrapper {
    margin: 40px auto 20px;
}
  
.pricing-table {
    margin: 0 10px;
    text-align: center;
    width: 290px;
    float: left;
	margin-bottom: 40px;
	border: 1px solid #c69e49;
	background:url(../images/article/charge-bg.png) top no-repeat;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.4);
    box-shadow: 0 0 15px rgba(0,0,0,0.4);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
  
.pricing-table:hover {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
}
  
.pricing-title {
    color: #FFF;
    padding: 25px 0 10px 0;
    font-size: 25px;
    text-transform: uppercase;
	text-align: center;
}
  
.pricing-table.recommended .pricing-title {
    background: #2db3cb;
}
  
.pricing-table.recommended .pricing-action {
    background: #2db3cb;
}
  
.pricing-table .price {
	color: #fff;
	font-size: 30px;
    font-weight: 700;
	padding: 0 0 40px 0;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
	text-align: center;
}

.pricing-table .price span{
	 overflow: hidden;
	 animation-name: bounceInLeft;
	 -webkit-animation-name: bounceInLeft;
	 -webkit-animation-duration: 0.6s;
}
 
.pricing-table .price span:hover{
	 overflow: hidden;
	 animation-name: tada;
	 -webkit-animation-name: tada;
	 -webkit-animation-duration: 0.6s;
}
 
  
.pricing-table .price sup {
    font-size: 0.4em;
    position: relative;
    left: 5px;
}
  
.table-list {
    background: #FFF;
    color: #403d3a;
}
  
.table-list li {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 15px;
    float: inherit !important;
    width: auto !important;
	text-align: center; !important;
    margin: 0 !important;
	border-bottom: 1px solid #c69e49;
}
  
.table-list li:before {
    content: url(../../images/02/article/icon-ok.png);
    font-family: 'FontAwesome';
    display: inline-block;
    position: relative;
    right: 7px;
    top: 3px;
}  

.table-list li ol {
	padding: 0 -10px;
}

.table-list li ol li {
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px #ccc solid;
}

.table-list li ol li:before {
	content: normal;
}
  
.table-list li span {
    font-weight: normal;
    margin: 10px 0 0 20px;
    display: inline-block;
}
  
.table-list li span.unlimited {
	margin: 0 0 0 10px;
	color: #6F2828;
	font-size: 12px;
	display: inline;
    -moz-border-radius: 10px;
}
  
.table-list li:nth-child(2n) {
    background: #F0F0F0;
}

.table-list ol li:nth-child(2n) {
    background: #fff;
}
  
.table-buy {
    background: #FFF;
    padding: 10px;
    text-align: left;
    overflow: hidden;
}
  
.table-buy p {
    color: #37353a;
    font-weight: 700;
    font-size: 28px;
}
  
.table-buy p sup {
    font-size: 0.5em;
    margin: 0 0 0 10px;
}
  
.table-buy .pricing-action {
    color: #FFF;
    background: #d4ab4a;
    padding:  5px 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: 700;
    font-size: 16px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    display: block;
	margin: 5px 0;
	text-align: center;
}
  
.table-buy .pricing-action:hover {
    background: #cf4f3e;
}
  
.recommended .table-buy .pricing-action:hover {
    background: #228799;
}

.pricing-table h3#colo ,
.table-buy a#colo {
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}


