.uc-top-solid-pricing-table * { 
	margin: 0; 
	padding: 0; 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
}

.uc-top-solid-pricing-table .uc-col{
	padding:0 15px;
	width:100%;
	float:left;
	text-align:center;
	transition: all .25s;
	} 
.uc-top-solid-pricing-table .uc-col:hover{
	transform: scale(1.04);
	}	
.uc-top-solid-pricing-table .uc-price-top{
	background-color:#212739;
	padding: 30px 15px 30px;
	text-align:center;
	font-weight:600;
	font-size:48px;
	line-height:45px;
	color:#ffffff;
	}
	
.uc-top-solid-pricing-table .uc-col.uc-best-price .uc-price-top{
	background-color:#fb1b35;
	}
.uc-top-solid-pricing-table .uc-col.uc-best-price .uc-title{
	background-color:#d60820;
	color:#212639;
	}

.uc-top-solid-pricing-table .uc-title{
	background-color:#2a3049;
	font-size:18px;
	line-height:42px;
	font-weight:500;
	letter-spacing:1px;
	color:#ffffff;
	}	
.uc-top-solid-pricing-table .uc-price-bottom{
	background-color:#F3F5F8;
	padding:25px 15px;
	text-align:center;
	} 
.uc-top-solid-pricing-table .uc-options{
	list-style:none;
	font-size:14px;
	line-height:normal;
	color:#212639;
	margin:0 0 25px 0;
	} 
.uc-top-solid-pricing-table .uc-options li{
	padding:13px;
	}
.uc-top-solid-pricing-table .uc-btn{
	color:#212739;
	font-size:14px;
	line-height:40px;
	padding:0 15px;
	width:100%;
	max-width:200px;
	display:inline-block;
	text-decoration:none;
	letter-spacing:2px;
	position:relative;
	z-index:1;
	transition: all .25s;
	} 	
	
.uc-top-solid-pricing-table .uc-btn:before{
	background:#fff;
	z-index:-1;
	width: 100%;
	height:100%;
	content: "";
	position: absolute;
	left: 0;
    top: 0;
	display:block;
	}	
.uc-top-solid-pricing-table .uc-col.uc-best-price .uc-btn:before{
	background:#fb1b35;
	color:#212639;
	}
.uc-top-solid-pricing-table .uc-btn:hover{
	color:#ffffff;
	}
	
.uc-top-solid-pricing-table .uc-btn:hover:after{
    height: 100%;
}
.uc-top-solid-pricing-table .uc-btn:after {
    background: none repeat scroll 0 0 #000;
    height: 0;
    left: 0;
    top: 0;
	z-index:-1;
    width: 100%;
    content: "";
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;	
}

@media(max-width:992px){
	.uc-top-solid-pricing-table .uc-col{
		max-width:50%;
		margin:0 0 15px 0;
		}
	}
@media(max-width:380px){
	.uc-top-solid-pricing-table .uc-col{
		max-width:100%;
		}
	}