﻿@charset "utf-8";

.grid, .grid * {
	margin: 0;
	padding: 0;
}

.grid a {
	color: #004363;
	text-decoration: none;
}

.grid img {
	border: none;
}

.grid ul, .grid ol, .grid li {
	list-style: none;
}

section, header, hgroup, footer, .grid {
	display: block;
}

.grid {
	padding: 40px 0;
	-moz-border-radius: 4px;
	/*font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	/*font-size: 12px;*/
	color: #000;
	width: 960px;
	margin: 0 auto;
	margin-left:-4px;
	clear: both;
}

.grid>div {
	
}

.grid section {
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	float: left;
	margin: 0 -1px;
	-webkit-transition-property: -webkit-box-shadow;
	-webkit-transition-duration: 0.5s;
}

.grid header .top 
{
    background-color:#333;
}
.grid header .price 
{
}


.grid .top, .grid .price {
	background-image: url(../images/bg-grid.gif);
	background-repeat: repeat-x;
	text-align: center;
	position: relative;
}

.grid .top {
	border: solid 1px #000000;
	background-position: left top;
}

.grid .top h1 {
	font-size: 18px;
	color: #ccc;
	text-shadow: 0 1px 0 #000;
	height: 27px;
	line-height: 27px;
	border-top: solid 1px #4f4f4f;
	border-left: solid 1px #4f4f4f;
}

.grid .price {
	background-position: left -29px;
	background-color: #1d59ad;
	border-left: solid 1px #105592;
	border-right: solid 1px #094579;
	border-bottom: solid 1px #042d51;
}

.grid .price h2 {
	font-size: 38px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 0 #112235;
	border-top: solid 1px #3988ae;
	border-left: solid 1px #3988ae;
	height: 59px;
	padding: 5px;
}

.grid .style1 {
	font-size: 28px;
	vertical-align: text-top;
	height: 53px;
	vertical-align: middle\9;
	*vertical-align: middle;
}

.grid .price .style2 {
	font-size: 46px;
}

.grid .price .style3 {
	font-size: 11px;
	vertical-align: text-top;
	color: #93bae3;
	text-transform: uppercase;
	vertical-align: middle\9;
	*vertical-align: middle;
}

.grid .price label {
	position: absolute;
	left: -2px;
	top: -2px;
	background: url(/linked/images/pricing-grid/label.png) no-repeat left top;
	font-size: 0;
	width: 74px;
	height: 74px;
	overflow: hidden;
	text-indent: -100em;
}

.col5 .price label+h2 {
	padding-left: 25px;
}

.grid footer {
	border: solid 1px #bbb;
	border-top: none;
	background-color: #e5e5e5;
}

.grid footer ul {
	border-top: solid 1px #fff;
	border-left: solid 1px #f2f2f2;
	padding: 6px 17px 10px;
	font-size: 14px;
}



.grid footer ul li+li {
	border-top: solid 1px #f5f5f5;
	box-shadow: 0 -1px 0 #d2d2d2;
	-webkit-box-shadow: 0 -1px 0 #d2d2d2;
	-moz-box-shadow: 0 -1px 0 #d2d2d2;
}

.grid footer ul li.last {
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

/*.grid .btn {
    margin:10px 0px 10px 0px;
	background: #7cc319 url(../images/bg-button.gif) repeat-x left bottom;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 0 1px 0 #395c09;
	text-align: center;
	line-height: 40px;
	border: solid 1px #6aad0f;
	box-shadow: 1px 2px 3px #548e06;
	-moz-box-shadow: 1px 2px 2px #548e06;
	-webkit-box-shadow: 1px 2px 2px #548e06;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.grid .btn .asterisk
{
    font-size:12px;
}

.grid section.on .btn {
	background-image: url(/linked/images/pricing-grid/bg-button-over.gif);
	background-position: left top;
}*/

.grid section.first .top 
{
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
    
}

.grid section.first .top h1 {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}

.grid section.first, .grid section.first footer {
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
}

.grid section.first footer ul {
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.grid section.last .top {
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
}

.grid section.last .top h1 {
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

.grid section.last, .grid section.last footer {
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

.grid section.last footer ul {
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

/*.grid section:hover, */.grid section.on {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
	z-index: 1;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 0 -3px;
	/*cursor: pointer;*/
	position: relative;
	top: -10px;
}

/*.grid section:hover .top, */.grid section.on .top {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
}

/*.grid section:hover .top h1, */.grid section.on .top h1 {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

/*.grid section:hover, */.grid section.on, .grid section:hover footer, .grid section.on footer	{
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

/*.grid section:hover footer ul, */.grid section.on footer ul {
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

/*.grid section:hover h2, */.grid section.on h2 {
	padding: 10px 0;
}

/*.grid section:hover .btn, .grid section.on .btn {
	font-size: 20px;
	padding: 3px 0;
}*/

.col3 section {
	width: 318px;
}

/*.col3 section:hover, */.col3 section.on {
	width: 322px;
}

/*.col3 section .btn, .col4 section .btn, .col4 section.on .btn {
	font-size: 22px;
}*/

/*.col3 section:hover .btn, .col4 section:hover .btn, .col3 section:on .btn, .col4 section:on .btn
	{
	font-size: 26px;
}*/

/*.col3 section:hover .style2, */.col3 section.on .style2 {
	font-size: 48px;
}

.col4 section {
	width:100%;
    background-color:#ff0000
}

/*.col4 section:hover, */.col4 section.on {
	width: 242px;
}

.col5 section {
	width: 192px;
}

.col5 section:hover, .col5 section.on {
	width: 196px;
}

.Bxtooltip {
	position: absolute;
	background: url(../images/bg-tooltip.png) no-repeat right bottom;
	width: 272px;
	padding-bottom: 36px;
	z-index: 2;
	font-size: 13px;
	line-height: 1.35em;
	color: #333;
	left: 7%;
	top: -25px;
	display: none;
}

.Bxtooltip>div {
	background: url(../images/bg-tooltip.png) no-repeat left top;
	padding: 30px 30px 0 45px;
   
}

.Bxtooltip h3 
{
    color:#000;
    margin-bottom:0.5em;
	font-size: 14px;
}


/*.grid section:hover {
	z-index: 2;
}*/

.BxImgQst:hover .Bxtooltip {
	display: block;
}

/*.BxPrRow {position:relative;min-height:66px;padding:0px 0px 0px 13px;font-size:14px;text-align:left;}*/
.BxImgQst{line-height:66px;min-height:66px;float:left;width:32px;background-image:url(../images/q.png);background-repeat: no-repeat;background-position: 5px 23px;cursor:help}
.BxWhite {background-color:#f4f4f4}
.BxGray {background-color:#fbfbfb}
/*.BxQst{background-image:url(../images/q.png);background-repeat: no-repeat;background-position: 5px 8px;cursor:help}*/

.BxPrRow {
    position: relative;
    min-height:66px;
    vertical-align:middle;
	/*padding:0px 0px 0px 30px;*/
    font-size:14px;
    text-align:left;
}

.BxPrRowTxt {
  margin-left:50px;
  position:absolute ;
  top:50%;
  transform: translateY(-50%);
}

.BxTxtCtr{
    text-align:center;
}


.BxResp {
    float:left;
    width:33%;
    margin-left:-2px;
    
    /*height:200px;
    border: 1px solid black;
    margin:20px;*/
   
}
.BxBor{
    border-left:1px solid #d2d2d2;
}
.BxChk{
    padding-top:20px !important;
    padding-bottom:20px !important;
}

.BxPlan{
    display:inline-block;
    margin-top:25px;
    margin-bottom:15px;
    padding-top:20px;
    border-top:2px solid #30c8fa;
    margin:0 auto;
    width:100%;

}
.BxPlanSel{
    float:left;
    padding:15px;
    width:45%;
    border:1px solid rgba(0, 0, 0, 0.4);
    min-width:310px;
    text-align:center;
    margin:10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-height:280px;
}

.BxPlanStyle1 {
    font-size: 28px;
	height: 53px;
    margin-top:10px;
}

.BxPlanStyle2{
    font-size: 48px;
    font-weight: bold;
    text-shadow: 0 1px 0 #112235;
	color: rgba(0, 0, 0, 0.4);
	height: 59px;
	padding: 5px;
   
}

.BxAh {
    font-size: 22px;
    font-weight:bold;
    color:#ff0000;
	vertical-align: text-bottom;
	height: 30px;
	vertical-align: bottom;
}
.BxAh2 {
    font-size: 16px;
    font-weight:bold;
    color:#ff0000;
	vertical-align: text-top;
	height: 23px;
	vertical-align: top;
    margin-bottom:15px;
}

@media only screen and (max-width: 960px) {
    .BxResp {
        float:none;
        width:100%;
    }
    .grid {
	-moz-border-radius: 4px;
	color: #000;
	width: 100%;
	margin: 0 auto;
	margin-left:-4px;
	clear: both;
}
    .col4 section {
	width:100%;
    margin-bottom:30px;
}



}


