/*
CSS3 Responsive Web Pricing Tables Grids
Updated 05.2015 – v7.0
Copyright QuanticaLabs
www.quanticalabs.com
*/
	
/* ==================== FONT FACE ==================== */
@font-face 
	{
	font-family: 'YanoneKaffeesatzRegular';
	src: url('font/YanoneKaffeesatz-Regular-webfont.eot');
	src: local('-'),
	url('font/YanoneKaffeesatz-Regular-webfont.woff') format('woff'),
	url('font/YanoneKaffeesatz-Regular-webfont.ttf') format('truetype'),
	url('font/YanoneKaffeesatz-Regular-webfont.svg#webfontlKPF1zIT') format('svg');
	font-weight: normal;
	font-style: normal;
	}

/* ==================== PRICING TABLE ==================== */
/* --- base --- */

div.p_table 
	{
	width: 100%;
	height: 100%;
	font-size: 13px;
	font-family: "Raleway";
	font-weight: normal;
	color: #303030;
	line-height: normal !important;
	}
	
div.p_table *
	{
	box-sizing: content-box;
	line-height: normal !important;
	}

/* --- main border --- */
div.p_table .frame_border
	{
	background-color: #ffffff;
	padding: 10px !important;
	float: left;
	}
	
/* --- hyperlinks --- */
div.p_table a
	{
	color: #303030;
	text-decoration: none;
	}
	
/* --- lists --- */
div.p_table ul
	{
	margin: 0px;
	padding: 0px !important;
	list-style-type: none !important;
	}
	
div.p_table li
	{
	margin: 0px;
	padding: 0px !important;
	list-style-type: none !important;
	list-style-image: none !important;
	line-height: normal !important;
	}
.align_left li{
    text-align:left;
}
/* --- div aligns --- */
div.p_table .align_center
	{
	text-align: center;
	}
div.p_table .align_left
	{
	text-align: left;
	}	
/* --- div rounded corners --- */
/* --- border radius 3px --- */	
div.p_table .radius3
	{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}
	
/* --- border radius 5px --- */	
div.p_table .radius5
	{
  width: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}	
	
/* --- border radius 5px top left --- */	
div.p_table .radius5_topleft
	{
	border-radius: 5px 0px 0px 0px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	}
	
/* --- border radius 5px top right --- */	
div.p_table .radius5_topright
	{
	border-radius: 0px 5px 0px 0px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	}
	
/* --- border radius 5px bottom right --- */	
div.p_table .radius5_bottomright
	{
	border-radius: 0px 0px 5px 0px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	}
	
/* --- border radius 5px bottom left --- */	
div.p_table .radius5_bottomleft
	{
	border-radius: 0px 0px 0px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	}
	
/* ==================== HEADINGS ==================== */
/* ------ common styles ------  */
div.p_table h1,
div.p_table h2,
div.p_table h3
	{
	margin: 0px;
	padding: 0px !important;
	font-weight: normal !important;
	border: 0 !important;
	color: #ffffff;
	}
	
div.p_table h1
	{
	font-family: 'YanoneKaffeesatzRegular', arial, sans-serif;
	font-size: 48px;
	}

div.p_table h2
	{
font-family: Raleway;

font-size: 14px;
line-height: 34px !important;
	}
	
div.p_table h3
	{
	margin-top: 3px;
	font-size: 13px;
	}

/* ==================== COLUMNS ==================== */
/* ------ common styles ------  */
div.p_table div.caption_column li.header_row_1 ,
div.p_table div.caption_column li.header_row_2
	{
	background-color: #ffffff;
	}

/* --- header row 1 ---  */
div.p_table div.caption_column li.header_row_1 ,
div.p_table div.column_1 li.header_row_1,
div.p_table div.column_2 li.header_row_1,
div.p_table div.column_3 li.header_row_1,
div.p_table div.column_4 li.header_row_1,
div.p_table div.column_5 li.header_row_1,
div.p_table div.column_6 li.header_row_1,
div.p_table div.column_7 li.header_row_1
	{
	height: 39px;
	width: 100%;
	padding: 1px 0px 0px 0px !important;
	}
	
/* ------ decor light line ------  */
div.p_table div.caption_column li.decor_line,
div.p_table div.column_1 li.decor_line,
div.p_table div.column_2 li.decor_line,
div.p_table div.column_3 li.decor_line,
div.p_table div.column_4 li.decor_line,
div.p_table div.column_5 li.decor_line,
div.p_table div.column_6 li.decor_line,
div.p_table div.column_7 li.decor_line
	{
	height: 1px;
	width: 100%;
	float: left;
	}
	
/* --- header row 2 ---  */
div.p_table div.caption_column li.header_row_2,
div.p_table div.column_1 li.header_row_2,
div.p_table div.column_2 li.header_row_2,
div.p_table div.column_3 li.header_row_2,
div.p_table div.column_4 li.header_row_2,
div.p_table div.column_5 li.header_row_2,
div.p_table div.column_6 li.header_row_2,
div.p_table div.column_7 li.header_row_2
	{
	height: 88px;
	width: 100%;
	padding: 5px 0px 7px 0px !important;
	}
	
/* --- caption correction --- */
div.p_table div.caption_column li.header_row_2
	{	
	height: 73px;
	width: 100%;
	padding: 20px 0px 8px 5px !important;
	line-height: 1 !important;
	/* IE box model hack */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff'); /* IE8 */
	}	
	 
/* ==================== CAPTION COLUMN ==================== */
div.p_table div.caption_column
	{
	width: 33%;
	height: 100%;
	float: left;
	}
div.p_table div.caption_column.numbers
	{
	width: 5%;
	height: 100%;
	float: left;
	}

/* =================== COLUMN STYLE 1 ==================== */
div.p_table div.column_1
	{
	width: 7%;
	height: 100%;
	float: left;
	position: relative;
	}
	
/* ==================== COLUMN STYLE 2 ==================== */
div.p_table div.column_2
	{
	width: 5%;
	height: 100%;
	float: left;
	position: relative;
	}	
	
/* ==================== COLUMN STYLE 3 ==================== */
div.p_table div.column_3
	{
	width: 5%;
	height: 100%;
	float: left;
	position: relative;
	}
	
/* ==================== COLUMN STYLE 4 ==================== */
div.p_table div.column_4
	{
	width: 5%;
	height: 100%;
	float: left;
	position: relative;
	}
/* ==================== COLUMN STYLE 5 ==================== */
div.p_table div.column_5
	{
	width: 10%;
	height: 100%;
	float: left;
	position: relative;
	}
/* ==================== COLUMN STYLE 6 ==================== */
div.p_table div.column_6
	{
	width: 5%;
	height: 100%;
	float: left;
	position: relative;
	}
/* ==================== COLUMN STYLE 7 ==================== */
div.p_table div.column_7
	{
	width: 25%;
	height: 100%;
	float: left;
	position: relative;
	}		
/* ==================== COLUMN HOVERS ==================== */

	
/*==================== DATA ROWS ====================*/
/* ------ common styles ------  */
div.p_table li.row_style_1,
div.p_table li.row_style_2,
div.p_table li.row_style_3
	{
	width: 100%;
	height: 100%;
	min-height: 16px;
	padding-top: 12px !important;
	padding-bottom: 12px !important;
	float: left;
	/* transitions */
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	transition: all 0.15s ease;	
	}

div.p_table li.row_style_1 span,
div.p_table li.row_style_2 span,
div.p_table li.row_style_3 span
	{
 
	display: inline-block;
	}
	
/* --- white ---  */
div.p_table li.row_style_1
	{
	background-color: #ffffff;
	}
	
/* --- lighter gray ---  */
div.p_table li.row_style_2
	{
	background-color: #f5f6f3;
	}

/* --- darker gray ---  */
div.p_table li.row_style_3
	{
	background-color: #ebebeb;
	}
div.p_table li.icon-yes-1 {background-color:#a8d08d;}	
/* --- hidden labels for responsive layout ---  */
div.p_table li.row_style_1 span > span.hidden_caption_span,
div.p_table li.row_style_2 span > span.hidden_caption_span,
div.p_table li.row_style_3 span > span.hidden_caption_span
	{
	display: none;
	}
	
/* ==================== FOOTER ==================== */
/* ------ common styles ------  */
div.p_table li.footer_row
	{
	width: 100%;
	height: 40px;
	padding-top: 14px !important;
	padding-bottom: 6px !important;
	float: left;
	background-color: #ffffff;
	/* transitions */
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	transition: all 0.15s ease;
	}
	
/* ==================== BUTTONS ==================== */
/* ------ common styles ------  */
div.p_table a.button_1,
div.p_table a.button_2,
div.p_table a.button_3,
div.p_table a.button_4
	{
	width: 130px;
	height: 37px;
	padding: 3px 0px 0px 0px !important;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
	outline: none;
	/* shadow */
	box-shadow: 0px 1px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 1px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 1px 0px rgba(0,0,0,0.15);
	/* font */
	font-family: 'YanoneKaffeesatzRegular', arial, sans-serif;
	color: #ffffff;
	font-size: 24px;
	/* poz correction */
	position: relative;
	top: 1px;
	/* transitions */
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	}
	
/* ------ hover common styles ------  */	

	
/* ==================== COLUMN RIBBONS ==================== */
/* --- base --- */
div.column_ribbon
	{
	position: absolute;
	top: 0;
	left: -4px;
	z-index: 1;
	padding: 1px 0px 1px 4px;
	font-size: 11px;
	font-weight: bold;
	}
	
/* --- bottom triangle --- */	
div.column_ribbon::before
	{
	position: absolute;
	left: 0;
	bottom: -4px;
	content: "";
    border-style: solid;
    border-color: transparent;
    border-width: 0 4px 4px 0;
	}

/* --- right triangles --- */	
div.column_ribbon::after
	{
	position: absolute;
	top: 0;
	right: -11px;
	content: "";
	z-index: -1;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border-style: solid;
    border-width: 8px;
	width: 0;
    height: 0;
	}

/* ==================== TOOLTIP ==================== */
/* --- base --- */
div.p_table a.tooltip
	{
	position: relative;
	text-decoration: underline;
	display: inline;
	font-size: 13px;
	opacity: 1;
	padding: 0;
	}
	
div.p_table a.tooltip:hover
	{
	color: #999999;
	text-decoration: none !important;
	}
	
div.p_table a.tooltip:hover::after, div.p_table a.tooltip:hover::before
	{
    display: block;
	}

/* --- tooltip container --- */
div.p_table a.tooltip::before
	{
	content: attr(rel);
	display: block;
	width: 140px;
    position: absolute;
	z-index: 1000;
    bottom: 150%;
    left: -10px;
    padding: 5px 10px 8px 10px;
	text-align: left;
    color: #ffffff;
    display: none;
	/* background */
	background: #404040; /* CSS2 */
	background: -moz-linear-gradient(top, #4e4e4e 0%, #404040 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e4e4e), color-stop(100%,#404040)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4e4e4e 0%,#404040 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4e4e4e 0%,#404040 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4e4e4e 0%,#404040 100%); /* IE10+ */
	background: linear-gradient(top, #4e4e4e 0%,#404040 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e4e4e', endColorstr='#404040',GradientType=0 ); /* IE6-9 */
	/* border-radius */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	/* box-shadow */
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	/* text-shadow */
	text-shadow: 0px 1px 0px #292929;
	}
	
/* --- tooltip arrow --- */
div.p_table a.tooltip::after
	{
	content: "";
	display: block;
    width: 0;
    height: 0;
    position: absolute;
	z-index: 1000;
	bottom: 18px;
	left: -2px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
	border-top: 6px solid #404040;
    display: none;
	background: transparent;	
	}
	
/* ==================== ICONS FONT ==================== */
@font-face 
	{
	font-family: 'icons';
	src: url('font/icons.eot?78084899');
	src: url('font/icons.eot?78084899#iefix') format('embedded-opentype'),
	url('font/icons.woff?78084899') format('woff'),
	url('font/icons.ttf?78084899') format('truetype'),
	url('font/icons.svg?78084899#icons') format('svg');
	font-weight: normal;
	font-style: normal;
	}
 
[class^="icon-"]::after,
[class*=" icon-"]::after
	{
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 10px;
	margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}
	

	
.icon-yes-1::after 
	{
	content: '\e80c';
	color: #447248;
	font-size: 16px;
	}
	
.icon-no-1::after
	{
	content: '\e80d';
	color: #d64747;
	font-size: 16px;
	}
	
.icon-yes-2::after
	{
	content: '\e802';
	color: #56a600;
	font-size: 14px;
	}
	
.icon-no-2::after
	{
	content: '\e803';
	color: #d64747;
	font-size: 14px;
	}
	
.icon-yes-3::after
	{
	content: '\e804';
	color: #56a600;
	font-size: 14px;
	}
	
.icon-no-3::after
	{
	content: '\e805';
	color: #d64747;
	font-size: 14px;
	}
	
.icon-yes-4::after
	{
	content: '\e806';
	color: #56a600;
	font-size: 16px;
	}
	
.icon-no-4::after
	{
	content: '\e807';
	color: #d64747;
	font-size: 16px;
	}
	
.icon-yes-5::after
	{
	content: '\e808';
	color: #56a600;
	font-size: 14px;
	}
	
.icon-no-5::after
	{
	content: '\e809';
	color: #d64747;
	font-size: 14px;
	}
	
.icon-yes-6::after
	{
	content: '\e80a';
	color: #56a600;
	font-size: 14px;
	}
	
.icon-no-6::after
	{
	content: '\e80b';
	color: #d64747;
	font-size: 14px;
	}
	
.icon-yes-7::after
	{
	content: '\e812';
	color: #56a600;
	font-size: 13px;
	}
	
.icon-no-7::after
	{
	content: '\e813';
	color: #aaaaaa;
	font-size: 13px;
	}
	
.icon-yes-8::after
	{
	content: '\e80e';
	color: #56a600;
	font-size: 14px;
	}
	
.icon-no-8::after
	{
	content: '\e80f';
	color: #eee;
	font-size: 14px;
	}
	
.icon-yes-9::after
	{
	content: '\e810';
	color: #56a600;
	font-size: 14px;
	}
	
.icon-no-9::after
	{
	content: '\e811';
	color: #aaaaaa;
	font-size: 14px;
	}
	
.icon-yes-10::after
	{
	content: '\e800';
	color: #ffa800;
	font-size: 15px;
	}
	
.icon-no-10::after
	{
	content: '\e801';
	color: #aaaaaa;
	font-size: 15px;
	}