
#rpt_container {
	margin-top: 24px;
	width: 100%;
}

.rpt_plans .rpt_plan {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.rpt_2_plans .rpt_plan {
	margin-right: 2%;
	width: 49%;
	float: left;
}

.rpt_2_plans .rpt_plan:last-child {
	margin-right: 0;
}

.rpt_3_plans .rpt_plan {
	margin-right: 2%;
	width: 32%;
	float: left;
}

.rpt_3_plans .rpt_plan:last-child {
	margin-right: 0;
}

.rpt_4_plans .rpt_plan {
	margin-right: 1%;
	width: 24.25%;
	float: left;
}

.rpt_4_plans .rpt_plan:last-child {
	margin-right: 0;
}

.rpt_5_plans .rpt_plan {
	margin-right: .5%;
	width: 19.6%;
	float: left;
}

.rpt_5_plans .rpt_plan:last-child {
	margin-right: 0;
}

.rpt_style_bic .rpt_plan, .rpt_style_loc .rpt_plan {
	-webkit-box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, .19);
	-moz-box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, .19);
	box-shadow: 1px 1px 3px 0 rgba(50, 50, 50, .19);
}

.rpt_plans .rpt_plan .rpt_title img {
	margin-right: 10px;
	position: relative;
	vertical-align: middle;
}

.rpt_plans .rpt_plan .rpt_title {
	background: #222;
	font-weight: 300;
	padding: 24px 18px;
	font-size: 26px;
	color: #fff;
	line-height: 24px;
	height: auto;
}

.rpt_plans .rpt_plan .rpt_title span {
	display: inline-block;
	position: relative;
	top: -10px;
}

.rpt_style_basic .rpt_plan .rpt_title {
	border-bottom: #111 solid 1px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.rpt_style_spec .rpt_plan .rpt_title {
	color: #fff;
}

.rpt_style_bic .rpt_plan .rpt_title, .rpt_style_loc .rpt_plan .rpt_title, .rpt_style_swl .rpt_plan .rpt_title {
	background: #333;
}

.rpt_plans .rpt_sm_title .rpt_plan .rpt_title {
	font-size: 20px;
	line-height: 18px;
}

.rpt_plans .rpt_xsm_title .rpt_plan .rpt_title {
	font-size: 15px;
	line-height: 15px;
}

.rpt_4_plans .rpt_plan .rpt_title {
	font-size: 17px;
	line-height: 15px;
}

.rpt_4_plans .rpt_sm_title .rpt_plan .rpt_title {
	font-size: 15px;
	line-height: 13px;
}

.rpt_4_plans .rpt_xsm_title .rpt_plan .rpt_title {
	font-size: 13px;
	line-height: 11px;
}

.rpt_5_plans .rpt_plan .rpt_title {
	font-size: 15px;
	line-height: 13px;
}

.rpt_5_plans .rpt_sm_title .rpt_plan .rpt_title {
	font-size: 13px;
	line-height: 11px;
}

.rpt_5_plans .rpt_xsm_title .rpt_plan .rpt_title {
	font-size: 12px;
	line-height: 10px;
}

.rpt_plans .rpt_recommended_plan .rpt_title {
	background: #111;
}

.rpt_plans .rpt_plan .rpt_head .rpt_price .rpt_currency {
	position: relative;
	top: -44px;
	left: -10px;
	font-size: 35px;
	line-height: 0;
}

.rpt_4_plans .rpt_plan .rpt_head .rpt_price .rpt_currency {
	top: -36px;
}

.rpt_5_plans .rpt_plan .rpt_head .rpt_price .rpt_currency {
	top: -26px;
}

.rpt_sm_price .rpt_plan .rpt_head .rpt_price .rpt_currency {
	font-size: 30px;
	top: -44px;
	left: -4px;
}

.rpt_xsm_price .rpt_plan .rpt_head .rpt_price .rpt_currency {
	font-size: 25px;
	top: -30px;
	left: -4px;
}

.rpt_xxsm_price .rpt_plan .rpt_head .rpt_price .rpt_currency {
	font-size: 21px;
	top: -14px;
	left: -4px;
}

.rpt_style_basic .rpt_plan .rpt_head {
	border-top: #222 solid 2px;
	background: #333;
	background: -moz-linear-gradient(45deg, #333 0, #1c1c1c 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0, #333), color-stop(100%, #1c1c1c));
	background: -webkit-linear-gradient(45deg, #333 0, #1c1c1c 100%);
	background: -o-linear-gradient(45deg, #333 0, #1c1c1c 100%);
	background: -ms-linear-gradient(45deg, #333 0, #1c1c1c 100%);
	background: linear-gradient(45deg, #333 0, #1c1c1c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333333", endColorstr="#1c1c1c", GradientType=1);
}

.rpt_style_spec .rpt_plan .rpt_head {
	background: #222;
}

.rpt_style_swl .rpt_plan .rpt_head {
	background: #fff;
}

.rpt_plans .rpt_plan .rpt_head .rpt_price {
	padding: 6px 10px;
	font-size: 74px;
	line-height: 100px;
	font-weight: 300;
	text-align: center;
	color: #fff;
}

.rpt_style_basic .rpt_plan .rpt_head .rpt_price, .rpt_style_spec .rpt_plan .rpt_head .rpt_price {
	text-shadow: 1px 2px 7px rgba(0, 0, 0, .6);
}

.rpt_style_swl .rpt_plan .rpt_head .rpt_price {
	color: #000;
}

.rpt_plans .rpt_sm_price .rpt_plan .rpt_head .rpt_price {
	font-size: 62px;
}

.rpt_plans .rpt_xsm_price .rpt_plan .rpt_head .rpt_price {
	font-size: 56px;
}

.rpt_plans .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price {
	font-size: 38px;
}

.rpt_4_plans .rpt_plan .rpt_head .rpt_price {
	font-size: 69px;
	line-height: 80px;
}

.rpt_4_plans .rpt_sm_price .rpt_plan .rpt_head .rpt_price {
	font-size: 53px;
	line-height: 65px;
}

.rpt_4_plans .rpt_xsm_price .rpt_plan .rpt_head .rpt_price {
	font-size: 47px;
	line-height: 64px;
}

.rpt_4_plans .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price {
	font-size: 31px;
	line-height: 60px;
}

.rpt_5_plans .rpt_plan .rpt_head .rpt_price {
	font-size: 59px;
	line-height: 80px;
}

.rpt_5_plans .rpt_sm_price .rpt_plan .rpt_head .rpt_price {
	font-size: 44px;
	line-height: 60px;
}

.rpt_5_plans .rpt_xsm_price .rpt_plan .rpt_head .rpt_price {
	font-size: 37px;
	line-height: 53px;
}

.rpt_5_plans .rpt_xxsm_price .rpt_plan .rpt_head .rpt_price {
	font-size: 24px;
	line-height: 50px;
}

.rpt_plans .rpt_recommended_plan .rpt_head .rpt_price {
	font-size: 98px;
}

.rpt_4_plans .rpt_recommended_plan .rpt_head .rpt_price {
	font-size: 74px;
}

.rpt_5_plans .rpt_recommended_plan .rpt_head .rpt_price {
	font-size: 67px;
}

.rpt_plans .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price {
	font-size: 83px;
}

.rpt_4_plans .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price {
	font-size: 60px;
}

.rpt_5_plans .rpt_sm_price .rpt_recommended_plan .rpt_head .rpt_price {
	font-size: 54px;
}

.rpt_plans .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price {
	font-size: 55px;
}

.rpt_4_plans .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price {
	font-size: 49px;
}

.rpt_5_plans .rpt_xsm_price .rpt_recommended_plan .rpt_head .rpt_price {
	font-size: 41px;
}

.rpt_plans .rpt_xxsm_price .rpt_recommended_plan .rpt_head .rpt_price {
	font-size: 42px;
}

.rpt_4_plans .rpt_xxsm_price .rpt_recommended_plan .rpt_head .rpt_price {
	font-size: 34px;
}

.rpt_5_plans .rpt_xxsm_price .rpt_recommended_plan .rpt_head .rpt_price {
	font-size: 26px;
}

.rpt_plans .rpt_plan .rpt_head .rpt_recurrence {
	font-size: 13px;
	font-weight: 300;
	line-height: 18px;
	padding: 20px 40px 10px;
	color: #d3d3d3;
	text-align: center;
}

.rpt_style_spec .rpt_plan .rpt_head .rpt_recurrence {
	color: #d3d3d3;
}

.rpt_style_bic .rpt_plan .rpt_head .rpt_recurrence, .rpt_style_loc .rpt_plan .rpt_head .rpt_recurrence {
	color: #f5f5f5;
}

.rpt_style_swl .rpt_plan .rpt_head .rpt_recurrence {
	color: grey;
}

.rpt_plans .rpt_sm_recurrence .rpt_plan .rpt_head .rpt_recurrence {
	font-size: 11px;
	padding: 20px 40px 4px;
}

.rpt_plans .rpt_plan .rpt_head .rpt_subtitle {
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	text-align: center;
	padding: 10px 30px 20px;
}

.rpt_plans .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
	font-size: 14px;
}

.rpt_plans .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
	font-size: 12px;
}

.rpt_4_plans .rpt_plan .rpt_head .rpt_subtitle {
	font-size: 16px;
	line-height: 18px;
	padding: 10px 10px 20px;
}

.rpt_4_plans .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
	font-size: 14px;
	line-height: 17px;
}

.rpt_4_plans .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
	font-size: 13px;
	line-height: 16px;
}

.rpt_5_plans .rpt_plan .rpt_head .rpt_subtitle {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 10px 20px;
}

.rpt_5_plans .rpt_sm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
	font-size: 13px;
	line-height: 17px;
}

.rpt_5_plans .rpt_xsm_subtitle .rpt_plan .rpt_head .rpt_subtitle {
	font-size: 12px;
	line-height: 16px;
}

.rpt_plans .rpt_plan .rpt_head .rpt_description {
	font-size: 14px;
	line-height: 20px;
	padding: 0 20px 30px;
	font-weight: 300;
	text-align: center;
	color: grey;
}

.rpt_plans .rpt_sm_description .rpt_plan .rpt_head .rpt_description {
	font-size: 12px;
}

.rpt_style_bic .rpt_plan .rpt_head .rpt_description, .rpt_style_loc .rpt_plan .rpt_head .rpt_description {
	color: #f5f5f5;
}

.rpt_4_plans .rpt_plan .rpt_head .rpt_description {
	font-size: 13px;
	line-height: 18px;
}

.rpt_4_plans .rpt_sm_description .rpt_plan .rpt_head .rpt_description {
	font-size: 12px;
	line-height: 17px;
}

.rpt_5_plans .rpt_plan .rpt_head .rpt_description {
	font-size: 12px;
	line-height: 18px;
}

.rpt_5_plans .rpt_sm_description .rpt_plan .rpt_head .rpt_description {
	font-size: 11px;
	line-height: 17px;
}

.rpt_plans .rpt_plan .rpt_features {
	padding: 20px;
	background: #f5f5f5;
	text-align: center;
}

.rpt_style_bic .rpt_plan .rpt_features, .rpt_style_loc .rpt_plan .rpt_features, .rpt_style_swl .rpt_plan .rpt_features {
	background: #fff;
}

.rpt_plans .rpt_plan .rpt_features .rpt_feature {
	font-size: 16px;
	padding: 6px 16px;
	border-bottom: 1px dotted #d3d3d3;
}

.rpt_plans .rpt_plan .rpt_features .rpt_feature:last-child {
	border-bottom: none;
}

.rpt_plans .rpt_sm_features .rpt_plan .rpt_features .rpt_feature {
	font-size: 14px;
}

.rpt_style_swl .rpt_plan .rpt_features .rpt_feature {
	padding: 5px 16px;
}

.rpt_4_plans .rpt_plan .rpt_features .rpt_feature {
	padding: 6px 10px;
	font-size: 14px;
}

.rpt_4_plans .rpt_sm_features .rpt_plan .rpt_features .rpt_feature {
	font-size: 12px;
}

.rpt_5_plans .rpt_plan .rpt_features .rpt_feature {
	padding: 6px 10px;
	font-size: 13px;
}

.rpt_5_plans .rpt_sm_features .rpt_plan .rpt_features .rpt_feature {
	font-size: 11px;
}

.rpt_plans .rpt_plan .rpt_foot {
	display: block;
	padding: 10px 30px;
	border-top: #f5f5f5 solid 2px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	font-weight: 300;
	transition: All 500ms ease;
	-webkit-transition: All 500ms ease;
	-moz-transition: All 500ms ease;
	-o-transition: All 500ms ease;
}

.rpt_plans .rpt_sm_button .rpt_plan .rpt_foot {
	font-size: 19px;
}

.rpt_style_basic .rpt_plan .rpt_foot {
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.rpt_style_swl .rpt_plan .rpt_foot {
	border-top: none;
	padding: 10px 30px 20px;
	color: #000;
	background: #333;
}

.rpt_4_plans .rpt_plan .rpt_foot {
	padding: 4px 20px;
	font-size: 19px;
}

.rpt_4_plans .rpt_sm_button .rpt_plan .rpt_foot, .rpt_5_plans .rpt_plan .rpt_foot {
	padding: 4px 20px;
	font-size: 17px;
}

.rpt_5_plans .rpt_sm_button .rpt_plan .rpt_foot {
	font-size: 16px;
}

.rpt_plans .rpt_plan .rpt_foot:hover {
	opacity: .8;
}

.rpt_style_swl .rpt_plan .rpt_foot:hover {
	opacity: 1;
}

.rpt_plans .rpt_recommended_plan .rpt_foot {
	font-size: 30px;
	padding: 16px 0;
}

.rpt_plans .rpt_sm_button .rpt_recommended_plan .rpt_foot {
	font-size: 26px;
}

.rpt_4_plans .rpt_recommended_plan .rpt_foot {
	font-size: 22px;
	font-weight: 300;
	padding: 10px 0;
}

.rpt_4_plans .rpt_sm_button .rpt_recommended_plan .rpt_foot {
	font-size: 19px;
	padding: 10px 0;
}

.rpt_5_plans .rpt_recommended_plan .rpt_foot {
	font-size: 20px;
	font-weight: 300;
	padding: 10px 0;
}

.rpt_5_plans .rpt_sm_button .rpt_recommended_plan .rpt_foot {
	font-size: 18px;
	padding: 10px 0;
}

.rpt_plans .rpt_plan img {
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
	-webkit-box-shadow: 0 0 0 0 transparent;
	-moz-box-shadow: 0 0 0 0 transparent;
	box-shadow: 0 0 0 0 transparent;
	border: none;
}

.rpt_plans .rpt_recommended_plan {
	position: relative;
	top: -10px;
}

.rpt_style_bic .rpt_recommended_plan, .rpt_style_loc .rpt_recommended_plan {
	-webkit-box-shadow: 1px 1px 6px 0 rgba(50, 50, 50, .39);
	-moz-box-shadow: 1px 1px 6px 0 rgba(50, 50, 50, .39);
	box-shadow: 1px 1px 6px 0 rgba(50, 50, 50, .39);
}

.rpt_recommended_plan img.rpt_recommended {
	float: right;
}

a.rpt_tooltip {
	display: block;
	outline: 0;
	text-decoration: none;
	position: relative;
}

a.rpt_tooltip strong {
	line-height: 30px;
}

a.rpt_tooltip>span.intool {
	width: 90%;
	padding: 10px 20px;
	margin-top: 56px;
	opacity: 0;
	visibility: hidden;
	z-index: 10;
	position: absolute;
	top: -15px;
	display: block;
	color: #f5f5f5;
	font-size: 13px;
	line-height: 20px;
	background: #333;
	font-weight: 300;
	text-align: center;
}

a.rpt_tooltip:hover {
	cursor: zoom-in;
}

.rpt_feature:hover a.rpt_tooltip>span.intool {
	opacity: .98;
	text-decoration: none;
	visibility: visible;
	overflow: visible;
}

.rpt_3_plans a.rpt_tooltip>span.intool {
	margin-left: -1%;
}

.rpt_4_plans a.rpt_tooltip>span.intool {
	margin-left: 0;
}

.rpt_5_plans a.rpt_tooltip>span.intool {
	margin-left: -2%;
}

a.rpt_tooltip span.intool b {
	width: 10px;
	height: 10px;
	margin-left: 35%;
	margin-top: -15px;
	position: absolute;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #333;
}

.entry-content .rpt_plan a, .rpt_plan a {
	border-bottom: none !important;
}

@media only screen and (min-width:40em) and (max-width:64.063em) {
	.rpt_plans .rpt_plan .rpt_head .rpt_price {
		font-size: 64px;
		padding-top: 20px;
	}
}

@media only screen and (max-width:40em) {
	.rpt_plans .rpt_plan {
		width: 96%;
		margin: 10px 2% 20px !important;
	}
	
	.rpt_plans .rpt_plan .rpt_title {
		font-size: 26px !important;
		line-height: 48px !important;
	}
	
	.rpt_plans .rpt_plan .rpt_head .rpt_price {
		font-size: 74px !important;
		line-height: 100px !important;
	}
	
	.rpt_plans .rpt_plan .rpt_head .rpt_subtitle {
		font-size: 17px !important;
		line-height: 28px !important;
		padding: 10px 40px 20px;
	}
	
	.rpt_plans .rpt_plan .rpt_head .rpt_description {
		font-size: 15px !important;
		line-height: 26px !important;
		padding: 0 40px 30px;
	}
	
	.rpt_plans .rpt_plan .rpt_features .rpt_feature {
		padding: 6px 16px;
		font-size: 14px !important;
	}
	
	.rpt_plans .rpt_plan .rpt_foot {
		padding: 10px 40px;
		text-align: center;
		color: #fff;
		font-size: 20px;
	}
	
	.rpt_plans .rpt_recommended_plan .rpt_foot {
		font-size: 30px;
		font-weight: 300;
		padding: 20px 0;
	}
	
	.rpt_plan .rpt_head .rpt_price .rpt_currency {
		top: -36px !important;
		left: -10px !important;
		font-size: 35px !important;
	}
}

#rpt_container .rpt_plan_ori .rpt_features .rpt_feature, #rpt_container .rpt_plan_ori .rpt_features .rpt_feature a, #rpt_container .rpt_plan_ori .rpt_foot, #rpt_container .rpt_plan_ori .rpt_head .rpt_description, #rpt_container .rpt_plan_ori .rpt_head .rpt_price, #rpt_container .rpt_plan_ori .rpt_head .rpt_price .rpt_currency, #rpt_container .rpt_plan_ori .rpt_head .rpt_recurrence, #rpt_container .rpt_plan_ori .rpt_head .rpt_subtitle, #rpt_container .rpt_plan_ori .rpt_title {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: 300 !important;
}
