﻿/* rt-pricing-table element-eight */

.rt-pricing-table.element-eight{
}

.rt-pricing-table.element-eight > .holder{
	padding:45px 40px 55px 40px;
	background-color:#fff;
	text-align:center;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.rt-pricing-table.element-eight > .holder:hover{
	box-shadow:0px 0px 22px rgba(5,5,6,0.14);
}

.rt-pricing-table.element-eight > .holder > .icon{
	margin-bottom:28px;
}

.rt-pricing-table.element-eight > .holder > .icon img{
}

.rt-pricing-table.element-eight > .holder > .heading{
	margin-bottom:25px;
}

.rt-pricing-table.element-eight > .holder > .heading > *:last-child{
	margin-bottom:0 !important;
}

.rt-pricing-table.element-eight > .holder > .heading .title{
	margin-bottom:12px;
	font-weight:500;
	font-size:20px;
	color:#222;
	line-height:27px;
}

.rt-pricing-table.element-eight > .holder > .heading .subtitle{
	max-width:200px;
	margin:0 auto 15px auto;
	font-weight:400;
	font-size:13px;
	color:#222;
	line-height:25px;
}

.rt-pricing-table.element-eight > .holder > .list{
	margin-bottom:30px;
}

.rt-pricing-table.element-eight > .holder > .list > *:last-child{
	margin-bottom:0 !important;
}

.rt-pricing-table.element-eight > .holder > .list ul{
	max-width:200px;
	margin:0 auto 0 auto;
}

.rt-pricing-table.element-eight > .holder > .list ul li{
	position:relative;
	margin-bottom:18px;
	padding-bottom:18px;
	border-bottom:1px #f3f3f3 solid;
	text-transform:uppercase;
	font-size:13px;
	color:#0c121f;
	line-height:25px;
}

.rt-pricing-table.element-eight > .holder > .list ul li:last-child,
.rt-pricing-table.element-eight > .holder > .list ul li:only-child{
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
}

.rt-pricing-table.element-eight > .holder > .pricing{
	margin-bottom:34px;
}

.rt-pricing-table.element-eight > .holder > .pricing > *:last-child{
	margin-bottom:0 !important;
}

.rt-pricing-table.element-eight > .holder > .pricing .price{
	margin-bottom:10px;
	font-weight:300;
	font-size:75px;
	line-height:1;
}

.rt-pricing-table.element-eight > .holder > .pricing .price sup{
	display:inline-block;
	vertical-align:top;
	margin-right:8px;
	margin-top:20px;
	font-weight:400;
	font-size:24px;
	color:#9a9a9a;
	line-height:27px;
}

.rt-pricing-table.element-eight > .holder > .pricing .price sub{
	display:inline-block;
	vertical-align:bottom;
	margin-left:-4px;
	margin-bottom:9px;
	font-weight:400;
	font-size:15px;
	color:#0c121f;
	line-height:25px;
}

.rt-pricing-table.element-eight > .holder > .pricing .tagline{
	max-width:235px;
	margin:0 auto 15px auto;
	font-weight:400;
	font-size:13px;
	color:#222;
	line-height:25px;
}

.rt-pricing-table.element-eight > .holder > .pricing .title{
	margin-bottom:3px;
	font-weight:500;
	font-size:18px;
	color:#13110e;
	line-height:28px;
}

.rt-pricing-table.element-eight > .holder > .pricing .tagline{
	margin-bottom:10px;
	font-weight:400;
	font-size:15px;
	color:#13110e;
	line-height:26px;
}

.rt-pricing-table.element-eight > .holder > .more{
	margin-bottom:0;
}

.rt-pricing-table.element-eight > .holder > .more > *:last-child{
	margin-bottom:0 !important;
}

.rt-pricing-table.element-eight > .holder > .more .btn{
	margin-bottom:15px;
	padding:12px 33px 11px 33px;
	border-width:2px;
	border-style:solid;
	border-radius:35px;
	text-transform:uppercase;
	font-weight:500;
	font-size:14px;
	line-height:23px;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.rt-pricing-table.element-eight > .holder:hover > .more .btn{
	color:#fff !important;
}

.rt-pricing-table.element-eight > .holder > .more .btn:hover{
	box-shadow:0px 7px 10px rgba(0,0,0,0.07);
}