/**
 * @Product Name	Arashtad Pricing Table
 * @Author			Amin Shahrokhi
 * @Author URL		https://arashtad.com
 * @Author Email	support@arashtad.com
 * @Creation Date	December 2014
 * @copyright		Copyright (c) 2014 Arashtad Ltd. All rights reserved.
 * @license			GNU General Public License version 3; see LICENSE.txt
 */

.iprice-table {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
	text-align: center;
}
.iprice-table a {
	text-decoration: none;
}
.iprice-cells-2 .iprice-item-holder {
	width: 50%;
}
.iprice-cells-3 .iprice-item-holder {
	width: 33%;
}
.iprice-cells-4 .iprice-item-holder {
	width: 25%;
}
.iprice-cells-5 .iprice-item-holder {
	width: 20%;
}
.iprice-cells-6 .iprice-item-holder {
	width: 16.6%;
}
.iprice-cells-7 .iprice-item-holder {
	width: 14.2%;
}
.iprice-cells-8 .iprice-item-holder {
	width: 12.5%;
}
.iprice-cells-9 .iprice-item-holder {
	width: 11.1%;
}
.iprice-cells-10 .iprice-item-holder {
	width: 10%;
}
.iprice-radius0 .iprice-item {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.iprice-radius1 .iprice-item,
.iprice-radius1 .iprice-label {
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.iprice-radius2 .iprice-item,
.iprice-radius2 .iprice-label {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.iprice-radius3 .iprice-item,
.iprice-radius3 .iprice-label {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.iprice-radius4 .iprice-item,
.iprice-radius4 .iprice-label {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.iprice-radius5 .iprice-item,
.iprice-radius5 .iprice-label {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.iprice-radius6 .iprice-item,
.iprice-radius6 .iprice-label {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.iprice-radius7 .iprice-item,
.iprice-radius7 .iprice-label {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.iprice-radius8 .iprice-item,
.iprice-radius8 .iprice-label {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 7px;
}
.iprice-radius9 .iprice-item,
.iprice-radius9 .iprice-label {
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
.iprice-radius10 .iprice-item,
.iprice-radius10 .iprice-label {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.iprice-item-holder {
	margin: 0;
	padding: 15px 0 0;
	display: table-cell;
	vertical-align: top;
}
.iprice-item-holder.iprice-featured {
	margin: 0;
	padding: 0;
}
.iprice-table .iprice-item {
	vertical-align: top;
	margin: 1px;
	padding: 20px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.iprice-label {
	position: relative;
	height: 50px;
	margin: -40px auto 0;
	padding: 13px;
	font-size: 120%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.iprice-icon-holder {
	width: 100%;
	height: 94px;
	margin: 10px 0 20px;
	padding: 0;
	text-align: center;
}
.iprice-featured .iprice-icon-holder {
	height: 104px;
}
.iprice-icon {
	width: 44px;
	height: 44px;
	font-size: 44px;
	line-height: 1em;
	text-align: center;
	margin: 0 auto;
	padding: 25px;
	font-family: FontAwesome;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.iprice-featured .iprice-icon {
	width: 74px;
	height: 74px;
	font-size: 74px;
}
.iprice-title {
	text-align: center;
	margin: 0;
	padding: 1px 0;
}
.iprice-title h2 {
	font-weight: 400;
	line-height: 0.8em;
	font-size: 31px;
	margin: 10px 0;
	padding: 0;
}
.iprice-featured .iprice-title h2 {
	font-size: 34px;
}
.iprice-description {
	margin-bottom: 20px;
	padding: 0;
}
ul.iprice-desc-list {
	list-style: none;
	margin: 10px;
	padding: 10px;
	text-align: left;
}
ul.iprice-desc-list li {
	line-height: 1.5em;
	margin-bottom: 3px;
	padding: 5px;
	font-size: 13px;
	text-shadow: none;
	cursor: default;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.iprice-featured ul.iprice-desc-list li {
	font-size: 14px;
}
ul.iprice-desc-list li span:before {
	font-family: FontAwesome;
	display: inline-block;
}
.iprice-buttons {
	margin-bottom: 20px;
	padding: 0;
	text-align: center;
}
.iprice-button {
	font-size: 110%;
	line-height: 1em;
	text-align: center;
	margin: 0;
	padding: 13px 25px;
	display: inline-block;
	text-decoration: none;
	border-width: 1px;
	border-bottom-width: 3px;
	border-style: solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.iprice-button:hover {
	border-bottom-width: 3px;
}
.iprice-button span {
	font-family: FontAwesome;
	margin-right: 5px;
	font-size: 130%;
	line-height: 1em;
}
.iprice-featured .iprice-button {
	font-size: 140%;
	padding: 15px 30px;
}
.clear {
	clear: both;
}

@media only screen and (min-width: 780px) and (max-width: 1000px) {
	.iprice-table {
		display: block;
	}
	.iprice-item-holder {
		display: inline-block;
	}
	.iprice-item-holder.iprice-featured {
		margin: 0;
		padding: 15px 0 0;
	}
	.iprice-label {
		margin: -30px auto 0;
	}
	.iprice-featured .iprice-icon-holder {
		height: 94px;
	}
	.iprice-featured .iprice-icon {
		width: 44px;
		height: 44px;
		font-size: 44px;
	}
	.iprice-featured .iprice-title h2 {
		font-size: 28px;
	}
	.iprice-featured ul.iprice-desc-list li {
		font-size: 100%;
	}
	.iprice-featured .iprice-button {
		font-size: 110%;
		padding: 13px 25px;
	}
	.iprice-cells-2 .iprice-item-holder,
	.iprice-cells-3 .iprice-item-holder,
	.iprice-cells-4 .iprice-item-holder,
	.iprice-cells-5 .iprice-item-holder,
	.iprice-cells-6 .iprice-item-holder,
	.iprice-cells-7 .iprice-item-holder,
	.iprice-cells-8 .iprice-item-holder,
	.iprice-cells-9 .iprice-item-holder,
	.iprice-cells-10 .iprice-item-holder {
		width: 330px;
		margin: 0 auto;
	}
}

@media only screen and (min-width: 500px) and (max-width: 779px) {
	.iprice-table {
		display: block;
	}
	.iprice-item-holder {
		display: block;
	}
	.iprice-label {
		margin: -30px auto 0;
	}
	.iprice-cells-2 .iprice-item-holder,
	.iprice-cells-3 .iprice-item-holder,
	.iprice-cells-4 .iprice-item-holder,
	.iprice-cells-5 .iprice-item-holder,
	.iprice-cells-6 .iprice-item-holder,
	.iprice-cells-7 .iprice-item-holder,
	.iprice-cells-8 .iprice-item-holder,
	.iprice-cells-9 .iprice-item-holder,
	.iprice-cells-10 .iprice-item-holder {
		width: 350px;
		margin: 0 auto;
		padding: 15px 0 0;
	}
}

@media only screen and (max-width: 499px) {
	.iprice-table {
		display: block;
	}
	.iprice-item-holder {
		display: block;
	}
	.iprice-label {
		margin: -30px auto 0;
	}
	.iprice-cells-2 .iprice-item-holder,
	.iprice-cells-3 .iprice-item-holder,
	.iprice-cells-4 .iprice-item-holder,
	.iprice-cells-5 .iprice-item-holder,
	.iprice-cells-6 .iprice-item-holder,
	.iprice-cells-7 .iprice-item-holder,
	.iprice-cells-8 .iprice-item-holder,
	.iprice-cells-9 .iprice-item-holder,
	.iprice-cells-10 .iprice-item-holder {
		width: 90%;
		margin: 0 auto;
		padding: 15px 0 0;
	}
}

/* Colorize */
/* Begin Dark Blue style */
.dark-blue .iprice-item {
	background-color: #3a4d7b;
	border: 1px solid #2d3c61;
	border-bottom: 3px solid #2d3c61;
}
.dark-blue .iprice-label {
	background: #eea21d;
	border: 1px solid #cc8200;
	border-bottom: 3px solid #cc8200;
	border-top: 1px solid #df9513;
	color: #f6f6f6;
}
.dark-blue .iprice-icon {
	background: #cccccc;
	color: #41ab5d;
	text-shadow: 2px 2px 0 #2e8746;
}
.dark-blue .iprice-icon:hover {
	background: white;
}
.dark-blue .iprice-title h2,
.dark-blue .iprice-title h4 {
	color: white;
	text-shadow: 1px 1px 1px #223154;
}
.dark-blue ul.iprice-desc-list li {
	color: white;
}
.dark-blue ul.iprice-desc-list li:nth-child(odd) {
	background: #405688;
	border: 1px solid #455d92;
	border-top: 1px solid #526daa;
}
.dark-blue ul.iprice-desc-list li:nth-child(odd):hover {
	background: #43598c;
}
.dark-blue ul.iprice-desc-list li:nth-child(even) {
	background: #34456e;
	border: 1px solid #304066;
	border-top: 1px solid #415588;
}
.dark-blue ul.iprice-desc-list li:nth-child(even):hover {
	background: #364770;
}
.dark-blue ul.iprice-desc-list li a {
	color: white;
}
.dark-blue .iprice-button {
	background: #41ab5d;
	border-color: #38924f;
	color: white;
	text-shadow: 1px 1px 0 #2e8746;
}
.dark-blue .iprice-button:hover {
	background: #50cb70;
	border-color: #46ae61;
	color: white;
}
/* Begin Light style */
.light .iprice-item {
	background-color: #f8f8f8;
	border: 1px solid #dddddd;
	border-bottom: 3px solid #dddddd;
}
.light .iprice-label {
	background: #eea21d;
	border: 1px solid #cc8200;
	border-bottom: 3px solid #cc8200;
	border-top: 1px solid #df9513;
	color: #f6f6f6;
}
.light .iprice-icon {
	background: #eeeeee;
	color: #526daa;
	text-shadow: 1px 1px 1px white;
}
.light .iprice-icon:hover {
	background: #e5e5e5;
}
.light .iprice-title h2,
.light .iprice-title h4 {
	color: #526daa;
	text-shadow: 1px 1px 1px white;
}
.light ul.iprice-desc-list li {
	color: #526daa;
	text-shadow: 1px 1px 1px white;
}
.light ul.iprice-desc-list li:nth-child(odd) {
	background: #f5f4f4;
	border: 1px solid #e5e5e5;
	border-top: 1px solid white;
}
.light ul.iprice-desc-list li:nth-child(odd):hover {
	background: #f9f9f9;
}
.light ul.iprice-desc-list li:nth-child(even) {
	background: #f1f1f1;
	border: 1px solid #e2e2e2;
	border-top: 1px solid white;
}
.light ul.iprice-desc-list li:nth-child(even):hover {
	background: #f9f9f9;
}
.light ul.iprice-desc-list li a {
	color: white;
}
.light .iprice-button {
	background: #41ab5d;
	border-color: #38924f;
	color: white;
	text-shadow: 1px 1px 0 #2e8746;
}
.light .iprice-button:hover {
	background: #50cb70;
	border-color: #46ae61;
	color: white;
}
/* Begin Grey style */
.grey .iprice-item {
	background-color: #555555;
	border: 1px solid #111111;
	border-bottom: 3px solid black;
}
.grey .iprice-label {
	background: #eea21d;
	border: 1px solid #cc8200;
	border-bottom: 3px solid #cc8200;
	border-top: 1px solid #df9513;
	color: #f6f6f6;
}
.grey .iprice-icon {
	background: #888888;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #333333;
}
.grey .iprice-icon:hover {
	background: #999999;
}
.grey .iprice-title h2,
.grey .iprice-title h4 {
	color: #eeeeee;
	text-shadow: 1px 1px 1px #111111;
}
.grey ul.iprice-desc-list li {
	color: #eeeeee;
	text-align: 1px 1px 1px black;
}
.grey ul.iprice-desc-list li:nth-child(odd) {
	background: #444444;
	border: 1px solid #353535;
	border-top: 1px solid #666666;
}
.grey ul.iprice-desc-list li:nth-child(odd):hover {
	background: #484848;
}
.grey ul.iprice-desc-list li:nth-child(even) {
	background: #353535;
	border: 1px solid #252525;
	border-top: 1px solid #555555;
}
.grey ul.iprice-desc-list li:nth-child(even):hover {
	background: #383838;
}
.grey ul.iprice-desc-list li a {
	color: white;
}
.grey .iprice-button {
	background: #41ab5d;
	border-color: #38924f;
	color: white;
	text-shadow: 1px 1px 0 #2e8746;
}
.grey .iprice-button:hover {
	background: #50cb70;
	border-color: #46ae61;
	color: white;
}
/* Begin Black style */
.black .iprice-item {
	background-color: #111111;
	border: 1px solid black;
	border-bottom: 3px solid black;
}
.black .iprice-label {
	background: #eea21d;
	border: 1px solid #cc8200;
	border-bottom: 3px solid #cc8200;
	border-top: 1px solid #df9513;
	color: #f6f6f6;
}
.black .iprice-icon {
	background: #555555;
	color: #41ab5d;
	text-shadow: 1px 1px 1px #444444;
}
.black .iprice-icon:hover {
	background: #666666;
}
.black .iprice-title h2,
.black .iprice-title h4 {
	color: #eeeeee;
	text-shadow: 1px 1px 1px black;
}
.black ul.iprice-desc-list li {
	color: #eeeeee;
}
.black ul.iprice-desc-list li:nth-child(odd) {
	background: #222222;
	border: 1px solid #111111;
	border-top: 1px solid #333333;
}
.black ul.iprice-desc-list li:nth-child(odd):hover {
	background: #252525;
}
.black ul.iprice-desc-list li:nth-child(even) {
	background: #151515;
	border: 1px solid black;
	border-top: 1px solid #222222;
}
.black ul.iprice-desc-list li:nth-child(even):hover {
	background: #191919;
}
.black ul.iprice-desc-list li a {
	color: white;
}
.black .iprice-button {
	background: #41ab5d;
	border-color: #38924f;
	color: white;
	text-shadow: 1px 1px 0 #2e8746;
}
.black .iprice-button:hover {
	background: #50cb70;
	border-color: #46ae61;
	color: white;
}
/* Begin Green style */
.green .iprice-item {
	background-color: #41ab5d;
	border: 1px solid #2e8746;
	border-bottom: 3px solid #2e8746;
}
.green .iprice-label {
	background: #eea21d;
	border: 1px solid #cc8200;
	border-bottom: 3px solid #cc8200;
	border-top: 1px solid #df9513;
	color: #f6f6f6;
}
.green .iprice-icon {
	background: #f5f5f5;
	color: #445a8e;
	text-shadow: 1px 1px 0 #2c3b5f;
}
.green .iprice-icon:hover {
	background: white;
}
.green .iprice-title h2,
.green .iprice-title h4 {
	color: white;
	text-shadow: 1px 1px 1px #223154;
}
.green ul.iprice-desc-list li {
	color: white;
}
.green ul.iprice-desc-list li:nth-child(odd) {
	background: #3b9e56;
	border: 1px solid #328547;
	border-top: 1px solid #4cc36d;
}
.green ul.iprice-desc-list li:nth-child(odd):hover {
	background: #3ea55a;
}
.green ul.iprice-desc-list li:nth-child(even) {
	background: #37914e;
	border: 1px solid #307a43;
	border-top: 1px solid #3ea057;
}
.green ul.iprice-desc-list li:nth-child(even):hover {
	background: #3a9651;
}
.green ul.iprice-desc-list li a {
	color: white;
}
.green .iprice-button {
	background: #a12e2e;
	border-color: #812424;
	color: white;
	text-shadow: 1px 1px 0 #812424;
}
.green .iprice-button:hover {
	background: #b43535;
	border-color: #8e2828;
	color: white;
}
/* Begin Purple style */
.purple .iprice-item {
	background-color: #855091;
	border: 1px solid #663f6e;
	border-bottom: 3px solid #663f6e;
}
.purple .iprice-label {
	background: #eea21d;
	border: 1px solid #cc8200;
	border-bottom: 3px solid #cc8200;
	border-top: 1px solid #df9513;
	color: #f6f6f6;
}
.purple .iprice-icon {
	background: #cccccc;
	color: #41ab5d;
	text-shadow: 1px 1px 0 #307342;
}
.purple .iprice-icon:hover {
	background: white;
}
.purple .iprice-title h2,
.purple .iprice-title h4 {
	color: white;
	text-shadow: 1px 1px 1px #223154;
}
.purple ul.iprice-desc-list li {
	color: white;
}
.purple ul.iprice-desc-list li:nth-child(odd) {
	background: #7d4c88;
	border: 1px solid #5c4063;
	border-top: 1px solid #935f9f;
}
.purple ul.iprice-desc-list li:nth-child(odd):hover {
	background: #855191;
}
.purple ul.iprice-desc-list li:nth-child(even) {
	background: #72467c;
	border: 1px solid #56395d;
	border-top: 1px solid #83558e;
}
.purple ul.iprice-desc-list li:nth-child(even):hover {
	background: #774982;
}
.purple ul.iprice-desc-list li a {
	color: white;
}
.purple .iprice-button {
	background: #41ab5d;
	border-color: #38924f;
	color: white;
	text-shadow: 1px 1px 0 #2e8746;
}
.purple .iprice-button:hover {
	background: #50cb70;
	border-color: #46ae61;
	color: white;
}
/* Begin Red style */
.red .iprice-item {
	background-color: #772020;
	border: 1px solid #632626;
	border-bottom: 3px solid #632626;
}
.red .iprice-label {
	background: #eea21d;
	border: 1px solid #cc8200;
	border-bottom: 3px solid #cc8200;
	border-top: 1px solid #df9513;
	color: #f6f6f6;
}
.red .iprice-icon {
	background: #cccccc;
	color: #41ab5d;
	text-shadow: 2px 2px 0 #2e8746;
}
.red .iprice-icon:hover {
	background: white;
}
.red .iprice-title h2,
.red .iprice-title h4 {
	color: white;
	text-shadow: 1px 1px 1px #223154;
}
.red ul.iprice-desc-list li {
	color: white;
}
.red ul.iprice-desc-list li:nth-child(odd) {
	background: #6d1f1f;
	border: 1px solid #591c1c;
	border-top: 1px solid #873030;
}
.red ul.iprice-desc-list li:nth-child(odd):hover {
	background: #742222;
}
.red ul.iprice-desc-list li:nth-child(even) {
	background: #621e1e;
	border: 1px solid #531e1e;
	border-top: 1px solid #803030;
}
.red ul.iprice-desc-list li:nth-child(even):hover {
	background: #6b2222;
}
.red ul.iprice-desc-list li a {
	color: white;
}
.red .iprice-button {
	background: #41ab5d;
	border-color: #38924f;
	color: white;
	text-shadow: 1px 1px 0 #2e8746;
}
.red .iprice-button:hover {
	background: #50cb70;
	border-color: #46ae61;
	color: white;
}
/* Begin Orange style */
.orange .iprice-item {
	background-color: #da8138;
	border: 1px solid #a15923;
	border-bottom: 3px solid #a15923;
}
.orange .iprice-label {
	background: #d6382c;
	border: 1px solid #b92d22;
	border-bottom: 3px solid #b92d22;
	border-top: 1px solid #ea4033;
	color: #f6f6f6;
}
.orange .iprice-icon {
	background: #eeeeee;
	color: #a12e2e;
	text-shadow: 2px 2px 0 #812424;
}
.orange .iprice-icon:hover {
	background: white;
}
.orange .iprice-title h2,
.orange .iprice-title h4 {
	color: white;
	text-shadow: 1px 1px 1px #223154;
}
.orange ul.iprice-desc-list li {
	color: white;
}
.orange ul.iprice-desc-list li:nth-child(odd) {
	background: #cd7329;
	border: 1px solid #b56728;
	border-top: 1px solid #e78a3d;
}
.orange ul.iprice-desc-list li:nth-child(odd):hover {
	background: #d6792c;
}
.orange ul.iprice-desc-list li:nth-child(even) {
	background: #bd6a25;
	border: 1px solid #a05f29;
	border-top: 1px solid #e2873d;
}
.orange ul.iprice-desc-list li:nth-child(even):hover {
	background: #c97027;
}
.orange ul.iprice-desc-list li a {
	color: white;
}
.orange .iprice-button {
	background: #a12e2e;
	border-color: #812424;
	color: white;
	text-shadow: 1px 1px 0 #812424;
}
.orange .iprice-button:hover {
	background: #b43535;
	border-color: #8e2828;
	color: white;
}
/* Begin Custom style */
.custom .iprice-item {
	background-color: #3a4d7b;
	border: 1px solid #2d3c61;
	border-bottom: 3px solid #2d3c61;
}
.custom .iprice-label {
	background: #eea21d;
	border: 1px solid #cc8200;
	border-bottom: 3px solid #cc8200;
	border-top: 1px solid #df9513;
	color: #f6f6f6;
}
.custom .iprice-icon {
	background: #cccccc;
	color: #41ab5d;
	text-shadow: 2px 2px 0 #2e8746;
}
.custom .iprice-icon:hover {
	background: white;
}
.custom .iprice-title h2,
.custom .iprice-title h4 {
	text-shadow: 1px 1px 1px #223154;
}
.custom ul.iprice-desc-list li {
	color: #526daa;
}
.custom ul.iprice-desc-list li:nth-child(odd) {
	background: #405688;
	border: 1px solid #455d92;
	border-top: 1px solid #526daa;
}
.custom ul.iprice-desc-list li:nth-child(odd):hover {
	background: #43598c;
}
.custom ul.iprice-desc-list li:nth-child(even) {
	background: #34456e;
	border: 1px solid #304066;
	border-top: 1px solid #415588;
}
.custom ul.iprice-desc-list li:nth-child(even):hover {
	background: #364770;
}
.custom ul.iprice-desc-list li a {
	color: white;
}
.custom .iprice-button {
	background: #41ab5d;
	border-color: #38924f;
	color: white;
	text-shadow: 1px 1px 0 #2e8746;
}
.custom .iprice-button:hover {
	background: #50cb70;
	border-color: #46ae61;
	color: white;
}
