/* --------------------------------- */
/* TOOLTIP CSS */
/* --------------------------------- */
*[ffxf-tooltip] {
	position: relative;
	cursor: pointer;
	text-align: center;
}
.bottom_btn_main {
    position: absolute;
    max-width: 190px;
    bottom: 15px;
}
li.os_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        justify-content: flex-start;
}
.tool_l {
    position: absolute;
    width: 53px;
    height: 59px;
    right: 5px;
}
.pr_con_right strong{
	float: right !important;
    font-size: 95%;
}
.pr_con_right strong img {
	height: 11px;
}
li.act_li{
	list-style: none !important;
}
.price-head-bg{
	background: url(/wp-content/uploads/2017/09/test_14_day-1.png) 0% 0% no-repeat;
}
*[ffxf-tooltip-mask] {
	z-index: 999999;
	-webkit-box-shadow: inset 0 0 0 500px rgba(190, 220, 170, 0), 0 0 0 5000px rgba(190, 220, 170, 0);
	box-shadow: inset 0 0 0 500px rgba(190, 220, 170, 0), 0 0 0 5000px rgba(190, 220, 170, 0);
	-webkit-transition: all 500ms 100ms;
	transition: all 500ms 100ms;
	cursor: help;
}
#wrapper > div.pagemid_section > div > div.section_inner > div.pricetable.\/\*iva_anim\*\/ > div > div > div.price-content > ul > li:nth-child(1) {
    white-space: nowrap;
}
*[ffxf-tooltip-mask]:hover {
	-webkit-box-shadow: inset 0 0 0 500px rgba(190, 220, 170, 0.70), 0 0 0 5000px rgba(190, 220, 170, 0.70);
	box-shadow: inset 0 0 0 500px rgba(190, 220, 170, 0.70), 0 0 0 5000px rgba(190, 220, 170, 0.70);
}

.price-content a.btn.medium {
    margin-top: 10px;
}

*[ffxf-tooltip]:hover:before,
*[ffxf-tooltip]:hover:after {
	visibility: visible;
	opacity: 1;
}

*[ffxf-tooltip]:before {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 300ms 000ms cubic-bezier(0.25, 0, 0.15, 1.50);
	transition: all 300ms 000ms cubic-bezier(0.25, 0, 0.15, 1.50);
}

*[ffxf-tooltip]:hover:before {
	-webkit-transition: all 300ms 200ms cubic-bezier(0.25, 0, 0.15, 1.50);
	transition: all 300ms 200ms cubic-bezier(0.25, 0, 0.15, 1.50);
}

*[ffxf-tooltip]:after {
	visibility: hidden;
	opacity: 0;
	content: attr(ffxf-tooltip);
	line-height: 17px;
	position: absolute;
	z-index: 99;
	padding: 5px 10px;
	background: #333;
	color: #fff;
	font-size: 13px;
	border-radius: 3px;
	width: 250%;
	max-width: 290px;
	min-width: 140px;
	-webkit-transition: all 300ms 100ms cubic-bezier(0.25, 0, 0.15, 1.50);
	transition: all 300ms 100ms cubic-bezier(0.25, 0, 0.15, 1.50);
}

/* BOTTOM TOOLTIP */

*[ffxf-tooltip]:before,
*[ffxf-tooltip-bottom]:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12.5px 15px 12.5px;
	border-color: transparent transparent #333 transparent;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -25px;
}

*[ffxf-tooltip]:hover:before,
*[ffxf-tooltip-bottom]:hover:before {
	bottom: -17px;
	left: -7px;
	z-index: 100;
}

*[ffxf-tooltip]:after,
*[ffxf-tooltip-bottom]:after {
	-webkit-transform: translate(-50%, 100%) scale(.8);
	transform: translate(-50%, 100%) scale(.8);
	left: 50%;
	bottom: -14px;
}

*[ffxf-tooltip]:hover:after,
*[ffxf-tooltip-bottom]:hover:after {
	-webkit-transform: translate(-50%, 100%) scale(1);
	transform: translate(-50%, 100%) scale(1);
}

/* TOP TOOLTIP */

*[ffxf-tooltip-top]:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 12.5px 0 12.5px;
	border-color: #333 transparent transparent transparent;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: inherit;
	top: -25px;
}

*[ffxf-tooltip-top]:hover:before {
	bottom: inherit;
	top: -15px;
}

*[ffxf-tooltip-top]:after {
	-webkit-transform: translate(-50%, -100%) scale(.8);
	transform: translate(-50%, -100%) scale(.8);
	left: 50%;
	top: -10px;
	bottom: inherit;
}

*[ffxf-tooltip-top]:hover:after {
	-webkit-transform: translate(-50%, -100%) scale(1);
	transform: translate(-50%, -100%) scale(1);
	white-space: normal;
    font-weight: 400;
}

/* LEFT TOOLTIP */

*[ffxf-tooltip-left]:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12.5px 0 12.5px 15px;
	border-color: transparent transparent transparent #333;
	position: absolute;
	margin: auto;
	bottom: 0;
	top: 0;
	right: inherit;
	left: -25px;
}
*[data-tooltip-left]:hover:before {
    bottom: 0;
    top: 0;
    right: inherit;
    left: -60px;
}

*[ffxf-tooltip-left]:after {
	-webkit-transform: translate(-100%, -50%) scale(.8);
	transform: translate(-100%, -50%) scale(.8);
	left: -10px;
	top: 50%;
	bottom: inherit;
}

*[ffxf-tooltip-left]:hover:after {
	-webkit-transform: translate(-100%, -50%) scale(1);
	transform: translate(-100%, -50%) scale(1);
}

/* RIGHT TOOLTIP */

*[ffxf-tooltip-right]:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12.5px 15px 12.5px 0;
	border-color: transparent #333 transparent transparent;
	position: absolute;
	margin: auto;
	bottom: 0;
	top: 0;
	left: inherit;
	right: -25px;
}

*[ffxf-tooltip-right]:hover:before {
	bottom: 0;
	top: 0;
	left: inherit;
	right: -15px;
}

*[ffxf-tooltip-right]:after {
	-webkit-transform: translate(100%, -50%) scale(.8);
	transform: translate(100%, -50%) scale(.8);
	right: -10px;
	top: 50%;
	left: inherit;
	bottom: inherit;
}

*[ffxf-tooltip-right]:hover:after {
	-webkit-transform: translate(100%, -50%) scale(1);
	transform: translate(100%, -50%) scale(1);
}

.pricetable .price-content strong{
	float: none;
	font-size: 91%;
	white-space: nowrap;
}
.main_os{
	display: flex;
}
.pricetable .price-content .action strong{float:none; color: red; font-size:95%;}
#wrapper > div.pagemid_section > div:nth-child(5) > div.section_inner > div.pricetable.\/\*iva_anim\*\/ > div.pricing-inner > div > div.price-content > ul > li > div {
	height: 36px;
    font-size: 13px;
    line-height: 17px;
}
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Pricing Table */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.pricetable {
	display:block;
	position: relative;
	padding:0;
	margin:0 auto;
}

.pricing-inner {
	position: relative;
	margin: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.pricetable .column{
	float: left;
	position: relative;
	z-index: 3;
	margin-right: 1%;
	margin-top: 1%;
	width:24%;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	cursor: pointer;
	border-radius: 5px;
	border: solid 1px #D0D0D0;
}

.col2 .column{ width:49%; }
.col3 .column{ width:32.6%; }


.pricetable .column:last-child { margin-right:0; }

.pricetable .column-block {
	border: 1px solid #dddddd;
	border-width: 1px 0px 1px 1px;
}

.pricetable .column-block:last-child{
	border: 1px solid #dddddd;
	border-width: 1px 1px 1px 1px;
}

.pricetable .price-head {
	position: relative;
	text-align:center;
	padding: 0 0 25px 0;
	text-align:center;
	/*background: #f1f2f3;*/
	border-radius: 5px 5px 0 0;
	border-top: solid 5px #0E9012;
}
.column h4{
	margin-bottom: 0px;
	font-weight: 600;
}
.column{
	background: #F6F6F6;
}
.pricetable .price-head .country {
	position: absolute;
	top: 5px;
	right: 3px;
	width: 50px;
	opacity: 0.5;
	margin-top:0;
}

.price-head .title {
	font-size: 14px;
	font-weight: 700;
	text-transform:uppercase;
	letter-spacing:2px;
	margin-bottom: 10px;
}
.pricetable .price-font {
	line-height: 100%;
	vertical-align: middle;
	margin-bottom: 0;

	border: 5px solid #fff;
	color: #777;
	background: #fff;
	width: 100px;
	height: 100px;
	margin: 10px auto -65px;
	border-radius: 100px;
	-webkit-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
	box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
	font: 22px/60px Georgia, Serif;
}

.pricetable .price-font .price1 {
	font: bold 25px/85px Georgia, Serif;
}

.pricetable .price-font .price2 {
	font: bold 25px/0px Georgia, Serif;
	color: #ED5453;
}

.pricetable .price-font span{ font-size:11px; line-height:14px;}

.pricetable sup{
	letter-spacing: 0px;
	font-size:small;
}
.pricetable .price-content  {
	text-align: left;
	line-height: 24px;
	    padding: 20px 40px 55px 40px;
	background-color: #f6f6f6;
	/*padding-top: 65px;*/
	border-radius: 0 0 5px 5px;
}
.pricetable .price-content ul {
	margin: 0 0 20px 0;
	padding:0;
}
.pricetable .price-content ul li {
	/*list-style: none;*/
	padding:5px;
	line-height:150%;
}
.pricetable .price-content ul li:last-child{
	list-style: none;
}
.pricetable .featured {
	position:relative;
	margin-top:-10px;
	padding-bottom:20px;
	z-index: 4;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow : 0 0 3px rgba(0, 0, 0, 0.15);
	box-shadow: 		 0 0 3px rgba(0, 0, 0, 0.15);
}

.pricetable .featured .price-head {
	padding-top:25px;
}
span.sale_message {
	position: absolute;
	top: 0;
	font-size: 13px;
	width: 100%;
	text-align: center;
	left: 0;
	background: #ff0000;
	z-index: 100;
	color: #fff;
	border-radius: 5px 5px 0 0;
}
.old-price {
	text-decoration: line-through;
	font-size: 14px;
}
@media only screen and (max-width: 767px) and (min-width: 150px){
.pricetable .column {
    float: none;
    width: 100%;
    border-width: 1px;
}
}