@import url(http://fonts.googleapis.com/css?family=Lato);
@import url(http://fonts.googleapis.com/css?family=Homenaje);
@import url(http://fonts.googleapis.com/css?family=Berkshire+Swash);
@import url(http://fonts.googleapis.com/css?family=Fredoka+One);
@import url(http://fonts.googleapis.com/css?family=Pontano+Sans);

@font-face {
 font-family: CarbonBlock;
 src: url('CarbonBlock.ttf');
}

@font-face {
 font-family: Gothic;
 src: url('Gothic.ttf');
}

@font-face {
 font-family: JandaManateeSolid;
 src: url('JandaManateeSolid.ttf');
}

@font-face {
 font-family: junegull;
 src: url('junegull.ttf');
}
.pricetable {
	font-size: 0px;
	text-align: center;
	vertical-align: top;
	white-space: normal;
}
.pricetable .pricetable-inner{
	vertical-align: baseline;
	display: inline-block;
	font-size:0px;
	text-align: center;
	white-space: nowrap;
}
.pricetable .pricetable-column {
	display: inline-block;
	text-align: center;
	transition: width 1s;
	-moz-transition: width 1s; /* Firefox 4 */
	-webkit-transition: width 1s; /* Safari and Chrome */
	-o-transition: width 1s;
	position: relative;
	/*min-width: 150px;*/
	font-size: 12px;
	margin: 0px;
}
.pricetable .pricetable-column .pricetable-feature-lbl{
	color: #000;
	background: rgba(0, 0, 0, 0.1);
	display: none;
	font-weight: bold;
	float: left;
	clear: left;
	width:50%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}
.pricetable .pricetable-column .new-ribbon{
	height: 112px;
	width: 112px;
	background-image: url(../images/new-ribbon.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: -2px;
	top: -2px;
}
.ribbon {
	display:none;
/*	display: block;
	width: 30px;
	position: absolute;
	color: #fff;
	padding: 20px 0 10px;
	text-align: center;
	font-family: arial, sans-serif;
	font-weight: bold;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
	z-index: 999;
	background-color: #090;
	top: 35px;*/
}

/*.ribbon:before {
  display: block;
  width: 30px;
  height: 0;
  position: absolute;
  top: 4px;
  content: "";
  border-top: 1px dotted rgba(0, 0, 0, 0.2);
  border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
}
.ribbon:after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: relative;
  bottom: -25px;
  z-index: 100;
  border-width: 0 15px 15px 15px;
  border-style: solid;
  border-color: #090 #090 transparent #090;
}*/

@media (min-width:100px) {
 .pricetable .pricetable-column {
/*width: 100%;*/
}
}
@media (max-width:400px) {
}

@media (min-width:900px) {
 .pricetable .pricetable-column {
/*width: 20%;*/
}
}
.pricetable .pricetable-header {
	overflow: hidden;	/*border: 1px solid #000;*/
}

.pricetable .pricetable-header .pricetable-fld-price {
	margin: 0px !important;
	padding: 0px;
	display: block;
	font-family: JandaManateeSolid, Gadget, sans-serif;
	/*font-size: 64px;*/
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	vertical-align: top;
	line-height: normal !important;
	color: #FFF;        

        
}
.pricetable .pricetable-header .pricetable-fld-price .cur {
/*	font-size: 36px;
	vertical-align: top;
	line-height: 50px;*/
}
.pricetable .pricetable-header .pricetable-fld-price .dec {
	font-size: 36px;
	vertical-align: top;
	/*line-height: 50px;*/
}
.pricetable .pricetable-header p {
	display: block;
	white-space: normal;
	
	/*	padding-bottom: 5px;
	margin: 0px !important;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 12px;*/
}
/*.pricetable ul{
	margin: 0px !important;
	padding: 0px !important;
	margin-bottom: 0px !important;
	line-height: normal !important;
}*/
.pricetable ul.features {
	display: block;
	list-style-image: none;
	list-style-type: none;
	margin: 0px !important;
	padding: 0px !important;
	margin-bottom: 0px !important;
	line-height: normal !important;

}
.pricetable ul.features li br{ display:none !important;}

/*.pricetable .pricetable-column:nth-child(odd) ul.features li:nth-child(even) {background: rgba(255, 255, 255, 0.1);}*/
/*.pricetable .pricetable-column:nth-child(even) ul.features li:nth-child(even) {background: rgba(0, 0, 0, 0.1);}*/
.pricetable .pricetable-button-container {
	display: block;
	font-weight: bold;

	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
/*.pricetable .pricetable-button-container a {
	-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #689324;
}
.pricetable .pricetable-button-container a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
}
.pricetable .pricetable-button-container a:active {
	position:relative;
	top:1px;
}*/
.pricetable .labeling .pricetable-column-wall{
	background-color: transparent !important;
	position: relative;
}
.pricetable .labeling:hover .pricetable-column-wall{
	background-color: transparent !important;
}
.pricetable .labeling .pricetable-header{
	visibility: hidden;
}
.pricetable .labeling .pricetable-button-container{
	visibility: hidden;
}
.pricetable .labeling .features{}
.pricetable .labeling .features li{ background: transparent;}

.pricetable-clear{
	clear: both;
}
.pricetable .features li small{
	
	display:block;
	text-decoration:none;
	position: absolute;
	padding: 5px;
	left: -10px;
	right: -10px;
	display: block;
	white-space: normal;
	/*-moz-transform: scale(0) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-webkit-transform: scale(0) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-o-transform: scale(0) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-ms-transform: scale(0) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	transform: scale(0) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);*/
	z-index:999999;
		
	-webkit-transition: all .2s ease-out;
     -moz-transition: all .2s ease-out;
      -ms-transition: all .2s ease-out;
       -o-transition: all .2s ease-out;
          transition: all .2s ease-out;
	bottom: 0px;
	opacity:0;
}
.pricetable .features li small:after{
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  /*border-top: solid #83c41a 10px;*/
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
.pricetable .features li:hover small{
	/*-moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-webkit-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-o-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-ms-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);*/
	bottom: 35px;
	opacity:1;
	}
.pricetable .features li span{
	display:none;
	position: relative;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;


}
	
.pricetable .features li span:after{
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  bottom: -5px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 0;
}
.hasToolTip:after{
	padding:0px;
	border-left: solid transparent 10px;
	border-right: solid transparent 0px;
	border-top: solid #ff0000 10px;
	/* bottom: -10px;*/
	border-left: solid transparent 10px;
  content: "";
	height: 0;
	/*left: 50%;*/
  right:0px;
	top:0px;
	/*margin-left: -10px;*/
	position: absolute;
	width: 0;
}

.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-green {
	letter-spacing:1px;
	color: #333;
	text-align: center;
	text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
	-webkit-transform: rotate(45deg);
	-moz-transform:    rotate(45deg);
	-ms-transform:     rotate(45deg);
	-o-transform:      rotate(45deg);
	position: relative;
	left: -7px;
	top: 22px;
	width: 118px;
	background-color: #BFDC7A;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45));
	background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45);
	background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45);
	background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45);
	background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45);
	color: #6a6340;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
	box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
	font-family: Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}?/*
<style>
*/
/* 
        ///////////////// AUTHOR INFO //////////////
		//// NAME: ZEEQ                         ////
		//// WEBSITE: www.hzcreative.com        ////
		//// EMAIL: me.hzcreative@gmail.com     ////
		////////////////////////////////////////////
*/
.pricingtable5 {
	/*background-color:#97a3af;*/
	/*padding:10px;*/
}
.pricingtable5 *{
		/*font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300 !important;*/
	line-height:normal !important;
}
.pricingtable5 .pricetable-inner{
	white-space:nowrap;
	text-align:center;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	width:100%;
	font-size:0px !important;
	letter-spacing: -4px;
    word-spacing: normal;
	
	background-color:#97a3af;	/*-webkit-box-shadow: 0px 0px 5px 1px #000000;
box-shadow: 0px 0px 5px 1px #000000; */
	
}
.pricingtable5 .pricetable-column {
	display:inline-block;
	letter-spacing: normal;
    word-spacing: normal;
	font-size:0px;
	margin:0px;
		
}
.pricingtable5 .pricetable-column .pricetable-header{

}
.pricingtable5 .pricetable-column .pricetable-column-wall{
	padding:0px;
	margin:0px;
	background-color: #ffffff;
	position:relative;
}
.pricingtable5 .pricetable-column:hover .pricetable-column-wall{
		background-color: #eeeeee;
}

.pricingtable5 .pricetable-header .pricetable-fld-name{
	
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
	background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000', GradientType=0 );		background-color: #63b9ee;
		font-family:'Courier New';
		color:#ffffff;
		font-size:14px !important;
		padding-top:10px;
		padding-bottom:10px;
		font-weight: bold !important;				 /*-webkit-text-stroke: 1px #7d007d;*/  
		 
		 
}

.pricingtable5 .pricetable-column .pricetable-header-inner{

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
	background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000', GradientType=0 );	background-color: #468dcf;
	padding-top:5px;
	padding-bottom:5px;
	
	
}
.pricingtable5 .pricetable-column .pricetable-header-inner{
border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: rgba(0, 0, 0, 0.3);
	border-right-color: rgba(0, 0, 0, 0.3);
	border-bottom-color: #FFF;
	border-left-color: rgba(255, 255, 255, 0.3);
}
.pricingtable5 .pricetable-column:first-child .pricetable-header-inner{
	border-left-style: none;
}
.pricingtable5 .pricetable-column:nth-last-child(2) .pricetable-header-inner{
	border-right-style: none;
}
.pricingtable5 .pricetable-column .pricetable-fld-name{
border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: rgba(0, 0, 0, 0.3);
	border-right-color: rgba(0, 0, 0, 0.3);
	border-bottom-color: rgba(255, 255, 255, 0.3);
	border-left-color: rgba(255, 255, 255, 0.3);
}
.pricingtable5 .pricetable-column:first-child .pricetable-fld-name{
	border-left-style: none;
}
.pricingtable5 .pricetable-column:nth-last-child(2) .pricetable-fld-name{
	border-right-style: none;
}
.pricingtable5 .pricetable-column .pricetable-header .pricetable-fld-price {
		
		font-family:'Comic Sans MS';
		color:#ffffff;
		font-size:60px;
		font-weight: bold !important;		        text-shadow: 1px 1px 0px #2783cf;
       /* filter: dropshadow(color=#2783cf, offx=1, offy=1);*/
        }
.pricingtable5 .pricetable-header .pricetable-fld-price .cur {
		font-family:'Trebuchet MS';
		color:#ffffff;
		font-size:30px;
		font-weight: bold;		}
.pricingtable5 .pricetable-header p{
	display:block;
	padding-bottom:0px !important;
	padding-top:0px !important;
	padding-left:10px;
	padding-right:10px;
		font-family:'Arial';
		color:#ffffff;
		font-size:12px;
		font-weight: bold;		        text-shadow: 1px 0px 0px #008796;
        /*filter: dropshadow(color=#008796, offx=1, offy=0);*/
        		margin-bottom: 0px !important;
}

	.pricingtable5 .pricetable-column:nth-child(2) .pricetable-column-wall{
	-webkit-border-radius: 10px 0px 10px 0px;
	border-radius: 10px 0px 0px 10px;
}
.pricingtable5 .pricetable-column:nth-child(2) .pricetable-header{
	-webkit-border-radius: 10px 0px 0px 0px;
	border-radius: 10px 0px 0px 0px;
}
.pricingtable5 .pricetable-column:not(.highlight):nth-last-child(2) .pricetable-column-wall{
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
}
.pricingtable5 .pricetable-column:not(.highlight):nth-last-child(2) .pricetable-header{
	-webkit-border-radius: 0px 10px 0px 0px;
	border-radius: 0px 10px 0px 0px;

}
	
.pricingtable5 ul.features {
	}
.pricingtable5 ul.features li {
	position:relative;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
		color:#666666;
		font-size:12px;
		font-weight: bold;				
	display: block;
	padding-top: 10px !important;
	padding-right: 5px !important;
	padding-bottom: 10px !important;
	padding-left: 5px !important;
	margin:0px !important;
	
		border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-top-color: rgba(255, 255, 255, 0.2);
	/*border-top-color: #FFF;*/
	border-right-color: #FFF;
	border-bottom-color: #CCC;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	border-left-color: #FFF;
	}
.pricingtable5 .pricetable-button-container{
		border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-top-color: rgba(255, 255, 255, 0.2);
	border-right-color: #FFF;
	border-bottom-color: #CCC;
	border-left-color: #FFF;
	}
.pricingtable5 .pricetable-button-container-hide{ visibility:hidden !important; }
.pricingtable5 .highlight{
	-moz-transform: scale(1.050) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
		-webkit-transform: scale(1.050) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        -o-transform: scale(1.050) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        -ms-transform: scale(1.050) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        transform: scale(1.050) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
		z-index:99999 !important;
		
		padding:0px !important;
	margin:0px !important;
	background-color: transparent !important;
	position:relative !important;
}
.pricingtable5 .highlight .pricetable-column-wall{
	background-color:#5cb811;
	
        

       
	-webkit-box-shadow: 0px 0px 5px 1px #424242;
box-shadow: 0px 0px 5px 1px #424242; 
	}
	
.pricingtable5 .highlight .pricetable-column-wall{
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}
.pricingtable5 .highlight .pricetable-header{
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
			
}

.pricingtable5 .highlight:hover .pricetable-column-wall{
	background-color:#5cb811;
}
  
.pricingtable5 .highlight .pricetable-header .pricetable-fld-name{border-top-style: none;
	border-right-style: none;
	border-left-style: none;}
.pricingtable5 .highlight .pricetable-header, .pricetable .highlight .pricetable-header .pricetable-header-inner{
	border-right-style: none;
	border-left-style: none;}
.pricingtable5 .highlight .features{border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color:#FFF;
	}

.pricingtable5 .highlight .pricetable-fld-name{
	background-color:#77d42a;
		color:#ffffff;
		font-weight: bold;		        text-shadow: 2px 2px 2px #575757;
        /*filter: dropshadow(color=#575757, offx=2, offy=2);*/
        }

.pricingtable5 .highlight .pricetable-header-inner{
	background-color:#5cb811;
		
}
.pricingtable5 .highlight .pricetable-header .pricetable-fld-price, .pricingtable5 .highlight .pricetable-header .pricetable-fld-price .cur{
	color:#ffffff;
		font-weight: bold;		        text-shadow: 2px 2px 0px #2d6301 !important;
        /*filter: dropshadow(color=#2d6301, offx=2, offy=2) !important;*/
        }

.pricingtable5 .highlight .pricetable-header p{
		color:#ffffff;
		font-weight:normal !important;		}
.pricingtable5 .highlight .features {
	background-color:#d9ffba;
}
.pricingtable5 .highlight .features li{
	
	
	
		color:#333333;
		font-weight: bold;		}

.pricingtable5 .pricetable-column ul.features li:nth-child(even) {
		background: rgba(0, 0, 0, 0.1);
		}
.pricingtable5 .labeling .labelTitle{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#ffffff;
		font-size:24px;
		font-weight: bold;		        text-shadow: 1px 1px 0px #000000;
        /*filter: dropshadow(color=#000000, offx=1, offy=1);*/
        	white-space: normal;
	padding-bottom:20px;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
	line-height:30px;
}
.pricingtable5 .labeling .features{
	background:#ffffff;
	-webkit-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
	/*overflow:hidden;*/
	padding:0px;
}

.pricingtable5 .labeling .features li:nth-child(1){-webkit-border-radius: 10px 0px 0px 0px;
border-radius: 10px 0px 0px 0px;	}
.pricingtable5 .labeling .features li:nth-last-child(1){ /*border-bottom-style:none;*/ -webkit-border-radius: 0px 0px 0px 10px; 
border-radius: 0px 0px 0px 10px;}
.pricingtable5 .labeling .features li{
	padding-left:10px;
	padding-right:10px;
	text-align: left;
	/*overflow:hidden;*/
	color:#000000;
		font-weight: bold;		        text-shadow: 0px 0px 0px #000000 !important;
        /*filter: dropshadow(color=#000000, offx=0, offy=0) !important;*/
        }
/*
</style>
*/
/*.pricetable .pricetable-header .pricetable-fld-name:after {
	content: '';
	display: block;
	position: absolute;
		border-top: 15px solid #63b9ee;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	}*/
	
.pricingtable5 .pricetable-column .pricetable-button-container a {
		-moz-box-shadow:inset 0px 1px 0px 0px #bee4f9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bee4f9;
	box-shadow:inset 0px 1px 0px 0px #bee4f9;
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #63b9ee), color-stop(1, #468dcf) );
	background:-moz-linear-gradient( center top, #63b9ee 5%, #468dcf 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b9ee', endColorstr='#468dcf');
	background-color:#63b9ee;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #3867a3;
	display:inline-block;
	color:#14396a;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
		text-shadow:1px 1px 0px #7cabde;
	}
.pricingtable5 .pricetable-column .pricetable-button-container a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #468dcf), color-stop(1, #63b9ee) );
	background:-moz-linear-gradient( center top, #468dcf 5%, #63b9ee 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#468dcf', endColorstr='#63b9ee');
	background-color:#468dcf;
	color:#14396a !important;
}
.pricingtable5 .pricetable-column .pricetable-button-container a:active {
	position:relative;
	top:1px;
	color:#14396a;
}


.pricingtable5 .highlight .pricetable-button-container a {
		-moz-box-shadow:inset 0px 1px 0px 0px #c8efab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c8efab;
	box-shadow:inset 0px 1px 0px 0px #c8efab;
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
	background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
	background-color:#77d42a;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #268a16;
	display:inline-block;
	color:#306108;
	font-family:arial;
	font-weight:bold;
	text-decoration:none;
		text-shadow:1px 1px 0px #aade7c;
	}
.pricingtable5 .highlight .pricetable-button-container a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
	background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
	background-color:#5cb811;
	color:#306108 !important;
}
.pricingtable5 .highlight .pricetable-button-container a:active {
	position:relative;
	top:1px;
	color:#306108;
}

.pricingtable5 .yn_basic{
	position: absolute;
	height: 16px;
	width: 16px;
	background-image: url(../images/yes_no_11.png);
	background-repeat: no-repeat;
	top: 50%;
	margin-top: -8px;
	left: 50%;
	margin-left: -8px;
	background-position: left center;
	-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
		
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='../images/yes_no_11.png',
sizingMethod='scale');

-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='../images/yes_no_11.png',
sizingMethod='scale')";
}
.pricingtable5 .yi{background-position: left;}
.pricingtable5 .ni{
	background-position: right;
}



.pricingtable5 .ribbon-green {
	
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fe1900), to(#ce0000));
	background-image: -webkit-linear-gradient(top, #fe1900, #ce0000);
	background-image:    -moz-linear-gradient(top, #fe1900, #ce0000);
	background-image:     -ms-linear-gradient(top, #fe1900, #ce0000);
	background-image:      -o-linear-gradient(top, #fe1900, #ce0000);
	
	background-color:#fe1900;
	color:#ffffff;
	font-size:10px;
		text-shadow:1px 1px 0px #b23d35;
		height:12px;
	
	z-index:9999;
}
.pricingtable5 .ribbon-green:before, .pricingtable5 .ribbon-green:after {
	border-top:   3px solid #000000;   
}

.pricingtable5 .features li small{
	font-weight:normal !important;
		-moz-box-shadow:inset 0px 1px 0px 0px #fed897;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fed897;
	box-shadow:inset 0px 1px 0px 0px #fed897;
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6b23d), color-stop(1, #d29105) );
	background:-moz-linear-gradient( center top, #f6b23d 5%, #d29105 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6b23d', endColorstr='#d29105');
	background-color:#f6b23d;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #eda933;
	color: #ffffff;
	font-family:arial;
	font-size:11px;
	padding:5px 5px;
		text-shadow:1px 1px 0px #cd8915;
	}
.pricingtable5 .features li small:after{
	border-top: solid #d29105 10px;
}
.pricingtable5 .hasToolTip:after{
	border-top: solid #ff00b3 10px;
}

/*
<style>
*/
@media (max-width:800px) {
.pricingtable5 .pricetable-column{
		min-width: 120px;
}
.pricingtable5 .pricetable-header .pricetable-fld-name{
		font-size:11.2px;
		padding-top:8px;
		padding-bottom:8px;
		
		
}

.pricingtable5 .highlight .pricetable-fld-name{
		        text-shadow: 1.6px 1.6px 1.6px #575757;
        }

.pricingtable5 .pricetable-column .pricetable-header .pricetable-fld-price {
		
		font-size:48px;
		        text-shadow: 0.8px 0.8px 0px #2783cf;
        }
.pricingtable5 .pricetable-header .pricetable-fld-price .cur {
		font-size:24px;
		}
.pricingtable5 .pricetable-header p{
		font-size:9.6px;
		        text-shadow: 0.8px 0px 0px #008796;
        }

.pricingtable5 ul.features li {
		font-size:9.6px;
			
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}

.pricingtable5 .pricetable-column .pricetable-button-container a {
	
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:0.8px solid #3867a3;
	font-size:9.6px;
	padding:4.8px 19.2px;
	text-decoration:none;
		text-shadow:0.8px 0.8px 0px #7cabde;
	}

.pricingtable5 .highlight .pricetable-button-container a {
	
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:0.8px solid #268a16;
	font-size:9.6px;
	padding:4.8px 19.2px;
	text-decoration:none;
		text-shadow:0.8px 0.8px 0px #aade7c;
	}

.pricingtable5 .ribbon-green {

	position: relative;
	left: 15px;
	top: 16px !important;
	width: 90px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
}
.pricingtable5 .labeling .labelTitle{

		font-size:19.2px;
		        text-shadow: 0.8px 0.8px 0px #000000;
        /*filter: dropshadow(color=#000000, offx=1, offy=1);*/
        	padding-bottom:16px;
	padding-top:16px;
	padding-left:8px;
	padding-right:8px;
	line-height:24px;
}
}
@media (max-width:480px) {
.pricingtable5 .highlight{
	-moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
		-webkit-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        -o-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        -ms-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
		z-index:99999 !important;
}
.pricingtable5 .labeling{
		display:none !important;
}
	.pricingtable5 .features li span{
	/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.5)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
background: linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80ffffff',GradientType=0 );*/
	display:block !important;
		}
	
		.pricingtable5 .pricetable-inner{
	white-space: normal !important;
}
.pricingtable5 .pricetable-column{
	min-width:50% !important;
	margin-top:5px;
	margin-bottom:5px;
	
}
.pricingtable5 .pricetable-column:nth-child(even) .pricetable-column-wall{
/*	-webkit-border-radius: 10px 0px 10px 0px;
	border-radius: 10px 0px 0px 10px;*/
	border-top-left-radius:10px !important;
	border-bottom-left-radius:10px !important;
	border-top-right-radius:0px !important;
	border-bottom-right-radius:0px !important;

}
.pricingtable5 .pricetable-column:nth-child(even) .pricetable-header{
	/*-webkit-border-radius: 0px 10px 0px 0px;
	border-radius: 0px 10px 0px 0px;*/
border-top-left-radius:10px !important ;
border-top-right-radius:0px !important;
}

.pricingtable5 .pricetable-column:nth-child(odd) .pricetable-column-wall{
/*	-webkit-border-radius: 10px 0px 10px 0px;
	border-radius: 10px 0px 0px 10px;*/
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	border-top-left-radius:0px !important;
	border-bottom-left-radius:0px !important;

}
.pricingtable5 .pricetable-column:nth-child(odd) .pricetable-header{
	/*-webkit-border-radius: 0px 10px 0px 0px;
	border-radius: 0px 10px 0px 0px;*/
border-top-right-radius:10px;
border-top-left-radius:0px !important;
}
.pricingtable5 .pricetable-column:nth-last-child(2) .pricetable-column-wall{
	border-top-right-radius:10px !important;
	border-bottom-right-radius:10px !important;
	
	}
.pricingtable5 .pricetable-column:nth-last-child(2) .pricetable-header{
	border-top-right-radius:10px !important;
}
		.pricingtable5 .yn_basic{
	top:auto;
	height: 12.8px;
	width: 12.8px;
	
	bottom:5px !important;
	
}

.pricingtable5 .ribbon-green {
	letter-spacing:0px;
	position: relative;
	left: 17px;
	top: 12px !important;
	width: 90px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

}
@media (max-width:300px) {
.pricingtable5 .pricetable-column{
	min-width:100% !important;
	
}
.pricingtable5 .pricetable-column:nth-child(even) .pricetable-column-wall,
.pricingtable5 .pricetable-column:nth-child(odd) .pricetable-column-wall{
	-webkit-border-radius: 10px 10px 10px 10px !important;
border-radius: 10px 10px 10px 10px !important; 
	border-top-left-radius:10px !important;
	border-bottom-left-radius:10px !important;
	border-top-right-radius:10px !important;
	border-bottom-right-radius:10px !important;

}
.pricingtable5 .pricetable-column:nth-child(even) .pricetable-header,
.pricingtable5 .pricetable-column:nth-child(odd) .pricetable-header{
	-webkit-border-radius: 10px 10px 0px 0px !important;
border-radius: 10px 10px 0px 0px !important; 
	
}
}

@font-face {
 font-family: CarbonBlock;
 src: url('CarbonBlock.ttf');
}

@font-face {
 font-family: Gothic;
 src: url('Gothic.ttf');
}

@font-face {
 font-family: JandaManateeSolid;
 src: url('JandaManateeSolid.ttf');
}

@font-face {
 font-family: junegull;
 src: url('junegull.ttf');
}
.pricetable {
	font-size: 0px;
	text-align: center;
	vertical-align: top;
	white-space: normal;
}
.pricetable .pricetable-inner{
	vertical-align: baseline;
	display: inline-block;
	font-size:0px;
	text-align: center;
	white-space: nowrap;
}
.pricetable .pricetable-column {
	display: inline-block;
	text-align: center;
	transition: width 1s;
	-moz-transition: width 1s; /* Firefox 4 */
	-webkit-transition: width 1s; /* Safari and Chrome */
	-o-transition: width 1s;
	position: relative;
	/*min-width: 150px;*/
	font-size: 12px;
	margin: 0px;
}
.pricetable .pricetable-column .pricetable-feature-lbl{
	color: #000;
	background: rgba(0, 0, 0, 0.1);
	display: none;
	font-weight: bold;
	float: left;
	clear: left;
	width:50%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}
.pricetable .pricetable-column .new-ribbon{
	height: 112px;
	width: 112px;
	background-image: url(../images/new-ribbon.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: -2px;
	top: -2px;
}
.ribbon {
	display:none;
/*	display: block;
	width: 30px;
	position: absolute;
	color: #fff;
	padding: 20px 0 10px;
	text-align: center;
	font-family: arial, sans-serif;
	font-weight: bold;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
	z-index: 999;
	background-color: #090;
	top: 35px;*/
}

/*.ribbon:before {
  display: block;
  width: 30px;
  height: 0;
  position: absolute;
  top: 4px;
  content: "";
  border-top: 1px dotted rgba(0, 0, 0, 0.2);
  border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
}
.ribbon:after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: relative;
  bottom: -25px;
  z-index: 100;
  border-width: 0 15px 15px 15px;
  border-style: solid;
  border-color: #090 #090 transparent #090;
}*/

@media (min-width:100px) {
 .pricetable .pricetable-column {
/*width: 100%;*/
}
}
@media (max-width:400px) {
}

@media (min-width:900px) {
 .pricetable .pricetable-column {
/*width: 20%;*/
}
}
.pricetable .pricetable-header {
	overflow: hidden;	/*border: 1px solid #000;*/
}

.pricetable .pricetable-header .pricetable-fld-price {
	margin: 0px !important;
	padding: 0px;
	display: block;
	font-family: JandaManateeSolid, Gadget, sans-serif;
	/*font-size: 64px;*/
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	vertical-align: top;
	line-height: normal !important;
	color: #FFF;        

        
}
.pricetable .pricetable-header .pricetable-fld-price .cur {
/*	font-size: 36px;
	vertical-align: top;
	line-height: 50px;*/
}
.pricetable .pricetable-header .pricetable-fld-price .dec {
	font-size: 36px;
	vertical-align: top;
	/*line-height: 50px;*/
}
.pricetable .pricetable-header p {
	display: block;
	white-space: normal;
	
	/*	padding-bottom: 5px;
	margin: 0px !important;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 12px;*/
}
/*.pricetable ul{
	margin: 0px !important;
	padding: 0px !important;
	margin-bottom: 0px !important;
	line-height: normal !important;
}*/
.pricetable ul.features {
	display: block;
	list-style-image: none;
	list-style-type: none;
	margin: 0px !important;
	padding: 0px !important;
	margin-bottom: 0px !important;
	line-height: normal !important;

}
.pricetable ul.features li br{ display:none !important;}

/*.pricetable .pricetable-column:nth-child(odd) ul.features li:nth-child(even) {background: rgba(255, 255, 255, 0.1);}*/
/*.pricetable .pricetable-column:nth-child(even) ul.features li:nth-child(even) {background: rgba(0, 0, 0, 0.1);}*/
.pricetable .pricetable-button-container {
	display: block;
	font-weight: bold;

	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
/*.pricetable .pricetable-button-container a {
	-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #689324;
}
.pricetable .pricetable-button-container a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
}
.pricetable .pricetable-button-container a:active {
	position:relative;
	top:1px;
}*/
.pricetable .labeling .pricetable-column-wall{
	background-color: transparent !important;
	position: relative;
}
.pricetable .labeling:hover .pricetable-column-wall{
	background-color: transparent !important;
}
.pricetable .labeling .pricetable-header{
	visibility: hidden;
}
.pricetable .labeling .pricetable-button-container{
	visibility: hidden;
}
.pricetable .labeling .features{}
.pricetable .labeling .features li{ background: transparent;}

.pricetable-clear{
	clear: both;
}
.pricetable .features li small{
	
	display:block;
	text-decoration:none;
	position: absolute;
	padding: 5px;
	left: -10px;
	right: -10px;
	display: block;
	white-space: normal;
	/*-moz-transform: scale(0) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-webkit-transform: scale(0) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-o-transform: scale(0) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-ms-transform: scale(0) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	transform: scale(0) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);*/
	z-index:999999;
		
	-webkit-transition: all .2s ease-out;
     -moz-transition: all .2s ease-out;
      -ms-transition: all .2s ease-out;
       -o-transition: all .2s ease-out;
          transition: all .2s ease-out;
	bottom: 0px;
	opacity:0;
}
.pricetable .features li small:after{
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  /*border-top: solid #83c41a 10px;*/
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
.pricetable .features li:hover small{
	/*-moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-webkit-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-o-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-ms-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);*/
	bottom: 35px;
	opacity:1;
	}
.pricetable .features li span{
	display:none;
	position: relative;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;


}
	
.pricetable .features li span:after{
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  bottom: -5px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 0;
}
.hasToolTip:after{
	padding:0px;
	border-left: solid transparent 10px;
	border-right: solid transparent 0px;
	border-top: solid #ff0000 10px;
	/* bottom: -10px;*/
	border-left: solid transparent 10px;
  content: "";
	height: 0;
	/*left: 50%;*/
  right:0px;
	top:0px;
	/*margin-left: -10px;*/
	position: absolute;
	width: 0;
}

.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-green {
	letter-spacing:1px;
	color: #333;
	text-align: center;
	text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
	-webkit-transform: rotate(45deg);
	-moz-transform:    rotate(45deg);
	-ms-transform:     rotate(45deg);
	-o-transform:      rotate(45deg);
	position: relative;
	left: -7px;
	top: 22px;
	width: 118px;
	background-color: #BFDC7A;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45));
	background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45);
	background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45);
	background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45);
	background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45);
	color: #6a6340;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
	box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
	font-family: Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}?/*
<style>
*/
/* 
        ///////////////// AUTHOR INFO //////////////
		//// NAME: ZEEQ                         ////
		//// WEBSITE: www.hzcreative.com        ////
		//// EMAIL: me.hzcreative@gmail.com     ////
		////////////////////////////////////////////
*/
.pricingtable22 {
	/*background-color:#ffffff;*/
	/*padding:10px;*/
}
.pricingtable22 *{
		/*font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300 !important;*/
	line-height:normal !important;
}
.pricingtable22 .pricetable-inner{
	white-space:nowrap;
	text-align:center;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	width:100%;
	font-size:0px !important;
	letter-spacing: -4px;
    word-spacing: normal;
	
	background-color:#ffffff;	/*-webkit-box-shadow: 0px 0px 5px 1px #000000;
box-shadow: 0px 0px 5px 1px #000000; */
	
}
.pricingtable22 .pricetable-column {
	display:inline-block;
	letter-spacing: normal;
    word-spacing: normal;
	font-size:0px;
	margin:0px;
		
}
.pricingtable22 .pricetable-column .pricetable-header{

}
.pricingtable22 .pricetable-column .pricetable-column-wall{
	padding:0px;
	margin:0px;
	background-color: #ffffff;
	position:relative;
}
.pricingtable22 .pricetable-column:hover .pricetable-column-wall{
		background-color: #ffffff;
}

.pricingtable22 .pricetable-header .pricetable-fld-name{
	
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
	background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000', GradientType=0 );		background-color: #4f4f4f;
		font-family:'Verdana';
		color:#ffffff;
		font-size:12px !important;
		padding-top:6px;
		padding-bottom:6px;
		font-weight: bold !important;				 /*-webkit-text-stroke: 1px #7d007d;*/  
		 
		 
}

.pricingtable22 .pricetable-column .pricetable-header-inner{

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
	background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000', GradientType=0 );	background-color: #000000;
	padding-top:5px;
	padding-bottom:5px;
	
	
}
.pricingtable22 .pricetable-column .pricetable-header .pricetable-fld-price {
		
		font-family:'Trebuchet MS';
		color:#ffffff;
		font-size:60px;
		font-weight: bold !important;		        text-shadow: 0px 0px 1px #ffffff;
       /* filter: dropshadow(color=#ffffff, offx=0, offy=0);*/
        }
.pricingtable22 .pricetable-header .pricetable-fld-price .cur {
		font-family:'Comic Sans MS';
		color:#ffffff;
		font-size:30px;
		font-weight: bold;		}
.pricingtable22 .pricetable-header p{
	display:block;
	padding-bottom:0px !important;
	padding-top:0px !important;
	padding-left:10px;
	padding-right:10px;
		font-family:'Arial';
		color:#ffffff;
		font-size:10px;
		font-weight:normal !important;		        text-shadow: 1px 0px 0px #ffffff;
        /*filter: dropshadow(color=#ffffff, offx=1, offy=0);*/
        		margin-bottom: 0px !important;
}

	.pricingtable22 .pricetable-column .pricetable-column-wall{
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.pricingtable22 .pricetable-header{
	-webkit-border-radius: 20px 20px 0px 0px;
	border-radius: 20px 20px 0px 0px;
}
	
.pricingtable22 ul.features {
	}
.pricingtable22 ul.features li {
	position:relative;
	font-family: "Arial", Arial, Helvetica, sans-serif;
		color:#666666;
		font-size:12px;
		font-weight: bold;				
	display: block;
	padding-top: 10px !important;
	padding-right: 5px !important;
	padding-bottom: 10px !important;
	padding-left: 5px !important;
	margin:0px !important;
	
	}
.pricingtable22 .pricetable-button-container{
	}
.pricingtable22 .pricetable-button-container-hide{ visibility:hidden !important; }
.pricingtable22 .highlight{
	-moz-transform: scale(1.00) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
		-webkit-transform: scale(1.00) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        -o-transform: scale(1.00) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        -ms-transform: scale(1.00) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        transform: scale(1.00) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
		z-index:99999 !important;
		
		padding:0px !important;
	margin:0px !important;
	background-color: transparent !important;
	position:relative !important;
}
.pricingtable22 .highlight .pricetable-column-wall{
	background-color:#eeeeee;
	
        

     	}
	

.pricingtable22 .highlight:hover .pricetable-column-wall{
	background-color:#eeeeee;
}

.pricingtable22 .highlight .pricetable-fld-name{
	background-color:#111111;
		color:#ffffff;
		font-weight: bold;		}

.pricingtable22 .highlight .pricetable-header-inner{
	background-color:#c62d1f;
		
}
.pricingtable22 .highlight .pricetable-header .pricetable-fld-price, .pricingtable22 .highlight .pricetable-header .pricetable-fld-price .cur{
	color:#ffffff;
		font-weight: bold;		        text-shadow: 0px 0px 1px #ffffff !important;
        /*filter: dropshadow(color=#ffffff, offx=0, offy=0) !important;*/
        }

.pricingtable22 .highlight .features {
	}
.pricingtable22 .highlight .features li{
	
	
	
		color:#000000;
		font-weight: bold;		}

.pricingtable22 .pricetable-column ul.features li:nth-child(even) {
		background: rgba(0, 0, 0, 0.1);
		}
.pricingtable22 .labeling .labelTitle{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#424242;
		font-size:18px;
		font-weight: bold;			white-space: normal;
	padding-bottom:82px;
	padding-top:82px;
	padding-left:10px;
	padding-right:10px;
	line-height:30px;
}
.pricingtable22 .labeling .features{
	background:#ffffff;
	-webkit-border-radius: 20px 0px 0px 20px;
	border-radius: 20px 0px 0px 20px;
	/*overflow:hidden;*/
	padding:0px;
}

.pricingtable22 .labeling .features li:nth-child(1){-webkit-border-radius: 20px 0px 0px 0px;
border-radius: 20px 0px 0px 0px;	}
.pricingtable22 .labeling .features li:nth-last-child(1){ /*border-bottom-style:none;*/ -webkit-border-radius: 0px 0px 0px 20px; 
border-radius: 0px 0px 0px 20px;}
.pricingtable22 .labeling .features li{
	padding-left:10px;
	padding-right:10px;
	text-align: right;
	/*overflow:hidden;*/
	color:#333333;
		font-weight: bold;		        text-shadow: 0px 0px 0px #000000 !important;
        /*filter: dropshadow(color=#000000, offx=0, offy=0) !important;*/
        }
/*
</style>
*/
/*.pricetable .pricetable-header .pricetable-fld-name:after {
	content: '';
	display: block;
	position: absolute;
		border-top: 15px solid #4f4f4f;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	}*/
	
.pricingtable22 .pricetable-column .pricetable-button-container a {
		-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
		text-shadow:1px 1px 0px #ffffff;
	}
.pricingtable22 .pricetable-column .pricetable-button-container a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	color:#777777 !important;
}
.pricingtable22 .pricetable-column .pricetable-button-container a:active {
	position:relative;
	top:1px;
	color:#777777;
}


.pricingtable22 .highlight .pricetable-button-container a {
		-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24437), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24437 5%, #c62d1f 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24437', endColorstr='#c62d1f');
	background-color:#f24437;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-weight:bold;
	text-decoration:none;
		text-shadow:1px 1px 0px #810d05;
	}
.pricingtable22 .highlight .pricetable-button-container a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24437) );
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24437 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24437');
	background-color:#c62d1f;
	color:#ffffff !important;
}
.pricingtable22 .highlight .pricetable-button-container a:active {
	position:relative;
	top:1px;
	color:#ffffff;
}

.pricingtable22 .yn_basic{
	position: absolute;
	height: 24px;
	width: 24px;
	background-image: url(../images/yes_no_10.png);
	background-repeat: no-repeat;
	top: 50%;
	margin-top: -12px;
	left: 50%;
	margin-left: -12px;
	background-position: left center;
	-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
		
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='../images/yes_no_10.png',
sizingMethod='scale');

-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='../images/yes_no_10.png',
sizingMethod='scale')";
}
.pricingtable22 .yi{background-position: left;}
.pricingtable22 .ni{
	background-position: right;
}



.pricingtable22 .ribbon-green {
	
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f0cb11), to(#f2ab1e));
	background-image: -webkit-linear-gradient(top, #f0cb11, #f2ab1e);
	background-image:    -moz-linear-gradient(top, #f0cb11, #f2ab1e);
	background-image:     -ms-linear-gradient(top, #f0cb11, #f2ab1e);
	background-image:      -o-linear-gradient(top, #f0cb11, #f2ab1e);
	
	background-color:#f0cb11;
	color:#c92200;
	font-size:10px;
		text-shadow:1px 1px 0px #ded17c;
		height:12px;
	
	z-index:9999;
}
.pricingtable22 .ribbon-green:before, .pricingtable22 .ribbon-green:after {
	border-top:   3px solid #000000;   
}

.pricingtable22 .features li small{
	font-weight:normal !important;
		-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #feffc2), color-stop(1, #f6f6f6) );
	background:-moz-linear-gradient( center top, #feffc2 5%, #f6f6f6 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#feffc2', endColorstr='#f6f6f6');
	background-color:#feffc2;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #dcdcdc;
	color:#666666;
	font-family:arial;
	font-size:11px;
	padding:5px 5px;
		text-shadow:1px 1px 0px #ffffff;
	}
.pricingtable22 .features li small:after{
	border-top: solid #f6f6f6 10px;
}
.pricingtable22 .hasToolTip:after{
	border-top: solid #878787 10px;
}

/*
<style>
*/
@media (max-width:800px) {
.pricingtable22 .pricetable-column{
		min-width: 120px;
}
.pricingtable22 .pricetable-header .pricetable-fld-name{
		font-size:9.6px;
		padding-top:4.8px;
		padding-bottom:4.8px;
		
		
}

.pricingtable22 .highlight .pricetable-fld-name{
		}

.pricingtable22 .pricetable-column .pricetable-header .pricetable-fld-price {
		
		font-size:48px;
		        text-shadow: 0px 0px 0.8px #ffffff;
        }
.pricingtable22 .pricetable-header .pricetable-fld-price .cur {
		font-size:24px;
		}
.pricingtable22 .pricetable-header p{
		font-size:8px;
		        text-shadow: 0.8px 0px 0px #ffffff;
        }

.pricingtable22 ul.features li {
		font-size:9.6px;
			
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}

.pricingtable22 .pricetable-column .pricetable-button-container a {
	
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:0.8px solid #dcdcdc;
	font-size:9.6px;
	padding:4.8px 19.2px;
	text-decoration:none;
		text-shadow:0.8px 0.8px 0px #ffffff;
	}

.pricingtable22 .highlight .pricetable-button-container a {
	
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:0.8px solid #d02718;
	font-size:9.6px;
	padding:4.8px 19.2px;
	text-decoration:none;
		text-shadow:0.8px 0.8px 0px #810d05;
	}

.pricingtable22 .ribbon-green {

	position: relative;
	left: 15px;
	top: 16px !important;
	width: 90px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
}
.pricingtable22 .labeling .labelTitle{

		font-size:14.4px;
			padding-bottom:65.6px;
	padding-top:65.6px;
	padding-left:8px;
	padding-right:8px;
	line-height:24px;
}
}
@media (max-width:480px) {
.pricingtable22 .highlight{
	-moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
		-webkit-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        -o-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        -ms-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
		z-index:99999 !important;
}
.pricingtable22 .labeling{
		display:none !important;
}
	.pricingtable22 .features li span{
	/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.5)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
background: linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80ffffff',GradientType=0 );*/
	display:block !important;
			margin-bottom: 10px;
	border-bottom-style: solid !important;
		border-bottom-color: #b5b5b5 !important;
			}
	
	.pricingtable22 .features li span:after{
  border-top: solid #b5b5b5 5px;
	}
		.pricingtable22 .pricetable-inner{
	white-space: normal !important;
}
.pricingtable22 .pricetable-column{
	min-width:50% !important;
	margin-top:5px;
	margin-bottom:5px;
	
}
	.pricingtable22 .yn_basic{
	top:auto;
	height: 19.2px;
	width: 19.2px;
	
	bottom:5px !important;
	
}

.pricingtable22 .ribbon-green {
	letter-spacing:0px;
	position: relative;
	left: 17px;
	top: 12px !important;
	width: 90px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

}
@media (max-width:300px) {
.pricingtable22 .pricetable-column{
	min-width:100% !important;
	
}
.pricingtable22 .pricetable-column:nth-child(even) .pricetable-column-wall,
.pricingtable22 .pricetable-column:nth-child(odd) .pricetable-column-wall{
	-webkit-border-radius: 20px 20px 20px 20px !important;
border-radius: 20px 20px 20px 20px !important; 
	border-top-left-radius:20px !important;
	border-bottom-left-radius:20px !important;
	border-top-right-radius:20px !important;
	border-bottom-right-radius:20px !important;

}
.pricingtable22 .pricetable-column:nth-child(even) .pricetable-header,
.pricingtable22 .pricetable-column:nth-child(odd) .pricetable-header{
	-webkit-border-radius: 20px 20px 0px 0px !important;
border-radius: 20px 20px 0px 0px !important; 
	
}
}

@font-face {
 font-family: CarbonBlock;
 src: url('CarbonBlock.ttf');
}

@font-face {
 font-family: Gothic;
 src: url('Gothic.ttf');
}

@font-face {
 font-family: JandaManateeSolid;
 src: url('JandaManateeSolid.ttf');
}

@font-face {
 font-family: junegull;
 src: url('junegull.ttf');
}
.pricetable {
	font-size: 0px;
	text-align: center;
	vertical-align: top;
	white-space: normal;
}
.pricetable .pricetable-inner{
	vertical-align: baseline;
	display: inline-block;
	font-size:0px;
	text-align: center;
	white-space: nowrap;
}
.pricetable .pricetable-column {
	display: inline-block;
	text-align: center;
	transition: width 1s;
	-moz-transition: width 1s; /* Firefox 4 */
	-webkit-transition: width 1s; /* Safari and Chrome */
	-o-transition: width 1s;
	position: relative;
	/*min-width: 150px;*/
	font-size: 12px;
	margin: 0px;
}
.pricetable .pricetable-column .pricetable-feature-lbl{
	color: #000;
	background: rgba(0, 0, 0, 0.1);
	display: none;
	font-weight: bold;
	float: left;
	clear: left;
	width:50%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}
.pricetable .pricetable-column .new-ribbon{
	height: 112px;
	width: 112px;
	background-image: url(../images/new-ribbon.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: -2px;
	top: -2px;
}
.ribbon {
	display:none;
/*	display: block;
	width: 30px;
	position: absolute;
	color: #fff;
	padding: 20px 0 10px;
	text-align: center;
	font-family: arial, sans-serif;
	font-weight: bold;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
	z-index: 999;
	background-color: #090;
	top: 35px;*/
}

/*.ribbon:before {
  display: block;
  width: 30px;
  height: 0;
  position: absolute;
  top: 4px;
  content: "";
  border-top: 1px dotted rgba(0, 0, 0, 0.2);
  border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
}
.ribbon:after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: relative;
  bottom: -25px;
  z-index: 100;
  border-width: 0 15px 15px 15px;
  border-style: solid;
  border-color: #090 #090 transparent #090;
}*/

@media (min-width:100px) {
 .pricetable .pricetable-column {
/*width: 100%;*/
}
}
@media (max-width:400px) {
}

@media (min-width:900px) {
 .pricetable .pricetable-column {
/*width: 20%;*/
}
}
.pricetable .pricetable-header {
	overflow: hidden;	/*border: 1px solid #000;*/
}

.pricetable .pricetable-header .pricetable-fld-price {
	margin: 0px !important;
	padding: 0px;
	display: block;
	font-family: JandaManateeSolid, Gadget, sans-serif;
	/*font-size: 64px;*/
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	vertical-align: top;
	line-height: normal !important;
	color: #FFF;        

        
}
.pricetable .pricetable-header .pricetable-fld-price .cur {
/*	font-size: 36px;
	vertical-align: top;
	line-height: 50px;*/
}
.pricetable .pricetable-header .pricetable-fld-price .dec {
	font-size: 36px;
	vertical-align: top;
	/*line-height: 50px;*/
}
.pricetable .pricetable-header p {
	display: block;
	white-space: normal;
	
	/*	padding-bottom: 5px;
	margin: 0px !important;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 12px;*/
}
/*.pricetable ul{
	margin: 0px !important;
	padding: 0px !important;
	margin-bottom: 0px !important;
	line-height: normal !important;
}*/
.pricetable ul.features {
	display: block;
	list-style-image: none;
	list-style-type: none;
	margin: 0px !important;
	padding: 0px !important;
	margin-bottom: 0px !important;
	line-height: normal !important;

}
.pricetable ul.features li br{ display:none !important;}

/*.pricetable .pricetable-column:nth-child(odd) ul.features li:nth-child(even) {background: rgba(255, 255, 255, 0.1);}*/
/*.pricetable .pricetable-column:nth-child(even) ul.features li:nth-child(even) {background: rgba(0, 0, 0, 0.1);}*/
.pricetable .pricetable-button-container {
	display: block;
	font-weight: bold;

	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
/*.pricetable .pricetable-button-container a {
	-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #689324;
}
.pricetable .pricetable-button-container a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
}
.pricetable .pricetable-button-container a:active {
	position:relative;
	top:1px;
}*/
.pricetable .labeling .pricetable-column-wall{
	background-color: transparent !important;
	position: relative;
}
.pricetable .labeling:hover .pricetable-column-wall{
	background-color: transparent !important;
}
.pricetable .labeling .pricetable-header{
	visibility: hidden;
}
.pricetable .labeling .pricetable-button-container{
	visibility: hidden;
}
.pricetable .labeling .features{}
.pricetable .labeling .features li{ background: transparent;}

.pricetable-clear{
	clear: both;
}
.pricetable .features li small{
	
	display:block;
	text-decoration:none;
	position: absolute;
	padding: 5px;
	left: -10px;
	right: -10px;
	display: block;
	white-space: normal;
	/*-moz-transform: scale(0) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-webkit-transform: scale(0) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-o-transform: scale(0) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-ms-transform: scale(0) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	transform: scale(0) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);*/
	z-index:999999;
		
	-webkit-transition: all .2s ease-out;
     -moz-transition: all .2s ease-out;
      -ms-transition: all .2s ease-out;
       -o-transition: all .2s ease-out;
          transition: all .2s ease-out;
	bottom: 0px;
	opacity:0;
}
.pricetable .features li small:after{
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  /*border-top: solid #83c41a 10px;*/
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
.pricetable .features li:hover small{
	/*-moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-webkit-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-o-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-ms-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);*/
	bottom: 35px;
	opacity:1;
	}
.pricetable .features li span{
	display:none;
	position: relative;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;


}
	
.pricetable .features li span:after{
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  bottom: -5px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 0;
}
.hasToolTip:after{
	padding:0px;
	border-left: solid transparent 10px;
	border-right: solid transparent 0px;
	border-top: solid #ff0000 10px;
	/* bottom: -10px;*/
	border-left: solid transparent 10px;
  content: "";
	height: 0;
	/*left: 50%;*/
  right:0px;
	top:0px;
	/*margin-left: -10px;*/
	position: absolute;
	width: 0;
}

.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-green {
	letter-spacing:1px;
	color: #333;
	text-align: center;
	text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
	-webkit-transform: rotate(45deg);
	-moz-transform:    rotate(45deg);
	-ms-transform:     rotate(45deg);
	-o-transform:      rotate(45deg);
	position: relative;
	left: -7px;
	top: 22px;
	width: 118px;
	background-color: #BFDC7A;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45));
	background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45);
	background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45);
	background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45);
	background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45);
	color: #6a6340;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
	box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
	font-family: Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}?/*
<style>
*/
/* 
        ///////////////// AUTHOR INFO //////////////
		//// NAME: ZEEQ                         ////
		//// WEBSITE: www.hzcreative.com        ////
		//// EMAIL: me.hzcreative@gmail.com     ////
		////////////////////////////////////////////
*/
.pricingtable28 {
	/*background-color:#ceecf6;*/
	/*padding:10px;*/
}
.pricingtable28 *{
		/*font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300 !important;*/
	line-height:normal !important;
}
.pricingtable28 .pricetable-inner{
	white-space:nowrap;
	text-align:center;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	width:100%;
	font-size:0px !important;
	letter-spacing: -4px;
    word-spacing: normal;
	
	background-color:#ceecf6;	/*-webkit-box-shadow: 0px 0px 5px 1px #000000;
box-shadow: 0px 0px 5px 1px #000000; */
	
}
.pricingtable28 .pricetable-column {
	display:inline-block;
	letter-spacing: normal;
    word-spacing: normal;
	font-size:0px;
	margin:0px;
		
}
.pricingtable28 .pricetable-column .pricetable-header{

}
.pricingtable28 .pricetable-column .pricetable-column-wall{
	padding:0px;
	margin:0px;
	background-color: #ffffff;
	position:relative;
}
.pricingtable28 .pricetable-column:hover .pricetable-column-wall{
		background-color: #ffffff;
}

.pricingtable28 .pricetable-header .pricetable-fld-name{
	
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
	background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000', GradientType=0 );		background-color: #763259;
		font-family:'Arial';
		color:#ffffff;
		font-size:30px !important;
		padding-top:6px;
		padding-bottom:6px;
		font-weight: bold !important;		        text-shadow: 1px 1px 0px #000000;
        /*filter: dropshadow(color=#000000, offx=1, offy=1);*/
        		 /*-webkit-text-stroke: 1px #7d007d;*/  
		 
		 
}

.pricingtable28 .pricetable-column .pricetable-header-inner{

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
	background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000', GradientType=0 );	background-color: #000000;
	padding-top:1px;
	padding-bottom:1px;
	
	
}
.pricingtable28 .pricetable-column .pricetable-header .pricetable-fld-price {
		
		font-family:'Arial';
		color:#ffffff;
		font-size:60px;
		font-weight: bold !important;		        text-shadow: 0px 0px 1px #ffffff;
       /* filter: dropshadow(color=#ffffff, offx=0, offy=0);*/
        }
.pricingtable28 .pricetable-header .pricetable-fld-price .cur {
		font-family:'Arial';
		color:#ffffff;
		font-size:30px;
		font-weight: bold;		}
.pricingtable28 .pricetable-header p{
	display:block;
	padding-bottom:0px !important;
	padding-top:0px !important;
	padding-left:10px;
	padding-right:10px;
		font-family:'Arial';
		color:#ffffff;
		font-size:12px;
		font-weight: bold;		        text-shadow: 1px 0px 0px #3d3d3d;
        /*filter: dropshadow(color=#3d3d3d, offx=1, offy=0);*/
        		margin-bottom: 0px !important;
}

	.pricingtable28 .pricetable-column:nth-child(1) .pricetable-column-wall{
	-webkit-border-radius: 5px 0px 5px 0px;
	border-radius: 5px 0px 0px 5px;
}
.pricingtable28 .pricetable-column:nth-child(1) .pricetable-header{
	-webkit-border-radius: 5px 0px 0px 0px;
	border-radius: 5px 0px 0px 0px;
}
.pricingtable28 .pricetable-column:not(.highlight):nth-last-child(2) .pricetable-column-wall{
	-webkit-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
}
.pricingtable28 .pricetable-column:not(.highlight):nth-last-child(2) .pricetable-header{
	-webkit-border-radius: 0px 5px 0px 0px;
	border-radius: 0px 5px 0px 0px;

}
	
.pricingtable28 ul.features {
	}
.pricingtable28 ul.features li {
	position:relative;
	font-family: "Arial", Arial, Helvetica, sans-serif;
		color:#000000;
		font-size:12px;
		font-weight:normal !important;				
	display: block;
	padding-top: 5px !important;
	padding-right: 5px !important;
	padding-bottom: 5px !important;
	padding-left: 5px !important;
	margin:0px !important;
	
	}
.pricingtable28 .pricetable-button-container{
	}
.pricingtable28 .pricetable-button-container-hide{ visibility:hidden !important; }
.pricingtable28 .highlight{
	-moz-transform: scale(1.040) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
		-webkit-transform: scale(1.040) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        -o-transform: scale(1.040) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        -ms-transform: scale(1.040) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        transform: scale(1.040) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
		z-index:99999 !important;
		
		padding:0px !important;
	margin:0px !important;
	background-color: transparent !important;
	position:relative !important;
}
.pricingtable28 .highlight .pricetable-column-wall{
	background-color:#000000;
	
        

       
	-webkit-box-shadow: 0px 0px 5px 1px #000000;
box-shadow: 0px 0px 5px 1px #000000; 
	}
	
.pricingtable28 .highlight .pricetable-column-wall{
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.pricingtable28 .highlight .pricetable-header{
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
			
}

.pricingtable28 .highlight:hover .pricetable-column-wall{
	background-color:#000000;
}
  
.pricingtable28 .highlight .pricetable-header .pricetable-fld-name{border-top-style: none;
	border-right-style: none;
	border-left-style: none;}
.pricingtable28 .highlight .pricetable-header, .pricetable .highlight .pricetable-header .pricetable-header-inner{
	border-right-style: none;
	border-left-style: none;}
.pricingtable28 .highlight .features{border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color:#FFF;
	}

.pricingtable28 .highlight .pricetable-fld-name{
	background-color:#111111;
		color:#ffc800;
		font-weight: bold;		        text-shadow: 0px 0px 1px #ffc800;
        /*filter: dropshadow(color=#ffc800, offx=0, offy=0);*/
        }

.pricingtable28 .highlight .pricetable-header-inner{
	background-color:#000000;
		
}
.pricingtable28 .highlight .pricetable-header .pricetable-fld-price, .pricingtable28 .highlight .pricetable-header .pricetable-fld-price .cur{
	color:#ffc800;
		font-weight: bold;		        text-shadow: 0px 0px 0px #ffc800 !important;
        /*filter: dropshadow(color=#ffc800, offx=0, offy=0) !important;*/
        }

.pricingtable28 .highlight .pricetable-header p{
		color:#ffc800;
		font-weight:normal !important;		        text-shadow: 1px 1px 0px #000000;
        /*filter: dropshadow(color=#000000, offx=1, offy=1);*/
        }
.pricingtable28 .highlight .features {
	}
.pricingtable28 .highlight .features li{
	
	
	
		color:#ffffff;
		font-weight: bold;		}

.pricingtable28 .labeling .labelTitle{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#424242;
		font-size:18px;
		font-weight: bold;			white-space: normal;
	padding-bottom:82px;
	padding-top:82px;
	padding-left:10px;
	padding-right:10px;
	line-height:30px;
}
.pricingtable28 .labeling .features{
	background:#ffffff;
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	/*overflow:hidden;*/
	padding:0px;
}

.pricingtable28 .labeling .features li:nth-child(1){-webkit-border-radius: 5px 0px 0px 0px;
border-radius: 5px 0px 0px 0px;	}
.pricingtable28 .labeling .features li:nth-last-child(1){ /*border-bottom-style:none;*/ -webkit-border-radius: 0px 0px 0px 5px; 
border-radius: 0px 0px 0px 5px;}
.pricingtable28 .labeling .features li{
	padding-left:10px;
	padding-right:10px;
	text-align: right;
	/*overflow:hidden;*/
	color:#333333;
		font-weight: bold;		        text-shadow: 0px 0px 0px #000000 !important;
        /*filter: dropshadow(color=#000000, offx=0, offy=0) !important;*/
        }
/*
</style>
*/
/*.pricetable .pricetable-header .pricetable-fld-name:after {
	content: '';
	display: block;
	position: absolute;
		border-top: 15px solid #763259;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	}*/
	
.pricingtable28 .pricetable-column .pricetable-button-container a {
		-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
		text-shadow:1px 1px 0px #ffffff;
	}
.pricingtable28 .pricetable-column .pricetable-button-container a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	color:#777777 !important;
}
.pricingtable28 .pricetable-column .pricetable-button-container a:active {
	position:relative;
	top:1px;
	color:#777777;
}


.pricingtable28 .highlight .pricetable-button-container a {
		-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24437), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24437 5%, #c62d1f 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24437', endColorstr='#c62d1f');
	background-color:#f24437;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-weight:bold;
	text-decoration:none;
		text-shadow:1px 1px 0px #810d05;
	}
.pricingtable28 .highlight .pricetable-button-container a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24437) );
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24437 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24437');
	background-color:#c62d1f;
	color:#ffffff !important;
}
.pricingtable28 .highlight .pricetable-button-container a:active {
	position:relative;
	top:1px;
	color:#ffffff;
}

.pricingtable28 .yn_basic{
	position: absolute;
	height: 24px;
	width: 24px;
	background-image: url(../images/yes_no_10.png);
	background-repeat: no-repeat;
	top: 50%;
	margin-top: -12px;
	left: 50%;
	margin-left: -12px;
	background-position: left center;
	-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
		
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='../images/yes_no_10.png',
sizingMethod='scale');

-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='../images/yes_no_10.png',
sizingMethod='scale')";
}
.pricingtable28 .yi{background-position: left;}
.pricingtable28 .ni{
	background-position: right;
}



.pricingtable28 .ribbon-green {
	
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f0cb11), to(#f2ab1e));
	background-image: -webkit-linear-gradient(top, #f0cb11, #f2ab1e);
	background-image:    -moz-linear-gradient(top, #f0cb11, #f2ab1e);
	background-image:     -ms-linear-gradient(top, #f0cb11, #f2ab1e);
	background-image:      -o-linear-gradient(top, #f0cb11, #f2ab1e);
	
	background-color:#f0cb11;
	color:#c92200;
	font-size:10px;
		text-shadow:1px 1px 0px #ded17c;
		height:12px;
	
	z-index:9999;
}
.pricingtable28 .ribbon-green:before, .pricingtable28 .ribbon-green:after {
	border-top:   3px solid #000000;   
}

.pricingtable28 .features li small{
	font-weight:normal !important;
		-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #feffc2), color-stop(1, #f6f6f6) );
	background:-moz-linear-gradient( center top, #feffc2 5%, #f6f6f6 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#feffc2', endColorstr='#f6f6f6');
	background-color:#feffc2;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #dcdcdc;
	color:#666666;
	font-family:arial;
	font-size:11px;
	padding:5px 5px;
		text-shadow:1px 1px 0px #ffffff;
	}
.pricingtable28 .features li small:after{
	border-top: solid #f6f6f6 10px;
}
.pricingtable28 .hasToolTip:after{
	border-top: solid #878787 10px;
}

/*
<style>
*/
@media (max-width:800px) {
.pricingtable28 .pricetable-column{
		min-width: 120px;
}
.pricingtable28 .pricetable-header .pricetable-fld-name{
		font-size:24px;
		padding-top:4.8px;
		padding-bottom:4.8px;
		        text-shadow: 0.8px 0.8px 0px #000000;
        
		
}

.pricingtable28 .highlight .pricetable-fld-name{
		        text-shadow: 0px 0px 0.8px #ffc800;
        }

.pricingtable28 .pricetable-column .pricetable-header .pricetable-fld-price {
		
		font-size:48px;
		        text-shadow: 0px 0px 0.8px #ffffff;
        }
.pricingtable28 .pricetable-header .pricetable-fld-price .cur {
		font-size:24px;
		}
.pricingtable28 .pricetable-header p{
		font-size:9.6px;
		        text-shadow: 0.8px 0px 0px #3d3d3d;
        }

.pricingtable28 ul.features li {
		font-size:9.6px;
			
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}

.pricingtable28 .pricetable-column .pricetable-button-container a {
	
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:0.8px solid #dcdcdc;
	font-size:9.6px;
	padding:4.8px 19.2px;
	text-decoration:none;
		text-shadow:0.8px 0.8px 0px #ffffff;
	}

.pricingtable28 .highlight .pricetable-button-container a {
	
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:0.8px solid #d02718;
	font-size:9.6px;
	padding:4.8px 19.2px;
	text-decoration:none;
		text-shadow:0.8px 0.8px 0px #810d05;
	}

.pricingtable28 .ribbon-green {

	position: relative;
	left: 15px;
	top: 16px !important;
	width: 90px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
}
.pricingtable28 .labeling .labelTitle{

		font-size:14.4px;
			padding-bottom:65.6px;
	padding-top:65.6px;
	padding-left:8px;
	padding-right:8px;
	line-height:24px;
}
}
@media (max-width:480px) {
.pricingtable28 .highlight{
	-moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
		-webkit-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        -o-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        -ms-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
		z-index:99999 !important;
}
.pricingtable28 .labeling{
		display:none !important;
}
	.pricingtable28 .features li span{
	/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.5)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
background: linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80ffffff',GradientType=0 );*/
	display:block !important;
			margin-bottom: 10px;
	border-bottom-style: solid !important;
		border-bottom-color: #b5b5b5 !important;
			}
	
	.pricingtable28 .features li span:after{
  border-top: solid #b5b5b5 5px;
	}
		.pricingtable28 .pricetable-inner{
	white-space: normal !important;
}
.pricingtable28 .pricetable-column{
	min-width:50% !important;
	margin-top:5px;
	margin-bottom:5px;
	
}
.pricingtable28 .pricetable-column:nth-child(odd) .pricetable-column-wall{
/*	-webkit-border-radius: 5px 0px 5px 0px;
	border-radius: 5px 0px 0px 5px;*/
	border-top-left-radius:5px !important;
	border-bottom-left-radius:5px !important;
	border-top-right-radius:0px !important;
	border-bottom-right-radius:0px !important;

}
.pricingtable28 .pricetable-column:nth-child(odd) .pricetable-header{
	/*-webkit-border-radius: 0px 5px 0px 0px;
	border-radius: 0px 5px 0px 0px;*/
border-top-left-radius:5px !important ;
border-top-right-radius:0px !important;
}

.pricingtable28 .pricetable-column:nth-child(even) .pricetable-column-wall{
/*	-webkit-border-radius: 5px 0px 5px 0px;
	border-radius: 5px 0px 0px 5px;*/
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	border-top-left-radius:0px !important;
	border-bottom-left-radius:0px !important;

}
.pricingtable28 .pricetable-column:nth-child(even) .pricetable-header{
	/*-webkit-border-radius: 0px 5px 0px 0px;
	border-radius: 0px 5px 0px 0px;*/
border-top-right-radius:5px;
border-top-left-radius:0px !important;
}
.pricingtable28 .pricetable-column:nth-last-child(2) .pricetable-column-wall{
	border-top-right-radius:5px !important;
	border-bottom-right-radius:5px !important;
	
	}
.pricingtable28 .pricetable-column:nth-last-child(2) .pricetable-header{
	border-top-right-radius:5px !important;
}
		.pricingtable28 .yn_basic{
	top:auto;
	height: 19.2px;
	width: 19.2px;
	
	bottom:2.5px !important;
	
}

.pricingtable28 .ribbon-green {
	letter-spacing:0px;
	position: relative;
	left: 17px;
	top: 12px !important;
	width: 90px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

}
@media (max-width:300px) {
.pricingtable28 .pricetable-column{
	min-width:100% !important;
	
}
.pricingtable28 .pricetable-column:nth-child(odd) .pricetable-column-wall,
.pricingtable28 .pricetable-column:nth-child(even) .pricetable-column-wall{
	-webkit-border-radius: 5px 5px 5px 5px !important;
border-radius: 5px 5px 5px 5px !important; 
	border-top-left-radius:5px !important;
	border-bottom-left-radius:5px !important;
	border-top-right-radius:5px !important;
	border-bottom-right-radius:5px !important;

}
.pricingtable28 .pricetable-column:nth-child(odd) .pricetable-header,
.pricingtable28 .pricetable-column:nth-child(even) .pricetable-header{
	-webkit-border-radius: 5px 5px 0px 0px !important;
border-radius: 5px 5px 0px 0px !important; 
	
}
}

@font-face {
 font-family: CarbonBlock;
 src: url('CarbonBlock.ttf');
}

@font-face {
 font-family: Gothic;
 src: url('Gothic.ttf');
}

@font-face {
 font-family: JandaManateeSolid;
 src: url('JandaManateeSolid.ttf');
}

@font-face {
 font-family: junegull;
 src: url('junegull.ttf');
}
.pricetable {
	font-size: 0px;
	text-align: center;
	vertical-align: top;
	white-space: normal;
}
.pricetable .pricetable-inner{
	vertical-align: baseline;
	display: inline-block;
	font-size:0px;
	text-align: center;
	white-space: nowrap;
}
.pricetable .pricetable-column {
	display: inline-block;
	text-align: center;
	transition: width 1s;
	-moz-transition: width 1s; /* Firefox 4 */
	-webkit-transition: width 1s; /* Safari and Chrome */
	-o-transition: width 1s;
	position: relative;
	/*min-width: 150px;*/
	font-size: 12px;
	margin: 0px;
}
.pricetable .pricetable-column .pricetable-feature-lbl{
	color: #000;
	background: rgba(0, 0, 0, 0.1);
	display: none;
	font-weight: bold;
	float: left;
	clear: left;
	width:50%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}
.pricetable .pricetable-column .new-ribbon{
	height: 112px;
	width: 112px;
	background-image: url(../images/new-ribbon.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: -2px;
	top: -2px;
}
.ribbon {
	display:none;
/*	display: block;
	width: 30px;
	position: absolute;
	color: #fff;
	padding: 20px 0 10px;
	text-align: center;
	font-family: arial, sans-serif;
	font-weight: bold;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
	z-index: 999;
	background-color: #090;
	top: 35px;*/
}

/*.ribbon:before {
  display: block;
  width: 30px;
  height: 0;
  position: absolute;
  top: 4px;
  content: "";
  border-top: 1px dotted rgba(0, 0, 0, 0.2);
  border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
}
.ribbon:after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: relative;
  bottom: -25px;
  z-index: 100;
  border-width: 0 15px 15px 15px;
  border-style: solid;
  border-color: #090 #090 transparent #090;
}*/

@media (min-width:100px) {
 .pricetable .pricetable-column {
/*width: 100%;*/
}
}
@media (max-width:400px) {
}

@media (min-width:900px) {
 .pricetable .pricetable-column {
/*width: 20%;*/
}
}
.pricetable .pricetable-header {
	overflow: hidden;	/*border: 1px solid #000;*/
}

.pricetable .pricetable-header .pricetable-fld-price {
	margin: 0px !important;
	padding: 0px;
	display: block;
	font-family: JandaManateeSolid, Gadget, sans-serif;
	/*font-size: 64px;*/
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	vertical-align: top;
	line-height: normal !important;
	color: #FFF;        

        
}
.pricetable .pricetable-header .pricetable-fld-price .cur {
/*	font-size: 36px;
	vertical-align: top;
	line-height: 50px;*/
}
.pricetable .pricetable-header .pricetable-fld-price .dec {
	font-size: 36px;
	vertical-align: top;
	/*line-height: 50px;*/
}
.pricetable .pricetable-header p {
	display: block;
	white-space: normal;
	
	/*	padding-bottom: 5px;
	margin: 0px !important;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 12px;*/
}
/*.pricetable ul{
	margin: 0px !important;
	padding: 0px !important;
	margin-bottom: 0px !important;
	line-height: normal !important;
}*/
.pricetable ul.features {
	display: block;
	list-style-image: none;
	list-style-type: none;
	margin: 0px !important;
	padding: 0px !important;
	margin-bottom: 0px !important;
	line-height: normal !important;

}
.pricetable ul.features li br{ display:none !important;}

/*.pricetable .pricetable-column:nth-child(odd) ul.features li:nth-child(even) {background: rgba(255, 255, 255, 0.1);}*/
/*.pricetable .pricetable-column:nth-child(even) ul.features li:nth-child(even) {background: rgba(0, 0, 0, 0.1);}*/
.pricetable .pricetable-button-container {
	display: block;
	font-weight: bold;

	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
/*.pricetable .pricetable-button-container a {
	-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #689324;
}
.pricetable .pricetable-button-container a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
}
.pricetable .pricetable-button-container a:active {
	position:relative;
	top:1px;
}*/
.pricetable .labeling .pricetable-column-wall{
	background-color: transparent !important;
	position: relative;
}
.pricetable .labeling:hover .pricetable-column-wall{
	background-color: transparent !important;
}
.pricetable .labeling .pricetable-header{
	visibility: hidden;
}
.pricetable .labeling .pricetable-button-container{
	visibility: hidden;
}
.pricetable .labeling .features{}
.pricetable .labeling .features li{ background: transparent;}

.pricetable-clear{
	clear: both;
}
.pricetable .features li small{
	
	display:block;
	text-decoration:none;
	position: absolute;
	padding: 5px;
	left: -10px;
	right: -10px;
	display: block;
	white-space: normal;
	/*-moz-transform: scale(0) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-webkit-transform: scale(0) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-o-transform: scale(0) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-ms-transform: scale(0) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	transform: scale(0) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);*/
	z-index:999999;
		
	-webkit-transition: all .2s ease-out;
     -moz-transition: all .2s ease-out;
      -ms-transition: all .2s ease-out;
       -o-transition: all .2s ease-out;
          transition: all .2s ease-out;
	bottom: 0px;
	opacity:0;
}
.pricetable .features li small:after{
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  /*border-top: solid #83c41a 10px;*/
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
.pricetable .features li:hover small{
	/*-moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-webkit-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-o-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-ms-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);*/
	bottom: 35px;
	opacity:1;
	}
.pricetable .features li span{
	display:none;
	position: relative;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;


}
	
.pricetable .features li span:after{
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  bottom: -5px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 0;
}
.hasToolTip:after{
	padding:0px;
	border-left: solid transparent 10px;
	border-right: solid transparent 0px;
	border-top: solid #ff0000 10px;
	/* bottom: -10px;*/
	border-left: solid transparent 10px;
  content: "";
	height: 0;
	/*left: 50%;*/
  right:0px;
	top:0px;
	/*margin-left: -10px;*/
	position: absolute;
	width: 0;
}

.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-green {
	letter-spacing:1px;
	color: #333;
	text-align: center;
	text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
	-webkit-transform: rotate(45deg);
	-moz-transform:    rotate(45deg);
	-ms-transform:     rotate(45deg);
	-o-transform:      rotate(45deg);
	position: relative;
	left: -7px;
	top: 22px;
	width: 118px;
	background-color: #BFDC7A;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45));
	background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45);
	background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45);
	background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45);
	background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45);
	color: #6a6340;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
	box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
	font-family: Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}?/*
<style>
*/
/* 
        ///////////////// AUTHOR INFO //////////////
		//// NAME: ZEEQ                         ////
		//// WEBSITE: www.hzcreative.com        ////
		//// EMAIL: me.hzcreative@gmail.com     ////
		////////////////////////////////////////////
*/
.pricingtable38 {
	/*background-color:#aaaaaa;*/
	/*padding:10px;*/
}
.pricingtable38 *{
		/*font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300 !important;*/
	line-height:normal !important;
}
.pricingtable38 .pricetable-inner{
	white-space:nowrap;
	text-align:center;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:2px;
	padding-right:2px;
	width:100%;
	font-size:0px !important;
	letter-spacing: -4px;
    word-spacing: normal;
	
	background-color:#aaaaaa;	/*-webkit-box-shadow: 0px 0px 5px 1px #000000;
box-shadow: 0px 0px 5px 1px #000000; */
	
}
.pricingtable38 .pricetable-column {
	display:inline-block;
	letter-spacing: normal;
    word-spacing: normal;
	font-size:0px;
	margin:0px;
		
}
.pricingtable38 .pricetable-column .pricetable-header{

}
.pricingtable38 .pricetable-column .pricetable-column-wall{
	padding:0px;
	margin:0px;
	background-color: #efefef;
	position:relative;
}
.pricingtable38 .pricetable-column:hover .pricetable-column-wall{
		background-color: #efefef;
}

.pricingtable38 .pricetable-header .pricetable-fld-name{
	
			background-color: #efefef;
		font-family:'Arial';
		color:#666666;
		font-size:36px !important;
		padding-top:1px;
		padding-bottom:1px;
		font-weight: bold !important;				 /*-webkit-text-stroke: 1px #7d007d;*/  
		 
		 
}

.pricingtable38 .pricetable-column .pricetable-header-inner{

		background-color: #efefef;
	padding-top:1px;
	padding-bottom:1px;
	
	
}
.pricingtable38 .pricetable-column .pricetable-header .pricetable-fld-price {
		
		font-family:'Trebuchet MS';
		color:#050505;
		font-size:22px;
		font-weight: bold !important;		}
.pricingtable38 .pricetable-header .pricetable-fld-price .cur {
		font-family:'Comic Sans MS';
		color:#ffffff;
		font-size:8px;
		font-weight: bold;		}
.pricingtable38 .pricetable-header p{
	display:block;
	padding-bottom:0px !important;
	padding-top:0px !important;
	padding-left:10px;
	padding-right:10px;
		font-family:'Arial';
		color:#0061b0;
		font-size:14px;
		font-weight: bold;				margin-bottom: 0px !important;
}

	.pricingtable38 .pricetable-column:nth-child(1) .pricetable-column-wall{
	-webkit-border-radius: 10px 0px 10px 0px;
	border-radius: 10px 0px 0px 10px;
}
.pricingtable38 .pricetable-column:nth-child(1) .pricetable-header{
	-webkit-border-radius: 10px 0px 0px 0px;
	border-radius: 10px 0px 0px 0px;
}
.pricingtable38 .pricetable-column:not(.highlight):nth-last-child(2) .pricetable-column-wall{
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
}
.pricingtable38 .pricetable-column:not(.highlight):nth-last-child(2) .pricetable-header{
	-webkit-border-radius: 0px 10px 0px 0px;
	border-radius: 0px 10px 0px 0px;

}
	
.pricingtable38 ul.features {
	}
.pricingtable38 ul.features li {
	position:relative;
	font-family: "Arial", Arial, Helvetica, sans-serif;
		color:#cc4f16;
		font-size:16px;
		font-weight: bold;				
	display: block;
	padding-top: 2px !important;
	padding-right: 5px !important;
	padding-bottom: 2px !important;
	padding-left: 5px !important;
	margin:0px !important;
	
	}
.pricingtable38 .pricetable-button-container{
	}
.pricingtable38 .pricetable-button-container-hide{ visibility:hidden !important; }
.pricingtable38 .highlight{
	-moz-transform: scale(1.030) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
		-webkit-transform: scale(1.030) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        -o-transform: scale(1.030) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        -ms-transform: scale(1.030) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        transform: scale(1.030) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
		z-index:99999 !important;
		
		padding:0px !important;
	margin:0px !important;
	background-color: transparent !important;
	position:relative !important;
}
.pricingtable38 .highlight .pricetable-column-wall{
	background-color:#ffffff;
	
        

       
	-webkit-box-shadow: 0px 0px 5px 1px #25669b;
box-shadow: 0px 0px 5px 1px #25669b; 
	}
	
.pricingtable38 .highlight .pricetable-column-wall{
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}
.pricingtable38 .highlight .pricetable-header{
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
			
}

.pricingtable38 .highlight:hover .pricetable-column-wall{
	background-color:#ffffff;
}
  
.pricingtable38 .highlight .pricetable-header .pricetable-fld-name{border-top-style: none;
	border-right-style: none;
	border-left-style: none;}
.pricingtable38 .highlight .pricetable-header, .pricetable .highlight .pricetable-header .pricetable-header-inner{
	border-right-style: none;
	border-left-style: none;}
.pricingtable38 .highlight .features{border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color:#FFF;
	}

.pricingtable38 .highlight .pricetable-fld-name{
	background-color:#ffffff;
		color:#333333;
		font-weight: bold;		}

.pricingtable38 .highlight .pricetable-header-inner{
	background-color:#ffffff;
		
}
.pricingtable38 .highlight .pricetable-header .pricetable-fld-price, .pricingtable38 .highlight .pricetable-header .pricetable-fld-price .cur{
	color:#000000;
		font-weight: bold;		        text-shadow: 0px 0px 1px #ffffff !important;
        /*filter: dropshadow(color=#ffffff, offx=0, offy=0) !important;*/
        }


.pricingtable38 .labeling .labelTitle{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#424242;
		font-size:18px;
		font-weight: bold;			white-space: normal;
	padding-bottom:82px;
	padding-top:82px;
	padding-left:10px;
	padding-right:10px;
	line-height:30px;
}
.pricingtable38 .labeling .features{
	background:#ffffff;
	-webkit-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
	/*overflow:hidden;*/
	padding:0px;
}

.pricingtable38 .labeling .features li:nth-child(1){-webkit-border-radius: 10px 0px 0px 0px;
border-radius: 10px 0px 0px 0px;	}
.pricingtable38 .labeling .features li:nth-last-child(1){ /*border-bottom-style:none;*/ -webkit-border-radius: 0px 0px 0px 10px; 
border-radius: 0px 0px 0px 10px;}
.pricingtable38 .labeling .features li{
	padding-left:10px;
	padding-right:10px;
	text-align: right;
	/*overflow:hidden;*/
	color:#333333;
		font-weight: bold;		        text-shadow: 0px 0px 0px #000000 !important;
        /*filter: dropshadow(color=#000000, offx=0, offy=0) !important;*/
        }
/*
</style>
*/
/*.pricetable .pricetable-header .pricetable-fld-name:after {
	content: '';
	display: block;
	position: absolute;
		border-top: 15px solid #efefef;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	}*/
	
.pricingtable38 .pricetable-column .pricetable-button-container a {
		-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8bb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8bb82b 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8bb82b');
	background-color:#9dce2c;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
		text-shadow:1px 1px 0px #689324;
	}
.pricingtable38 .pricetable-column .pricetable-button-container a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8bb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8bb82b 5%, #9dce2c 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8bb82b', endColorstr='#9dce2c');
	background-color:#8bb82b;
	color:#ffffff !important;
}
.pricingtable38 .pricetable-column .pricetable-button-container a:active {
	position:relative;
	top:1px;
	color:#ffffff;
}


.pricingtable38 .highlight .pricetable-button-container a {
		-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8bb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8bb82b 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8bb82b');
	background-color:#9dce2c;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #83c41a;
	display:inline-block;
	color: #ffffff;
	font-family:arial;
	font-weight:bold;
	text-decoration:none;
		text-shadow:1px 1px 0px #689324;
	}
.pricingtable38 .highlight .pricetable-button-container a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8bb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8bb82b 5%, #9dce2c 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8bb82b', endColorstr='#9dce2c');
	background-color:#8bb82b;
	color: #ffffff !important;
}
.pricingtable38 .highlight .pricetable-button-container a:active {
	position:relative;
	top:1px;
	color: #ffffff;
}

.pricingtable38 .yn_basic{
	position: absolute;
	height: 24px;
	width: 24px;
	background-image: url(../images/yes_no_10.png);
	background-repeat: no-repeat;
	top: 50%;
	margin-top: -12px;
	left: 50%;
	margin-left: -12px;
	background-position: left center;
	-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
		
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='../images/yes_no_10.png',
sizingMethod='scale');

-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='../images/yes_no_10.png',
sizingMethod='scale')";
}
.pricingtable38 .yi{background-position: left;}
.pricingtable38 .ni{
	background-position: right;
}



.pricingtable38 .ribbon-green {
	
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c223de), to(#a30dbd));
	background-image: -webkit-linear-gradient(top, #c223de, #a30dbd);
	background-image:    -moz-linear-gradient(top, #c223de, #a30dbd);
	background-image:     -ms-linear-gradient(top, #c223de, #a30dbd);
	background-image:      -o-linear-gradient(top, #c223de, #a30dbd);
	
	background-color:#c223de;
	color: #ffffff;
	font-size:10px;
		text-shadow:1px 1px 0px #9b14b3;
		height:12px;
	
	z-index:9999;
}
.pricingtable38 .ribbon-green:before, .pricingtable38 .ribbon-green:after {
	border-top:   3px solid #030303;   
}

.pricingtable38 .features li small{
	font-weight:normal !important;
		-moz-box-shadow:inset 0px 1px 0px 0px #f29d93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29d93;
	box-shadow:inset 0px 1px 0px 0px #f29d93;
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1900), color-stop(1, #ce0000) );
	background:-moz-linear-gradient( center top, #fe1900 5%, #ce0000 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1900', endColorstr='#ce0000');
	background-color:#fe1900;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #d83526;
	color:#ffffff;
	font-family:arial;
	font-size:11px;
	padding:5px 5px;
		text-shadow:1px 1px 0px #b23d35;
	}
.pricingtable38 .features li small:after{
	border-top: solid #ce0000 10px;
}
.pricingtable38 .hasToolTip:after{
	border-top: solid #878787 10px;
}

/*
<style>
*/
@media (max-width:800px) {
.pricingtable38 .pricetable-column{
		min-width: 120px;
}
.pricingtable38 .pricetable-header .pricetable-fld-name{
		font-size:28.8px;
		padding-top:0.8px;
		padding-bottom:0.8px;
		
		
}

.pricingtable38 .highlight .pricetable-fld-name{
		}

.pricingtable38 .pricetable-column .pricetable-header .pricetable-fld-price {
		
		font-size:17.6px;
		}
.pricingtable38 .pricetable-header .pricetable-fld-price .cur {
		font-size:6.4px;
		}
.pricingtable38 .pricetable-header p{
		font-size:11.2px;
		}

.pricingtable38 ul.features li {
		font-size:12.8px;
			
	padding-top: 1.6px;
	padding-right: 5px;
	padding-bottom: 1.6px;
	padding-left: 5px;
}

.pricingtable38 .pricetable-column .pricetable-button-container a {
	
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:0.8px solid #83c41a;
	font-size:12.8px;
	padding:4.8px 19.2px;
	text-decoration:none;
		text-shadow:0.8px 0.8px 0px #689324;
	}

.pricingtable38 .highlight .pricetable-button-container a {
	
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:0.8px solid #83c41a;
	font-size:12.8px;
	padding:4.8px 19.2px;
	text-decoration:none;
		text-shadow:0.8px 0.8px 0px #689324;
	}

.pricingtable38 .ribbon-green {

	position: relative;
	left: 15px;
	top: 16px !important;
	width: 90px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
}
.pricingtable38 .labeling .labelTitle{

		font-size:14.4px;
			padding-bottom:65.6px;
	padding-top:65.6px;
	padding-left:8px;
	padding-right:8px;
	line-height:24px;
}
}
@media (max-width:480px) {
.pricingtable38 .highlight{
	-moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
		-webkit-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        -o-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        -ms-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
		z-index:99999 !important;
}
.pricingtable38 .labeling{
		display:none !important;
}
	.pricingtable38 .features li span{
	/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.5)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
background: linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80ffffff',GradientType=0 );*/
	display:block !important;
			margin-bottom: 10px;
	border-bottom-style: solid !important;
		border-bottom-color: #b5b5b5 !important;
			}
	
	.pricingtable38 .features li span:after{
  border-top: solid #b5b5b5 5px;
	}
		.pricingtable38 .pricetable-inner{
	white-space: normal !important;
}
.pricingtable38 .pricetable-column{
	min-width:50% !important;
	margin-top:5px;
	margin-bottom:5px;
	
}
.pricingtable38 .pricetable-column:nth-child(odd) .pricetable-column-wall{
/*	-webkit-border-radius: 10px 0px 10px 0px;
	border-radius: 10px 0px 0px 10px;*/
	border-top-left-radius:10px !important;
	border-bottom-left-radius:10px !important;
	border-top-right-radius:0px !important;
	border-bottom-right-radius:0px !important;

}
.pricingtable38 .pricetable-column:nth-child(odd) .pricetable-header{
	/*-webkit-border-radius: 0px 10px 0px 0px;
	border-radius: 0px 10px 0px 0px;*/
border-top-left-radius:10px !important ;
border-top-right-radius:0px !important;
}

.pricingtable38 .pricetable-column:nth-child(even) .pricetable-column-wall{
/*	-webkit-border-radius: 10px 0px 10px 0px;
	border-radius: 10px 0px 0px 10px;*/
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	border-top-left-radius:0px !important;
	border-bottom-left-radius:0px !important;

}
.pricingtable38 .pricetable-column:nth-child(even) .pricetable-header{
	/*-webkit-border-radius: 0px 10px 0px 0px;
	border-radius: 0px 10px 0px 0px;*/
border-top-right-radius:10px;
border-top-left-radius:0px !important;
}
.pricingtable38 .pricetable-column:nth-last-child(2) .pricetable-column-wall{
	border-top-right-radius:10px !important;
	border-bottom-right-radius:10px !important;
	
	}
.pricingtable38 .pricetable-column:nth-last-child(2) .pricetable-header{
	border-top-right-radius:10px !important;
}
		.pricingtable38 .yn_basic{
	top:auto;
	height: 19.2px;
	width: 19.2px;
	
	bottom:1px !important;
	
}

.pricingtable38 .ribbon-green {
	letter-spacing:0px;
	position: relative;
	left: 17px;
	top: 12px !important;
	width: 90px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

}
@media (max-width:300px) {
.pricingtable38 .pricetable-column{
	min-width:100% !important;
	
}
.pricingtable38 .pricetable-column:nth-child(odd) .pricetable-column-wall,
.pricingtable38 .pricetable-column:nth-child(even) .pricetable-column-wall{
	-webkit-border-radius: 10px 10px 10px 10px !important;
border-radius: 10px 10px 10px 10px !important; 
	border-top-left-radius:10px !important;
	border-bottom-left-radius:10px !important;
	border-top-right-radius:10px !important;
	border-bottom-right-radius:10px !important;

}
.pricingtable38 .pricetable-column:nth-child(odd) .pricetable-header,
.pricingtable38 .pricetable-column:nth-child(even) .pricetable-header{
	-webkit-border-radius: 10px 10px 0px 0px !important;
border-radius: 10px 10px 0px 0px !important; 
	
}
}

@font-face {
 font-family: CarbonBlock;
 src: url('CarbonBlock.ttf');
}

@font-face {
 font-family: Gothic;
 src: url('Gothic.ttf');
}

@font-face {
 font-family: JandaManateeSolid;
 src: url('JandaManateeSolid.ttf');
}

@font-face {
 font-family: junegull;
 src: url('junegull.ttf');
}
.pricetable {
	font-size: 0px;
	text-align: center;
	vertical-align: top;
	white-space: normal;
}
.pricetable .pricetable-inner{
	vertical-align: baseline;
	display: inline-block;
	font-size:0px;
	text-align: center;
	white-space: nowrap;
}
.pricetable .pricetable-column {
	display: inline-block;
	text-align: center;
	transition: width 1s;
	-moz-transition: width 1s; /* Firefox 4 */
	-webkit-transition: width 1s; /* Safari and Chrome */
	-o-transition: width 1s;
	position: relative;
	/*min-width: 150px;*/
	font-size: 12px;
	margin: 0px;
}
.pricetable .pricetable-column .pricetable-feature-lbl{
	color: #000;
	background: rgba(0, 0, 0, 0.1);
	display: none;
	font-weight: bold;
	float: left;
	clear: left;
	width:50%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}
.pricetable .pricetable-column .new-ribbon{
	height: 112px;
	width: 112px;
	background-image: url(../images/new-ribbon.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: -2px;
	top: -2px;
}
.ribbon {
	display:none;
/*	display: block;
	width: 30px;
	position: absolute;
	color: #fff;
	padding: 20px 0 10px;
	text-align: center;
	font-family: arial, sans-serif;
	font-weight: bold;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
	z-index: 999;
	background-color: #090;
	top: 35px;*/
}

/*.ribbon:before {
  display: block;
  width: 30px;
  height: 0;
  position: absolute;
  top: 4px;
  content: "";
  border-top: 1px dotted rgba(0, 0, 0, 0.2);
  border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
}
.ribbon:after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: relative;
  bottom: -25px;
  z-index: 100;
  border-width: 0 15px 15px 15px;
  border-style: solid;
  border-color: #090 #090 transparent #090;
}*/

@media (min-width:100px) {
 .pricetable .pricetable-column {
/*width: 100%;*/
}
}
@media (max-width:400px) {
}

@media (min-width:900px) {
 .pricetable .pricetable-column {
/*width: 20%;*/
}
}
.pricetable .pricetable-header {
	overflow: hidden;	/*border: 1px solid #000;*/
}

.pricetable .pricetable-header .pricetable-fld-price {
	margin: 0px !important;
	padding: 0px;
	display: block;
	font-family: JandaManateeSolid, Gadget, sans-serif;
	/*font-size: 64px;*/
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	vertical-align: top;
	line-height: normal !important;
	color: #FFF;        

        
}
.pricetable .pricetable-header .pricetable-fld-price .cur {
/*	font-size: 36px;
	vertical-align: top;
	line-height: 50px;*/
}
.pricetable .pricetable-header .pricetable-fld-price .dec {
	font-size: 36px;
	vertical-align: top;
	/*line-height: 50px;*/
}
.pricetable .pricetable-header p {
	display: block;
	white-space: normal;
	
	/*	padding-bottom: 5px;
	margin: 0px !important;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 12px;*/
}
/*.pricetable ul{
	margin: 0px !important;
	padding: 0px !important;
	margin-bottom: 0px !important;
	line-height: normal !important;
}*/
.pricetable ul.features {
	display: block;
	list-style-image: none;
	list-style-type: none;
	margin: 0px !important;
	padding: 0px !important;
	margin-bottom: 0px !important;
	line-height: normal !important;

}
.pricetable ul.features li br{ display:none !important;}

/*.pricetable .pricetable-column:nth-child(odd) ul.features li:nth-child(even) {background: rgba(255, 255, 255, 0.1);}*/
/*.pricetable .pricetable-column:nth-child(even) ul.features li:nth-child(even) {background: rgba(0, 0, 0, 0.1);}*/
.pricetable .pricetable-button-container {
	display: block;
	font-weight: bold;

	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
/*.pricetable .pricetable-button-container a {
	-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #689324;
}
.pricetable .pricetable-button-container a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
}
.pricetable .pricetable-button-container a:active {
	position:relative;
	top:1px;
}*/
.pricetable .labeling .pricetable-column-wall{
	background-color: transparent !important;
	position: relative;
}
.pricetable .labeling:hover .pricetable-column-wall{
	background-color: transparent !important;
}
.pricetable .labeling .pricetable-header{
	visibility: hidden;
}
.pricetable .labeling .pricetable-button-container{
	visibility: hidden;
}
.pricetable .labeling .features{}
.pricetable .labeling .features li{ background: transparent;}

.pricetable-clear{
	clear: both;
}
.pricetable .features li small{
	
	display:block;
	text-decoration:none;
	position: absolute;
	padding: 5px;
	left: -10px;
	right: -10px;
	display: block;
	white-space: normal;
	/*-moz-transform: scale(0) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-webkit-transform: scale(0) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-o-transform: scale(0) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-ms-transform: scale(0) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	transform: scale(0) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);*/
	z-index:999999;
		
	-webkit-transition: all .2s ease-out;
     -moz-transition: all .2s ease-out;
      -ms-transition: all .2s ease-out;
       -o-transition: all .2s ease-out;
          transition: all .2s ease-out;
	bottom: 0px;
	opacity:0;
}
.pricetable .features li small:after{
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  /*border-top: solid #83c41a 10px;*/
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
.pricetable .features li:hover small{
	/*-moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-webkit-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-o-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-ms-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);*/
	bottom: 35px;
	opacity:1;
	}
.pricetable .features li span{
	display:none;
	position: relative;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;


}
	
.pricetable .features li span:after{
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  bottom: -5px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 0;
}
.hasToolTip:after{
	padding:0px;
	border-left: solid transparent 10px;
	border-right: solid transparent 0px;
	border-top: solid #ff0000 10px;
	/* bottom: -10px;*/
	border-left: solid transparent 10px;
  content: "";
	height: 0;
	/*left: 50%;*/
  right:0px;
	top:0px;
	/*margin-left: -10px;*/
	position: absolute;
	width: 0;
}

.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-green {
	letter-spacing:1px;
	color: #333;
	text-align: center;
	text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
	-webkit-transform: rotate(45deg);
	-moz-transform:    rotate(45deg);
	-ms-transform:     rotate(45deg);
	-o-transform:      rotate(45deg);
	position: relative;
	left: -7px;
	top: 22px;
	width: 118px;
	background-color: #BFDC7A;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45));
	background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45);
	background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45);
	background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45);
	background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45);
	color: #6a6340;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
	box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
	font-family: Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}?/*
<style>
*/
/* 
        ///////////////// AUTHOR INFO //////////////
		//// NAME: ZEEQ                         ////
		//// WEBSITE: www.hzcreative.com        ////
		//// EMAIL: me.hzcreative@gmail.com     ////
		////////////////////////////////////////////
*/
.pricingtable46 {
	/*background-color:#c62d1f;*/
	/*padding:10px;*/
}
.pricingtable46 *{
		/*font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300 !important;*/
	line-height:normal !important;
}
.pricingtable46 .pricetable-inner{
	white-space:nowrap;
	text-align:center;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	width:100%;
	font-size:0px !important;
	letter-spacing: -4px;
    word-spacing: normal;
	
	background-color:#c62d1f;	/*-webkit-box-shadow: 0px 0px 5px 1px #000000;
box-shadow: 0px 0px 5px 1px #000000; */
	
}
.pricingtable46 .pricetable-column {
	display:inline-block;
	letter-spacing: normal;
    word-spacing: normal;
	font-size:0px;
	margin:0px;
		
}
.pricingtable46 .pricetable-column .pricetable-header{

}
.pricingtable46 .pricetable-column .pricetable-column-wall{
	padding:0px;
	margin:0px;
	background-color: #c62d1f;
	position:relative;
}
.pricingtable46 .pricetable-column:hover .pricetable-column-wall{
		background-color: #c62d1f;
}

.pricingtable46 .pricetable-header .pricetable-fld-name{
	
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
	background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000', GradientType=0 );		background-color: #ffffff;
		font-family:'Verdana';
		color:#666666;
		font-size:14px !important;
		padding-top:10px;
		padding-bottom:10px;
		font-weight:normal !important;		        text-shadow: 1px 1px 0px #bdbdbd;
        /*filter: dropshadow(color=#bdbdbd, offx=1, offy=1);*/
        		 /*-webkit-text-stroke: 1px #7d007d;*/  
		 
		 
}

.pricingtable46 .pricetable-column .pricetable-header-inner{

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
	background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000', GradientType=0 );	background-color: #c62d1f;
	padding-top:5px;
	padding-bottom:5px;
	
	
}
.pricingtable46 .pricetable-column .pricetable-header-inner{
border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: rgba(0, 0, 0, 0.3);
	border-right-color: rgba(0, 0, 0, 0.3);
	border-bottom-color: #FFF;
	border-left-color: rgba(255, 255, 255, 0.3);
}
.pricingtable46 .pricetable-column:first-child .pricetable-header-inner{
	border-left-style: none;
}
.pricingtable46 .pricetable-column:nth-last-child(2) .pricetable-header-inner{
	border-right-style: none;
}
.pricingtable46 .pricetable-column .pricetable-fld-name{
border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: rgba(0, 0, 0, 0.3);
	border-right-color: rgba(0, 0, 0, 0.3);
	border-bottom-color: rgba(255, 255, 255, 0.3);
	border-left-color: rgba(255, 255, 255, 0.3);
}
.pricingtable46 .pricetable-column:first-child .pricetable-fld-name{
	border-left-style: none;
}
.pricingtable46 .pricetable-column:nth-last-child(2) .pricetable-fld-name{
	border-right-style: none;
}
.pricingtable46 .pricetable-column .pricetable-header .pricetable-fld-price {
		
		font-family:'Trebuchet MS';
		color:#f0cb11;
		font-size:45px;
		font-weight: bold !important;		}
.pricingtable46 .pricetable-header .pricetable-fld-price .cur {
		font-family:'Trebuchet MS';
		color:#f78479;
		font-size:45px;
		font-weight: bold;		}
.pricingtable46 .pricetable-header p{
	display:block;
	padding-bottom:0px !important;
	padding-top:0px !important;
	padding-left:10px;
	padding-right:10px;
		font-family:'Arial';
		color:#f0cb11;
		font-size:12px;
		font-weight: bold;				margin-bottom: 0px !important;
}

	.pricingtable46 .pricetable-column:nth-child(2) .pricetable-column-wall{
	-webkit-border-radius: 5px 0px 5px 0px;
	border-radius: 5px 0px 0px 5px;
}
.pricingtable46 .pricetable-column:nth-child(2) .pricetable-header{
	-webkit-border-radius: 5px 0px 0px 0px;
	border-radius: 5px 0px 0px 0px;
}
.pricingtable46 .pricetable-column:not(.highlight):nth-last-child(2) .pricetable-column-wall{
	-webkit-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
}
.pricingtable46 .pricetable-column:not(.highlight):nth-last-child(2) .pricetable-header{
	-webkit-border-radius: 0px 5px 0px 0px;
	border-radius: 0px 5px 0px 0px;

}
	
.pricingtable46 ul.features {
		background-color:#ffffff;
	}
.pricingtable46 ul.features li {
	position:relative;
	font-family: "Arial", Arial, Helvetica, sans-serif;
		color:#666666;
		font-size:12px;
		font-weight: bold;				
	display: block;
	padding-top: 15px !important;
	padding-right: 5px !important;
	padding-bottom: 15px !important;
	padding-left: 5px !important;
	margin:0px !important;
	
	}
.pricingtable46 .pricetable-column:not(.highlight):not(.labeling) ul.features{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: rgba(255, 255, 255, 0.2);
	border-bottom-color: #000;
	border-left-color: rgba(0, 0, 0, 0.2);
}
.pricingtable46 .pricetable-column:nth-last-child(2) ul.features{
	border-right-color: rgba(0, 0, 0, 0.2) !important;
}
.pricingtable46 .pricetable-button-container{
	}
.pricingtable46 .pricetable-button-container-hide{ visibility:hidden !important; }
.pricingtable46 .highlight{
	-moz-transform: scale(1.025) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
		-webkit-transform: scale(1.025) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        -o-transform: scale(1.025) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        -ms-transform: scale(1.025) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        transform: scale(1.025) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
		z-index:99999 !important;
		
		padding:0px !important;
	margin:0px !important;
	background-color: transparent !important;
	position:relative !important;
}
.pricingtable46 .highlight .pricetable-column-wall{
	background-color:#eeeeee;
	
        

       
	-webkit-box-shadow: 0px 0px 10px 1px #000000;
box-shadow: 0px 0px 10px 1px #000000; 
	}
	
.pricingtable46 .highlight .pricetable-column-wall{
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.pricingtable46 .highlight .pricetable-header{
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
			
}

.pricingtable46 .highlight:hover .pricetable-column-wall{
	background-color:#eeeeee;
}
  
.pricingtable46 .highlight .pricetable-header .pricetable-fld-name{border-top-style: none;
	border-right-style: none;
	border-left-style: none;}
.pricingtable46 .highlight .pricetable-header, .pricetable .highlight .pricetable-header .pricetable-header-inner{
	border-right-style: none;
	border-left-style: none;}
.pricingtable46 .highlight .features{border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color:#FFF;
	}


.pricingtable46 .highlight .pricetable-header-inner{
	background-color:#c62d1f;
		
}
.pricingtable46 .highlight .pricetable-header .pricetable-fld-price, .pricingtable46 .highlight .pricetable-header .pricetable-fld-price .cur{
	color:#ffffff;
		font-weight: bold;		        text-shadow: 0px 0px 1px #ffffff !important;
        /*filter: dropshadow(color=#ffffff, offx=0, offy=0) !important;*/
        }

.pricingtable46 .highlight .features {
	}
.pricingtable46 .highlight .features li{
	
	
	
		color:#000000;
		font-weight: bold;		}

.pricingtable46 .pricetable-column ul.features li:nth-child(even) {
		background: rgba(0, 0, 0, 0.1);
		}
.pricingtable46 .labeling .labelTitle{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	text-align: left;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
		color:#f78479;
		font-size:36px;
		font-weight:normal !important;			white-space: normal;
	padding-bottom:25px;
	padding-top:25px;
	padding-left:10px;
	padding-right:10px;
	line-height:30px;
}
.pricingtable46 .labeling .features{
	background:#c62d1f;
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	/*overflow:hidden;*/
	padding:0px;
}

.pricingtable46 .labeling .features li:nth-child(1){-webkit-border-radius: 5px 0px 0px 0px;
border-radius: 5px 0px 0px 0px;	}
.pricingtable46 .labeling .features li:nth-last-child(1){ /*border-bottom-style:none;*/ -webkit-border-radius: 0px 0px 0px 5px; 
border-radius: 0px 0px 0px 5px;}
.pricingtable46 .labeling .features li{
	padding-left:10px;
	padding-right:10px;
	text-align: right;
	/*overflow:hidden;*/
	color:#f0cb11;
		font-weight: bold;		}
/*
</style>
*/
/*.pricetable .pricetable-header .pricetable-fld-name:after {
	content: '';
	display: block;
	position: absolute;
		border-top: 15px solid #ffffff;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	}*/
	
.pricingtable46 .pricetable-column .pricetable-button-container a {
		-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
		text-shadow:1px 1px 0px #ffffff;
	}
.pricingtable46 .pricetable-column .pricetable-button-container a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	color:#777777 !important;
}
.pricingtable46 .pricetable-column .pricetable-button-container a:active {
	position:relative;
	top:1px;
	color:#777777;
}


.pricingtable46 .highlight .pricetable-button-container a {
		-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24437), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24437 5%, #c62d1f 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24437', endColorstr='#c62d1f');
	background-color:#f24437;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-weight:bold;
	text-decoration:none;
		text-shadow:1px 1px 0px #810d05;
	}
.pricingtable46 .highlight .pricetable-button-container a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24437) );
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24437 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24437');
	background-color:#c62d1f;
	color:#ffffff !important;
}
.pricingtable46 .highlight .pricetable-button-container a:active {
	position:relative;
	top:1px;
	color:#ffffff;
}

.pricingtable46 .yn_basic{
	position: absolute;
	height: 24px;
	width: 24px;
	background-image: url(../images/yes_no_3.png);
	background-repeat: no-repeat;
	top: 50%;
	margin-top: -12px;
	left: 50%;
	margin-left: -12px;
	background-position: left center;
	-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
		
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='../images/yes_no_3.png',
sizingMethod='scale');

-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='../images/yes_no_3.png',
sizingMethod='scale')";
}
.pricingtable46 .yi{background-position: left;}
.pricingtable46 .ni{
	background-position: right;
}



.pricingtable46 .ribbon-green {
	
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f0cb11), to(#f2ab1e));
	background-image: -webkit-linear-gradient(top, #f0cb11, #f2ab1e);
	background-image:    -moz-linear-gradient(top, #f0cb11, #f2ab1e);
	background-image:     -ms-linear-gradient(top, #f0cb11, #f2ab1e);
	background-image:      -o-linear-gradient(top, #f0cb11, #f2ab1e);
	
	background-color:#f0cb11;
	color:#c92200;
	font-size:10px;
		text-shadow:1px 1px 0px #ded17c;
		height:12px;
	
	z-index:9999;
}
.pricingtable46 .ribbon-green:before, .pricingtable46 .ribbon-green:after {
	border-top:   3px solid #000000;   
}

.pricingtable46 .features li small{
	font-weight:normal !important;
		-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24437), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24437 5%, #c62d1f 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24437', endColorstr='#c62d1f');
	background-color:#f24437;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #d02718;
	color:#ffffff;
	font-family:arial;
	font-size:11px;
	padding:5px 5px;
		text-shadow:1px 1px 0px #810d05;
	}
.pricingtable46 .features li small:after{
	border-top: solid #c62d1f 10px;
}
.pricingtable46 .hasToolTip:after{
	border-top: solid #878787 10px;
}

/*
<style>
*/
@media (max-width:800px) {
.pricingtable46 .pricetable-column{
		min-width: 120px;
}
.pricingtable46 .pricetable-header .pricetable-fld-name{
		font-size:11.2px;
		padding-top:8px;
		padding-bottom:8px;
		        text-shadow: 0.8px 0.8px 0px #bdbdbd;
        
		
}

.pricingtable46 .highlight .pricetable-fld-name{
		}

.pricingtable46 .pricetable-column .pricetable-header .pricetable-fld-price {
		
		font-size:36px;
		}
.pricingtable46 .pricetable-header .pricetable-fld-price .cur {
		font-size:36px;
		}
.pricingtable46 .pricetable-header p{
		font-size:9.6px;
		}

.pricingtable46 ul.features li {
		font-size:9.6px;
			
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 12px;
	padding-left: 5px;
}

.pricingtable46 .pricetable-column .pricetable-button-container a {
	
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:0.8px solid #dcdcdc;
	font-size:9.6px;
	padding:4.8px 19.2px;
	text-decoration:none;
		text-shadow:0.8px 0.8px 0px #ffffff;
	}

.pricingtable46 .highlight .pricetable-button-container a {
	
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:0.8px solid #d02718;
	font-size:9.6px;
	padding:4.8px 19.2px;
	text-decoration:none;
		text-shadow:0.8px 0.8px 0px #810d05;
	}

.pricingtable46 .ribbon-green {

	position: relative;
	left: 15px;
	top: 16px !important;
	width: 90px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
}
.pricingtable46 .labeling .labelTitle{

		font-size:28.8px;
			padding-bottom:20px;
	padding-top:20px;
	padding-left:8px;
	padding-right:8px;
	line-height:24px;
}
}
@media (max-width:480px) {
.pricingtable46 .highlight{
	-moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
		-webkit-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        -o-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        -ms-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
		z-index:99999 !important;
}
.pricingtable46 .labeling{
		display:none !important;
}
	.pricingtable46 .features li span{
	/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.5)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
background: linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80ffffff',GradientType=0 );*/
	display:block !important;
			margin-bottom: 10px;
	border-bottom-style: solid !important;
		border-bottom-color: #b5b5b5 !important;
			}
	
	.pricingtable46 .features li span:after{
  border-top: solid #b5b5b5 5px;
	}
		.pricingtable46 .pricetable-inner{
	white-space: normal !important;
}
.pricingtable46 .pricetable-column{
	min-width:50% !important;
	margin-top:5px;
	margin-bottom:5px;
	
}
.pricingtable46 .pricetable-column:nth-child(even) .pricetable-column-wall{
/*	-webkit-border-radius: 5px 0px 5px 0px;
	border-radius: 5px 0px 0px 5px;*/
	border-top-left-radius:5px !important;
	border-bottom-left-radius:5px !important;
	border-top-right-radius:0px !important;
	border-bottom-right-radius:0px !important;

}
.pricingtable46 .pricetable-column:nth-child(even) .pricetable-header{
	/*-webkit-border-radius: 0px 5px 0px 0px;
	border-radius: 0px 5px 0px 0px;*/
border-top-left-radius:5px !important ;
border-top-right-radius:0px !important;
}

.pricingtable46 .pricetable-column:nth-child(odd) .pricetable-column-wall{
/*	-webkit-border-radius: 5px 0px 5px 0px;
	border-radius: 5px 0px 0px 5px;*/
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	border-top-left-radius:0px !important;
	border-bottom-left-radius:0px !important;

}
.pricingtable46 .pricetable-column:nth-child(odd) .pricetable-header{
	/*-webkit-border-radius: 0px 5px 0px 0px;
	border-radius: 0px 5px 0px 0px;*/
border-top-right-radius:5px;
border-top-left-radius:0px !important;
}
.pricingtable46 .pricetable-column:nth-last-child(2) .pricetable-column-wall{
	border-top-right-radius:5px !important;
	border-bottom-right-radius:5px !important;
	
	}
.pricingtable46 .pricetable-column:nth-last-child(2) .pricetable-header{
	border-top-right-radius:5px !important;
}
		.pricingtable46 .yn_basic{
	top:auto;
	height: 19.2px;
	width: 19.2px;
	
	bottom:7.5px !important;
	
}
/*.pricetable .pricetable-column:nth-child(odd):not(.highlight) ul.features, .pricetable .pricetable-column:nth-last-child(2) ul.features{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: rgba(0, 0, 0, 0.2) !important;
	border-bottom-color: #000;
	border-left-color: rgba(0, 0, 0, 0.2);
}*/
.pricingtable46 .pricetable-column:nth-child(odd) ul.features{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: rgba(0, 0, 0, 0.2) !important;
	border-bottom-color: #000;
	border-left-color: rgba(0, 0, 0, 0.2);
}

.pricingtable46 .ribbon-green {
	letter-spacing:0px;
	position: relative;
	left: 17px;
	top: 12px !important;
	width: 90px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

}
@media (max-width:300px) {
.pricingtable46 .pricetable-column{
	min-width:100% !important;
	
}
.pricingtable46 .pricetable-column:nth-child(even) .pricetable-column-wall,
.pricingtable46 .pricetable-column:nth-child(odd) .pricetable-column-wall{
	-webkit-border-radius: 5px 5px 5px 5px !important;
border-radius: 5px 5px 5px 5px !important; 
	border-top-left-radius:5px !important;
	border-bottom-left-radius:5px !important;
	border-top-right-radius:5px !important;
	border-bottom-right-radius:5px !important;

}
.pricingtable46 .pricetable-column:nth-child(even) .pricetable-header,
.pricingtable46 .pricetable-column:nth-child(odd) .pricetable-header{
	-webkit-border-radius: 5px 5px 0px 0px !important;
border-radius: 5px 5px 0px 0px !important; 
	
}
}

@font-face {
 font-family: CarbonBlock;
 src: url('CarbonBlock.ttf');
}

@font-face {
 font-family: Gothic;
 src: url('Gothic.ttf');
}

@font-face {
 font-family: JandaManateeSolid;
 src: url('JandaManateeSolid.ttf');
}

@font-face {
 font-family: junegull;
 src: url('junegull.ttf');
}
.pricetable {
	font-size: 0px;
	text-align: center;
	vertical-align: top;
	white-space: normal;
}
.pricetable .pricetable-inner{
	vertical-align: baseline;
	display: inline-block;
	font-size:0px;
	text-align: center;
	white-space: nowrap;
}
.pricetable .pricetable-column {
	display: inline-block;
	text-align: center;
	transition: width 1s;
	-moz-transition: width 1s; /* Firefox 4 */
	-webkit-transition: width 1s; /* Safari and Chrome */
	-o-transition: width 1s;
	position: relative;
	/*min-width: 150px;*/
	font-size: 12px;
	margin: 0px;
}
.pricetable .pricetable-column .pricetable-feature-lbl{
	color: #000;
	background: rgba(0, 0, 0, 0.1);
	display: none;
	font-weight: bold;
	float: left;
	clear: left;
	width:50%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}
.pricetable .pricetable-column .new-ribbon{
	height: 112px;
	width: 112px;
	background-image: url(../images/new-ribbon.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: -2px;
	top: -2px;
}
.ribbon {
	display:none;
/*	display: block;
	width: 30px;
	position: absolute;
	color: #fff;
	padding: 20px 0 10px;
	text-align: center;
	font-family: arial, sans-serif;
	font-weight: bold;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
	z-index: 999;
	background-color: #090;
	top: 35px;*/
}

/*.ribbon:before {
  display: block;
  width: 30px;
  height: 0;
  position: absolute;
  top: 4px;
  content: "";
  border-top: 1px dotted rgba(0, 0, 0, 0.2);
  border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
}
.ribbon:after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: relative;
  bottom: -25px;
  z-index: 100;
  border-width: 0 15px 15px 15px;
  border-style: solid;
  border-color: #090 #090 transparent #090;
}*/

@media (min-width:100px) {
 .pricetable .pricetable-column {
/*width: 100%;*/
}
}
@media (max-width:400px) {
}

@media (min-width:900px) {
 .pricetable .pricetable-column {
/*width: 20%;*/
}
}
.pricetable .pricetable-header {
	overflow: hidden;	/*border: 1px solid #000;*/
}

.pricetable .pricetable-header .pricetable-fld-price {
	margin: 0px !important;
	padding: 0px;
	display: block;
	font-family: JandaManateeSolid, Gadget, sans-serif;
	/*font-size: 64px;*/
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	vertical-align: top;
	line-height: normal !important;
	color: #FFF;        

        
}
.pricetable .pricetable-header .pricetable-fld-price .cur {
/*	font-size: 36px;
	vertical-align: top;
	line-height: 50px;*/
}
.pricetable .pricetable-header .pricetable-fld-price .dec {
	font-size: 36px;
	vertical-align: top;
	/*line-height: 50px;*/
}
.pricetable .pricetable-header p {
	display: block;
	white-space: normal;
	
	/*	padding-bottom: 5px;
	margin: 0px !important;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 12px;*/
}
/*.pricetable ul{
	margin: 0px !important;
	padding: 0px !important;
	margin-bottom: 0px !important;
	line-height: normal !important;
}*/
.pricetable ul.features {
	display: block;
	list-style-image: none;
	list-style-type: none;
	margin: 0px !important;
	padding: 0px !important;
	margin-bottom: 0px !important;
	line-height: normal !important;

}
.pricetable ul.features li br{ display:none !important;}

/*.pricetable .pricetable-column:nth-child(odd) ul.features li:nth-child(even) {background: rgba(255, 255, 255, 0.1);}*/
/*.pricetable .pricetable-column:nth-child(even) ul.features li:nth-child(even) {background: rgba(0, 0, 0, 0.1);}*/
.pricetable .pricetable-button-container {
	display: block;
	font-weight: bold;

	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
/*.pricetable .pricetable-button-container a {
	-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #689324;
}
.pricetable .pricetable-button-container a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
}
.pricetable .pricetable-button-container a:active {
	position:relative;
	top:1px;
}*/
.pricetable .labeling .pricetable-column-wall{
	background-color: transparent !important;
	position: relative;
}
.pricetable .labeling:hover .pricetable-column-wall{
	background-color: transparent !important;
}
.pricetable .labeling .pricetable-header{
	visibility: hidden;
}
.pricetable .labeling .pricetable-button-container{
	visibility: hidden;
}
.pricetable .labeling .features{}
.pricetable .labeling .features li{ background: transparent;}

.pricetable-clear{
	clear: both;
}
.pricetable .features li small{
	
	display:block;
	text-decoration:none;
	position: absolute;
	padding: 5px;
	left: -10px;
	right: -10px;
	display: block;
	white-space: normal;
	/*-moz-transform: scale(0) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-webkit-transform: scale(0) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-o-transform: scale(0) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-ms-transform: scale(0) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	transform: scale(0) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);*/
	z-index:999999;
		
	-webkit-transition: all .2s ease-out;
     -moz-transition: all .2s ease-out;
      -ms-transition: all .2s ease-out;
       -o-transition: all .2s ease-out;
          transition: all .2s ease-out;
	bottom: 0px;
	opacity:0;
}
.pricetable .features li small:after{
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  /*border-top: solid #83c41a 10px;*/
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
.pricetable .features li:hover small{
	/*-moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-webkit-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-o-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-ms-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);*/
	bottom: 35px;
	opacity:1;
	}
.pricetable .features li span{
	display:none;
	position: relative;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;


}
	
.pricetable .features li span:after{
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  bottom: -5px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 0;
}
.hasToolTip:after{
	padding:0px;
	border-left: solid transparent 10px;
	border-right: solid transparent 0px;
	border-top: solid #ff0000 10px;
	/* bottom: -10px;*/
	border-left: solid transparent 10px;
  content: "";
	height: 0;
	/*left: 50%;*/
  right:0px;
	top:0px;
	/*margin-left: -10px;*/
	position: absolute;
	width: 0;
}

.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-green {
	letter-spacing:1px;
	color: #333;
	text-align: center;
	text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
	-webkit-transform: rotate(45deg);
	-moz-transform:    rotate(45deg);
	-ms-transform:     rotate(45deg);
	-o-transform:      rotate(45deg);
	position: relative;
	left: -7px;
	top: 22px;
	width: 118px;
	background-color: #BFDC7A;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45));
	background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45);
	background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45);
	background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45);
	background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45);
	color: #6a6340;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
	box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
	font-family: Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}?/*
<style>
*/
/* 
        ///////////////// AUTHOR INFO //////////////
		//// NAME: ZEEQ                         ////
		//// WEBSITE: www.hzcreative.com        ////
		//// EMAIL: me.hzcreative@gmail.com     ////
		////////////////////////////////////////////
*/
.pricingtable49 {
	/*background-color:#ffffff;*/
	/*padding:10px;*/
}
.pricingtable49 *{
		/*font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300 !important;*/
	line-height:normal !important;
}
.pricingtable49 .pricetable-inner{
	white-space:nowrap;
	text-align:center;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	width:100%;
	font-size:0px !important;
	letter-spacing: -4px;
    word-spacing: normal;
	
	background-color:#ffffff;	/*-webkit-box-shadow: 0px 0px 5px 1px #000000;
box-shadow: 0px 0px 5px 1px #000000; */
	
}
.pricingtable49 .pricetable-column {
	display:inline-block;
	letter-spacing: normal;
    word-spacing: normal;
	font-size:0px;
	margin:0px;
		
}
.pricingtable49 .pricetable-column .pricetable-header{

}
.pricingtable49 .pricetable-column .pricetable-column-wall{
	padding:2px;
	margin:2px;
	background-color: #eeeeee;
	position:relative;
}
.pricingtable49 .pricetable-column:hover .pricetable-column-wall{
		background-color: #eeeeee;
}

.pricingtable49 .pricetable-header .pricetable-fld-name{
	
			background-color: #eeeeee;
		font-family:'Verdana';
		color:#333333;
		font-size:20px !important;
		padding-top:6px;
		padding-bottom:6px;
		font-weight: bold !important;				 /*-webkit-text-stroke: 1px #7d007d;*/  
		 
		 
}

.pricingtable49 .pricetable-column .pricetable-header-inner{

		background-color: #ffffff;
	padding-top:1px;
	padding-bottom:1px;
	
	
}
.pricingtable49 .pricetable-column .pricetable-header .pricetable-fld-price {
		
		font-family:'Trebuchet MS';
		color:#333333;
		font-size:20px;
		font-weight:normal !important;		        text-shadow: 0px 0px 1px #ffffff;
       /* filter: dropshadow(color=#ffffff, offx=0, offy=0);*/
        }
.pricingtable49 .pricetable-header .pricetable-fld-price .cur {
		font-family:'Comic Sans MS';
		color:#ffffff;
		font-size:8px;
		font-weight: bold;		}
.pricingtable49 .pricetable-header p{
	display:block;
	padding-bottom:0px !important;
	padding-top:0px !important;
	padding-left:10px;
	padding-right:10px;
		font-family:'Arial';
		color:#619500;
		font-size:50px;
		font-weight: bold;		        text-shadow: 1px 0px 0px #ffffff;
        /*filter: dropshadow(color=#ffffff, offx=1, offy=0);*/
        		margin-bottom: 0px !important;
}

	.pricingtable49 .pricetable-column .pricetable-column-wall{
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.pricingtable49 .pricetable-header{
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}
	
.pricingtable49 ul.features {
		background-color:#ffffff;
	}
.pricingtable49 ul.features li {
	position:relative;
	font-family: "Arial", Arial, Helvetica, sans-serif;
		color:#666666;
		font-size:12px;
		font-weight: bold;				
	display: block;
	padding-top: 10px !important;
	padding-right: 5px !important;
	padding-bottom: 10px !important;
	padding-left: 5px !important;
	margin:0px !important;
	
	}
.pricingtable49 .pricetable-button-container{
	}
.pricingtable49 .pricetable-button-container-hide{ visibility:hidden !important; }
.pricingtable49 .highlight{
	-moz-transform: scale(1.00) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
		-webkit-transform: scale(1.00) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        -o-transform: scale(1.00) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        -ms-transform: scale(1.00) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        transform: scale(1.00) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
		z-index:99999 !important;
		
		padding:0px !important;
	margin:0px !important;
	background-color: transparent !important;
	position:relative !important;
}
.pricingtable49 .highlight .pricetable-column-wall{
	background-color:#eeeeee;
	
        

     	}
	

.pricingtable49 .highlight:hover .pricetable-column-wall{
	background-color:#eeeeee;
}



.pricingtable49 .highlight .pricetable-header p{
		color:#3867a3;
		font-weight: bold;		}

.pricingtable49 .pricetable-column ul.features li:nth-child(even) {
		background: rgba(0, 0, 0, 0.1);
		}
.pricingtable49 .labeling .labelTitle{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#424242;
		font-size:18px;
		font-weight: bold;			white-space: normal;
	padding-bottom:82px;
	padding-top:82px;
	padding-left:10px;
	padding-right:10px;
	line-height:30px;
}
.pricingtable49 .labeling .features{
	background:#ffffff;
	-webkit-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
	/*overflow:hidden;*/
	padding:0px;
}

.pricingtable49 .labeling .features li:nth-child(1){-webkit-border-radius: 10px 0px 0px 0px;
border-radius: 10px 0px 0px 0px;	}
.pricingtable49 .labeling .features li:nth-last-child(1){ /*border-bottom-style:none;*/ -webkit-border-radius: 0px 0px 0px 10px; 
border-radius: 0px 0px 0px 10px;}
.pricingtable49 .labeling .features li{
	padding-left:10px;
	padding-right:10px;
	text-align: right;
	/*overflow:hidden;*/
	color:#333333;
		font-weight: bold;		        text-shadow: 0px 0px 0px #000000 !important;
        /*filter: dropshadow(color=#000000, offx=0, offy=0) !important;*/
        }
/*
</style>
*/
/*.pricetable .pricetable-header .pricetable-fld-name:after {
	content: '';
	display: block;
	position: absolute;
		border-top: 15px solid #eeeeee;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	}*/
	
.pricingtable49 .pricetable-column .pricetable-button-container a {
		-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8bb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8bb82b 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8bb82b');
	background-color:#9dce2c;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
		text-shadow:1px 1px 0px #689324;
	}
.pricingtable49 .pricetable-column .pricetable-button-container a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8bb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8bb82b 5%, #9dce2c 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8bb82b', endColorstr='#9dce2c');
	background-color:#8bb82b;
	color:#ffffff !important;
}
.pricingtable49 .pricetable-column .pricetable-button-container a:active {
	position:relative;
	top:1px;
	color:#ffffff;
}


.pricingtable49 .highlight .pricetable-button-container a {
		-moz-box-shadow:inset 0px 1px 0px 0px #bee4f9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bee4f9;
	box-shadow:inset 0px 1px 0px 0px #bee4f9;
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #63b9ee), color-stop(1, #468dcf) );
	background:-moz-linear-gradient( center top, #63b9ee 5%, #468dcf 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b9ee', endColorstr='#468dcf');
	background-color:#63b9ee;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #3867a3;
	display:inline-block;
	color:#14396a;
	font-family:arial;
	font-weight:bold;
	text-decoration:none;
		text-shadow:1px 1px 0px #7cabde;
	}
.pricingtable49 .highlight .pricetable-button-container a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #468dcf), color-stop(1, #63b9ee) );
	background:-moz-linear-gradient( center top, #468dcf 5%, #63b9ee 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#468dcf', endColorstr='#63b9ee');
	background-color:#468dcf;
	color:#14396a !important;
}
.pricingtable49 .highlight .pricetable-button-container a:active {
	position:relative;
	top:1px;
	color:#14396a;
}

.pricingtable49 .yn_basic{
	position: absolute;
	height: 24px;
	width: 24px;
	background-image: url(../images/yes_no_10.png);
	background-repeat: no-repeat;
	top: 50%;
	margin-top: -12px;
	left: 50%;
	margin-left: -12px;
	background-position: left center;
	-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
		
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='../images/yes_no_10.png',
sizingMethod='scale');

-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='../images/yes_no_10.png',
sizingMethod='scale')";
}
.pricingtable49 .yi{background-position: left;}
.pricingtable49 .ni{
	background-position: right;
}



.pricingtable49 .ribbon-green {
	
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fe1900), to(#ce0000));
	background-image: -webkit-linear-gradient(top, #fe1900, #ce0000);
	background-image:    -moz-linear-gradient(top, #fe1900, #ce0000);
	background-image:     -ms-linear-gradient(top, #fe1900, #ce0000);
	background-image:      -o-linear-gradient(top, #fe1900, #ce0000);
	
	background-color:#fe1900;
	color:#ffffff;
	font-size:10px;
		text-shadow:1px 1px 0px #b23d35;
		height:12px;
	
	z-index:9999;
}
.pricingtable49 .ribbon-green:before, .pricingtable49 .ribbon-green:after {
	border-top:   3px solid #000000;   
}

.pricingtable49 .features li small{
	font-weight:normal !important;
		-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8bb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8bb82b 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8bb82b');
	background-color:#9dce2c;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #83c41a;
	color:#ffffff;
	font-family:arial;
	font-size:11px;
	padding:5px 5px;
		text-shadow:1px 1px 0px #689324;
	}
.pricingtable49 .features li small:after{
	border-top: solid #8bb82b 10px;
}
.pricingtable49 .hasToolTip:after{
	border-top: solid #878787 10px;
}

/*
<style>
*/
@media (max-width:800px) {
.pricingtable49 .pricetable-column{
		min-width: 120px;
}
.pricingtable49 .pricetable-header .pricetable-fld-name{
		font-size:16px;
		padding-top:4.8px;
		padding-bottom:4.8px;
		
		
}

.pricingtable49 .highlight .pricetable-fld-name{
		}

.pricingtable49 .pricetable-column .pricetable-header .pricetable-fld-price {
		
		font-size:16px;
		        text-shadow: 0px 0px 0.8px #ffffff;
        }
.pricingtable49 .pricetable-header .pricetable-fld-price .cur {
		font-size:6.4px;
		}
.pricingtable49 .pricetable-header p{
		font-size:40px;
		        text-shadow: 0.8px 0px 0px #ffffff;
        }

.pricingtable49 ul.features li {
		font-size:9.6px;
			
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}

.pricingtable49 .pricetable-column .pricetable-button-container a {
	
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:0.8px solid #83c41a;
	font-size:9.6px;
	padding:4.8px 19.2px;
	text-decoration:none;
		text-shadow:0.8px 0.8px 0px #689324;
	}

.pricingtable49 .highlight .pricetable-button-container a {
	
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:0.8px solid #3867a3;
	font-size:9.6px;
	padding:4.8px 19.2px;
	text-decoration:none;
		text-shadow:0.8px 0.8px 0px #7cabde;
	}

.pricingtable49 .ribbon-green {

	position: relative;
	left: 15px;
	top: 16px !important;
	width: 90px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
}
.pricingtable49 .labeling .labelTitle{

		font-size:14.4px;
			padding-bottom:65.6px;
	padding-top:65.6px;
	padding-left:8px;
	padding-right:8px;
	line-height:24px;
}
}
@media (max-width:480px) {
.pricingtable49 .highlight{
	-moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
		-webkit-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        -o-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        -ms-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
		z-index:99999 !important;
}
.pricingtable49 .labeling{
		display:none !important;
}
	.pricingtable49 .features li span{
	/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.5)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
background: linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80ffffff',GradientType=0 );*/
	display:block !important;
			margin-bottom: 10px;
	border-bottom-style: solid !important;
		border-bottom-color: #b5b5b5 !important;
			}
	
	.pricingtable49 .features li span:after{
  border-top: solid #b5b5b5 5px;
	}
		.pricingtable49 .pricetable-inner{
	white-space: normal !important;
}
.pricingtable49 .pricetable-column{
	min-width:50% !important;
	margin-top:5px;
	margin-bottom:5px;
	
}
	.pricingtable49 .yn_basic{
	top:auto;
	height: 19.2px;
	width: 19.2px;
	
	bottom:5px !important;
	
}

.pricingtable49 .ribbon-green {
	letter-spacing:0px;
	position: relative;
	left: 17px;
	top: 12px !important;
	width: 90px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

}
@media (max-width:300px) {
.pricingtable49 .pricetable-column{
	min-width:100% !important;
	
}
.pricingtable49 .pricetable-column:nth-child(odd) .pricetable-column-wall,
.pricingtable49 .pricetable-column:nth-child(even) .pricetable-column-wall{
	-webkit-border-radius: 10px 10px 10px 10px !important;
border-radius: 10px 10px 10px 10px !important; 
	border-top-left-radius:10px !important;
	border-bottom-left-radius:10px !important;
	border-top-right-radius:10px !important;
	border-bottom-right-radius:10px !important;

}
.pricingtable49 .pricetable-column:nth-child(odd) .pricetable-header,
.pricingtable49 .pricetable-column:nth-child(even) .pricetable-header{
	-webkit-border-radius: 10px 10px 0px 0px !important;
border-radius: 10px 10px 0px 0px !important; 
	
}
}

@font-face {
 font-family: CarbonBlock;
 src: url('CarbonBlock.ttf');
}

@font-face {
 font-family: Gothic;
 src: url('Gothic.ttf');
}

@font-face {
 font-family: JandaManateeSolid;
 src: url('JandaManateeSolid.ttf');
}

@font-face {
 font-family: junegull;
 src: url('junegull.ttf');
}
.pricetable {
	font-size: 0px;
	text-align: center;
	vertical-align: top;
	white-space: normal;
}
.pricetable .pricetable-inner{
	vertical-align: baseline;
	display: inline-block;
	font-size:0px;
	text-align: center;
	white-space: nowrap;
}
.pricetable .pricetable-column {
	display: inline-block;
	text-align: center;
	transition: width 1s;
	-moz-transition: width 1s; /* Firefox 4 */
	-webkit-transition: width 1s; /* Safari and Chrome */
	-o-transition: width 1s;
	position: relative;
	/*min-width: 150px;*/
	font-size: 12px;
	margin: 0px;
}
.pricetable .pricetable-column .pricetable-feature-lbl{
	color: #000;
	background: rgba(0, 0, 0, 0.1);
	display: none;
	font-weight: bold;
	float: left;
	clear: left;
	width:50%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}
.pricetable .pricetable-column .new-ribbon{
	height: 112px;
	width: 112px;
	background-image: url(../images/new-ribbon.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: -2px;
	top: -2px;
}
.ribbon {
	display:none;
/*	display: block;
	width: 30px;
	position: absolute;
	color: #fff;
	padding: 20px 0 10px;
	text-align: center;
	font-family: arial, sans-serif;
	font-weight: bold;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
	z-index: 999;
	background-color: #090;
	top: 35px;*/
}

/*.ribbon:before {
  display: block;
  width: 30px;
  height: 0;
  position: absolute;
  top: 4px;
  content: "";
  border-top: 1px dotted rgba(0, 0, 0, 0.2);
  border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
}
.ribbon:after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: relative;
  bottom: -25px;
  z-index: 100;
  border-width: 0 15px 15px 15px;
  border-style: solid;
  border-color: #090 #090 transparent #090;
}*/

@media (min-width:100px) {
 .pricetable .pricetable-column {
/*width: 100%;*/
}
}
@media (max-width:400px) {
}

@media (min-width:900px) {
 .pricetable .pricetable-column {
/*width: 20%;*/
}
}
.pricetable .pricetable-header {
	overflow: hidden;	/*border: 1px solid #000;*/
}

.pricetable .pricetable-header .pricetable-fld-price {
	margin: 0px !important;
	padding: 0px;
	display: block;
	font-family: JandaManateeSolid, Gadget, sans-serif;
	/*font-size: 64px;*/
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	vertical-align: top;
	line-height: normal !important;
	color: #FFF;        

        
}
.pricetable .pricetable-header .pricetable-fld-price .cur {
/*	font-size: 36px;
	vertical-align: top;
	line-height: 50px;*/
}
.pricetable .pricetable-header .pricetable-fld-price .dec {
	font-size: 36px;
	vertical-align: top;
	/*line-height: 50px;*/
}
.pricetable .pricetable-header p {
	display: block;
	white-space: normal;
	
	/*	padding-bottom: 5px;
	margin: 0px !important;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 12px;*/
}
/*.pricetable ul{
	margin: 0px !important;
	padding: 0px !important;
	margin-bottom: 0px !important;
	line-height: normal !important;
}*/
.pricetable ul.features {
	display: block;
	list-style-image: none;
	list-style-type: none;
	margin: 0px !important;
	padding: 0px !important;
	margin-bottom: 0px !important;
	line-height: normal !important;

}
.pricetable ul.features li br{ display:none !important;}

/*.pricetable .pricetable-column:nth-child(odd) ul.features li:nth-child(even) {background: rgba(255, 255, 255, 0.1);}*/
/*.pricetable .pricetable-column:nth-child(even) ul.features li:nth-child(even) {background: rgba(0, 0, 0, 0.1);}*/
.pricetable .pricetable-button-container {
	display: block;
	font-weight: bold;

	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
/*.pricetable .pricetable-button-container a {
	-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #689324;
}
.pricetable .pricetable-button-container a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
}
.pricetable .pricetable-button-container a:active {
	position:relative;
	top:1px;
}*/
.pricetable .labeling .pricetable-column-wall{
	background-color: transparent !important;
	position: relative;
}
.pricetable .labeling:hover .pricetable-column-wall{
	background-color: transparent !important;
}
.pricetable .labeling .pricetable-header{
	visibility: hidden;
}
.pricetable .labeling .pricetable-button-container{
	visibility: hidden;
}
.pricetable .labeling .features{}
.pricetable .labeling .features li{ background: transparent;}

.pricetable-clear{
	clear: both;
}
.pricetable .features li small{
	
	display:block;
	text-decoration:none;
	position: absolute;
	padding: 5px;
	left: -10px;
	right: -10px;
	display: block;
	white-space: normal;
	/*-moz-transform: scale(0) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-webkit-transform: scale(0) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-o-transform: scale(0) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-ms-transform: scale(0) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	transform: scale(0) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);*/
	z-index:999999;
		
	-webkit-transition: all .2s ease-out;
     -moz-transition: all .2s ease-out;
      -ms-transition: all .2s ease-out;
       -o-transition: all .2s ease-out;
          transition: all .2s ease-out;
	bottom: 0px;
	opacity:0;
}
.pricetable .features li small:after{
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  /*border-top: solid #83c41a 10px;*/
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
.pricetable .features li:hover small{
	/*-moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-webkit-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-o-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-ms-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);*/
	bottom: 35px;
	opacity:1;
	}
.pricetable .features li span{
	display:none;
	position: relative;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;


}
	
.pricetable .features li span:after{
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  bottom: -5px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 0;
}
.hasToolTip:after{
	padding:0px;
	border-left: solid transparent 10px;
	border-right: solid transparent 0px;
	border-top: solid #ff0000 10px;
	/* bottom: -10px;*/
	border-left: solid transparent 10px;
  content: "";
	height: 0;
	/*left: 50%;*/
  right:0px;
	top:0px;
	/*margin-left: -10px;*/
	position: absolute;
	width: 0;
}

.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-green {
	letter-spacing:1px;
	color: #333;
	text-align: center;
	text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
	-webkit-transform: rotate(45deg);
	-moz-transform:    rotate(45deg);
	-ms-transform:     rotate(45deg);
	-o-transform:      rotate(45deg);
	position: relative;
	left: -7px;
	top: 22px;
	width: 118px;
	background-color: #BFDC7A;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45));
	background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45);
	background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45);
	background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45);
	background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45);
	color: #6a6340;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
	box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
	font-family: Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}?/*
<style>
*/
/* 
        ///////////////// AUTHOR INFO //////////////
		//// NAME: ZEEQ                         ////
		//// WEBSITE: www.hzcreative.com        ////
		//// EMAIL: me.hzcreative@gmail.com     ////
		////////////////////////////////////////////
*/
.pricingtable52 {
	/*background-color:#400000;*/
	/*padding:10px;*/
}
.pricingtable52 *{
		/*font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300 !important;*/
	line-height:normal !important;
}
.pricingtable52 .pricetable-inner{
	white-space:nowrap;
	text-align:center;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	width:100%;
	font-size:0px !important;
	letter-spacing: -4px;
    word-spacing: normal;
	
	background-color:#400000;	/*-webkit-box-shadow: 0px 0px 5px 1px #000000;
box-shadow: 0px 0px 5px 1px #000000; */
	
}
.pricingtable52 .pricetable-column {
	display:inline-block;
	letter-spacing: normal;
    word-spacing: normal;
	font-size:0px;
	margin:0px;
		
}
.pricingtable52 .pricetable-column .pricetable-header{

}
.pricingtable52 .pricetable-column .pricetable-column-wall{
	padding:0px;
	margin:0px;
	background-color: #400000;
	position:relative;
}
.pricingtable52 .pricetable-column:hover .pricetable-column-wall{
		background-color: #400000;
}

.pricingtable52 .pricetable-header .pricetable-fld-name{
	
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
	background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000', GradientType=0 );		background-color: #400000;
		font-family:'Verdana';
		color:#ffffff;
		font-size:12px !important;
		padding-top:6px;
		padding-bottom:6px;
		font-weight: bold !important;				 /*-webkit-text-stroke: 1px #7d007d;*/  
		 
		 
}

.pricingtable52 .pricetable-column .pricetable-header-inner{

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
	background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000', GradientType=0 );	background-color: #000000;
	padding-top:5px;
	padding-bottom:5px;
	
	
}
.pricingtable52 .pricetable-column .pricetable-header .pricetable-fld-price {
		
		font-family:'Arial';
		color:#ffffff;
		font-size:30px;
		font-weight:normal !important;		        text-shadow: 0px 0px 1px #ffffff;
       /* filter: dropshadow(color=#ffffff, offx=0, offy=0);*/
        }
.pricingtable52 .pricetable-header .pricetable-fld-price .cur {
		font-family:'Arial';
		color:#ff8f8f;
		font-size:30px;
		font-weight:normal !important;		}
.pricingtable52 .pricetable-header p{
	display:block;
	padding-bottom:0px !important;
	padding-top:0px !important;
	padding-left:10px;
	padding-right:10px;
		font-family:'Arial';
		color:#ffffff;
		font-size:12px;
		font-weight:normal !important;				margin-bottom: 0px !important;
}

	.pricingtable52 .pricetable-column:nth-child(2) .pricetable-column-wall{
	-webkit-border-radius: 5px 0px 5px 0px;
	border-radius: 5px 0px 0px 5px;
}
.pricingtable52 .pricetable-column:nth-child(2) .pricetable-header{
	-webkit-border-radius: 5px 0px 0px 0px;
	border-radius: 5px 0px 0px 0px;
}
.pricingtable52 .pricetable-column:not(.highlight):nth-last-child(2) .pricetable-column-wall{
	-webkit-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
}
.pricingtable52 .pricetable-column:not(.highlight):nth-last-child(2) .pricetable-header{
	-webkit-border-radius: 0px 5px 0px 0px;
	border-radius: 0px 5px 0px 0px;

}
	
.pricingtable52 ul.features {
		background-color:#750000;
	}
.pricingtable52 ul.features li {
	position:relative;
	font-family: "Arial", Arial, Helvetica, sans-serif;
		color:#ffffff;
		font-size:12px;
		font-weight: bold;				
	display: block;
	padding-top: 10px !important;
	padding-right: 5px !important;
	padding-bottom: 10px !important;
	padding-left: 5px !important;
	margin:0px !important;
	
	}
.pricingtable52 .pricetable-button-container{
	}
.pricingtable52 .pricetable-button-container-hide{ visibility:hidden !important; }
.pricingtable52 .highlight{
	-moz-transform: scale(1.00) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
		-webkit-transform: scale(1.00) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        -o-transform: scale(1.00) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        -ms-transform: scale(1.00) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        transform: scale(1.00) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
		z-index:99999 !important;
		
		padding:0px !important;
	margin:0px !important;
	background-color: transparent !important;
	position:relative !important;
}
.pricingtable52 .highlight .pricetable-column-wall{
	background-color:#400000;
	
        

     	}
	

.pricingtable52 .highlight:hover .pricetable-column-wall{
	background-color:#400000;
}

.pricingtable52 .highlight .pricetable-fld-name{
	background-color:#400000;
		color:#ffffff;
		font-weight: bold;		}


.pricingtable52 .highlight .features {
	background-color:#990000;
}
.pricingtable52 .highlight .features li{
	
	
	
		color:#ffffff;
		font-weight: bold;		}

.pricingtable52 .pricetable-column ul.features li:nth-child(even) {
		background: rgba(255, 255, 255, 0.1);
		}
.pricingtable52 .labeling .labelTitle{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	text-align: left;
	font-family: "Arial", Arial, Helvetica, sans-serif;
		color:#ffffff;
		font-size:18px;
		font-weight: bold;			white-space: normal;
	padding-bottom:40px;
	padding-top:40px;
	padding-left:10px;
	padding-right:10px;
	line-height:30px;
}
.pricingtable52 .labeling .features{
	background:#400000;
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	/*overflow:hidden;*/
	padding:0px;
}

.pricingtable52 .labeling .features li:nth-child(1){-webkit-border-radius: 5px 0px 0px 0px;
border-radius: 5px 0px 0px 0px;	}
.pricingtable52 .labeling .features li:nth-last-child(1){ /*border-bottom-style:none;*/ -webkit-border-radius: 0px 0px 0px 5px; 
border-radius: 0px 0px 0px 5px;}
.pricingtable52 .labeling .features li{
	padding-left:10px;
	padding-right:10px;
	text-align: right;
	/*overflow:hidden;*/
	color:#fad0d0;
		font-weight: bold;		        text-shadow: 0px 0px 0px #000000 !important;
        /*filter: dropshadow(color=#000000, offx=0, offy=0) !important;*/
        }
/*
</style>
*/
/*.pricetable .pricetable-header .pricetable-fld-name:after {
	content: '';
	display: block;
	position: absolute;
		border-top: 15px solid #400000;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	}*/
	
.pricingtable52 .pricetable-column .pricetable-button-container a {
		-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
		text-shadow:1px 1px 0px #ffffff;
	}
.pricingtable52 .pricetable-column .pricetable-button-container a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	color:#777777 !important;
}
.pricingtable52 .pricetable-column .pricetable-button-container a:active {
	position:relative;
	top:1px;
	color:#777777;
}


.pricingtable52 .highlight .pricetable-button-container a {
		-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24437), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24437 5%, #c62d1f 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24437', endColorstr='#c62d1f');
	background-color:#f24437;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-weight:bold;
	text-decoration:none;
		text-shadow:1px 1px 0px #810d05;
	}
.pricingtable52 .highlight .pricetable-button-container a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24437) );
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24437 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24437');
	background-color:#c62d1f;
	color:#ffffff !important;
}
.pricingtable52 .highlight .pricetable-button-container a:active {
	position:relative;
	top:1px;
	color:#ffffff;
}

.pricingtable52 .yn_basic{
	position: absolute;
	height: 32px;
	width: 32px;
	background-image: url(../images/yes_no_15.png);
	background-repeat: no-repeat;
	top: 50%;
	margin-top: -16px;
	left: 50%;
	margin-left: -16px;
	background-position: left center;
	-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
		
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='../images/yes_no_15.png',
sizingMethod='scale');

-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='../images/yes_no_15.png',
sizingMethod='scale')";
}
.pricingtable52 .yi{background-position: left;}
.pricingtable52 .ni{
	background-position: right;
}



.pricingtable52 .ribbon-green {
	
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f0cb11), to(#f2ab1e));
	background-image: -webkit-linear-gradient(top, #f0cb11, #f2ab1e);
	background-image:    -moz-linear-gradient(top, #f0cb11, #f2ab1e);
	background-image:     -ms-linear-gradient(top, #f0cb11, #f2ab1e);
	background-image:      -o-linear-gradient(top, #f0cb11, #f2ab1e);
	
	background-color:#f0cb11;
	color:#c92200;
	font-size:10px;
		text-shadow:1px 1px 0px #ded17c;
		height:12px;
	
	z-index:9999;
}
.pricingtable52 .ribbon-green:before, .pricingtable52 .ribbon-green:after {
	border-top:   3px solid #000000;   
}

.pricingtable52 .features li small{
	font-weight:normal !important;
		-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #feffc2), color-stop(1, #f6f6f6) );
	background:-moz-linear-gradient( center top, #feffc2 5%, #f6f6f6 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#feffc2', endColorstr='#f6f6f6');
	background-color:#feffc2;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #dcdcdc;
	color:#666666;
	font-family:arial;
	font-size:11px;
	padding:5px 5px;
		text-shadow:1px 1px 0px #ffffff;
	}
.pricingtable52 .features li small:after{
	border-top: solid #f6f6f6 10px;
}
.pricingtable52 .hasToolTip:after{
	border-top: solid #878787 10px;
}

/*
<style>
*/
@media (max-width:800px) {
.pricingtable52 .pricetable-column{
		min-width: 120px;
}
.pricingtable52 .pricetable-header .pricetable-fld-name{
		font-size:9.6px;
		padding-top:4.8px;
		padding-bottom:4.8px;
		
		
}

.pricingtable52 .highlight .pricetable-fld-name{
		}

.pricingtable52 .pricetable-column .pricetable-header .pricetable-fld-price {
		
		font-size:24px;
		        text-shadow: 0px 0px 0.8px #ffffff;
        }
.pricingtable52 .pricetable-header .pricetable-fld-price .cur {
		font-size:24px;
		}
.pricingtable52 .pricetable-header p{
		font-size:9.6px;
		}

.pricingtable52 ul.features li {
		font-size:9.6px;
			
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}

.pricingtable52 .pricetable-column .pricetable-button-container a {
	
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:0.8px solid #dcdcdc;
	font-size:9.6px;
	padding:4.8px 19.2px;
	text-decoration:none;
		text-shadow:0.8px 0.8px 0px #ffffff;
	}

.pricingtable52 .highlight .pricetable-button-container a {
	
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:0.8px solid #d02718;
	font-size:9.6px;
	padding:4.8px 19.2px;
	text-decoration:none;
		text-shadow:0.8px 0.8px 0px #810d05;
	}

.pricingtable52 .ribbon-green {

	position: relative;
	left: 15px;
	top: 16px !important;
	width: 90px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
}
.pricingtable52 .labeling .labelTitle{

		font-size:14.4px;
			padding-bottom:32px;
	padding-top:32px;
	padding-left:8px;
	padding-right:8px;
	line-height:24px;
}
}
@media (max-width:480px) {
.pricingtable52 .highlight{
	-moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
		-webkit-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        -o-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        -ms-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
		z-index:99999 !important;
}
.pricingtable52 .labeling{
		display:none !important;
}
	.pricingtable52 .features li span{
	/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.5)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
background: linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80ffffff',GradientType=0 );*/
	display:block !important;
		}
	
		.pricingtable52 .pricetable-inner{
	white-space: normal !important;
}
.pricingtable52 .pricetable-column{
	min-width:50% !important;
	margin-top:5px;
	margin-bottom:5px;
	
}
.pricingtable52 .pricetable-column:nth-child(even) .pricetable-column-wall{
/*	-webkit-border-radius: 5px 0px 5px 0px;
	border-radius: 5px 0px 0px 5px;*/
	border-top-left-radius:5px !important;
	border-bottom-left-radius:5px !important;
	border-top-right-radius:0px !important;
	border-bottom-right-radius:0px !important;

}
.pricingtable52 .pricetable-column:nth-child(even) .pricetable-header{
	/*-webkit-border-radius: 0px 5px 0px 0px;
	border-radius: 0px 5px 0px 0px;*/
border-top-left-radius:5px !important ;
border-top-right-radius:0px !important;
}

.pricingtable52 .pricetable-column:nth-child(odd) .pricetable-column-wall{
/*	-webkit-border-radius: 5px 0px 5px 0px;
	border-radius: 5px 0px 0px 5px;*/
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	border-top-left-radius:0px !important;
	border-bottom-left-radius:0px !important;

}
.pricingtable52 .pricetable-column:nth-child(odd) .pricetable-header{
	/*-webkit-border-radius: 0px 5px 0px 0px;
	border-radius: 0px 5px 0px 0px;*/
border-top-right-radius:5px;
border-top-left-radius:0px !important;
}
.pricingtable52 .pricetable-column:nth-last-child(2) .pricetable-column-wall{
	border-top-right-radius:5px !important;
	border-bottom-right-radius:5px !important;
	
	}
.pricingtable52 .pricetable-column:nth-last-child(2) .pricetable-header{
	border-top-right-radius:5px !important;
}
		.pricingtable52 .yn_basic{
	top:auto;
	height: 25.6px;
	width: 25.6px;
	
	bottom:5px !important;
	
}

.pricingtable52 .ribbon-green {
	letter-spacing:0px;
	position: relative;
	left: 17px;
	top: 12px !important;
	width: 90px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

}
@media (max-width:300px) {
.pricingtable52 .pricetable-column{
	min-width:100% !important;
	
}
.pricingtable52 .pricetable-column:nth-child(even) .pricetable-column-wall,
.pricingtable52 .pricetable-column:nth-child(odd) .pricetable-column-wall{
	-webkit-border-radius: 5px 5px 5px 5px !important;
border-radius: 5px 5px 5px 5px !important; 
	border-top-left-radius:5px !important;
	border-bottom-left-radius:5px !important;
	border-top-right-radius:5px !important;
	border-bottom-right-radius:5px !important;

}
.pricingtable52 .pricetable-column:nth-child(even) .pricetable-header,
.pricingtable52 .pricetable-column:nth-child(odd) .pricetable-header{
	-webkit-border-radius: 5px 5px 0px 0px !important;
border-radius: 5px 5px 0px 0px !important; 
	
}
}

@font-face {
 font-family: CarbonBlock;
 src: url('CarbonBlock.ttf');
}

@font-face {
 font-family: Gothic;
 src: url('Gothic.ttf');
}

@font-face {
 font-family: JandaManateeSolid;
 src: url('JandaManateeSolid.ttf');
}

@font-face {
 font-family: junegull;
 src: url('junegull.ttf');
}
.pricetable {
	font-size: 0px;
	text-align: center;
	vertical-align: top;
	white-space: normal;
}
.pricetable .pricetable-inner{
	vertical-align: baseline;
	display: inline-block;
	font-size:0px;
	text-align: center;
	white-space: nowrap;
}
.pricetable .pricetable-column {
	display: inline-block;
	text-align: center;
	transition: width 1s;
	-moz-transition: width 1s; /* Firefox 4 */
	-webkit-transition: width 1s; /* Safari and Chrome */
	-o-transition: width 1s;
	position: relative;
	/*min-width: 150px;*/
	font-size: 12px;
	margin: 0px;
}
.pricetable .pricetable-column .pricetable-feature-lbl{
	color: #000;
	background: rgba(0, 0, 0, 0.1);
	display: none;
	font-weight: bold;
	float: left;
	clear: left;
	width:50%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}
.pricetable .pricetable-column .new-ribbon{
	height: 112px;
	width: 112px;
	background-image: url(../images/new-ribbon.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: -2px;
	top: -2px;
}
.ribbon {
	display:none;
/*	display: block;
	width: 30px;
	position: absolute;
	color: #fff;
	padding: 20px 0 10px;
	text-align: center;
	font-family: arial, sans-serif;
	font-weight: bold;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
	z-index: 999;
	background-color: #090;
	top: 35px;*/
}

/*.ribbon:before {
  display: block;
  width: 30px;
  height: 0;
  position: absolute;
  top: 4px;
  content: "";
  border-top: 1px dotted rgba(0, 0, 0, 0.2);
  border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
}
.ribbon:after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: relative;
  bottom: -25px;
  z-index: 100;
  border-width: 0 15px 15px 15px;
  border-style: solid;
  border-color: #090 #090 transparent #090;
}*/

@media (min-width:100px) {
 .pricetable .pricetable-column {
/*width: 100%;*/
}
}
@media (max-width:400px) {
}

@media (min-width:900px) {
 .pricetable .pricetable-column {
/*width: 20%;*/
}
}
.pricetable .pricetable-header {
	overflow: hidden;	/*border: 1px solid #000;*/
}

.pricetable .pricetable-header .pricetable-fld-price {
	margin: 0px !important;
	padding: 0px;
	display: block;
	font-family: JandaManateeSolid, Gadget, sans-serif;
	/*font-size: 64px;*/
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	vertical-align: top;
	line-height: normal !important;
	color: #FFF;        

        
}
.pricetable .pricetable-header .pricetable-fld-price .cur {
/*	font-size: 36px;
	vertical-align: top;
	line-height: 50px;*/
}
.pricetable .pricetable-header .pricetable-fld-price .dec {
	font-size: 36px;
	vertical-align: top;
	/*line-height: 50px;*/
}
.pricetable .pricetable-header p {
	display: block;
	white-space: normal;
	
	/*	padding-bottom: 5px;
	margin: 0px !important;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 12px;*/
}
/*.pricetable ul{
	margin: 0px !important;
	padding: 0px !important;
	margin-bottom: 0px !important;
	line-height: normal !important;
}*/
.pricetable ul.features {
	display: block;
	list-style-image: none;
	list-style-type: none;
	margin: 0px !important;
	padding: 0px !important;
	margin-bottom: 0px !important;
	line-height: normal !important;

}
.pricetable ul.features li br{ display:none !important;}

/*.pricetable .pricetable-column:nth-child(odd) ul.features li:nth-child(even) {background: rgba(255, 255, 255, 0.1);}*/
/*.pricetable .pricetable-column:nth-child(even) ul.features li:nth-child(even) {background: rgba(0, 0, 0, 0.1);}*/
.pricetable .pricetable-button-container {
	display: block;
	font-weight: bold;

	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
/*.pricetable .pricetable-button-container a {
	-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #689324;
}
.pricetable .pricetable-button-container a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
}
.pricetable .pricetable-button-container a:active {
	position:relative;
	top:1px;
}*/
.pricetable .labeling .pricetable-column-wall{
	background-color: transparent !important;
	position: relative;
}
.pricetable .labeling:hover .pricetable-column-wall{
	background-color: transparent !important;
}
.pricetable .labeling .pricetable-header{
	visibility: hidden;
}
.pricetable .labeling .pricetable-button-container{
	visibility: hidden;
}
.pricetable .labeling .features{}
.pricetable .labeling .features li{ background: transparent;}

.pricetable-clear{
	clear: both;
}
.pricetable .features li small{
	
	display:block;
	text-decoration:none;
	position: absolute;
	padding: 5px;
	left: -10px;
	right: -10px;
	display: block;
	white-space: normal;
	/*-moz-transform: scale(0) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-webkit-transform: scale(0) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-o-transform: scale(0) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-ms-transform: scale(0) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	transform: scale(0) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);*/
	z-index:999999;
		
	-webkit-transition: all .2s ease-out;
     -moz-transition: all .2s ease-out;
      -ms-transition: all .2s ease-out;
       -o-transition: all .2s ease-out;
          transition: all .2s ease-out;
	bottom: 0px;
	opacity:0;
}
.pricetable .features li small:after{
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  /*border-top: solid #83c41a 10px;*/
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
.pricetable .features li:hover small{
	/*-moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-webkit-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-o-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-ms-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);*/
	bottom: 35px;
	opacity:1;
	}
.pricetable .features li span{
	display:none;
	position: relative;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;


}
	
.pricetable .features li span:after{
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  bottom: -5px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 0;
}
.hasToolTip:after{
	padding:0px;
	border-left: solid transparent 10px;
	border-right: solid transparent 0px;
	border-top: solid #ff0000 10px;
	/* bottom: -10px;*/
	border-left: solid transparent 10px;
  content: "";
	height: 0;
	/*left: 50%;*/
  right:0px;
	top:0px;
	/*margin-left: -10px;*/
	position: absolute;
	width: 0;
}

.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-green {
	letter-spacing:1px;
	color: #333;
	text-align: center;
	text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
	-webkit-transform: rotate(45deg);
	-moz-transform:    rotate(45deg);
	-ms-transform:     rotate(45deg);
	-o-transform:      rotate(45deg);
	position: relative;
	left: -7px;
	top: 22px;
	width: 118px;
	background-color: #BFDC7A;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45));
	background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45);
	background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45);
	background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45);
	background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45);
	color: #6a6340;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
	box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
	font-family: Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}?/*
<style>
*/
/* 
        ///////////////// AUTHOR INFO //////////////
		//// NAME: ZEEQ                         ////
		//// WEBSITE: www.hzcreative.com        ////
		//// EMAIL: me.hzcreative@gmail.com     ////
		////////////////////////////////////////////
*/
.pricingtable55 {
	/*background-color:#ffffff;*/
	/*padding:10px;*/
}
.pricingtable55 *{
		/*font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300 !important;*/
	line-height:normal !important;
}
.pricingtable55 .pricetable-inner{
	white-space:nowrap;
	text-align:center;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	width:100%;
	font-size:0px !important;
	letter-spacing: -4px;
    word-spacing: normal;
	
	background-color:#ffffff;	/*-webkit-box-shadow: 0px 0px 5px 1px #000000;
box-shadow: 0px 0px 5px 1px #000000; */
	
}
.pricingtable55 .pricetable-column {
	display:inline-block;
	letter-spacing: normal;
    word-spacing: normal;
	font-size:0px;
	margin:0px;
		
}
.pricingtable55 .pricetable-column .pricetable-header{

}
.pricingtable55 .pricetable-column .pricetable-column-wall{
	padding:0px;
	margin:0px;
	background-color: #ffffff;
	position:relative;
}
.pricingtable55 .pricetable-column:hover .pricetable-column-wall{
		background-color: #ffffff;
}

.pricingtable55 .pricetable-header .pricetable-fld-name{
	
			background-color: #eb973d;
		font-family:'Verdana';
		color:#ffffff;
		font-size:16px !important;
		padding-top:10px;
		padding-bottom:10px;
		font-weight:normal !important;				 /*-webkit-text-stroke: 1px #7d007d;*/  
		 
		 
}

.pricingtable55 .pricetable-column .pricetable-header-inner{

		background-color: #ffffff;
	padding-top:5px;
	padding-bottom:5px;
	
	
}
.pricingtable55 .pricetable-column .pricetable-header .pricetable-fld-price {
		
		font-family:'Trebuchet MS';
		color:#eb973d;
		font-size:60px;
		font-weight: bold !important;		}
.pricingtable55 .pricetable-header .pricetable-fld-price .cur {
		font-family:'Comic Sans MS';
		color:#eb973d;
		font-size:30px;
		font-weight: bold;		}
.pricingtable55 .pricetable-header p{
	display:block;
	padding-bottom:0px !important;
	padding-top:0px !important;
	padding-left:10px;
	padding-right:10px;
		font-family:'Arial';
		color:#eb973d;
		font-size:12px;
		font-weight: bold;				margin-bottom: 0px !important;
}

	.pricingtable55 .pricetable-column:nth-child(2) .pricetable-column-wall{
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}
.pricingtable55 .pricetable-column:nth-child(2) .pricetable-header{
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}
.pricingtable55 .pricetable-column:not(.highlight):nth-last-child(2) .pricetable-column-wall{
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}
.pricingtable55 .pricetable-column:not(.highlight):nth-last-child(2) .pricetable-header{
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;

}
	
.pricingtable55 ul.features {
	}
.pricingtable55 ul.features li {
	position:relative;
	font-family: "Arial", Arial, Helvetica, sans-serif;
		color:#333333;
		font-size:12px;
		font-weight: bold;				
	display: block;
	padding-top: 15px !important;
	padding-right: 5px !important;
	padding-bottom: 15px !important;
	padding-left: 5px !important;
	margin:0px !important;
	
	}
.pricingtable55 .pricetable-button-container{
	}
.pricingtable55 .pricetable-button-container-hide{ visibility:hidden !important; }
.pricingtable55 .highlight{
	-moz-transform: scale(1.00) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
		-webkit-transform: scale(1.00) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        -o-transform: scale(1.00) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        -ms-transform: scale(1.00) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        transform: scale(1.00) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
		z-index:99999 !important;
		
		padding:0px !important;
	margin:0px !important;
	background-color: transparent !important;
	position:relative !important;
}
.pricingtable55 .highlight .pricetable-column-wall{
	background-color:#eeeeee;
	
        

     	}
	

.pricingtable55 .highlight:hover .pricetable-column-wall{
	background-color:#eeeeee;
}

.pricingtable55 .highlight .pricetable-fld-name{
	background-color:#fab81c;
		color:#ffffff;
		font-weight:normal !important;		}

.pricingtable55 .highlight .pricetable-header-inner{
	background-color:#fff1d1;
		
}
.pricingtable55 .highlight .pricetable-header .pricetable-fld-price, .pricingtable55 .highlight .pricetable-header .pricetable-fld-price .cur{
	color:#eb973d;
		font-weight: bold;		}


.pricingtable55 .pricetable-column ul.features li:nth-child(even) {
		background: rgba(0, 0, 0, 0.1);
		}
.pricingtable55 .labeling .labelTitle{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	text-align: left;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
		color:#eb973d;
		font-size:30px;
		font-weight:normal !important;			white-space: normal;
	padding-bottom:46px;
	padding-top:46px;
	padding-left:10px;
	padding-right:10px;
	line-height:30px;
}
.pricingtable55 .labeling .features{
	background:#ffffff;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	/*overflow:hidden;*/
	padding:0px;
}

.pricingtable55 .labeling .features li:nth-child(1){-webkit-border-radius: 0px 0px 0px 0px;
border-radius: 0px 0px 0px 0px;	}
.pricingtable55 .labeling .features li:nth-last-child(1){ /*border-bottom-style:none;*/ -webkit-border-radius: 0px 0px 0px 0px; 
border-radius: 0px 0px 0px 0px;}
.pricingtable55 .labeling .features li{
	padding-left:10px;
	padding-right:10px;
	text-align: right;
	/*overflow:hidden;*/
	color:#666666;
		font-weight: bold;		}
/*
</style>
*/
/*.pricetable .pricetable-header .pricetable-fld-name:after {
	content: '';
	display: block;
	position: absolute;
		border-top: 15px solid #eb973d;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	}*/
	
.pricingtable55 .pricetable-column .pricetable-button-container a {
		-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#ffc477;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
		text-shadow:1px 1px 0px #cc9f52;
	}
.pricingtable55 .pricetable-column .pricetable-button-container a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color:#fb9e25;
	color:#ffffff !important;
}
.pricingtable55 .pricetable-column .pricetable-button-container a:active {
	position:relative;
	top:1px;
	color:#ffffff;
}


.pricingtable55 .highlight .pricetable-button-container a {
		-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#ffc477;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #eeb44f;
	display:inline-block;
	color: #ffffff;
	font-family:arial;
	font-weight:bold;
	text-decoration:none;
		text-shadow:1px 1px 0px #cc9f52;
	}
.pricingtable55 .highlight .pricetable-button-container a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color:#fb9e25;
	color: #ffffff !important;
}
.pricingtable55 .highlight .pricetable-button-container a:active {
	position:relative;
	top:1px;
	color: #ffffff;
}

.pricingtable55 .yn_basic{
	position: absolute;
	height: 32px;
	width: 32px;
	background-image: url(../images/yes_no_5.png);
	background-repeat: no-repeat;
	top: 50%;
	margin-top: -16px;
	left: 50%;
	margin-left: -16px;
	background-position: left center;
	-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
		
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='../images/yes_no_5.png',
sizingMethod='scale');

-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='../images/yes_no_5.png',
sizingMethod='scale')";
}
.pricingtable55 .yi{background-position: left;}
.pricingtable55 .ni{
	background-position: right;
}



.pricingtable55 .ribbon-green {
	
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#77d42a), to(#5cb811));
	background-image: -webkit-linear-gradient(top, #77d42a, #5cb811);
	background-image:    -moz-linear-gradient(top, #77d42a, #5cb811);
	background-image:     -ms-linear-gradient(top, #77d42a, #5cb811);
	background-image:      -o-linear-gradient(top, #77d42a, #5cb811);
	
	background-color:#77d42a;
	color:#306108;
	font-size:10px;
		text-shadow:1px 1px 0px #aade7c;
		height:12px;
	
	z-index:9999;
}
.pricingtable55 .ribbon-green:before, .pricingtable55 .ribbon-green:after {
	border-top:   3px solid #030303;   
}

.pricingtable55 .features li small{
	font-weight:normal !important;
		-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bcff), color-stop(1, #378ee5) );
	background:-moz-linear-gradient( center top, #79bcff 5%, #378ee5 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bcff', endColorstr='#378ee5');
	background-color:#79bcff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #84bcf3;
	color:#ffffff;
	font-family:arial;
	font-size:11px;
	padding:5px 5px;
		text-shadow:1px 1px 0px #528fcc;
	}
.pricingtable55 .features li small:after{
	border-top: solid #378ee5 10px;
}
.pricingtable55 .hasToolTip:after{
	border-top: solid #fab81c 10px;
}

/*
<style>
*/
@media (max-width:800px) {
.pricingtable55 .pricetable-column{
		min-width: 120px;
}
.pricingtable55 .pricetable-header .pricetable-fld-name{
		font-size:12.8px;
		padding-top:8px;
		padding-bottom:8px;
		
		
}

.pricingtable55 .highlight .pricetable-fld-name{
		}

.pricingtable55 .pricetable-column .pricetable-header .pricetable-fld-price {
		
		font-size:48px;
		}
.pricingtable55 .pricetable-header .pricetable-fld-price .cur {
		font-size:24px;
		}
.pricingtable55 .pricetable-header p{
		font-size:9.6px;
		}

.pricingtable55 ul.features li {
		font-size:9.6px;
			
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 12px;
	padding-left: 5px;
}

.pricingtable55 .pricetable-column .pricetable-button-container a {
	
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:0.8px solid #eeb44f;
	font-size:9.6px;
	padding:4.8px 19.2px;
	text-decoration:none;
		text-shadow:0.8px 0.8px 0px #cc9f52;
	}

.pricingtable55 .highlight .pricetable-button-container a {
	
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:0.8px solid #eeb44f;
	font-size:9.6px;
	padding:4.8px 19.2px;
	text-decoration:none;
		text-shadow:0.8px 0.8px 0px #cc9f52;
	}

.pricingtable55 .ribbon-green {

	position: relative;
	left: 15px;
	top: 16px !important;
	width: 90px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
}
.pricingtable55 .labeling .labelTitle{

		font-size:24px;
			padding-bottom:36.8px;
	padding-top:36.8px;
	padding-left:8px;
	padding-right:8px;
	line-height:24px;
}
}
@media (max-width:480px) {
.pricingtable55 .highlight{
	-moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
		-webkit-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        -o-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        -ms-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
		z-index:99999 !important;
}
.pricingtable55 .labeling{
		display:none !important;
}
	.pricingtable55 .features li span{
	/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.5)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
background: linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80ffffff',GradientType=0 );*/
	display:block !important;
			margin-bottom: 10px;
	border-bottom-style: solid !important;
		border-bottom-color: #b5b5b5 !important;
			}
	
	.pricingtable55 .features li span:after{
  border-top: solid #b5b5b5 5px;
	}
		.pricingtable55 .pricetable-inner{
	white-space: normal !important;
}
.pricingtable55 .pricetable-column{
	min-width:50% !important;
	margin-top:5px;
	margin-bottom:5px;
	
}
.pricingtable55 .pricetable-column:nth-child(even) .pricetable-column-wall{
/*	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;*/
	border-top-left-radius:0px !important;
	border-bottom-left-radius:0px !important;
	border-top-right-radius:0px !important;
	border-bottom-right-radius:0px !important;

}
.pricingtable55 .pricetable-column:nth-child(even) .pricetable-header{
	/*-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;*/
border-top-left-radius:0px !important ;
border-top-right-radius:0px !important;
}

.pricingtable55 .pricetable-column:nth-child(odd) .pricetable-column-wall{
/*	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;*/
	border-top-right-radius:0px;
	border-bottom-right-radius:0px;
	border-top-left-radius:0px !important;
	border-bottom-left-radius:0px !important;

}
.pricingtable55 .pricetable-column:nth-child(odd) .pricetable-header{
	/*-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;*/
border-top-right-radius:0px;
border-top-left-radius:0px !important;
}
.pricingtable55 .pricetable-column:nth-last-child(2) .pricetable-column-wall{
	border-top-right-radius:0px !important;
	border-bottom-right-radius:0px !important;
	
	}
.pricingtable55 .pricetable-column:nth-last-child(2) .pricetable-header{
	border-top-right-radius:0px !important;
}
		.pricingtable55 .yn_basic{
	top:auto;
	height: 25.6px;
	width: 25.6px;
	
	bottom:7.5px !important;
	
}

.pricingtable55 .ribbon-green {
	letter-spacing:0px;
	position: relative;
	left: 17px;
	top: 12px !important;
	width: 90px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

}
@media (max-width:300px) {
.pricingtable55 .pricetable-column{
	min-width:100% !important;
	
}
.pricingtable55 .pricetable-column:nth-child(even) .pricetable-column-wall,
.pricingtable55 .pricetable-column:nth-child(odd) .pricetable-column-wall{
	-webkit-border-radius: 0px 0px 0px 0px !important;
border-radius: 0px 0px 0px 0px !important; 
	border-top-left-radius:0px !important;
	border-bottom-left-radius:0px !important;
	border-top-right-radius:0px !important;
	border-bottom-right-radius:0px !important;

}
.pricingtable55 .pricetable-column:nth-child(even) .pricetable-header,
.pricingtable55 .pricetable-column:nth-child(odd) .pricetable-header{
	-webkit-border-radius: 0px 0px 0px 0px !important;
border-radius: 0px 0px 0px 0px !important; 
	
}
}

@font-face {
 font-family: CarbonBlock;
 src: url('CarbonBlock.ttf');
}

@font-face {
 font-family: Gothic;
 src: url('Gothic.ttf');
}

@font-face {
 font-family: JandaManateeSolid;
 src: url('JandaManateeSolid.ttf');
}

@font-face {
 font-family: junegull;
 src: url('junegull.ttf');
}
.pricetable {
	font-size: 0px;
	text-align: center;
	vertical-align: top;
	white-space: normal;
}
.pricetable .pricetable-inner{
	vertical-align: baseline;
	display: inline-block;
	font-size:0px;
	text-align: center;
	white-space: nowrap;
}
.pricetable .pricetable-column {
	display: inline-block;
	text-align: center;
	transition: width 1s;
	-moz-transition: width 1s; /* Firefox 4 */
	-webkit-transition: width 1s; /* Safari and Chrome */
	-o-transition: width 1s;
	position: relative;
	/*min-width: 150px;*/
	font-size: 12px;
	margin: 0px;
}
.pricetable .pricetable-column .pricetable-feature-lbl{
	color: #000;
	background: rgba(0, 0, 0, 0.1);
	display: none;
	font-weight: bold;
	float: left;
	clear: left;
	width:50%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}
.pricetable .pricetable-column .new-ribbon{
	height: 112px;
	width: 112px;
	background-image: url(../images/new-ribbon.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: -2px;
	top: -2px;
}
.ribbon {
	display:none;
/*	display: block;
	width: 30px;
	position: absolute;
	color: #fff;
	padding: 20px 0 10px;
	text-align: center;
	font-family: arial, sans-serif;
	font-weight: bold;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
	z-index: 999;
	background-color: #090;
	top: 35px;*/
}

/*.ribbon:before {
  display: block;
  width: 30px;
  height: 0;
  position: absolute;
  top: 4px;
  content: "";
  border-top: 1px dotted rgba(0, 0, 0, 0.2);
  border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
}
.ribbon:after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: relative;
  bottom: -25px;
  z-index: 100;
  border-width: 0 15px 15px 15px;
  border-style: solid;
  border-color: #090 #090 transparent #090;
}*/

@media (min-width:100px) {
 .pricetable .pricetable-column {
/*width: 100%;*/
}
}
@media (max-width:400px) {
}

@media (min-width:900px) {
 .pricetable .pricetable-column {
/*width: 20%;*/
}
}
.pricetable .pricetable-header {
	overflow: hidden;	/*border: 1px solid #000;*/
}

.pricetable .pricetable-header .pricetable-fld-price {
	margin: 0px !important;
	padding: 0px;
	display: block;
	font-family: JandaManateeSolid, Gadget, sans-serif;
	/*font-size: 64px;*/
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	vertical-align: top;
	line-height: normal !important;
	color: #FFF;        

        
}
.pricetable .pricetable-header .pricetable-fld-price .cur {
/*	font-size: 36px;
	vertical-align: top;
	line-height: 50px;*/
}
.pricetable .pricetable-header .pricetable-fld-price .dec {
	font-size: 36px;
	vertical-align: top;
	/*line-height: 50px;*/
}
.pricetable .pricetable-header p {
	display: block;
	white-space: normal;
	
	/*	padding-bottom: 5px;
	margin: 0px !important;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 12px;*/
}
/*.pricetable ul{
	margin: 0px !important;
	padding: 0px !important;
	margin-bottom: 0px !important;
	line-height: normal !important;
}*/
.pricetable ul.features {
	display: block;
	list-style-image: none;
	list-style-type: none;
	margin: 0px !important;
	padding: 0px !important;
	margin-bottom: 0px !important;
	line-height: normal !important;

}
.pricetable ul.features li br{ display:none !important;}

/*.pricetable .pricetable-column:nth-child(odd) ul.features li:nth-child(even) {background: rgba(255, 255, 255, 0.1);}*/
/*.pricetable .pricetable-column:nth-child(even) ul.features li:nth-child(even) {background: rgba(0, 0, 0, 0.1);}*/
.pricetable .pricetable-button-container {
	display: block;
	font-weight: bold;

	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
/*.pricetable .pricetable-button-container a {
	-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #689324;
}
.pricetable .pricetable-button-container a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
}
.pricetable .pricetable-button-container a:active {
	position:relative;
	top:1px;
}*/
.pricetable .labeling .pricetable-column-wall{
	background-color: transparent !important;
	position: relative;
}
.pricetable .labeling:hover .pricetable-column-wall{
	background-color: transparent !important;
}
.pricetable .labeling .pricetable-header{
	visibility: hidden;
}
.pricetable .labeling .pricetable-button-container{
	visibility: hidden;
}
.pricetable .labeling .features{}
.pricetable .labeling .features li{ background: transparent;}

.pricetable-clear{
	clear: both;
}
.pricetable .features li small{
	
	display:block;
	text-decoration:none;
	position: absolute;
	padding: 5px;
	left: -10px;
	right: -10px;
	display: block;
	white-space: normal;
	/*-moz-transform: scale(0) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-webkit-transform: scale(0) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-o-transform: scale(0) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-ms-transform: scale(0) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	transform: scale(0) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);*/
	z-index:999999;
		
	-webkit-transition: all .2s ease-out;
     -moz-transition: all .2s ease-out;
      -ms-transition: all .2s ease-out;
       -o-transition: all .2s ease-out;
          transition: all .2s ease-out;
	bottom: 0px;
	opacity:0;
}
.pricetable .features li small:after{
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  /*border-top: solid #83c41a 10px;*/
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
.pricetable .features li:hover small{
	/*-moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-webkit-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-o-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-ms-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);*/
	bottom: 35px;
	opacity:1;
	}
.pricetable .features li span{
	display:none;
	position: relative;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;


}
	
.pricetable .features li span:after{
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  bottom: -5px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 0;
}
.hasToolTip:after{
	padding:0px;
	border-left: solid transparent 10px;
	border-right: solid transparent 0px;
	border-top: solid #ff0000 10px;
	/* bottom: -10px;*/
	border-left: solid transparent 10px;
  content: "";
	height: 0;
	/*left: 50%;*/
  right:0px;
	top:0px;
	/*margin-left: -10px;*/
	position: absolute;
	width: 0;
}

.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-green {
	letter-spacing:1px;
	color: #333;
	text-align: center;
	text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
	-webkit-transform: rotate(45deg);
	-moz-transform:    rotate(45deg);
	-ms-transform:     rotate(45deg);
	-o-transform:      rotate(45deg);
	position: relative;
	left: -7px;
	top: 22px;
	width: 118px;
	background-color: #BFDC7A;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45));
	background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45);
	background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45);
	background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45);
	background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45);
	color: #6a6340;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
	box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
	font-family: Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}?
.pricingtable58 {
	/*background-color:#ffffff;*/
	/*padding:10px;*/
}
.pricingtable58 *{
		/*font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300 !important;*/
	line-height:normal !important;
}
.pricingtable58 .pricetable-inner{
	white-space:nowrap;
	text-align:center;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	width:100%;
	font-size:0px !important;
	letter-spacing: -4px;
    word-spacing: normal;
	
	background-color:#ffffff;	/*-webkit-box-shadow: 0px 0px 5px 1px #000000;
box-shadow: 0px 0px 5px 1px #000000; */
	
}
.pricingtable58 .pricetable-column {
	display:inline-block;
	letter-spacing: normal;
    word-spacing: normal;
	font-size:0px;
	margin:0px;
		
}
.pricingtable58 .pricetable-column .pricetable-header{

}
.pricingtable58 .pricetable-column .pricetable-column-wall{
	padding:5px;
	margin:0px;
	background-color: #ffffff;
	position:relative;
}
.pricingtable58 .pricetable-column:hover .pricetable-column-wall{
		background-color: #ffffff;
}

.pricingtable58 .pricetable-header .pricetable-fld-name{
	
			background-color: #ffffff;
		font-family:'Berkshire Swash';
		color:#919191;
		font-size:20px !important;
		padding-top:1px;
		padding-bottom:1px;
		font-weight:normal !important;				 /*-webkit-text-stroke: 1px #7d007d;*/  
		 
		 
}

.pricingtable58 .pricetable-column .pricetable-header-inner{

		background-color: #ffffff;
	padding-top:1px;
	padding-bottom:1px;
	
	
}
.pricingtable58 .pricetable-column .pricetable-header .pricetable-fld-price {
		
		font-family:'Pontano Sans';
		color:#2a2a2a;
		font-size:40px;
		font-weight: bold !important;		}
.pricingtable58 .pricetable-header .pricetable-fld-price .cur {
		font-family:'Fredoka One';
		color:#919191;
		font-size:40px;
		font-weight:normal !important;		}
.pricingtable58 .pricetable-header p{
	display:block;
	padding-bottom:0px !important;
	padding-top:0px !important;
	padding-left:10px;
	padding-right:10px;
		font-family:'Homenaje';
		color:#6f7553;
		font-size:12px;
		font-weight:normal !important;				margin-bottom: 0px !important;
}

	.pricingtable58 .pricetable-column .pricetable-column-wall{
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.pricingtable58 .pricetable-header{
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
	
.pricingtable58 ul.features {
	}
.pricingtable58 ul.features li {
	position:relative;
	font-family: "Arial", Arial, Helvetica, sans-serif;
		color:#2a2a2a;
		font-size:12px;
		font-weight: bold;				
	display: block;
	padding-top: 10px !important;
	padding-right: 5px !important;
	padding-bottom: 10px !important;
	padding-left: 5px !important;
	margin:0px !important;
	
		border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-top-color: rgba(255, 255, 255, 0.2);
	/*border-top-color: #FFF;*/
	border-right-color: #FFF;
	border-bottom-color: #CCC;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	border-left-color: #FFF;
	}
.pricingtable58 .pricetable-button-container{
		border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-top-color: rgba(255, 255, 255, 0.2);
	border-right-color: #FFF;
	border-bottom-color: #CCC;
	border-left-color: #FFF;
	}
.pricingtable58 .pricetable-button-container-hide{ visibility:hidden !important; }
.pricingtable58 .highlight{
	-moz-transform: scale(1.00) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
		-webkit-transform: scale(1.00) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        -o-transform: scale(1.00) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        -ms-transform: scale(1.00) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        transform: scale(1.00) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
		z-index:99999 !important;
		
		padding:0px !important;
	margin:0px !important;
	background-color: transparent !important;
	position:relative !important;
}
.pricingtable58 .highlight .pricetable-column-wall{
	background-color:#e6ffe2;
	
        

       
	-webkit-box-shadow: 0px 0px 5px 1px #5e6e11;
box-shadow: 0px 0px 5px 1px #5e6e11; 
	}
	

.pricingtable58 .highlight:hover .pricetable-column-wall{
	background-color:#e6ffe2;
}
  
.pricingtable58 .highlight .pricetable-header .pricetable-fld-name{border-top-style: none;
	border-right-style: none;
	border-left-style: none;}
.pricingtable58 .highlight .pricetable-header, .pricetable .highlight .pricetable-header .pricetable-header-inner{
	border-right-style: none;
	border-left-style: none;}
.pricingtable58 .highlight .features{border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color:#FFF;
	}

.pricingtable58 .highlight .pricetable-fld-name{
	background-color:#e6ffe2;
		color:#495300;
		font-weight: bold;		}

.pricingtable58 .highlight .pricetable-header-inner{
	background-color:#e6ffe2;
		
}
.pricingtable58 .highlight .pricetable-header .pricetable-fld-price, .pricingtable58 .highlight .pricetable-header .pricetable-fld-price .cur{
	color:#495300;
		font-weight: bold;		}


.pricingtable58 .labeling .labelTitle{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#424242;
		font-size:18px;
		font-weight: bold;			white-space: normal;
	padding-bottom:82px;
	padding-top:82px;
	padding-left:10px;
	padding-right:10px;
	line-height:30px;
}
.pricingtable58 .labeling .features{
	background:#ffffff;
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	/*overflow:hidden;*/
	padding:0px;
}

.pricingtable58 .labeling .features li:nth-child(1){-webkit-border-radius: 5px 0px 0px 0px;
border-radius: 5px 0px 0px 0px;	}
.pricingtable58 .labeling .features li:nth-last-child(1){ /*border-bottom-style:none;*/ -webkit-border-radius: 0px 0px 0px 5px; 
border-radius: 0px 0px 0px 5px;}
.pricingtable58 .labeling .features li{
	padding-left:10px;
	padding-right:10px;
	text-align: left;
	/*overflow:hidden;*/
	color:#919191;
		font-weight: bold;		}
/*
</style>
*/
/*.pricetable .pricetable-header .pricetable-fld-name:after {
	content: '';
	display: block;
	position: absolute;
		border-top: 15px solid #ffffff;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	}*/
	
.pricingtable58 .pricetable-column .pricetable-button-container a {
		-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8bb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8bb82b 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8bb82b');
	background-color:#9dce2c;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
		text-shadow:1px 1px 0px #689324;
	}
.pricingtable58 .pricetable-column .pricetable-button-container a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8bb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8bb82b 5%, #9dce2c 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8bb82b', endColorstr='#9dce2c');
	background-color:#8bb82b;
	color:#ffffff !important;
}
.pricingtable58 .pricetable-column .pricetable-button-container a:active {
	position:relative;
	top:1px;
	color:#ffffff;
}


.pricingtable58 .highlight .pricetable-button-container a {
		-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8bb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8bb82b 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8bb82b');
	background-color:#9dce2c;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #83c41a;
	display:inline-block;
	color: #ffffff;
	font-family:arial;
	font-weight:bold;
	text-decoration:none;
		text-shadow:1px 1px 0px #689324;
	}
.pricingtable58 .highlight .pricetable-button-container a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8bb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8bb82b 5%, #9dce2c 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8bb82b', endColorstr='#9dce2c');
	background-color:#8bb82b;
	color: #ffffff !important;
}
.pricingtable58 .highlight .pricetable-button-container a:active {
	position:relative;
	top:1px;
	color: #ffffff;
}

.pricingtable58 .yn_basic{
	position: absolute;
	height: 20px;
	width: 20px;
	background-image: url(../images/yes_no_8.png);
	background-repeat: no-repeat;
	top: 50%;
	margin-top: -10px;
	left: 50%;
	margin-left: -10px;
	background-position: left center;
	-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
		
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='../images/yes_no_8.png',
sizingMethod='scale');

-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='../images/yes_no_8.png',
sizingMethod='scale')";
}
.pricingtable58 .yi{background-position: left;}
.pricingtable58 .ni{
	background-position: right;
}



.pricingtable58 .ribbon-green {
	
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#77d42a), to(#5cb811));
	background-image: -webkit-linear-gradient(top, #77d42a, #5cb811);
	background-image:    -moz-linear-gradient(top, #77d42a, #5cb811);
	background-image:     -ms-linear-gradient(top, #77d42a, #5cb811);
	background-image:      -o-linear-gradient(top, #77d42a, #5cb811);
	
	background-color:#77d42a;
	color:#306108;
	font-size:10px;
		text-shadow:1px 1px 0px #aade7c;
		height:12px;
	
	z-index:9999;
}
.pricingtable58 .ribbon-green:before, .pricingtable58 .ribbon-green:after {
	border-top:   3px solid #000000;   
}

.pricingtable58 .features li small{
	font-weight:normal !important;
		-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8bb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8bb82b 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8bb82b');
	background-color:#9dce2c;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #83c41a;
	color:#ffffff;
	font-family:arial;
	font-size:11px;
	padding:5px 5px;
		text-shadow:1px 1px 0px #689324;
	}
.pricingtable58 .features li small:after{
	border-top: solid #8bb82b 10px;
}
.pricingtable58 .hasToolTip:after{
	border-top: solid #878787 10px;
}

/*
<style>
*/
@media (max-width:800px) {
.pricingtable58 .pricetable-column{
		min-width: 120px;
}
.pricingtable58 .pricetable-header .pricetable-fld-name{
		font-size:16px;
		padding-top:0.8px;
		padding-bottom:0.8px;
		
		
}

.pricingtable58 .highlight .pricetable-fld-name{
		}

.pricingtable58 .pricetable-column .pricetable-header .pricetable-fld-price {
		
		font-size:32px;
		}
.pricingtable58 .pricetable-header .pricetable-fld-price .cur {
		font-size:32px;
		}
.pricingtable58 .pricetable-header p{
		font-size:9.6px;
		}

.pricingtable58 ul.features li {
		font-size:9.6px;
			
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}

.pricingtable58 .pricetable-column .pricetable-button-container a {
	
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:0.8px solid #83c41a;
	font-size:9.6px;
	padding:4.8px 19.2px;
	text-decoration:none;
		text-shadow:0.8px 0.8px 0px #689324;
	}

.pricingtable58 .highlight .pricetable-button-container a {
	
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:0.8px solid #83c41a;
	font-size:9.6px;
	padding:4.8px 19.2px;
	text-decoration:none;
		text-shadow:0.8px 0.8px 0px #689324;
	}

.pricingtable58 .ribbon-green {

	position: relative;
	left: 15px;
	top: 16px !important;
	width: 90px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
}
.pricingtable58 .labeling .labelTitle{

		font-size:14.4px;
			padding-bottom:65.6px;
	padding-top:65.6px;
	padding-left:8px;
	padding-right:8px;
	line-height:24px;
}
}
@media (max-width:480px) {
.pricingtable58 .highlight{
	-moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
		-webkit-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        -o-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        -ms-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
        transform: scale(1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
		z-index:99999 !important;
}
.pricingtable58 .labeling{
		display:none !important;
}
	.pricingtable58 .features li span{
	/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.5)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
background: linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80ffffff',GradientType=0 );*/
	display:block !important;
		}
	
		.pricingtable58 .pricetable-inner{
	white-space: normal !important;
}
.pricingtable58 .pricetable-column{
	min-width:50% !important;
	margin-top:5px;
	margin-bottom:5px;
	
}
	.pricingtable58 .yn_basic{
	top:auto;
	height: 16px;
	width: 16px;
	
	bottom:5px !important;
	
}

.pricingtable58 .ribbon-green {
	letter-spacing:0px;
	position: relative;
	left: 17px;
	top: 12px !important;
	width: 90px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

}
@media (max-width:300px) {
.pricingtable58 .pricetable-column{
	min-width:100% !important;
	
}
.pricingtable58 .pricetable-column:nth-child(even) .pricetable-column-wall,
.pricingtable58 .pricetable-column:nth-child(odd) .pricetable-column-wall{
	-webkit-border-radius: 5px 5px 5px 5px !important;
border-radius: 5px 5px 5px 5px !important; 
	border-top-left-radius:5px !important;
	border-bottom-left-radius:5px !important;
	border-top-right-radius:5px !important;
	border-bottom-right-radius:5px !important;

}
.pricingtable58 .pricetable-column:nth-child(even) .pricetable-header,
.pricingtable58 .pricetable-column:nth-child(odd) .pricetable-header{
	-webkit-border-radius: 5px 5px 0px 0px !important;
border-radius: 5px 5px 0px 0px !important; 
	
}
}