﻿/* rt-pricing-table element-five */

.rt-pricing-table.element-five{
}

.rt-pricing-table.element-five > .holder{
	position:relative;
	overflow:hidden;
	background-color:#fff;
	box-shadow:0px 0px 10px rgba(0,0,0,0.1);
	text-align:center;
}

.rt-pricing-table.element-five.spotlight > .holder{
	box-shadow:0px 0px 10px rgba(0,0,0,0.35);
}

.rt-pricing-table.element-five.spotlight > .holder:after{
	position:absolute;
	top:-24px;
	right:-46px;
	content:"NEW";
	z-index:1;
	padding:50px 40px 5px 40px;
	font-weight:600;
	font-size:15px;
	color:#fff;
	line-height:25px;
	letter-spacing:3px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}

.rt-pricing-table.element-five > .holder > .title{
	padding:55px 20px 45px 20px;
}

.rt-pricing-table.element-five > .holder > .title > *:last-child{
	margin-bottom:0 !important;
}

.rt-pricing-table.element-five > .holder > .title h4{
	margin-bottom:30px;
	text-transform:uppercase;
	font-weight:500;
	font-size:18px;
	color:#504e4e;
	line-height:30px;
	letter-spacing:3px;
}

.rt-pricing-table.element-five > .holder > .title h5{
	margin-bottom:17px;
	text-transform:uppercase;
	font-weight:500;
	font-size:55px;
	line-height:30px;
}

.rt-pricing-table.element-five > .holder > .title h5 span{
	font-weight:300;
	font-size:30%;
	color:#504e4e;
}

.rt-pricing-table.element-five > .holder > .list{
	padding:0px 15px 0px 15px;
}

.rt-pricing-table.element-five > .holder > .list > *:last-child{
	margin-bottom:0 !important;
}

.rt-pricing-table.element-five > .holder > .list ul{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:200px;
	text-align:left;
}

.rt-pricing-table.element-five > .holder > .list ul li{
	margin-bottom:10px;
	color:#504e4e;
}

.rt-pricing-table.element-five > .holder > .data{
	padding:50px 15px 70px 15px;
}

.rt-pricing-table.element-five > .holder > .data > *:last-child{
	margin-bottom:0 !important;
}

.rt-pricing-table.element-five > .holder > .data .btn{
	margin-bottom:15px;
	padding:15px 50px 16px 50px;
	border:none;
	border-radius:0;
	text-transform:uppercase;
	font-weight:600;
	font-size:15px;
	color:#fff;
	line-height:25px;
	letter-spacing:3px;
}