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;
	outline: 0;
	border: 0;
	background: transparent;
	vertical-align: baseline;
	font-size: 100.01%;
}

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: 'PFAgoraSerifPro';
	src: url('fonts/pfagoraserifpro-regular-webfont.eot');
}

@font-face {
	/* This declaration targets everything else */
	font-family: 'PFAgoraSerifPro';
	src: url(//:) format('no404'), url('fonts/pfagoraserifpro-regular-webfont.woff') format('woff'), url('fonts/pfagoraserifpro-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	/* This declaration targets Internet Explorer */
	font-family: 'PFAgoraSerifProIt';
	src: url('fonts/pfagoraserifpro-italic-webfont.eot');
}

@font-face {
	/* This declaration targets everything else */
	font-family: 'PFAgoraSerifProIt';
	src: url(//:) format('no404'), url('fonts/pfagoraserifpro-italic-webfont.woff') format('woff'), url('fonts/pfagoraserifpro-italic-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	src: url('fonts/pfagorasanspro-bold-webfont.eot');
	/* This declaration targets Internet Explorer */
	font-family: 'PFAgoraSansPro';
}

@font-face {
	font-weight: bold;
	font-style: normal;
	src: url(//:) format('no404'), url('fonts/pfagorasanspro-bold-webfont.woff') format('woff'), url('fonts/pfagorasanspro-bold-webfont.ttf') format('truetype');
	/* This declaration targets everything else */
	font-family: 'PFAgoraSansPro';
}

@font-face {
	/* This declaration targets Internet Explorer */
	font-family: 'PFSquareSansProMedium';
	src: url('fonts/pfsquaresanspro-medium-webfont.eot');
}

@font-face {
	/* This declaration targets everything else */
	font-family: 'PFSquareSansProMedium';
	src: url(//:) format('no404'), url('fonts/pfsquaresanspro-medium-webfont.woff') format('woff'), url('fonts/pfsquaresanspro-medium-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	/* This declaration targets Internet Explorer */
	font-family: 'PFSquareSansPro';
	src: url('pfsquaresanspro-regular-webfont.eot');
}

@font-face {
	/* This declaration targets everything else */
	font-family: 'PFSquareSansPro';
	src: url(//:) format('no404'), url('pfsquaresanspro-regular-webfont.woff') format('woff'), url('pfsquaresanspro-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/*-----------------------------------------font-face*/

html, body {
	min-width: 760px;
	color: #000;
	background: #006262;
	font: normal 16px/22px Arial, serif;
}

.inner_page {
	min-width: 910px;
	font-family: Arial, sans-serif;
}

.wrapper {
	position: relative;
	width: 1000px;
	min-width: 760px;
	margin: 0 auto;
	overflow: hidden;
	background: url(../i/body_back.png) 50% 0 no-repeat;
}

.inner_page .wrapper {
	min-width: 910px;
	background: url(../i/inner_head.jpg) 50% 0 no-repeat;
}

.base {
	min-width: 760px;
	overflow-y: visible;
}

.inner_page .base {
	min-width: 910px;
}

/*---------------------------------------------------------------------------global*/
h1, h2, h3 {
	font-size: 1em;
}

.ie, .hide {
	display: none;
}

a {
	color: #0e81e6;
	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: relative;
	width: 100%;
	min-width: 760px;
	overflow: hidden;
}

.header_wrap {
	position: relative;
	width: 760px;
	height: 467px;
	margin: 0 auto;
	color: #fff;
}

.inner_page .header {
	height: 250px;
}

.inner_page .header_wrap {
	background: none;
}

.main_headline {
	padding: 0 0 20px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .27);
	font: 700 40px/1 "PFAgoraSerifPro", serif;
}

.inner_page .main_headline {
	position: absolute;
	top: 80px;
	right: 170px;
	font-size: 53px;
	line-height: 1.1;
	color: #fff;
}

.circle {
	position: absolute;
	top: 280px;
	left: -3px;
	width: 154px;
	height: 154px;
	text-align: center;
	vertical-align: middle;
	font: 700 18px/154px 'PFAgoraSansPro', sans-serif;
	background: url(../i/corner_circle.png) 0 0 no-repeat;
}

.circle span {
	display: inline-block;
	vertical-align: middle;
	line-height: 22px;
}

.circle .ie {
	display: none;
}

.inner_page .circle {
	position: absolute;
	top: 110px;
	left: 85px;
	width: 138px;
	height: 138px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font: 700 18px/138px 'PFAgoraSansPro', sans-serif;
	background: url(../i/inner_corner_circle.png) 0 0 no-repeat;
}

.hline_from {
	position: absolute;
	top: 35px;
	left: 210px;
	font: 16px/1.33 Arial, sans-serif;
}

.header_text {
	padding: 90px 20px 0 390px;
	overflow: hidden;
}

.header_text p {
	font-size: 18px;
	line-height: 1.1;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.header_text b {
	color: #d3e015;
}

/*-----------------------------------------------------------------------------------header*/
/*--------------------------------------------------------------------------------main_row*/

.no_overflow {
	overflow: visible !important;
}

.no_padding {
	padding: 0 !important;
}

/*---------------------------------------------------------------------------content_row*/

.content_row {
	z-index: 100;
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

.inner_page .content_row {
	width: 910px;
}

/*------------------------------------------------------representation_block*/
.representation_block {
	position: relative;
	width: 800px;
	padding: 20px 0 25px;
	margin: 0 auto;
	overflow: hidden;
	color: #fff;
}

.representation_block .p_big {
	padding: 15px 0 30px;
	line-height: 28px;
	font-size: 24px;
}

.representation_block .p {
	padding: 0 0 22px;
}

.representation_block a {
	color: #fff;
}

.subscribe {
	width: 766px;
	min-height: 270px;
	padding: 50px 0 28px;
	overflow: hidden;
	text-align: center;
}

/*------------------------------------------------------representation_block*/
/*------------------------------------------------------text_block*/


.text_block_w {
	width: 1000px;
	background: url(../i/t_b_wrap.png) 0 0 repeat-y;
}

.text_block, .video_main_block {
	position: relative;
	width: 688px;
	padding: 30px 36px 0;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
}

.video_block {
	width: 800px;
	margin: 0 auto 30px;
	overflow: hidden;
	border: solid #e7e8e8;
	border-width: 0 1px;
	background: #fff;
	text-align: center;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

.video_block.mod_object object{
	display: block;
	min-height: 360px;
	min-width: 800px;
	margin: 0 auto;
	}

.video_block.mod_object{
	border:none;
	background: none;
}

.img_center {
	display: block;
}

.img_abs_1, .img_abs_2 {
	z-index: 1;
	position: absolute;
}

.img_abs_1 {
	top: 30px;
	right: 5px;
}

.img_abs_2 {
	top: 60px;
	right: 15px;
}


.p {
	z-index: 2;
	position: relative;
	padding: 0 0 22px;
}


.center {
	text-align: center;
}

.p_bold {
	padding: 0 0 18px;
	font-weight: 700;
}

.red {
	color: #aa0303;
}


/*-----------------------------h_line*/
.h_line {
	width: 800px;
	padding: 25px 0 15px;
	margin: 0 auto;
	overflow: hidden;
	color: #e4e4e4;
	text-align: center;
	line-height: 36px;
	text-transform: uppercase;
	font: 32px 'PFDinTextCondProMedium', sans-serif;
}

.h_line.mod_1 {
	padding: 20px 0 34px;
	font-size: 50px;
}

.h_line.mod_1 span {
	font-size: 61px;
	font-weight: 700;
}

.h_line_c {
	width: 800px;
	padding: 20px 0 10px;
	margin: 0 auto;
	overflow: hidden;
	color: #fff;
	text-align: center;
	line-height: 28px;
	font-size: 24px;
	font-weight: 400;
}

/*-----------------------------h_line*/

.t_b_h_line, .w_a_hline, .v_b_hline {
	padding: 0 0 20px;
	color: #03457f;
	text-transform: uppercase;
	line-height: 36px;
	font-size: 32px;
}

.t_b_h_line_sub {
	padding: 0 0 20px 79px;
	text-transform: uppercase;
	font-size: 18px;
}

.ttu {
	text-transform: uppercase !important;
}

.fwn {
	font-weight: 400 !important;
}

.fwb {
	font-weight: 700 !important;
}

.hline {
	z-index: 2;
	position: relative;
	padding: 0 0 25px;
	font-size: 36px;
	font-weight: 400;
}

/*------------------------------------------------------text_block*/

.inner_baner_wrap {
	z-index: 100;
	position: relative;
	display: block;
	width: 910px;
	padding: 25px 0;
	margin: 0 auto 14px;
	clear: both;
	overflow: hidden;
	text-decoration: none;
}

.inner_baner {
	position: relative;
	display: block;
	width: 434px;
	padding: 25px 47px 20px 440px;
	color: #fff;
	text-decoration: none;
	background: url(../i/inner_banner.png) 0 0 repeat-y;
}

.i_baner_back {
	z-index: 90;
	position: absolute;
	top: -13px;
	left: 62px;
	width: 336px;
	height: 331px;
}

.i_baner_text {
	font-family: "PFAgoraSerifPro", sans-serif;
	color: #fff;
	text-decoration: none;
}

.i_baner_hline {
	padding: 0 0 10px;
	font-size: 39px;
	line-height: 1;
	font-weight: 400;

}

.i_baner_text .p {
	padding: 0 0 16px;
	font-size: 21px;
	line-height: 1.1;
}

.inner_baner .i_baner_butt {
	position: relative;
	display: block;
	width: 232px;
	height: 45px;
	color: #000;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font: 18px/45px 'PFAgoraSansPro', sans-serif;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, .3);
	cursor: pointer;
	background: url(../i/butt.png) 0 0 no-repeat;
	border: none;
}

.i_baner_butt:hover {
	background-position: 50% -45px;
	color: #444;
}

/*-----------------------------------------cover_block*/
/*------------------------------------------------------form_block*/

.form_block {
	position: relative;
	width: 728px;
	margin: 0 auto;
	overflow: hidden;
}

.form_block.big {
	height: 154px;
	width: 688px;
	padding: 24px 36px 20px;
	background: url(../i/form_t.png) 0 0 no-repeat;
}

.form_block.small {
	z-index: 10;
	position: relative;
	width: 688px;
	margin: 0 auto;
	padding: 20px 36px 24px;
	overflow: visible;
	color: #fff;
	background: #044 url(../i/form_b.png) 0 0 no-repeat;
}

.form_small_w {
	width: 1000px;
	background: url(../i/form_small_w.png) 0 100% no-repeat;
}

.form_block .p {
	padding: 0 0 17px;
	color: #fff;
	font-size: 17px;
	line-height: 1.1;
}

.form_text {
	float: left;
	width: 422px;
	overflow: hidden;
}

.form_wrap {
	overflow: hidden;
}

.small .form_wrap {
	padding: 3px 0 0 3px;
	overflow: visible;
}

.big .form_wrap {
	float: left;
	width: 232px;
	padding: 0 0 5px 33px;
}

.form_field {
	float: left;
	width: 211px;
	height: 22px;
	padding: 10px 10px 9px;
	margin: 0 0 8px;
	background: url(../i/form_field.png) 0 0 no-repeat;
}

.form_field.field_email {
	margin: 0 0 14px;
}

.form_wrap input[type="name"],
.form_wrap input[type="email"],
.form_wrap input[type="text"] {
	width: 211px;
	height: 22px;
	color: #848284;
	font: 18px/22px 'Trebuchet MS', Helvetica, sans-serif;
	background: none;
	border: none;
}

.small .form_text {
	float: none;
	width: 670px;
	line-height: 1.2;
}

.small .hline {
	padding: 0 0 22px;
}

.small .form_field {
	width: 191px;
	height: 22px;
	margin: 0 12px 14px 0;
	float: left;
	background: url(../i/form_field_small.png) 0 0 no-repeat;
}

.small .field_email {
	margin: 0 16px 14px 0;
}

.small .form_wrap input[type="name"],
.small .form_wrap input[type="email"],
.small .form_wrap input[type="text"] {
	width: 191px;
}

.SR_submitButton {
	position: relative;
	display: block;
	width: 232px;
	height: 45px;
	border: none;
	background: url(../i/butt.png);
	background-position: 0 0;
	text-transform: uppercase;
	font: 16px/45px 'PFAgoraSansPro';
	cursor: pointer;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3)
}

.SR_submitButton:hover {
	background-position: 50% -45px;
	color: #444;
}

/*------------------------------------------------------form_block*/
/*------------------------------------------------------mini_form_block*/

.l_b_i_form .form_wrap {
	overflow: hidden;
}

.l_b_i_form .form_field {
	float: left;
	width: 105px;
	height: 16px;
	padding: 8px 7px;
	background: url(../i/l_b_form_field.png) 0 0 no-repeat;
	margin: 0 0 13px;
}

.l_b_i_form .form_field.field_email {
	margin: 0 0 13px 7px;
}

.l_b_i_form .form_wrap input[type="name"],
.l_b_i_form .form_wrap input[type="email"],
.l_b_i_form .form_wrap input[type="text"] {
	width: 105px;
	height: 17px;
	padding: 0;
	color: #000;
	font: 13px/17px "PFSquareSansPro",sans-serif;
	background: none;
	border: none;
}

.l_b_i_form .SR_submitButton {
	position: relative;
	display: block;
	width: 137px;
	height: 37px;
	margin: 0 auto;
	clear: both;
	border: none;
	background: url(../i/l_b_form_submit.png);
	background-position: 0 0;
	text-transform: uppercase;
	font: 16px/37px 'PFSquareSansProMedium';
	color: #626262;
	cursor: pointer;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5)
}
.l_b_i_form .SR_submitButton:hover{
	background-position: 0 -39px;
}

/*------------------------------------------------------miniform_block*/
/*-------------------------------------------video_info_block*/

.video_info_block_wrap {
	width: 910px;
	margin: 0 auto;
	overflow: hidden;
	background: #242424 url(../i/lessons_block.jpg) 0 0 repeat;
	color: #fff;
}

.video_info_block {
	padding: 0;
}

.vi_b_hline {
	padding: 0 0 3px;
	overflow: hidden;
	color: #000;
	text-align: center;
	line-height: 32px;
	font-weight: 400;
	font-size: 30px;
}

.link_subsc {
	position: relative;
	display: block;
	left: 50%;
	width: 590px;
	padding: 0 0 12px;
	margin: 0 0 0 -295px;
	color: #33c;
	line-height: 22px;
	font-size: 14px;
}

.link_subsc:hover {
	text-decoration: underline;
}

.hidden_video_info {
	position: relative;
	padding: 0 32px;
}

/*----------------------hidden_video_info_list*/
.hidden_video_info_list {
	display: none;
	width: 842px;
	margin: 22px 0 16px;
}
.open .hidden_video_info_list{
	display: block;
}

.h_v_i_list_item {
	position: relative;
	height: 33px;
	line-height: 33px;
	font-size: 14px;
	border-bottom: 1px solid #434345;
}

.h_v_i_list_item:first-child {
	border-top: 1px solid #434345;
}

.h_v_i_list_item:first-child:hover {
	border-top: none;
}

.h_v_i_list_item:hover {
	margin: -1px -14px 0;
	padding: 1px 13px 0 14px;
	color: #999;
	cursor: default;
	background: url(../i/h_v_list_item.png) 0 0 repeat-x;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}

.h_v_i_list_item:first-child:hover {
	margin: 0 -14px;
}

.video_butt, .video_butt:hover {
	background: url(../i/butt_q.png);
	background-repeat: repeat-x;
}

.video_butt {
	position: absolute;
	top: 5px;
	right: 160px;
	display: none;
	width: 151px;
	height: 27px;
	color: #000;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
	font-size: 13px;
	background-position: 0 0;
}

.video_butt.high {
	right: 5px;
}

.video_butt:hover {
	color: #fff;
	background-position: 0 -50px;
}

.h_v_i_list_item:hover .video_butt {
	display: block;
}

/*last link in .hidden_video_info_list*/
.all_video {
	padding: 0 0 0 15px;
	font-weight: 700;
}

.inner_triger {
	position: relative;
	width: 266px;
	height: 26px;
	padding: 12px 0 0 11px;
	margin: 9px auto 8px;
	font: 16px/1 "PFSquareSansProMedium", sans-serif;
	text-transform: uppercase;
	background: url(../i/butt_d.png) 0 0 no-repeat;
	cursor: pointer;
	color: #000;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
}

.inner_triger:hover {
	background-position: 0 -38px;
	color: #fff;
}

/*----------------------hidden_video_info_list*/
/*-------------------------------------------video_info_block*/
/*-------------------------------------------------social_icons*/
.social_icons {
	height: 55px;
	background: url(../i/soc_bg.png) 0 0 repeat-x;
}

.s_i_hline {
	float: left;
	padding: 0 21px 0 245px;
	font: 25px/55px "PFSquareSansPro", sans-serif;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.57);
}

.addthis_toolbox {
	float: left;
	position: relative;
	height: 28px;
	padding: 17px 0 0;
	overflow: hidden;
}

.social_icons ul {
	width: 218px;
	overflow: hidden;
}

.social_icons li {
	float: left;
	margin: 0 10px 0 0;
}

.social_icons a {
	position: relative;
	display: block;
	width: 22px;
	height: 20px;
	padding: 3px;
	background-image: url(../i/social_icons.png);
	background-repeat: no-repeat;
	text-decoration: none;
}

.social_icons a:hover {
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.29);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(styles/PIE.htc);
}

.social_icons a span{
	display: none;
}

a.addthis_button_twitter {
	background-position: 3px 3px;
}

.addthis_button_facebook {
	width: 21px;
	background-position: -35px 3px;
}

a.addthis_button_odnoklassniki_ru {
	background-position: -73px 3px;
}

.addthis_button_vk {
	width: 21px;
	background-position: -111px 3px;
}

.addthis_button_google_plusone {
	height: 20px !important;
	margin: 0;
	background: none !important;
	/* background-position: -137px 9px; */
}

/*-------------------------------------------------social_icons*/
/*-----------------------------links_block*/
.links_block, .want_more {
	z-index: 100;
	position: relative;
	width: 910px;
	padding: 34px 0 35px;
	margin: 0 auto;
	overflow: hidden;
}

.l_b_item {
	position: relative;
	margin: 0 0 0 19px;
	float: left;
	color: #000;
}

.l_b_item:first-child {
	margin: 0;
}

.l_b_item:first-child .l_b_i_hold {
	width: 260px;
	height: 166px;
	padding: 20px 10px 0 20px;
}

.l_b_i_form {
	background: url(../i/l_b_form.png) 0 0 no-repeat;
}

.l_b_i_comment {
	background: url(../i/l_b_comment.jpg) 0 0 no-repeat;
}

.l_b_i_like {
	background: url(../i/l_b_like.jpg) 0 0 no-repeat;
}

.l_b_i_hold {
	position: relative;
	display: block;
	width: 260px;
	height: 81px;
	padding: 105px 10px 0 20px;
	color: #000;
	font-family: 'PFAgoraSansProMedium', sans-serif;
	text-decoration: none;
}


.l_b_hline {
	padding: 0 0 3px;
	font: 400 24px/1 "PFSquareSansPro", sans-serif;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.57);
}

.l_b_text {
	text-decoration: none;
	font-size: 18px;
	line-height: 1;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.57);
}

.l_b_i_form .l_b_hline {
	font-size: 22px;
	line-height: 1;
	text-shadow: none;
}

.l_b_i_form .l_b_text {
	font: 13px/1.3 "PFSquareSansPro", sans-serif;
	margin: 0 0 11px;
	text-shadow: none;
}

/*-----------------------------links_block*/
.rotator{
	width: 800px;
	margin: 0 auto;
}
/*----------------------------------------------------------------------main_row*/
/*-----------------------------------------------------------------------------------footer*/
.footer {
	z-index: 1;
	position: relative;
	width: 1000px;
	height: 150px;
	margin: 0 auto;
	font: 12px/17px 'Trebuchet MS', Helvetica, sans-serif;
	overflow: hidden;
}

.main_page .footer {
	background: url(../i/footer_bg.png) 0 0 no-repeat;
}

.copyright {
	position: absolute;
	top: 30px;
	left: 120px;
	color: #fff;
}

.copyright a {
	color: #fff;
}

.copyright span {
	display: block;
	padding: 2px 0 0;
	color: #fff;
}

.affiliate_Program {
	position: absolute;
	top: 65px;
	left: 170px;
	color: #3a446a;
}

.support {
	position: absolute;
	top: 30px;
	left: 428px;
	width: 455px;
	color: #fff;
}

.support a, .call_us a {
	color: #ff0;
}

.sup_hline {
	float: left;
	padding: 0 5px 0 0;
}

.sup_wrap {
	overflow: hidden;
	width: 330px;
}

.sup_list {
	overflow: hidden;
}

.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: 50px;
	left: 428px;
	width: 458px;
	color: #fff;
}

.Info-DVD_logo {
	position: absolute;
	top: 210px;
	left: 330px;
	width: 113px;
	height: 32px;
	background: url(../i/info_dvd_logo.png) 0 0 no-repeat;
}

/*------------------------------------------------------footer_nav*/
/*-----------------------------------------------------------------------------------print*/
@media print {
	.wrapper, .base, .content_row, .static, .main_row {
		overflow: visible !important;
		padding: 0 !important;
	}

	.print_header, .print_footer {
		display: block !important;
		padding: 10px 0;
		width: 100% !important;
	}

	.content_row {
		float: none !important;
		display: block !important;
		margin: 0 auto !important;
		width: 95% !important;
	}

	.header, .footer {
		display: none !important;
	}

}
