@import url(https://fonts.googleapis.com/css?family=Ubuntu);

* {
    margin: 0; 
    padding: 0;
}
         
body {
    font-family: Ubuntu, arial, verdana;
}
.pricing_table {
    line-height: 150%; 
    font-size: 12px; 
    margin: 0 ; 
    width: 100%;  
    max-width: 800px; 
    padding-top: 10px;
    margin-top: 10px;
	text-align:center;
}
 
.price_block {
    width: 100%; 
    color: #fff; 
    float: left; 
    list-style-type: none; 
    transition: all 0.25s; 
    position: relative; 
    box-sizing: border-box;
     
    margin-bottom: 10px; 
    border-bottom: 1px solid transparent; 
}
.pricing_table h3 {
    text-transform: uppercase; 
    padding: 0px 0; 
    background: #333; 
    margin: 0px 0 1px 0;
}
.price_block h4 {
    color: white;
    padding: 0px 0; 
    background: #434343; 
    margin: 0px 0 1px 0;
	text-align:center;
}
.price {
    display: table; 
    background: #444; 
    width: 100%; 
    height: 70px; 
	text-align:center;
}
.price2 {
    display: table; 
    background: #DEF0F4; 
    width: 100%; 
    height: 70px; 
	text-align:center;
}
.price_figure {
    font-size: 24px; 
    text-transform: uppercase; 
    vertical-align: middle; 
    display: table-cell;
	width: 100%; 
	text-align:center;
}
.price_number {
    font-weight: bold; 
    display: block;
	width: 100%; 
	text-align:center
}
.price_tenure {
    font-size: 11px; 
	width: 100%; 
	text-align:center
}
.features {
    background: #DEF0F4; 
    color: #000;
	width: 100%; 
	margin-left:0px;
}
.features li {
    padding: 2px 15px;
    border-bottom: 1px solid #ccc; 
    font-size: 13px; 
    list-style-type: none;
	
}
.footer {
	padding: 15px;
	background: #DEF0F4;
	
	color: #FFFFFF;
	ali align-content: center;
	text-align: center;
}
.action_button {
    text-decoration: none; 
	
    color: #FFFFFF; 
    font-weight: bold; 
    border-radius: 5px; 
    background: linear-gradient(#666, #333);   
    padding: 5px 20px; 
    font-size: 11px; 
    text-transform: uppercase;
	text-align: center;
}
.price_block:hover {
    box-shadow: 0 0 0px 5px rgba(0, 0, 0, 0.5); 
    transform: scale(1.04) translateY(-5px); 
    z-index: 1; 
    border-bottom: 0 none;
}
.price_block:hover .price {
	background: linear-gradient(#DB7224, #F9B84A);
	box-shadow: inset 0 0 45px 1px #DB2323;
	-webkit-box-shadow: inset 0 0 45px 1px #DB2323;
}
.price_block:hover h3 {
    background: #222;
}
.price_block:hover .action_button {
	background: linear-gradient(#F9B84A, #DB7224);
	color: #FFFFFF;
}

@media only screen and (min-width : 480px) and (max-width : 768px) {
    .price_block {width: 50%;}
    .price_block:nth-child(odd) {border-right: 1px solid transparent;}
    .price_block:nth-child(3) {clear: both;}
     
    .price_block:nth-child(odd):hover {border: 0 none;}
}
@media only screen and (min-width : 768px){
.pricing_table {width: 130%;}
	.price_block {width: 25%;}
    .price_block {border-right: 1px solid transparent; border-bottom: 0 none;}
    .price_block:last-child {border-right: 0 none;}
     
    .price_block:hover {border: 0 none;}
}
