@charset "utf-8";
/* CSS Document */

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl {
	margin: 10px 0 10px;
}
form {
	margin-bottom:20px;
}
li, dd, blockquote {
	margin-left: 40px;
	margin-bottom: 10px;
	margin-top: 10px;
}
table, td, tr {
	vertical-align:top;
}
h1 {
	font-family: 'FloraITC', sans-serif;
	font-size: 49px;
	font-weight: bold;
	margin: 25px 0;
	line-height: 50px;
}
h2 {
	font-family: 'FloraITC', sans-serif;
	font-size: 33px;
	font-weight: bold;
	line-height: 36px;
	color:#5da130;
}
h3 {
	font-family: 'FloraITC', sans-serif;
	font-size: 27px;
	font-weight: bold;
	line-height: 28px;
	color:#5da130;
}
h4 {
	font-family: 'FloraITC', sans-serif;
	font-size: 21px;
	font-weight: bold;
	color:#5da130;
}
small {
	font-size: 70%;
}
/* tag styles */
body {
	border:none;
	color:#000000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:20px;
	background:url(../img/pattern.jpg)/*tpa=http://teaberg.ru/inc/img/pattern.jpg*/ repeat;
}
a {
	color:#5da130;
	text-decoration:underline;
}
a:hover {
	color:#8ed063;
}
a:visited {
	/*color:#336910;*/
}
input, select,  {
	background:url(../img/pw_maze_white.png)/*tpa=http://teaberg.ru/inc/img/pw_maze_white.png*/ #f3f3f3;
	padding:1px;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 2px solid #FFFFFF;
}

/* ///containers styles */
.container_12,
.container_16
{
	max-width: 1220px;
	min-width: 1020px;
	margin: auto;
}
.topline {
	position:absolute;
    color: #fff;
    background-color: rgba(177, 182, 54, 0.7); /* Цвет фона и значение прозрачности */
	width:100%;
	z-index: 11000;
	height:60px;
}
.topline_three {
	position: relative;
	z-index: 1000;
}
.topline_three .container_12 {
	position: relative;
}
.topline .container_12 {
	width:960px;
}
.teaser_index, .teaser, .teaser_detail {
	position:relative;
}
.bottom_index {
	position:relative;
}
.bottom_line_index {
	position: absolute;
	top: -80px;
    background-color: rgba(100, 104, 12, 0.8); /* Цвет фона и значение прозрачности */
	width:100%;
	z-index: 11000;
	height:80px;
	color:#b1b636;
}
.bottom_line {
    background-color: #64680c;
	width:100%;
	height:80px;
	color:#b1b636;
}
.footer {
	background: #323406;
	color: #b1b636;
	padding-top:40px;
	padding-bottom:40px;
	overflow: hidden;
}
.footer a, .footer h4 {
	color: #b1b636;
}
.footer a:hover {
	color:#8ed063;
}
.bgw {
	background-color:#ffffff;
}

/* ///block styles */

/* ///topline */
.topline .container_12 {
	position: relative;
	overflow:visible;
}
.topline .logo {
	display: block;
	position:absolute;
	top:0;
	left:0;
	z-index: 11001;
}
.topline .logo img {
	position:absolute;
	height: 100px;
}
.topline .logo h1 {
	font-size: 14px;
	text-indent: -99999px;
	display: block;
}
.topline a {
	color:#fff;
	text-decoration:none;
}
.topline a:hover {
	background-color: rgb(177, 182, 54);
}
.topline .menu a {
	font-family: 'FloraITC', sans-serif;
	font-size:24px;
	font-weight:bold;
	padding:20px 30px;
	display:block;
	float:left;
}
.topline .cart a {
	background-image:url(../img/cart.png)/*tpa=http://teaberg.ru/inc/img/cart.png*/;
	background-repeat: no-repeat;
	background-position: 20px 50%;
	padding: 20px 20px 20px 60px;
	display:block;
	float: right;
}
.auth_block {
	position: absolute;
	right: 10px;
	margin-top: 60px;
	padding: 10px 20px;
	background: #C7CA70;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.auth_block a {
	text-decoration:underline;
}
.auth_block .username {
	font-weight:bold;
}

/*///teaser*/
.teaser div {
	/*width:100%; ?????*/
	height:360px; /*summ Height = 600px*/
	padding:240px 0 0 60px;
	background-position: center center;
	background-repeat: no-repeat;
}
.teaser_detail div {
	/*width:100%; ?????*/
	height:260px; /*summ Height = 600px*/
	padding:340px 0 0 60px;
	background-position: center center;
	background-repeat: no-repeat;
}
.teaser_index #slider {
	overflow:hidden;
	width:100%;
	height:770px;
}
.anons #slider {
	overflow:hidden;
	width:100%;
	height:500px;
}
.anons #slider img {
	width:100%;
	height:500px;
	background-repeat: no-repeat;
}
.teaser_index #slider li.oneslide {
	margin: 0;
	width:100%;
	height:770px;
	padding:240px 0 0 60px;
	background-repeat: no-repeat;
}
#controls {
	position: absolute;
	top: 20px;
	width: 100%;
	z-index: 10001;
	text-align: center;
}
.teaser_index #controls {
	top: auto;
	bottom: 100px;
}
.anons #controls {
	top: 0px;
	left: 200px;
	width: auto;
}
#controls .controls li {
    display: inline-block;
    margin: 0 10px;
    list-style: none;
}

#controls .controls li a {
    display: block;
    width: 20px;
    height: 0;
    padding-top: 20px;
    background-image: url(../img/slider_bull.png)/*tpa=http://teaberg.ru/inc/img/slider_bull.png*/;
    background-position: 0 0;
    overflow: hidden;
}

#controls .controls li.current a {
    background-position: 0 -20px;
}

/*///teaser styles*/
.dark .tsr_first, .dark .tsr_last {
	color: #ffffff;
	text-shadow: 1px 1px 0px #5DA130;
	/*filter: dropshadow(color=#5DA130, offx=1, offy=1);*/
}
.dark .tsr_big {
	color: #ffffff;
	text-shadow: 1px 1px 1px #5DA130;
	/*filter: dropshadow(color=#5DA130, offx=1, offy=1);*/
}
.light .tsr_first, .light .tsr_last {
	color: #5DA130;
	text-shadow: 1px 1px 0px #ffffff;
	/*filter: dropshadow(color=#ffffff, offx=1, offy=1);*/
}
.light .tsr_big {
	color: #5DA130;
	text-shadow: 1px 1px 1px #ffffff;
	/*filter: dropshadow(color=#ffffff, offx=1, offy=1);*/
}
.tsr_first, .tsr_last {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 30px;
}
.tsr_first {
	margin:0 0 40px 0;
}
.tsr_last {
	width: 450px;
	font-size: 20px;
	margin: 60px 0 0 0;
}
.tsr_big {
	font-family: 'FloraITC', sans-serif;
	font-weight: bold;
	font-size: 80px;
	margin:0 0 80px 0;
}
.tsr_button {
	font-family: 'FloraITC', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 30px;
	color: #ffffff;
	text-decoration: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 12px 20px;
	background: url(../img/pattern_btn.jpg)/*tpa=http://teaberg.ru/inc/img/pattern_btn.jpg*/ repeat-x;
	background-position: 0 0;
}
.tsr_button:hover {
	color: #ffffff;
	background-position: 0 -60px;
}

.button, .subscription-layout input[type="submit"] {
	font-family: 'FloraITC', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	color: #ffffff;
	text-decoration: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 20px;
	background: url(../img/pattern_btn.jpg)/*tpa=http://teaberg.ru/inc/img/pattern_btn.jpg*/ repeat-x;
	background-position: 0 0;
	cursor:pointer;
	border: none;
}
.ylw {
	background: url(../img/pattern_btn_ylw.jpg)/*tpa=http://teaberg.ru/inc/img/pattern_btn_ylw.jpg*/ repeat-x;
}
.grn, .subscription-layout input[type="submit"] {
	background: url(../img/pattern_btn_grn.jpg)/*tpa=http://teaberg.ru/inc/img/pattern_btn_grn.jpg*/ repeat-x;
}
.button:hover, .subscription-layout input[type="submit"]:hover {
	color: #ffffff;
	background-position: 0 -60px;
}
.button_hint {
	display:none;
}

/*anonses*/
.anons {
	background: #ffffff;
	margin:0 1%;
}
.anons .grid_6 {
	position: relative;
}
.anons .left {
	margin-right:2%;
	margin-left:0;
}
.anons .right {
	margin-right:0;
	margin-left:2%;
}
.anons .left .picture {
	width: 100%;
	height: 500px;
	background-position: right top;
	background-repeat: no-repeat;
}
.anons .right .picture {
	width: 100%;
	height: 500px;
	background-position: left top;
	background-repeat: no-repeat;
}
.anons .type {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 20px;
	color: #5da130;
	margin-top: 60px;
	margin-bottom: 20px;
	
	margin-left:20px;
}
.anons .type img {
	width: 205px;
	height: 20px;
	background:url(../img/types.gif)/*tpa=http://teaberg.ru/inc/img/types.gif*/ no-repeat;
	margin-left: 10px;
}
.anons .type .white { background-position: 0px 0px; }
.anons .type .green { background-position: 0px -20px; }
.anons .type .oolong { background-position: 0px -40px; }
.anons .type .red { background-position: 0px -60px; }
.anons .type .puer { background-position: 0px -80px; }
.anons .type .flower { background-position: 0px -100px; }
.anons h3 {
	font-family: 'FloraITC', sans-serif;
	font-weight: bold;
	font-size: 49px;
	color: #5da130;
	margin-bottom: 40px;
	margin-right:20px;
	margin-left:20px;
	line-height: 50px;
}
.anons .descr, .detail .type, .history_text {
	font-family: 'FloraITC', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size:17px;
	color: #000000;
	margin-bottom: 40px;
	margin-right:20px;
	margin-left:20px;
}
.detail .type {
	margin: 0;
	line-height: 20px;
}
.detail .descr {
	margin-top: 40px;
	margin-bottom: 40px;
}
.descr .n {
	color:#5da130;
}
.where, .how {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color:#5da130;
	padding-top: 4px;
	padding-bottom: 2px;
	background:url(../img/pics.gif)/*tpa=http://teaberg.ru/inc/img/pics.gif*/ no-repeat;
	white-space:nowrap;
}
.where {
	background-position: -2px -20px;
	padding-left: 30px;
}
.how {
	background-position: 7px 0;
	padding-left: 38px;
}
.button {
	display: block;
	float: left;
	margin-right: 30px;
}
.anons .button {
	margin-left:20px;
}
.button img {
	margin-left: 10px;
}
.price_line {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 42px;
	padding-top: 7px;
	color: #600b20;
	margin-left: 180px;
}
.light .price_line {
	text-shadow: 1px 1px 0px #ffffff;
	/*filter: dropshadow(color=#ffffff, offx=1, offy=1);*/
}
.dark .price_line {
	color: #ffffff;
	text-shadow: 1px 1px 0px #600b20;
	/*filter: dropshadow(color=#600b20, offx=1, offy=1);*/
}
.price_line .b-rub {
	font-size: 38px;
	line-height: 20px;
	padding-right: 15px;
}
.price_line .oldprice { /*price discount*/
	line-height:45px;
	text-decoration: line-through;
	color: gray;
	font-size: 70% !important;
}
.price_line .oldprice  .b-rub {
	font-size: 25px;
}
.anons .line {
	display:block;
	margin: 40px auto 40px;
}
.price_line_right {
	margin: 40px 0 0 -20px;
}

/*detail horizontal blocks lane*/
.history_line {
	height:220px;
	background-position: center top;
	background-repeat: repeat-x;
	border-bottom:#b1b636 10px solid;
	border-top:#b1b636 10px solid;
	margin-top:20px;
	
	font-family: 'FloraITC', sans-serif;
	font-weight: bold;
	font-size: 49px;
	color: #ffffff;
	padding:40px;

}
.history_line .dark {
	color: #ffffff;
	text-shadow: 1px 1px 0px #b1b636;
	/*filter: dropshadow(color=#b1b636, offx=1, offy=1);*/
}
.history_line .light {
	color: #b1b636;
	text-shadow: 1px 1px 0px #ffffff;
	/*filter: dropshadow(color=#ffffff, offx=1, offy=1);*/
}
.history_triangle, .more_triangle {
	width:100%;
	height:10px;
	background:url(../img/triangle_down.gif)/*tpa=http://teaberg.ru/inc/img/triangle_down.gif*/ no-repeat;
	margin-bottom:20px;
}
.history_triangle {
	background-position:center top;
}
.more_triangle {
	background-position:center bottom;
}
.history_text {
    -moz-column-width: 50%;
    -webkit-column-width: 50%;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    /*-moz-column-rule: 1px solid #ccc;
    -webkit-column-rule: 1px solid #ccc;*/
}
.history_text p {
	margin-top:0;
}
.history_text:first-letter {
	font-weight:bold;
	color: #b1b636;
}
.more_line {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 20px;
	color:#ffffff;
	text-align: center;
	height:80px;
	padding:20px;
	background:url(../img/pattern_more.jpg)/*tpa=http://teaberg.ru/inc/img/pattern_more.jpg*/ repeat-x;
}
.more_line p {
	font-family: 'FloraITC', sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 49px;
	padding-top:5px;
	padding-bottom:10px;
}
.more_anons {
	text-align:center;
}
.more_anons a {
	text-decoration:none;
}
.more_anons h3 {
	font-size: 36px;
	text-decoration:underline;
	padding-bottom: 10px;
	line-height: 36px;
}
.more_anons .more_inf {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 20px;
	padding-bottom: 20px;
}
.more_anons .more_price {
	width: 340px;
	margin: 30px auto 60px;
}
.more_anons .more_price .b-rub {
	padding-right:0;
}
/*label*/
.label {
	display: block;
	position: absolute;
	top: 45px;
}
.left .label {
	right: 0px;
}
.right .label {
	left: 0px;
}
.teaser .label {
	display: inline;
	top: 150px;
}
.teaser_detail .label {
	display: inline;
	top: 200px;
}
/*bottom line*/
.bottom_line_index .logo, .bottom_line .logo {
	font-family: 'FloraITC', sans-serif;
	font-weight: normal;
	font-size: 17px;
	background:url(../img/logo_bot.png)/*tpa=http://teaberg.ru/inc/img/logo_bot.png*/ no-repeat left top;
	padding: 30px 0px 30px 155px;
	margin-left: 38px;
	float: left;
}
.bottom_line_index .social, .bottom_line .social {
	float: right;
	padding:15px;
}
.p_mail, .p_vk, .p_gp, .p_fb, .p_twi {
	display: block;
	width: 30px;
	height: 0;
	padding-top: 30px;
	overflow: hidden;
	background-image: url(../img/social.png)/*tpa=http://teaberg.ru/inc/img/social.png*/;
	padding-top: 30px;
	margin:10px;
	float:left;
}
.p_mail { background-position: 0px 0px;}
.p_vk { background-position: 0px -30px;}
.p_gp { background-position: 0px -60px;}
.p_fb { background-position: 0px -90px;}
.p_twi { background-position: 0px -120px;}
.form_subscribe {
	float: left;
	border: #b1b636 2px solid;
	height: 30px;
	width:200px;
	margin: 7px 30px 0 15px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.form_subscribe .field {
	font-size: 16px;
	font-family: serif;
	font-style: italic;
	background: transparent;
	border: none;
	height: 30px;
	width: 150px;
	padding: 0 10px 0 10px;
	margin: 0;
	color: #b1b636;
	float: left;
}
.form_subscribe .field::-webkit-input-placeholder {
	color: #b1b636;
} 
.form_subscribe .field:-moz-placeholder {
	color: #b1b636;
}
.form_subscribe .send {
	margin: 0;
	padding: 0;
	width: 30px;
	height: 30px;
	border: none;
	border-left: 2px #b1b636 solid;
	background:url(../img/triangle_right.png)/*tpa=http://teaberg.ru/inc/img/triangle_right.png*/ center center no-repeat;
	float: right;
	cursor:pointer;
}
/*footer*/
.footer h4 {
	margin-left:40px;
}
.footer .outdate {
	margin-top:40px;
	margin-left:40px;
}
.footer .outdate .b-rub {
	padding-left: 0px !important;
	padding-right: 1px;
}
/* ///main styles */
.main_three {
	padding: 120px 40px 60px 40px;
	margin-top: -60px;
	background:#ffffff;
}
.main_three ul {
	list-style:disc;
	list-style-image: url(../img/bull.png)/*tpa=http://teaberg.ru/inc/img/bull.png*/;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.modal {
	display: none;
	width: 500px;
	text-align: center;
	padding: 30px 30px 40px 30px;
	background: #ffffff;
	top: 50%;
	left: 50%;
	position: fixed;
	z-index: 10010;
	border: #A7324F 3px solid;
	border-radius: 20px;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px;
	box-shadow: 0 0 40px 0 rgba(130,41,61,0.6);
}
.modal h4 {
	margin-bottom: 30px;
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
	color: #5DA130;
	line-height: 26px;
}
.modal .button {
	margin-left: 35px;
}
.modal .close {
	display: block;
	padding: 8px 20px 8px 20px;
	margin-right: 20px;
	float: right;
}

/*not my style names*/
/*страница корзины*/
.sorttext {
	display: inline;
}
.sortbutton {
	display: inline-block;
	font-family: 'FloraITC', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 17px;
	color: #ffffff;
	text-decoration: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 6px 17px;
	background: url(../img/pattern_btn_grn.jpg)/*tpa=http://teaberg.ru/inc/img/pattern_btn_grn.jpg*/ repeat-x;
	background-position: 0 0;
	cursor: pointer;
}
.sortbutton:hover {
	color: #ffffff;
	background-position: 0 -60px;
}
.sortbutton.current {
	background: none;
	border: 1px #5da130 solid;
	color: #5da130;
	cursor: text;
}
.equipment {
	margin-top: 20px;
	width: 100% !important;
}
.equipment input[type="text"], .cart-item-quantity, .input_text_style  {
	font-size: 18px;
	margin-top:0;
}
.equipment thead td {
	font-size: 14px;
	padding-top: 10px;
	height: 20px;
	background: #D7DA86;
	font-weight:bold;
	color:#727612;
}
.equipment td, .equipment th {
	vertical-align: top;
	padding: 10px;
	border-bottom:1px #D7DA86 solid;
}
.equipment .price, .myorders_itog, .old-price, .discount-price  {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #600b20;
	font-size: 24px;
}
.old-price {
	text-decoration: line-through;
	color: gray;
}
.equipment .price .b-rub, .myorders_itog .b-rub {
	font-size: 21px;
}
.cart-item-name {
	font-family: 'FloraITC', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 19px;
}
.count_nav {
	display: inline-block;
	height: 26px;
	width: 15px;
	line-height: 0;
	position: absolute;
	margin-top: -1px;
	padding-left: 5px;
}
.count_nav a {
	display: block;
	height: 13px;
	width: 13px;
	text-align: center;
	border: 1px solid #d8d8d8;
	background: url(../img/plus-minus.jpg)/*tpa=http://teaberg.ru/inc/img/plus-minus.jpg*/ no-repeat;
}
.count_nav a.plus {
	background-position:0 3px;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.count_nav a.minus {
	background-position:0 -16px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.deleteitem {
	display:block;
	width:21px;
	height:21px;
	margin-bottom:5px;
	background: url(../img/close.jpg)/*tpa=http://teaberg.ru/inc/img/close.jpg*/ no-repeat;
	background-position:0 0;
}
.deleteitem:hover {
	background-position:0 -22px;
}
.input_text_style {
	width:300px;
}
.myorders_itog {
	width: 600px;
	margin-top: 40px;
}
.myorders_itog input {
	padding: 4px;
	/*margin: -10px 0 10px 0;*/
}
.myorders_itog td {
	padding-bottom: 20px;
}
.w100p {
	width: 628px;
	border-top:1px #D7DA86 solid;
}

/*страница заказа, в процессе оформления*/
#order_form_div .sale_order_table.delivery label img, #order_form_div .sale_order_table.delivery input[type=radio] + label img, #order_form_div div.logo img, #order_form_div .sale_order_table .logo img, #order_form_div .sale_order_confirm img, #order_form_div .account img {
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	box-shadow: 0 0 10px 0 rgba(180,188,191,0.7);
}
#order_form_div .sale_order_table.delivery label:hover img, #order_form_div .sale_order_table.delivery input[type=radio]:checked + label img, #order_form_div div.logo.selected img, #order_form_div .sale_order_table .logo img:hover, #order_form_div .sale_order_table .logo input[type=radio]:checked + label img  {
	border-color: #A7324F !important;
	box-shadow: 0 0 20px 0 rgba(130,41,61,0.6) !important;
}
/*set font size*/
#order_form_div, #order_form_div .sale_order_table, #order_form_div .sale_order_table .desc, #order_form_div .sale_order_table, .sale_order_full_table small {
	font-size: 14px;
}
.section .label {
	position:inherit;
	top: auto;
}
#order_form_div .sale_data-table th {
	font-size: 14px;
	background: #D7DA86;
	font-weight:bold;
	color:#727612;
}
#order_form_div .sale_data-table td {
	border-bottom: 1px solid #D7DA86;
	vertical-align:top;
}
#order_form_div .title {
	font-family: 'FloraITC', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	border-bottom: 1px solid #D7DA86;
}
#order_form_div .title a {
	font-size: 16px;
	color: #A7324E;
}
#order_form_div .sale_data-table td.price {
	font-size: 17px;
	font-style: italic;
	font-family: serif;
}
#order_form_div .buy_finish .button {
	float: none;
}
#order_form_div .buy_finish {
	margin: 0 auto;
	width: 210px;
}
/*страница редактирования подписки*/
.div.subscription-title b, div.subscription-title-inner {
	font-size: 14px;
	background: #D7DA86;
	font-weight:bold;
	color:#727612;
}
div.subscription-form {
	border-color: #D7DA86;
}
/*страницы информации о заказах: прошлых и текущих*/
.order_block h2 {
	font-size: 24px;
	line-height: 24px;
}
.order_block small {
	font-size: 14px;
	color:#9FD080;
}
.order_block .b-rub {
	font-size:14px;
}
/* ///third-party styles */
.bx-core-popup-menu {
	z-index: 11022 !important;
}
.bx-core-dialog-overlay {
	z-index: 11021 !important;
}
.bx-core-window {
	z-index: 11022 !important;
}
.editor_dialog, .bxml-dialog {
	z-index: 11030 !important;
}