html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

textarea{
	resize: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*-----------------------------------------reset*/

/*-----------------------------------------font-face*/
@font-face {
    /* This declaration targets Internet Explorer */
    font-family: 'PFDinTextCondPro';
    src: url('fonts/pfdintextcondpro-regular-webfont.eot');
}

@font-face {
    /* This declaration targets everything else */
    font-family: 'PFDinTextCondPro';
    src: url(//:) format('no404'), url('fonts/pfdintextcondpro-regular-webfont.woff') format('woff'), url('fonts/pfdintextcondpro-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*-----------------------------------------font-face*/

html, body {
	position: relative;
	height: 100%;
	color: #000;
	min-width: 900px;
	font: normal 14px/18px Arial, sans-serif;
}

body{
	background: #2A193B url(../i/bg.jpg) 0 0 repeat;
}

body > .wrapper {
	height:auto !important;
	min-height:100%;
}

.wrapper{
	z-index: 1;
	position: relative;
	min-width: 1000px;
	max-width:1600px;
	margin: 0 auto;
	background: url(../i/header.png) 0 0 no-repeat;
	overflow: hidden;
}

.inner_page .wrapper{
	background: url(../i/inner_wrap.png) 100% 0 no-repeat;
}

.base {
	padding: 173px 50px 236px;
	overflow: hidden;
}

.inner_page .base{
	padding: 503px 50px 236px;
}

/*---------------------------------------------------------------------------global*/
 h1, h2, h3{
	 font-size: 1em;
 }

.ie{
	display: none;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover, a:focus {
	text-decoration: none;
}

.clear {
	clear: both;
}

.right{
	float: right;
}

.left{
	float: left;
}

/*---------------------------------------------------------------------------global*/
/*---------------------------------------------------------------------------header*/
.header {
	z-index: 20;
	position: absolute;
	width: 100%;
	height: 173px;
	top: 0;
	left: 0;
	font-size: 13px;
	line-height: 17px;
}

.inner_page .header{
	height: 503px;
}

.header_wrap{
	height: 54px;
	padding: 119px 50px 0;
}

.inner_page .header_wrap{
	height: 54px;
	padding: 46px 50px 403px;
}


/*------------------------------------------------------------------logo*/
.logo{
	z-index:10;
	position: absolute;
	width: 224px;
	height: 0;
	padding: 66px 0 0 0;
	top: 25px;
	left: 94px;
	color: #000;
	text-decoration: none;
	background: url(../i/logo.png) 0 0 no-repeat;
	overflow: hidden;
}

.inner_page .logo{
	width: 356px;
	padding: 98px 0 0 0;
	top: 215px;
	left: 94px;
	background-image: url(../i/inner_logo.png);
}

.logo_2{
	z-index: 10;
	position: absolute;
	width: 149px;
	height: 0;
	padding: 45px 0 0;
	right: 89px;
	top: 40px;
	background: url(../i/logo_2.png) 0 0 no-repeat;
	overflow: hidden;
}

.inner_page .logo_2{
	top: 139px;
	left: 94px;
}


/*------------------------------------------------------------------logo*/

.head_title{
	position: absolute;
	width: 256px;
	top: 45px;
	right: 284px;
	color: #fff;
}

.inner_page .head_title{
	width: 230px;
	top: 345px;
	left: 94px;
	font-size: 24px;
	line-height: 28px;
	text-shadow: 0 -1px 0 #000;
}

.header_img{
	z-index: 2;
	position: absolute;
	width: 540px;
	height: 403px;
	top: 100px;
	right: 186px;
	background: url(../i/inner_h_back.png) 0 0 no-repeat;
}

.header_img:before{
	z-index: 10;
	position: absolute;
	width: 95px;
	height: 188px;
	top: -58px;
	right: -95px;
	content: "";
	background: url(../i/inner_h_back_add.png) 0 0 no-repeat;
}
/*-----------------------------------------------------------------------nav*/

.nav_false .nav{
	display: none;
}
.nav, .footer_nav{
	position: relative;
	height: 54px;
	margin: 0 0 0 -1px;
	background: url(../i/nav_back.png) 0 0 no-repeat;
	overflow: hidden;
}

.lv_n{
	height: 53px;
	float: left;
}

.lv_n:first-child{
	padding: 0 0 0 110px;
}

.inner_page .lv_n:first-child{
	padding: 0 0 0 44px;
}

.lv_n a {
	position: relative;
	display: block;
	height: 53px;
	padding: 0 15px;
	line-height: 53px;
	text-align: center;
	text-decoration: none;
}

.lv_n a:hover, .lv_n a:hover:before, .mark a, .mark a:before{
	background-image: url(../i/nav_h.jpg);
	background-repeat: no-repeat;
}

.lv_n a:hover, .mark a{
	color: #fff;
	background-position: 100% 0;
}

.lv_n a:hover:before, .mark a:before{
	z-index: 10;
	position: absolute;
	width: 15px;
	height: 53px;
	top: 0;
	left: 0;
	content: "";
	background-position: 0 0;
}
/*-------------------------------------------------nav*/
/*-----------------------------------------------------------------------------------header*/
/*--------------------------------------------------------------------------------main_row*/
.main_row{
	overflow: hidden;
}

/*---------------------------------------------------------------------------content_row*/

.content_row {
	position: relative;
	overflow: hidden;
}


.headline{
	padding: 30px 44px 15px;
	font-size: 30px;
	line-height: 29px;
	color: #fff;
}
/*------------------------------------------------------global*/

/*------------------------------------------------------global*/
/*------------------------------------------------------text_block*/
.text_block{
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	overflow: hidden;
}



.text_block.small{
	font-size: 15px;
}

.text_block.small_two{
	font-size: 14px;
}

.overflow_wrap, .overflow{
	display: block;
	overflow: hidden;
}



.img_right{
	float: right;
	margin: 0 0 15px 30px;
}

.img_right.top_margin{
	margin: 200px 44px 15px 30px;
}

.p > .img_right:first-child, .p_bold > .img_right:first-child{
	margin: 0 0 15px 30px;
}
.p > .img_left:first-child, .p_bold > .img_left:first-child{
	margin: 0 30px 15px 0;
}

.img_left{
	float: left;
	margin: 0 30px 15px 0;
}

.img_left:first-child, .img_right:first-child{
	margin-top: 30px;
}

.text_block.italic > .p{
	font-style: italic;
}


.p{
	padding: 0 44px 18px;
}

.p_bold{
	padding: 0 44px 18px;
	font-weight: 700;
	font-size: 17px;
}

.p_grey{
	position: relative;
	height: 108px;
	padding: 0 44px 0 191px;
	margin: 0 0 18px;
	line-height: 108px;
	border: solid #c7cdcf;
	border-width: 1px 0;
	vertical-align: middle;
	background: #d1d5da;
}

.p_grey img{
	position: absolute;
	top: -10px;
	left: 74px;
}

.p_grey span{
	display: inline-block;
	line-height: 20px;
	vertical-align: middle;
}

.p:first-child,
.p_bold:first-child,
.t_b_h_line:first-child,
.t_b_c_h_line:first-child
{
	padding: 30px 44px 18px;
}

.small_two .p_bold{
	font-size: 14px;
}

.text_block .description{
	display: block;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	font-style: italic;
}

.back{
	color: #000 !important;
	background: #dee4e6;
}

.back2{
	color: #fff !important;
	background: #250c20 url(../i/back_2.png) 0 0 repeat-x;
}

.back2 a{
	color: #fff;
}

.h_line_img{
	position: relative;
	padding: 35px 44px 25px 200px;
	font-size: 26px;
	line-height: 30px;
	color: #fff;
	clear: both;
	background: #351e31;
}

.h_line_img .img{
	position: absolute;
	top: 5px;
	left: 44px;
}

.t_b_h_line, .t_b_c_h_line, .e_hline{
	padding: 0 44px 18px;
	font-size: 18px;
	line-height: 22px;
}

.t_b_h_line.big{
	font-size: 26px;
	line-height: 30px;
}

.text_block .t_b_h_line > .small{
	display: block;
	font-size: 16px;
	line-height: 20px;
}

.t_b_c_h_line{
	text-align: center;
}

.h_line_c, .h_line{
	color: #fff;
	line-height: 24px;
	font-size: 20px;
	font-weight: 700;
	padding: 25px 44px;
}

.h_line_c a, .h_line a{
	color: #fff;
}

.h_line_c.small span{
	display: block;
	font-size: 22px;
	font-weight: 400;
}

.h_line_c.small a{
	font-weight: 700;
}

.h_line_c{
	text-align: center;
}

.cover{
	padding: 35px 0;
}

.cover span{
	position: relative;
	display: inline-block;
}

.cover img{
	position: absolute;
	top: -85px;
	left: -190px;
}

.ttu {
	text-transform: uppercase !important;
}

.fwn{
	font-weight: 400 !important;
}

.extra_bonuses{
	overflow: hidden;
}

.extra_bonuses > .t_b_h_line{
	font-size: 20px;
	line-height: 24px;
}

.green{
	color: #309d05;
}
/*----------------------*/
.warranties{
	background: #dee4e6 url(../i/dydko.jpg) 100% 100% no-repeat !important;
}
.indent1{
	padding-right: 281px !important;
}

.indent2{
	padding-right: 281px !important;
}
.indent3{
	padding-right: 281px !important;
}
.indent4{
	padding-right: 322px !important;
}
.indent5{
	padding-right: 322px !important;
}
.indent6{
	padding-right: 322px !important;
}
.indent7{
	padding-right: 322px !important;
}
.indent8{
	padding-right: 364px !important;
}
.indent9{
	padding-right: 377px !important;
}


/*----------------------lists*/
.l_s_one{
	padding: 30px 0 0 44px;
	font-size: 22px;
	line-height: 26px;
	overflow: hidden;
}
.lv1{
	padding: 14px 0 16px;
	border-top: 1px solid #000;
}
.lv1:first-child{
	padding: 0 0 16px;
	border: none;
}
/*-----------------------*/
.l_s_two{
	border-bottom: 1px solid #b1b6b7;
}

.l_s_two.ver_2{
	border:none;
	padding: 0 0 25px;
}

.lv2{
	padding: 15px 44px 16px 116px;
	background: url(../i/galka.png) 59px 7px no-repeat;
	border-top: 1px solid #b1b6b7;
}

.lv2.odd{
	background-color: #c6c7cf;
}

.lv2:nth-child(odd){
	background-color: #c6c7cf;
}


/*-----------------------*/
.photo_list{
	padding: 0 0 25px 44px;
	float: left;
	overflow: hidden;
}

.pl_lv{
	padding: 0 30px 0 0;
	float: left;
}

.pl_lv:first-child{
	padding: 0 15px 0 0;
}
/*-----------------------*/
.dl{
	padding: 0 44px 25px;
}

.l_s_three{
	padding: 0 44px 25px;
}

.dl .l_s_three{
	padding: 0;
}

.lv3{
	padding: 3px 0 3px 36px;
	font-weight: 700;
	background: url(../i/thumbs_up_ico.png) 11px 7px no-repeat;
}
/*-----------------------*/

.l_s_four{
	padding: 15px 0 0;
}

.lv_4{
	padding: 0 0 15px 28px;
	background: url(../i/galka_small.png) 0 3px no-repeat;
}

.list, ul.list li{
	overflow: hidden;
}

ol.list{
	padding: 0 44px 25px 75px;
	list-style: decimal outside;
}
/*-----------------------*/

.l_s_five{
	padding: 15px 0 0 44px;
}

.lv5{
	padding: 5px 0 0 72px;
	background: url(../i/hend.png) 0 0 no-repeat;
}

.lv5 .p, .lv5 .p_bold{
	padding: 0 44px 18px 0 !important;
}

.red{
	color: #cc0800 !important;
}
/*----------------------*/
.questions_list{
	padding: 25px 44px;
}

.q_l_item{
	padding: 10px 0 16px 54px;
	background: url(../i/vopros_ico.png) 0 0 no-repeat;
}

.question{
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;
	padding: 0 21px 0 0;
	cursor: pointer;
}

.question span{
	padding: 0 0 0 20px;
	background: url(../i/arrow_down.png) 100% 60% no-repeat;
}

.question.open span{
	background-image: url(../i/arrow_up.png);
}

.answer, .a_wrap, .answer:before, .answer:after{
	background-image: url(../i/answer_block.png);
	background-repeat: no-repeat;
}

.answer{
	position: relative;
	padding: 13px 0 0 2px;
	margin: 0 0 0 10px;
	background-position: 0 0;
}

.answer:before, .answer:after{
	z-index: 100;
	position: absolute;
	width: 10px;
	height: 10px;
	content: "";
}

.answer:before{
	bottom: 0;
	left: 0;
	background-position: 0 100%;
}
.answer:after{
	top: 0;
	right: 0;
	background-position: 100% 0;
}

.a_wrap{
	padding: 18px 0 0;
	background-position: 100% 100%;
}

.a_wrap .p{
	padding: 0 25px 18px;
}
/*----------------------lists*/
/*------------------------------------------------------text_block*/
/*------------------------------------------------------delivery*/
.delivery{
	padding: 25px 0;
	text-align: center;
	background: #ced0d5;
}

.d_item{
	display: inline-block;
	width: 27%;
}

.d_block{
	width: 190px;
	margin: 0 auto;
	font-weight: 700;
	font-size: 17px;
	line-height: 21px;
}

.d_block span{
	display: block;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #66686a;
}
/*------------------------------------------------------video*/
.video{
	padding: 0 0 10px;
	margin: 25px 44px;
	text-align: center;
}

.v_wrap{
	width: 701px;
	height: 446px;
	margin: 0 auto 10px;
}

.video a{
	font-size: 12px;
	line-height: 16px;
}
/*------------------------------------------------------video*/
/*------------------------------------------------------delivery*/
.payment{

}

.how_pay{
	position: relative;
	display: block;
	width: 421px;
	padding: 0 0 0 68px;
	margin: 10px auto 0;
	font-size: 24px;
	line-height: 48px;
	text-decoration: none;
	background: url(../i/basket.png) 24px 10px no-repeat;
	cursor: pointer;
}

.how_pay.open{
	background: #fff url(../i/basket.png) 24px 10px no-repeat;
}

.how_pay.open:before{
	position: absolute;
	width: 489px;
	height: 9px;
	top: 0;
	left: 0;
	content: "";
	background: url(../i/drop-oplata_top.png) 0 0 no-repeat;
}

.how_pay span{
	border-bottom: 1px dashed #000;
}

.how_pay:hover span{
	border:none;
}

.how_pay_info{
	/*padding: 30px;*/
	margin: 0 44px 25px;
	background: #fff;
	overflow: hidden;
}

.how_pay_info a{
	color: #3900b8;
}

.msg{
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	font-family: 'Trebuchet MS',Helvetica,sans-serif;
}

.form{
	height: 850px;
	margin: 10px 44px 25px;
	border: 1px solid #929697;
}
/*------------------------------------------------------who_coaches*/
.who_coaches{
	padding: 35px 116px;
	overflow: hidden;
}

.coach{
	overflow: hidden;
}

.coach:first-child{
	padding: 0 0 42px;
}

.coach .img_left{
	margin: 0 30px 0 0 !important;
}

.coach .dl{
	padding: 0 44px 0 0;
	overflow: hidden;
}

.dl_hline{
	font-size: 16px;
	font-weight: 700;
}
.dl_hline > span{
	display: block;
	font-size: 14px;
}

.coach .dl_hline{
	padding: 0 0 0 28px;
}
/*------------------------------------------------------who_coaches*/
/*------------------------------------------------------example*/
.example{
	padding: 25px 44px 25px 85px;
	overflow: hidden;
}

.e_wrap{
	overflow: hidden;
}

.example > img{
	margin: 0 0 25px!important;
}

.e_wrap > .p{
	font-style: italic;
}
/*------------------------------------------------------example*/
/*------------------------------------------------------represent_block*/
.represent_block{
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	overflow: hidden;
}

.no_overflow.represent_block{
	overflow: visible;
}

.represent_block.big{
	font-size: 21px;
	line-height: 25px;
}

.represent_block.big .red{
	font-size: 24px;
	font-weight: 700;
}

.r_b_h_line{
	padding: 25px 0 18px 44px;
	font-size: 24px;
	line-height: 28px;
}

.represent_block.big .r_b_h_line{
	font-size: 32px;
	line-height: 36px;
}

.represent_block .img_right{
	margin: 0 0 0 30px !important;
}



.represent_block .img_left{
	margin: 25px 30px 18px 44px !important;
}

.r_wrap {
	position: relative;
	width: 680px;
	margin: 0 auto;
}

.r_wrap:after{
	display: block;
	content: "";
	clear: both;
}

.represent_block .r_wrap .img_left{
	margin: -15px 30px 18px 44px !important;
}

.r_wrap .butt_half{
	margin: 250px 0 0;
	float: right;
	color: #000 !important;
}

/*------------------------------------------------------represent_block*/
/*------------------------------------------------------letter_block*/
.letter_block{
	color: #000;
	font-size: 13px;
	line-height: 17px;
	overflow: hidden;
}

.l_b_wrap, .l_b_wrap:before, .l_b_wrap:after, .l_b_corner{
	background-image: url(../i/letter_back.png);
	background-repeat: no-repeat;
}

.l_b_wrap{
	position: relative;
	margin: 25px 35px 34px 44px;
	background-position: 0 0;
}

.l_b_wrap:before{
	position: absolute;
	height: 9px;
	left: 0;
	right: 0;
	bottom: -9px;
	content: "";
	background-position: 0 100%;
}
.l_b_wrap:after{
	position: absolute;
	width: 9px;
	right: -9px;
	top: 0;
	bottom: 0;
	content: "";
	background-position: 100% 0;
}

.l_b_corner{
	position: absolute;
	width: 9px;
	height: 9px;
	bottom: -9px;
	right: -9px;
	background-position: 100% 100%;
}

.ico{
	position: absolute;
	width: 103px;
	height: 97px;
	top: -18px;
	left: 37px;
	background: url(../i/letter_ico.png) 0 0 no-repeat;
}

.l_b_wrap .img_right{
	position: relative;
	margin: -5px 37px 0 10px !important;
}

.l_b_header{
	min-height:66px;
	padding: 25px 44px 0 158px;
	overflow: hidden;
}

.l_b_header > .p{
	padding: 0 0 18px !important;
}

.letter_block .l_b_header{
	font-size: 16px;
	line-height: 20px;
}

.l_b_hline{
	font-size: 24px !important;
	line-height: 28px !important;
}

.letter_block .p, .letter_block .p_bold{
	padding: 0 44px 18px;
}

.letter_block .p:first-child,
.letter_block .p_bold:first-child{
	padding: 30px 44px 18px;
}

.square{
	padding: 0 44px 0 100px;
	list-style: square outside !important;
}

.square > li{
	padding: 0 0 18px;
}
/*------------------------------------------------------letter_block*/
/*------------------------------------------------------presentation_list*/
.presentation_list{
	padding: 20px 0;
	overflow: hidden;
}

.p_l_item{
	width: 33%;
	float: left;
}

.p_l_i_wrap{
	padding: 0 44px;
}

.p_l_link{
	display: block;
	height:130px;
	padding: 20px 0 0;
	line-height: 130px;
	vertical-align: middle;
	text-align: center;
}

.p_l_link:hover{
	background: url(../i/hover.png) 50% 40% no-repeat;
}

.p_l_link img{
	display: inline-block;
	vertical-align: middle;
}

.p_l_text{
	padding: 10px 0;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	font-family: 'Trebuchet MS',Helvetica,sans-serif;
}

.details{
	display: block;
	width: 135px;
	height: 32px;
	margin: 0 auto;
	font-size: 13px;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 #90b411;
	background: url(../i/small_butt.png) 0 0 no-repeat;
}

.details:hover{
	background-image: url(../i/small_butt_h.png);
}
/*------------------------------------------------------presentation_list*/
/*------------------------------------------------------button_block*/
.button_block{
	margin: 25px 44px;
	padding: 25px 44px 25px 0;
	background: #261635;
	overflow: hidden;
}

.button_block > .p{
	padding: 0 44px !important;
	color: #fff !important;
	font-size: 20px;
	line-height: 24px;
	overflow: hidden;
}

.button_block .butt_midle{
	float: right;
}

.butt_midle, .butt_big, .butt_half{
	display: block;
	width: 204px;
	height: 51px;
	text-align: center;
	line-height: 49px;
	font-weight: 700;
	font-size: 18px;
	text-decoration: none;
	text-shadow: 0 1px 0 #90b411;
	background: url(../i/butt_middle.png) 0 0 no-repeat;
}

.butt_midle:hover{
	background-image: url(../i/butt_middle_h.png);
}

.butt_big{
	width: 384px;
	margin: 0 auto 25px;
	background-image: url(../i/butt_big.png);
}

.butt_big:hover{
	background-image: url(../i/butt_big_h.png);
}

.butt_half{
	width: 243px;
	height: 53px;
	background-image: url(../i/butt_half.png);
}

.butt_half:hover{
	background-image: url(../i/butt_half_h.png);
}
/*------------------------------------------------------button_block*/
/*---------------------------------------------------------------------------content_row*/
/*---------------------------------------------------------------------------------main_row*/
/*-----------------------------------------------------------------------------------footer*/
.footer {
	position: absolute;
	width: 100%;
	height: 216px;
	bottom: 0;
	left: 0;
	font-family: 'Trebuchet MS',Helvetica,sans-serif;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
}

.footer_wrap{
	position: relative;
	height: 216px;
	margin: 0 50px;
	background: #dee4e6;
}

/*------------------------------------------------------footer_nav*/
.footer_nav{
	height: 24px;
	padding: 15px 0 13px;
	text-align: center;
}

.nav_false .footer_nav{
	display: none;
}

.f_lv_n{
	display: inline-block;
	height: 24px;
	padding: 0 2px;
	font-family: 'PFDinTextCondPro';
	font-size: 12px;
	line-height: 24px;
}

.f_lv_n a{
	position: relative;
	display: block;
	height: 24px;
	padding: 0 14px;
	text-decoration: none;
}

.f_lv_n a:hover, .f_lv_n a:hover:before, .f_mark a, .f_mark a:before{
	background-image: url(../i/footer_nav_h.png);
	background-repeat: no-repeat;
}

.f_lv_n a:hover, .f_mark a{
	color: #fff;
	background-position: 100% 0;
}

.f_lv_n a:hover:before, .f_mark a:before{
	position: absolute;
	width: 14px;
	height: 24px;
	top: 0;
	left: 0;
	content: "";
	background-position: 0 0;
}

.copyright{
	position: absolute;
	top: 78px;
	left: 44px;
}

.authors, .affiliate_Program{
	position: absolute;
	width: 42%;
	top: 116px;
	left: 44px;
}

.authors span{
	display: block;
}

.affiliate_Program{
	top: 164px;
}

.support{
	position: absolute;
	top: 78px;
	left: 51%;
	color: #595b5c;
}

.support a, .call_us a{
	color: #595b5c;
}

.sl_lv{
	padding: 0 11px;
	float: left;
	background: url(../i/list_sep.png) 0 4px no-repeat;
}

.sl_lv:first-child{
	padding: 0 11px 0 0;
	background: none;
}

.call_us{
	position: absolute;
	top: 127px;
	left: 51%;
	color: #595b5c;
}

.call_us span{
	display: block;
}
/*------------------------------------------------------footer_nav*/
/*-----------------------------------------------------------------------------------footer*/
/*-----------------------------------------------------------------------------------print*/
@media print {
	.wrapper, .base,.content_row, .static, .main_row{
		padding: 0 !important;
		overflow: visible !important;
	}

	.print_header, .print_footer{
		display: block !important;
		padding: 10px 0;
		width: 100% !important;
	}

    .content_row  {
		display: block !important;
		width: 95% !important;
		margin: 0 auto !important;
		float: none !important;
	}

	.header, .footer{
		display: none !important;
	}

}

