/*Virus Banner*/
.vb { background: url('../images/banner.png') no-repeat 0 0; width: 233px; height: 181px; position: relative; margin: 0 0 0 15px; }
.vbh { position: absolute; left: 5px; top: 2px; }
.vbt { position: absolute; left: 25px; top: 60px; width: 150px;font-size:32px;text-align:center;font-weight:bold; }
.vbs { position: absolute; left: 25px; top: 95px; width: 150px;text-align:center; }
.vbb { display: block; width: 188px; height: 35px; position: absolute; left: 21px; bottom: 20px; text-align: center; }
.vbb  a { font-size: 16px; color: #FFF; font-weight: bold; text-decoration: none; text-transform: uppercase; display: block; outline: none; }
.labelc
{
	padding:0px;
	margin:0px;
	font-weight: bold;
}
.b10
{
	padding:10px;
	margin:0px;
}

.admin_menu
{
	  background: transparent url(../images/topmenu-bg.png) top center repeat-x;
}

.phone
{
	display: table-cell;
	vertical-align: middle;
	height:75px;
}

ul.check
{
	list-style-image: url(/images/tick-icon.png);
}
ul.check li
{
	margin-top:5px;
	margin-bottom:5px;
}

.faq-hs
{
	padding-left:20px;
}

.faq-hs h2
{
	padding:0px;
	margin:0px;
	cursor:pointer;
}
.faq-hs p {
	display:none;
	position:relative;
	padding:15px;
	margin:10px 0 20px;
	color:#333;
	background:#eee;
	/* css3 */
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

.faq-hs div {
	display:none;
	position:relative;
	padding:15px;
	margin:10px 0 20px;
	color:#333;
	background:#eee;
	/* css3 */
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}



/* this isn't necessary, just saves me having to edit the HTML of the demo */
.faq-hs p:before {
	position:absolute;
	top:-60px;
	left:0;
	width:155px;
	height:36px;
    /* reduce the damage in FF3.0 */
    display:block;
}

/* creates the triangle */
.faq-hs p:after {
	content:"";
	position:absolute;
	top:-30px;
	left:50px;
	border:15px solid transparent;
	border-bottom-color:#eee;
    /* reduce the damage in FF3.0 */
    display:block;
    width:0;
}

#partners .span4 a.thumbnail
{
	height:120px;
}
.hr-clear hr
{
	clear:both;
}

.corp-company
{
	 height:80px;
	 position:relative;
}

.corp-company img
{
	margin: auto 44;
}

/*-- Plan Container --*/

.plan-container {
    position: relative;
    float: left;
}

/*-- Plan --*/

.plan {
    margin-right: 6px;

    border-radius: 4px;
}


/*-- Plan Header --*/

.plan-header {
    text-align: center;
    color: #FFF;

    background-color: #686868;

    -webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;

    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.plan-title {
    padding: 10px 0;

	font-size: 16px;
    color: #FFF;

	border-bottom: 1px solid #FFF;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);

    border-radius: 4px 4px 0 0;
}

.plan-price {
	padding: 20px 0 10px;

    font-size: 66px;
    line-height: 0.8em;

	background-color: #797979;

    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.plan-price span.term {
    display: block;
    margin-bottom: 0;

    font-size: 13px;
    line-height: 0;
    padding: 2em 0 1em;
}

.plan-price span.note {
	position: relative;
	top: -40px;

	display: inline;

    font-size: 17px;
    line-height: 0.8em;
}



/*-- Plan Features --*/

.plan-features {
	border: 1px solid #DDD;
	border-bottom: none;
}

.plan-features {
	padding-bottom: 1em;
}

.plan-features ul {
	padding: 0;
	margin: 0;

	list-style: none;
}

.plan-features li {
	padding: 1em 0;
	margin: 0 2em;

	text-align: center;

	border-bottom: 1px dotted #CCC;
}

.plan-features li:last-child {
	border-bottom: none;
}


/*-- Plan Actions --*/

.plan-actions {
	padding: 1.15em 0;

	background: #F2F2F2;

	background-color: whiteSmoke;
	background-image: -moz-linear-gradient(top, #F8F8F8, #E6E6E6);
	background-image: -ms-linear-gradient(top, #F8F8F8, #E6E6E6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F8F8F8), to(#E6E6E6));
	background-image: -webkit-linear-gradient(top, #F8F8F8, #E6E6E6);
	background-image: -o-linear-gradient(top, #F8F8F8, #E6E6E6);
	background-image: linear-gradient(top, #F8F8F8, #E6E6E6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	border-color: #E6E6E6 #E6E6E6 #BFBFBF;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);

	border: 1px solid #DDD;

	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.plan-end {
	padding:2px;
	border-color: #E6E6E6 #E6E6E6 #BFBFBF;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	border: 1px solid #DDD;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top:0px;
}

.plan-actions .btn {
	padding: 1em 0;
	margin: 0 2em;

	display: block;

	font-size: 16px;
	font-weight: 600;
}



/*-- Columns --*/
.pricing-plans.plans-1 .plan-container {
    width: 100%;
}
.pricing-plans.plans-2 .plan-container {
    width: 50%;
}

.pricing-plans.plans-3 .plan-container {
    width: 33.33%;
}

.pricing-plans.plans-4 .plan-container {
    width: 25%;
}

.pricing-plans.plans-5 .plan-container {
    width: 20%;
}

.pricing-plans.plans-6 .plan-container {
    width: 16.66%;
}







/*-- Best Value Highlight --*/

.plan.best-value .plan-header {
	background-color: #677E30;
}

.plan.best-value .plan-price {
	background-color: #81994D;
}







.plan.skyblue .plan-header {
	background-color: #3D7AB8;
}

.plan.skyblue .plan-price {
	background-color: #69C;
}



.plan.lavendar .plan-header {
	background-color: #754F75;
}

.plan.lavendar .plan-price {
	background-color: #969;
}



.plan.teal .plan-header {
	background-color: #257272;
}

.plan.teal .plan-price {
	background-color: #399;
}




.plan.pink .plan-header {
	background-color: #FF3778;
}

.plan.pink .plan-price {
	background-color: #F69;
}







.plan.black .plan-header {
	background-color: #222;
}

.plan.black .plan-price {
	background-color: #333;
}





.plan.yellow .plan-header {
	background-color: #C69E00;
}

.plan.yellow .plan-price {
	background-color: #E8B900;
}



.plan.purple .plan-header {
	background-color: #4E2675;
}

.plan.purple .plan-price {
	background-color: #639;
}





.plan.red .plan-header {
	background-color: #A40000;
}

.plan.red .plan-price {
	background-color: #C00;
}



.plan.orange .plan-header {
	background-color: #D98200;
}

.plan.orange .plan-price {
	background-color: #F90;
}



.plan.blue .plan-header {
	background-color: #0052A4;
}

.plan.blue .plan-price {
	background-color: #06C;
}

/*-- Green Plan --*/
.green {
	color: #677E30;
}
.plan.green .plan-header {
	background-color: #677E30;
}

.plan.green .plan-price {
	background-color: #81994D;
}

.plan-container
{
	margin-bottom: 20px;
}
/*------------------------------------------------------------------*/

.label-red
{
	background: #f00;
}

.hr20
{
	border:0px;
	height:20px;
	background: url(/images/hr_20.png) no-repeat top left;
}

.resources {

	background-color: #CACAC8;
	background: -webkit-gradient(radial, center center, 0, center center, 460, from(#FCFAFB), to(#A9A9A9));
	background: -webkit-radial-gradient(circle, #FCFAFB, #A9A9A9);
	background: -moz-radial-gradient(circle, #FCFAFB, #A9A9A9);
	background: -ms-radial-gradient(circle, #FCFAFB, #A9A9A9);
	height: 40px;
	clear:both;
	text-align:left;
	-moz-border-radius: 13px; /* Firefox */
  	-webkit-border-radius: 13px; /* Safari, Chrome */
	-khtml-border-radius: 13px; /* KHTML */
	border-radius: 13px; /* CSS3 */
  	/* Для плохих IE */
	behavior: url(/css/ie-css3.htc); /* учим IE border-radius */
	margin-top:10px;
	margin-bottom:20px;
	width:80%;
}

.resources div.plus {
	height: 34px;
	width: 60px;
	text-align:center;
	background-color: #005CA1;
	float:left;
	display:inline;
	color:#fff;
	font-size:56px;
	font-weight:bold;
	line-height: 33px;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	margin: 3px 15px 0 3px;
}
.resources div.text {
	float:left;
	display: inline;
	font-size:20px;
	line-height: 40px;
	color: #085893;
	text-shadow: #FFF 2px 0 1px, #FFF 0 2px 1px, #FFF -2px 0 1px, #FFF 0 -2px 1px;
}

.notpodcherk {
text-decoration: none
}
