/*** ============ Default theme ============ ***/ 

/*** pricing table ***/
.nk-pricing-table {
	text-align:center;
	margin-top:1em;
}
.nk-pricing-table ul {
	list-style-type:none;
	margin:0;
	padding:0 1.5em;
}
.nk-pricing-table ul li {
	padding:1.5em 0
}
div.nk-offer h2 {
	font-size: 1.25em;
	text-transform:none;
	margin-bottom:0;
	padding:1.5em;
	font-weight:800;
	text-align: center;
}
.nk-price h3 {
	font-size:3em;
	font-weight:800;
	display:block;
	padding:1em;
	margin:0;
}
.nk-price h3 span {
	font-size:14px;
	font-weight:300;
	margin-bottom:0;
	display:block;
	line-height: 14px;
}
.nk-pricing-table p {
	margin-bottom:0;
	padding:1.5em
}

.nk-focus-plan h3 {
	padding:1.25em;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.nk-pricing-tables-container .btn {
	padding: 15px 30px;
	border-radius: 4px;
	display: inline-block;
	border: none;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: none;
	border-bottom: 3px solid rgba(1, 1, 1, 0.1);
	background:orange;
	color:white;
}
.nk-pricing-tables-container .btn:hover {
	text-decoration: none;
	background:#555;
	color:#fff;
	border-bottom: 3px solid rgba(1, 1, 1, 0);
}

p.nk-sign, p.nk-sign .btn {margin:0;}
/*** end pricing table ***/

/***colors***/

.nk-pricing-table {
	background-color:#fff;
	border:1px solid rgba(0, 0, 0, 0.1);
	color:#444;
}

.nk-pricing-table ul li {
	border-bottom:1px solid #ddd;	
}
.nk-pricing-table ul li:last-child {
	border-bottom:none;
}

/*** ============ End Default theme ============ ***/ 


/*** ============ Theme 1 ============ ***/ 
.neko_pt_style_1 div.nk-offer h2 {
	background-color:#f7f7f7;
	color:#888;
}

.neko_pt_style_1 .nk-price h3 {
	background-color:#ddd;
	color:#fff;
	border-top:1px solid rgba(0, 0, 0, 0.1);
	border-bottom:1px solid rgba(0, 0, 0, 0.1);
}

.neko_pt_style_1 .nk-focus-plan h2{
	background-color:orange;
	color:#fff;
}

.neko_pt_style_1 .nk-focus-plan h3 {
	background-color:#555;
	border-top:1px solid rgba(0, 0, 0, 0.2);
	border-bottom:1px solid rgba(0, 0, 0, 0.2);
	color:#fff;
}

/*** ============ End Theme 1 ============ ***/ 

/*** ============ Theme 2 ============ ***/ 
.neko_pt_style_2.nk-pricing-table {
	border-radius: 11px;
	border: 1px solid rgba(0,0,0,0.25);
	overflow: hidden;
}
.neko_pt_style_2 .nk-price {
	position:relative;
	background:#eee;
	height:75px;
}
.neko_pt_style_2 div.nk-offer h2 {
	background-color:#eee;
	color:#555;
}

.neko_pt_style_2 .nk-focus-plan .nk-price {
	background:orange;
}
.neko_pt_style_2 .nk-focus-plan h2 {
	background-color:orange;
	color:#fff;
}
.neko_pt_style_2 .nk-price h3 {
	width:150px;
	height:150px;
	border-radius: 50%;
	background:#fff;
	border:7px solid #fff;
	box-shadow: inset 0px 5px 10px 2px #ddd,  0px 5px 10px 2px #ddd;
	color:#555;
	padding:0.5em;
	display:block;
	position: absolute;
	left:50%;
	margin-left: -75px;
	padding-top: 30px;
}
.neko_pt_style_2 h3 span{
	font-size:12px;
	line-height: 12px;
}

.neko_pt_style_2 ul {
	padding-top: 75px;
}

.neko_pt_style_2 p.nk-sign {
	background:#fff;
}

.nk-pricing-tables-container.neko_pt_style_2 p.nk-sign .btn {
	background:#666;
	
}

/*** ============ End Theme 2 ============ ***/ 

/*** ============ Theme 3 ============ ***/ 

.neko_pt_style_3 div.nk-offer h2 {
	background-color:#333;
	text-transform: uppercase;
	color:#eee;
}
.neko_pt_style_3 .nk-price h3 {
	background-color:#555;
	color:#999;
	padding:0.5em;
	font-size: 66px;
	line-height:0.75em;
	letter-spacing: -0.025em;
}
.neko_pt_style_3 .nk-price h3 span{
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 11px;
	line-height: 16px;
	letter-spacing: normal;
}
.neko_pt_style_3 .nk-price {
	position:relative;
}

.neko_pt_style_3 .nk-price:after{
	content:'';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 25px 50px 0 50px;
	border-color: #555 transparent transparent transparent;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	bottom: -10px;
}


.neko_pt_style_3 ul { padding: 0; }
.neko_pt_style_3 li { background: #eee; }
.neko_pt_style_3 li:nth-child(odd) { background: #fff; }

.neko_pt_style_3 p.nk-sign{background:#666;}

.neko_pt_style_3 p.nk-sign .btn {
	font-size: 16px;
	letter-spacing: 0;
}

/* focus */
.neko_pt_style_3 .nk-focus-plan h3 {
	background:orange;
	padding:0.5em 0;
	color:white;
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);
		font-size: 88px;
}

.neko_pt_style_3 .nk-focus-plan .nk-price:after {
	border-color:orange transparent transparent transparent;
}
.neko_pt_style_3 .nk-focus-plan p.nk-sign{
	background:orange;
}
.neko_pt_style_3 .nk-focus-plan p.nk-sign .btn {
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
	background-color:white;
	color:#555;
}
.neko_pt_style_3 .nk-focus-plan p.nk-sign .btn:hover {
	box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.05);
	background-color:#555;
	color:white;
}

/*** ============ End Theme 3 ============ ***/ 

/*** ============ Theme 4 ============ ***/ 
.neko_pt_style_4 .nk-pricing-table {
	border:1px solid #333;
	background-color: #333;
	padding:2.5em;

}
.neko_pt_style_4 .nk-offer h2 {
	background-color: transparent;
	color: #eee;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	padding: 0 1.5em 1.5em 1.5em;
}
.neko_pt_style_4 .nk-price {
	background-color: transparent;
	padding: 0;
	line-height: 150px;
	letter-spacing: -0.025em;
	text-shadow: none;
	border: 1px solid #595959;
	border-radius: 50%;
	width: 160px;
	height: 160px;
	margin: 0 auto 3em auto;
}
.neko_pt_style_4 .nk-price h3 {
	font-size: 50px;
	background-color: transparent;
	border: medium none;
	line-height: 1;
	padding: 40px 0 0 0;
	font-weight: 300;
	color:#999;
}
.neko_pt_style_4 .nk-pricec h3 span{
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 11px;
	line-height: 16px;
	letter-spacing: normal;
}

.neko_pt_style_4 .nk-pricing-table ul li {
	border-bottom: none;
	color: #eee;
	font-size: 14px;
	padding:1em;
}
.neko_pt_style_4 ul { padding: 0; }
.neko_pt_style_4 li { background: none;  }
.neko_pt_style_4 li:nth-child(odd) { background: none; }

.neko_pt_style_4 p.nk-sign{
	background:transparent;
	margin:0;
	padding:3em 0 1.5em 0;
}
.neko_pt_style_4 p.nk-sign .btn {
	display: block;
	border-radius: 0;
	border: 3px solid #595959;
	background: transparent;
	color: #fff;
}
.neko_pt_style_4 p.nk-sign .btn:hover {
	background: #fff;
	color: #111;
	border-color: #fff;
}

/* focus */
.neko_pt_style_4 .nk-focus-plan {
	background-color:#111;
	padding-top: 3.5em;
	padding-bottom: 3.5em;
}

.neko_pt_style_4 .nk-focus-plan h2 {color:orange;}

.neko_pt_style_4 .nk-focus-plan p.nk-sign a.btn {
	background:orange;
	color:white;
	border-color:orange;
}

.neko_pt_style_4 .nk-focus-plan .nk-price h3 {
	color:white;
}

.neko_pt_style_4 .nk-focus-plan p.nk-sign .btn {
	display: block;
	border-radius: 0;
	border: 3px solid #fff;
	background: #fff;
	color: #111;
}
.neko_pt_style_4 .nk-focus-plan p.nk-sign .btn:hover {
	background: transparent;
	color: #fff;
	border-color: #595959;
}
/*** ============ End Theme 4 ============ ***/ 


/*** ============ Theme 5 ============ ***/ 
.neko_pt_style_5 .nk-pricing-table {
	border:1px solid #eee;
	background-color: #fff;
	padding:2.5em;
	border-radius: 4px;
}
.neko_pt_style_5 div.nk-offer h2 {
	background-color: transparent;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	padding: 0 1.5em 1.5em 1.5em;
}
.neko_pt_style_5 .nk-price {
	padding: 0px;
	line-height: 150px;
	letter-spacing: -0.025em;
	text-shadow: none;
	border: none;
	border-radius: 50%;
	width: 160px;
	height: 160px;
	margin: 0px auto 3em;
	background-color: #f7f7f7;
}
.neko_pt_style_5 .nk-price h3 {
	font-size: 50px;
	background-color: transparent;
	border: medium none;
	line-height: 1;
	padding: 40px 0 0 0;
	font-weight: 300;
	color:#999;
}
.neko_pt_style_5 .nk-price h3 span{
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 11px;
	line-height: 16px;
	letter-spacing: normal;
}

.neko_pt_style_5 .nk-pricing-table ul li {
	border-color: #eee;
	color: #999;
	font-size: 14px;
	padding:1em;
}
.neko_pt_style_5 ul { padding: 0; }
.neko_pt_style_5 li { background: none;  }
.neko_pt_style_5 li:nth-child(odd) { background: none; }

.neko_pt_style_5 p.nk-sign{
	background:transparent;
	margin:0;
	padding:3em 0 1.5em 0;
}


/* focus */
.neko_pt_style_5 .nk-focus-plan {
	background-color:orange;
	padding-top: 3.5em;
	padding-bottom: 3.5em;
	box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.05);
}
.neko_pt_style_5 .nk-focus-plan div.nk-offer h2 { 
	color:white;
}
.neko_pt_style_5 .nk-focus-plan .nk-price{
	background-color:white;
	text-shadow:none;
}

.neko_pt_style_5 .nk-focus-plan .nk-price h3 {
	color:orange;
	text-shadow:none;
}
.neko_pt_style_5 .nk-focus-plan ul li {
	border-color:white;
	color:white;
}
.neko_pt_style_5 .nk-focus-plan p.nk-sign .btn {
	background-color: white;
	color:orange;
}
.neko_pt_style_5 .nk-focus-plan p.nk-sign .btn:hover {
	background-color: #555;
	color: white;
}
/*** ============ End Theme 5 ============ ***/ 

/*** ============ Theme 6 ============ ***/ 
.neko_pt_style_6 .nk-pricing-table {
	background-color: #f7f7f7;
	padding:0;
	margin-top:0;
	border:none;
}
.neko_pt_style_6 div.nk-offer h2 {
	color: #999;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	font-size: 22px;
	font-weight: bold;
	padding:30px 15px;
	background: transparent;
	border-bottom: 1px solid #DEDEDE;
}
.neko_pt_style_6 .nk-price {
	line-height: 150px;
	letter-spacing: -0.025em;
	text-shadow: none;
	border-bottom: 1px solid #DEDEDE;
	padding: 0px;
}
.neko_pt_style_6 .nk-price h3 {
	font-size: 88px;
	background-color: transparent;
	border: none;
	line-height: 1;
	padding: 40px 0;
	font-weight: 300;
	color:#999;
}
.neko_pt_style_6 .nk-price h3 span{
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 11px;
	line-height: 16px;
	letter-spacing: normal;
}

.neko_pt_style_6 .pricing-table-content {
	padding: 1.5em;

}

.neko_pt_style_6 .nk-pricing-table ul li {
	border: none;
	color: #999;
	font-size: 14px;
	padding:1em;
	text-transform: uppercase;
}

.neko_pt_style_6 li { background: none;  }
.neko_pt_style_6 li:nth-child(odd) { background: none; }

.neko_pt_style_6 p.nk-sign{
	background:transparent;
	margin:0;
	padding:3em 0 0 0;
}

.neko_pt_style_6 p.nk-sign .btn{
	width:100%;
	border:none;
	border-radius: 0;
	background-color:#eee;
	color:#999;
	padding: 1.5em 0;
}

.neko_pt_style_6 p.nk-sign .btn:hover{
	background-color:orange;
	color:white;
	border:none;
}

/* focus */
.neko_pt_style_6 .nk-focus-plan {
	background-color: #111;
	border-color:#111;
}

.neko_pt_style_6 .nk-focus-plan .nk-offer h2 {
	border-color:#111;
}

.neko_pt_style_6 .nk-focus-plan .nk-price{
	background-color:#111;
	border-color:#111;
}

.neko_pt_style_6 .nk-focus-plan .nk-price h3 {
	color:orange;
	text-shadow:none;
	border-color:#111;
}
.neko_pt_style_6 .nk-focus-plan ul {
	border:none;
}
.neko_pt_style_6 .nk-focus-plan p.nk-sign .btn {
	background-color: orange;
	color:white;
}
.neko_pt_style_6 .nk-focus-plan p.nk-sign .btn:hover {
		background-color:white ;
	color:orange;
}
/*** ============ End Theme 6 ============ ***/ 


/*** ============ Theme 7 ============ ***/ 
.neko_pt_style_7 .nk-pricing-table {
	padding:0;
	margin-top:0;
	border:1px solid transparent;
}
.neko_pt_style_7 div.nk-offer h2 {
	color: #999;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	font-size: 22px;
	font-weight: bold;
	padding:30px 15px;
	background: transparent;
}
.neko_pt_style_7 .nk-price {
	line-height: 150px;
	letter-spacing: -0.025em;
	text-shadow: none;
	border-bottom:1px solid #DEDEDE;
	border-top: 1px solid #DEDEDE;
	padding: 0px;
}
.neko_pt_style_7 .nk-price h3 {
	font-size: 88px;
	background-color: transparent;
	border: none;
	line-height: 1;
	padding: 40px 0;
	font-weight: 300;
	color:#999;
}
.neko_pt_style_7 .nk-price h3 span{
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 11px;
	line-height: 16px;
	letter-spacing: normal;
}

.neko_pt_style_7 .pricing-table-content {
	padding: 1.5em;

}

.neko_pt_style_7 .nk-pricing-table ul li {
	border: none;
	color: #999;
	font-size: 14px;
	padding:1em;
	text-transform: uppercase;
}

.neko_pt_style_7 li { background: none;  }
.neko_pt_style_7 li:nth-child(odd) { background: none; }

.neko_pt_style_7 p.nk-sign{
	background:transparent;
	margin:0;
	padding:3em;
}

.neko_pt_style_7 p.nk-sign .btn{
	border:none;
	border-radius: 50px;
	background-color:#eee;
	color:#999;
	padding:0.75em 2em;
	display:inline-block;
	width:auto;
	font-weight: normal;
	font-size: 14px;
}

.neko_pt_style_7 p.nk-sign .btn:hover{
	background-color:orange;
	color:white;
}

/* focus */
.neko_pt_style_7 .nk-focus-plan {
	border-color:#DEDEDE;
}

.neko_pt_style_7 .nk-focus-plan h2 {
	color:orange;
}

.neko_pt_style_7 .nk-focus-plan .nk-price{

}

.neko_pt_style_7 .nk-focus-plan .nk-price h3 {
	color:orange;
	text-shadow:none;
	border-color:#111;
}
.neko_pt_style_7 .nk-focus-plan ul {
}
.neko_pt_style_7 .nk-focus-plan p.nk-sign .btn {
	background-color: orange;
	color:white;
}
.neko_pt_style_7 .nk-focus-plan p.nk-sign .btn:hover {
		background-color:white ;
	color:orange;
}
/*** ============ End Theme 7 ============ ***/ 




/*** ============ Grid ============ ***/ 
.nk-pricing-tables-container {width:100%}

.neko_pt_one_half, 
.neko_pt_one_third, 
.neko_pt_two_thirds, 
.neko_pt_three_fourths, 
.neko_pt_one_fourth, 
.neko_pt_one_fifth, 
.neko_pt_two_fifth, 
.neko_pt_three_fifth, 
.neko_pt_four_fifth, 
.neko_pt_one_sixth, 
.neko_pt_five_sixth {
	position: relative;
	margin-right: 4%;
	float: left;
	width: 100%;
}
.neko_pt_last {
	margin-right:0;
}


/*** MEDIA QUERIES ***/

@media(max-width:767px){

}

@media(min-width:992px){

	.nk-focus-plan {
		margin-top:0;
	}



	.neko_pt_one_half {
		width: 48%;
	}
	.neko_pt_one_third {
		width: 30.66%;
	}
	.neko_pt_two_thirds {
		width: 65.33%;
	}

	.neko_pt_one_fourth {
		width: 22%;
	}
	.neko_pt_three_fourths {
		width: 74%;
	}
	.neko_pt_one_fifth {
		width: 16.8%;
	}
	.neko_pt_two_fifth {
		width: 37.6%;
	}
	.neko_pt_three_fifth {
		width: 58.4%;
	}
	.neko_pt_four_fifth {
		width: 67.2%;
	}
	.neko_pt_one_sixth {
		width: 13.33%;
	}
	.neko_pt_five_sixth {
		width: 82.67%;
	}
}

/* no margin */

.neko_grid_no_margin .neko_pt_one_half, 
.neko_grid_no_margin .neko_pt_one_third, 
.neko_grid_no_margin .neko_pt_one_fourth, 
.neko_grid_no_margin .neko_pt_one_fifth, 
.neko_grid_no_margin .neko_pt_one_sixth {
	position: relative;
	margin-right: 0;
	float: left;
	width: 100%;
}

@media(min-width:992px){


	.neko_grid_no_margin .neko_pt_one_half {
		width: 50%;
	}
	.neko_grid_no_margin .neko_pt_one_third {
		width: 33.33%;
	}

	.neko_grid_no_margin .neko_pt_one_fourth {
		width:25%;
	}
	
	.neko_grid_no_margin .neko_pt_one_fifth {
		width: 20%;
	}
	
	.neko_grid_no_margin .neko_pt_one_sixth {
		width: 16.66%;
	}
	
}

/*** ============ End Grid ============ ***/ 

.nk-pricing-tables-container.clearfix:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.nk-pricing-tables-container.clearfix {
	display: inline-block;
}

html[xmlns] .nk-pricing-tables-container.clearfix {
	display: block;
}

* html .nk-pricing-tables-container.clearfix {
	height: 1%;
}