/*----------
		Blocks
		----------*/
		/*Pricing table and price blocks*/

		#pricing_table {
			width: 100%;
			margin:0 auto;
		}


		.pricing_table {
			line-height: 150%; 
			font-size: 12px;  
			width: 100%;
			margin-top: 25px;
		}
		
		.price_block {
			text-align: center; 
			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; 
		}

		.price_block_a {
			text-align: center; 
			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; 
		}
		
		/*Price heads*/
		.pricing_table h3 {
			text-transform: uppercase; 
			padding: 5px 0; 
			background: #555555; 
			margin: -10px 0 1px 0;
		}
		
		/*Price tags*/
		.price {
			display: table; 
			background: #999; 
			width: 100%; 
			height: 70px; 
		}
		.price_figure {
			font-size: 24px; 
			text-transform: uppercase; 
			vertical-align: middle; 
			display: table-cell;
		}
		.price_number {
			font-weight: bold; 
			display: block;
		}
		.price_tenure {
			font-size: 11px; 
			display: block;
			line-height:15px;
		}
		
		/*Features*/
		.features {
			text-align: center; 
			background: #DEF0F4; 
			color: #000;
			margin:0 auto;
			azimuth:center;
			text-align:center;
			width:100%;
			padding:0px;

		}
		.features li {
			margin:0 auto;
			azimuth:center;
			text-align:center;
			width:100%;
			padding: 15px 10px;

			border-bottom: 1px dotted #ccc; 
			font-size: 12px; 
			font-weight:bold;
			list-style-type: none;
			
		}
		
		.footer-price {
			padding: 15px; 
			background: #DEF0F4;
		}
		.action_button {
			text-decoration: none; 
			color: #fff; 
			font-weight: bold; 
			border-radius: 5px; 
			background: linear-gradient(#666, #333); 
			padding: 5px 20px; 
			font-size: 11px; 
			text-transform: uppercase;
		}
		
		.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(#333, #555555); 
			box-shadow: inset 0 0 45px 1px #333;
		}
		.price_block:hover h3 {
			background: #222;
		}
		.price_block:hover .action_button {
			background: linear-gradient(#F9B84A, #DB7224); 
		}


		.price_block_a: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_a:hover .price {
			background:linear-gradient(#333, #555555); 
			box-shadow: inset 0 0 45px 1px #333;
		}

		.price_block_a h3 {
			font-size:18px;
		}

		.price_block_a:hover h3 {
			background: #222;
		}
		.price_block_a:hover .action_button {
			background: linear-gradient(#F9B84A, #DB7224); 
		}
		
		
		@media only screen and (min-width : 480px) and (max-width : 768px) {
			.price_block {width: 33%;}
			.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){
			.price_block {width:32%;}
			.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;}
		}
		
		@media only screen and (min-width : 480px) and (max-width : 768px) {
			.price_block_a {width: 33%;}
			.price_block_a:nth-child(odd) {border-right: 1px solid transparent;}
			.price_block_a:nth-child(3) {clear: both;}
			
			.price_block:nth-child(odd):hover {border: 0 none;}
		}
		@media only screen and (min-width : 768px){
			.price_block_a {width:30%;}
			.price_block_a {border-right: 1px solid transparent; border-bottom: 0 none;}
			.price_block_a:last-child {border-right: 0 none;}
			
			.price_block_a:hover {border: 0 none;}
		}

.features li.d0, .features li.d {display: none; }

.displayprofileopt td {font-size: 14px; color:#00994d;  }
.displayprofileopt td.d0, .displayprofileopt td.d, .displayprofileopt td.d0::after, .displayprofileopt td.d::after   {  text-indent: -9999px; font-size: 0;   }
.displayprofileopt td.d0::before, .displayprofileopt td.d::before {  display: block; text-indent: initial; font-size: 14px; color:#f00; font-family: 'Glyphicons Halflings';
content: "\e014"; }

.displayprofileopt td.d1, .displayprofileopt td.d1::after  {  text-indent: -9999px; font-size: 0;   }
.displayprofileopt td.d1::before { display: block; text-indent: initial; font-size: 14px; color:#00994d; font-family: 'Glyphicons Halflings';
content:"\e013"; }

/* Sortable tables */
table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;
}