html, body	{ height: 100%; }
.cover {
	position: absolute;
	background: #ffffff;
	opacity: 0;
	filter: alpha(opacity=0);
	border: none;
	padding: 0px;
	margin: 0px;
	font-size: 1px;
	line-height: 1px;
	display: block;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.cover-disabler {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
#main_wrap	{ height: auto; min-height: 100%; margin: 0px 0px -30px 0px; }
#head		{
	width: 100%;
	height: 129px;
	padding: 0px;
	margin: 0px;
	position: fixed;
	left: 0px;
	top: 0px;
	border-bottom: 1px solid #e3e3e3;
	background: #ffffff url("../img/header_bg.png") repeat-x left top;
	z-index: 10;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.head-spacer{ height: 129px; width: 100%; }
#head .wrp	{
	margin: 0px auto;
	max-width: 1024px;
	height: 100%;
	position: relative;
}
#head .sh	{
	height: 9px; width: 100%; position: absolute; bottom: -10px; z-index: 9;
	background: url("../img/header_sh.png") repeat-x left top;
}
#head .logo	{
	display: block;
	float: left;
	background: url("../img/logo.png") no-repeat left top;
	width: 160px;
	height: 50px;
	top: 7px;
	position: absolute;
}
#head .logo-big	{
	position: relative;
	top: 0;
	margin: 8px 65px 9px 0px;
}

.tpl_sel #head .logo {
	background-image: url("../img/logo_builder_big.png");
	width: 194px; height: 79px; margin-top: 24px;
}

#head-control {
	border-bottom: 1px solid #e3e3e3;
	height: 65px;
}
#head-tools {
	padding-top: 9px;
}
#head-control .wrp2 { padding: 14px 0px 3px 0px; }
#head-control .li	{ float: left; margin-left: 10px; }
#head-control .ctrl-left {
	padding-top: 11px;
	min-width: 520px;
	max-width: 604px;
	float: right;
}
#head-control .ctrl-right {
	padding-top: 18px;
	float: right;
}
.btn.btn-wb-item {
	padding: 3px; outline: none !important; line-height: 1px; overflow: visible;
}
.btn.btn-wb-noborder { padding: 0px; border: none; background: transparent; }
.wb_toolbar .wb_item .btn.btn-wb-item {
	margin-bottom: 5px; position: relative;
}
.wb_toolbar {
	
}
.wb_toolbar .wb_item	{
	display: block;
	display: inline-block;
	float:left;
	min-width: 30px;
	margin-right: 4px;
	margin-left: 4px;
	position: relative; 
	outline: none !important;
	font-size: 11px;
	line-height: 10px;
	cursor: pointer;
	white-space: nowrap;
	text-align: center;
}
.wb_toolbar .wb_item:first-child { margin-left: 0px; }
.wb_toolbar .wb_item.active,
.wb_toolbar .wb_item:hover { color: #55aa0b; }
.wb_toolbar .wb_item.checked { font-weight: bold; color: #55aa0b; }
.wb_toolbar .tab-content .wb_item {
	width: auto; min-width: 46px; max-width: 60px;
}
.wb_toolbar .wb_item.wb-dropdown { margin-right: 10px; }
.wb_toolbar .wb_item .caret	{
	position: absolute; top: 6px; right: -12px;
	background: transparent url("../img/icons_all.png") no-repeat -22px -120px;
	content: none; border: none; width: 6px; height: 3px; display: block;
}
.wb_toolbar .wb_item .dropdown-menu	{
	text-align: left; font-size: 14px; margin-top: -10px; margin-left: -10px;
	min-width: 120px;
}
.wb-config .dropdown-menu i { vertical-align: middle; margin-right: 5px; }
.wb-config .dropdown-menu .checked:after {
	content: " \2713";
	position: relative;
}
.wb-config .dropdown-menu .checked-marker {
	position: absolute; left: 0px; z-index: 3;
}
#wb_toolbar	{ margin-left: -5px; }
#wb_toolbar .wb_item { min-width: 40px; }
#wb_toolbar .nav {  
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#wb_toolbar .nav li {  
	float: left;
	position: relative;
}
#wb_toolbar .nav li a {  
	font-size: 11px; 
	height: 28px; 
	line-height: 28px; 
	color: #1d1d1d;
	text-decoration: none; 
	vertical-align: middle;
	position: relative;
	border: 1px solid transparent;
	border-bottom: 0;
	padding: 0 10px 1px 10px;
	margin-bottom: -1px;
	z-index: 115;
	outline: 0;
}
#wb_toolbar .nav li a:hover {
	background: none !important; 
}
#wb_toolbar .nav li.active:hover a { 
	background: #fff !important;
}
#wb_toolbar .nav li.active a { 
	color: #55aa0b;
	background: #fff;
	border-color: #c8c8c8;
	-webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}
.wb_item_group {
	float: left;
	height: 54px;
	position: relative;
}
.wb_item_group > div.wb_item_group_container > .arrow {
	display: none;
	position: absolute;
	left: 41px;
	top: -7px;
	margin: 0px 0px 0px -9px;
	padding: 0px;
	background: transparent;
	border: 6px solid transparent;
	border-bottom-color: #c5c5c5;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	border-top-width: 0px;
	content: "";
}
.wb_item_group > div.wb_item_group_container > .arrow:after {
	position: absolute;
	left: 0px;
	top: 1px;
	margin: 0px 0px 0px -6px;
	padding: 0px;
	background: transparent;
	border: 6px solid transparent;
	border-bottom-color: #ffffff;
	border-top-width: 0px;
	content: "";
}
.wb_item_group.vertical {
	position: relative;
}
.wb_item_group.vertical > div.wb_item_group_container .tooltip {
	white-space: nowrap;
}
.wb_item_group.vertical > div.wb_item_group_container > .arrow {
	display: block;
}
.wb_item_group.vertical.vertical-right > div.wb_item_group_container > .arrow {
	right: 35px;
	left: inherit;
}
.wb_item_group.vertical > div.wb_item_group_container {
	height: auto;
	width: 153px;
	text-align: left;
	background: #ffffff;
	z-index: 100;
	position: absolute;
	left: -10px;
	top: 36px;
	padding: 10px 0px 0px 5px;
	border: 1px solid #c5c5c5;
	border-color: rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
.wb_item_group.vertical.vertical-right > div.wb_item_group_container {
	left: inherit;
	right: -10px;
}
.wb_item_group.vertical > div.wb_item_group_container .wb_item {
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	float: none;
	display: inline-block;
}
.wb_item_group.vertical .wb_item_sep {
	display: none !important;
}
.wb_toolbar .wb_item.wb_item_grouper {
	display: none;
	min-width: 58px !important;
}
.wb_toolbar .wb_item.wb_item_grouper.wb_inactive:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #f9f9f9;
	opacity: 0.7;
	z-index: 10;
}
.lol-fix1, .lol-fix2 { 
	display: none;
	position: absolute;
	bottom: -4px;
	height: 8px;
	width: 4px;
	background: #fff;
	z-index: 116; 
}
.lol-fix1 {
	left: 0;
	border-left: 1px solid #c8c8c8;
}
.lol-fix2 {
	right: 0;
	border-right: 1px solid #c8c8c8;
}
#wb_toolbar .nav li.active .lol-fix1, #wb_toolbar .nav li.active .lol-fix2 {
	display: block;
}
#wb_toolbar .tab-content {
	position: relative;
	background: #fff;
	padding: 0 6px 0 10px;
	border: 1px solid #c8c8c8;
	-webkit-border-radius: 4px 4px 4px 4px;
     -moz-border-radius: 4px 4px 4px 4px;
          border-radius: 4px 4px 4px 4px;
    z-index: 114;
    box-shadow: 4px 4px 10px rgba(195, 195, 195, 0.75);
	-moz-box-shadow: 4px 4px 10px rgba(195, 195, 195, 0.75);
	-webkit-box-shadow: 4px 4px 10px rgba(195, 195, 195, 0.75);
	max-width: 520px;
	clear: left;
}
.wb_toolbar .tab-content		{ overflow: visible; }
.wb_item.ui-draggable-dragging	{
	margin: 0px; padding: 10px; border: 1px solid #dbdbdb; background: #f5f5f5;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; z-index: 9999;
}
.lang-ru #wb_toolbar .wb_item	{ font-size: 11px; line-height: 13px; }
#wb_toolbar_pro		{
	position: fixed; left: 10px; top: 160px; 
	z-index: 999; 
	/*
	width: 106px; height: 330px;
	overflow: hidden;*/
	background: #ffffff;
	border: 1px solid #a5a5a5;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.30);
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.30);
	opacity: 0.4;
	filter: alpha(opacity=40);
	transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out; /* Firefox 4 */
	-webkit-transition: 0.4s ease-in-out; /* Safari and Chrome */
	-o-transition: 0.4s ease-in-out; /* Opera */
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
#wb_toolbar_pro:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
#wb_toolbar_pro .wrp		{ padding: 20px; }
#wb_toolbar_pro .rod		{
	position: absolute; display: block; width: 17px; height: 68px; font-size: 1px;
	line-height: 1px; padding: 0px; margin: 0px; right: 10px; top: 136px; cursor: pointer;
	background: transparent url("../img/pro_tb_rod.png") no-repeat scroll left top;
	z-index: 3;
}
#wb_toolbar_pro .rod:hover		{ background-position: right top; }
#wb_toolbar_pro .rod-rev			{ background-position: left bottom; }
#wb_toolbar_pro .rod-rev:hover	{ background-position: right bottom; }
#wb_toolbar_pro label { 
	font-size: 11px;
	margin-bottom: 0;
}
#wb_toolbar_pro .wb_item	{
	display: block;
    float: left;
    font-size: 11px;
    height: 60px;
    line-height: 10px;
    outline: medium none !important;
    position: relative;
    width: 63px;
}
#wb_toolbar_pro .wb_item i	{ vertical-align: middle; }
#wb_fn_page_seo .tooltip {
  	width: 160px !important;
}
#wb_toolbar_ext		{
	
}
#wb_toolbar_ext .wrp2			{
	-moz-user-select: none; 
    -khtml-user-select: none; 
    -webkit-user-select: none; 
    -o-user-select: none;
    height: 30px;
    width: 194px;
}
#wb_toolbar_ext .wrp2.ico-margin	{
	margin-left: -10px;
	margin-top: 5px;
}
#wb_toolbar .wb_item_sep,
#wb_toolbar_ext .wb_item_sep {
	display: block; height: 29px; border-right: 1px solid #e3e3e3;
	float: left; margin: 0px 10px 0px 9px
}
#wb_toolbar .wb_item_sep { height: 45px; }
#wb_toolbar_ext .cust-chk	{
	font-size: 11px; line-height: 30px; color: #1d1d1d;
	margin: 0px 14px 0px 0px; display: block; display: inline-block;
	text-decoration: none; vertical-align: middle;
	cursor: pointer;
	-moz-user-select: none; 
    -khtml-user-select: none; 
    -webkit-user-select: none; 
    -o-user-select: none; 
}
#wb_toolbar_ext .cust-chk .wb_icon {
	display: inline-block;
  	width: 18px;
  	height: 18px;
  	*margin-right: .3em;
  	margin-right: 4px;
  	line-height: 18px;
  	vertical-align: middle;
  	background-image: url("../img/icons_all.png");
  	background-position: -11px -11px;
  	background-repeat: no-repeat;
}
#wb_toolbar_ext .cust-chk.show_grid .wb_icon {
  	background-position: -11px -11px;
}
#wb_toolbar_ext .cust-chk.snap_to_grid .wb_icon {
  	background-position: -51px -11px;
}
#wb_toolbar_ext .cust-chk.show_layout .wb_icon {
  	background-position: -91px -11px;
}
#wb_toolbar_ext .checked.show_grid .wb_icon {
	background-position: -131px -11px;
}
#wb_toolbar_ext .checked.snap_to_grid .wb_icon {
	background-position: -171px -11px;
}
#wb_toolbar_ext .checked.show_layout .wb_icon {
	background-position: -211px -11px;
}
#wb_toolbar_ext .checked	{
	color: #d50123;
}
#wb_toolbar_ext .cust-btn	{
	font-size: 13px; line-height: 15px; color: #333333; padding: 4px 0px 3px 20px;
	margin: 0px 20px 0px 0px; display: block; display: inline-block;
	background: transparent url("../img/undo.png") no-repeat left center; cursor: pointer;
	text-decoration: none; vertical-align: top;
}
#wb_toolbar_ext .cust-chk:hover,
#wb_toolbar_ext .cust-btn:hover	{ text-decoration: none; }
#wb_toolbar_ext .btn			{ vertical-align: top; }

.wb_toolbar_help,
.wb_toolbar_repo	{
	position: fixed; z-index: 999; padding: 10px 20px;
	background: #ffffff;
	border: 1px solid #a5a5a5;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.30);
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.30);
	opacity: 0.4;
	filter: alpha(opacity=40);
	transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out; /* Firefox 4 */
	-webkit-transition: 0.4s ease-in-out; /* Safari and Chrome */
	-o-transition: 0.4s ease-in-out; /* Opera */
}
.wb_toolbar_help {
	bottom: 10px;
	right: 10px;
}
.wb_toolbar_repo {
	bottom: 10px;
	left: 10px;
}
.wb_toolbar_help:hover,
.wb_toolbar_repo:hover	{
	opacity: 1;
	filter: alpha(opacity=100);
}
.wb_toolbar_help .wb_item,
.wb_toolbar_repo .wb_item	{
	margin: 0px; font-size: 11px; line-height: 13px; width: auto;
	height: auto; overflow: hidden; text-align: center; white-space: nowrap;
}
.wb_toolbar_help .wb_item {
	cursor: pointer;
}
.wb_toolbar_help .wb_item i,
.wb_toolbar_repo .wb_item i	{ vertical-align: middle; }
.wb_toolbar_help .close,
.wb_toolbar_repo .close { margin-right: -16px; margin-top: -10px; opacity: 1; color: #fff; text-shadow: 0 1px 0 #000; }
.wb_toolbar_repo .close:hover { opacity: 1; }

.wb_toolbar_all { height: 54px; /*overflow: hidden;*/ }
.wb_toolbar_groups_pro { float: left; position: relative; }

.admin-part			{ position: absolute; top: 80px; right: 0px; }
.admin-part .btn	{ white-space: nowrap; }

.wb-admin-mode-tag		{ position: absolute; left: 102px; bottom: 8px; font-size: 14px; cursor: default; }

#translations_nav.affix			{
	top: 80px; background: #ffffff;
	-moz-box-shadow: 0px 10px 5px #ffffff;
	-webkit-box-shadow: 0px 10px 5px #ffffff;
	box-shadow: 0px 10px 5px #ffffff;
}
#translations_nav.affix .nav	{ margin-bottom: 0px; }

#head .slogan		{
	float: left; text-align: left; margin-left: 80px; padding-top: 40px;
	font-family: Arial,sans-serif; font-weight: normal; font-size: 30px;
	line-height: 32px; color: #1d1d1d; width: 640px;
}
#head .slogan span	{
	display: block; font-size: 14px; line-height: 16px; color: #6B7578;
	margin: 10px 0px 0px 0px;
}

#body		{
	background: #ffffff; position: relative; /* height: 80%; */ z-index: 1; /* overflow-y: scroll; */
	/* overflow-x: auto; */
}
.tpl_sel #body	{
	height: auto; overflow: visible; width: 1003px; margin: 0 auto;
	padding: 30px 0px 60px 0px;
}
.tpl_sel .langs { position: absolute; right: 0px; top: 18px; }
.tpl_sel .wb-admin-mode-tag {
	text-align: center; top: 16px; left: 210px; width: 56px;
	line-height: 11px; font-size: 11px; color: #6b7578;
}
#site		{
	width: 100%; height: 100%; min-height: 100%; border: none; background: #ffffff;
	position: relative; margin: 0px; padding: 0px; z-index: 2;
}
#footer		{
	background: #1d1d1d url("../img/footer_bg.png") repeat-x left top; height: 30px;
	position: relative; z-index: 5;
	background: #161616;
}

#tpl_left	{ float: left; width: 230px; }
#tpl_left ul		{
	display: block; margin: 0px; padding: 0px; list-style-type: none; float: left;
}
#tpl_left ul li	{
	display: block; margin: 0px; padding: 0px 0px; float: left; clear: left;
}
#tpl_left ul li a	{
	font-family: Arial,sans-serif; font-size: 14px; color: #000000; line-height: 16px;
	display: block; padding: 3px 7px 3px 27px; text-decoration: none;
	background: url("../img/bull.png") no-repeat 8px center; white-space: nowrap;
}
#tpl_left ul li a span	{ color: #6b7578; }
#tpl_left ul li a:hover	{
	color: #ef4a00; text-decoration: underline; background-image: url("../img/bull_h.png");
}
#tpl_left ul li a.s,
#tpl_left ul li a.s:hover	{
	color: #ef4a00; text-decoration: none; background-color: #f9ed09;
	-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
	 background-image: url("../img/bull_s.png");
}
#tpl_left .head	{
	font-family: Arial,sans-serif; font-size: 30px; line-height: 32px; color: #6b7578;
	margin: 0px 0px 10px 10px;
}
#tpl_right	{ float: right; width: 770px; }

#tpl_right .item_list		{ margin-top: 40px; }
#tpl_right .item_list .itm-clear	{ clear: both; }
#tpl_right .item_list .itm	{
	margin: 0px 0px 10px 10px; float: left; width: 366px; padding: 12px 0px 20px 0px;
	text-align: center;
	position: relative;
}
#tpl_right .item_list .itm-pro-overlay {
	background: #ffffff;
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	z-index: 9;
	opacity: 0.7; filter: alpha(opacity=70);
}
#tpl_right .item_list .itm-pro-overlay-text {
	position: absolute;
	left: 36px; top: 120px;
	z-index: 10;
	text-align: center;
	font-size: 18px;
	line-height: 36px;
	background: #32b0eb;
	color: #000000;
	padding: 2px 20px;
}
#tpl_right .item_list .itm-pro-overlay-text .block-pointer {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #32b0eb;
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 50%;
	bottom: -8px;
	z-index: 1;
}
#tpl_right .item_list .itm-pro-overlay-text .block-star {
	background: url("../img/star_white.png") no-repeat;
	width: 21px; height: 21px;
	display: inline-block;
	padding: 0px;
	margin: 8px 6px 0px 2px;
	font-size: 1px;
	line-height: 1px;
	vertical-align: top;
}

#tpl_right .item_list .itm-pro-overlay-text span {
	display: block;
	position: relative;
	z-index: 2;
}
#tpl_right .item_list .itm-pro-overlay-text span a {
	color: #ffffff;
	text-decoration: underline;
}
#tpl_right .item_list .itm .t	{
	font-family: Arial,sans-serif; font-size: 18px; color: #6b7578; line-height: 20px;
	margin: 0px 10px 12px 10px; text-align: left;
}
#tpl_right .item_list .itm a.img,
#tpl_right .item_list .itm img{ width: 346px; height: 236px; }
#tpl_right .item_list .itm a.img	{
	display: block; margin: 0px 10px 20px 10px; position: relative;
}
#tpl_right .item_list .itm a.img .zoom	{
	position: absolute; display: block; width: 31px; height: 31px;
	background: transparent url("../img/zoom.png") no-repeat; right: 0px; bottom: 0px;
}
#tpl_right .item_list .itm.active	{
	background: #dfdfdf;
	-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
}
#tpl_right .item_list .itm.active .t .curr	{ color: #f06211!important; font-size: 14px; }

#tpl_right .item_list .itm.old	{
	background: #ffb5b5;
	-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
}

#tpl_right .item_details		{ display: block; padding: 0px; margin: 47px 0px 0px 0px; }
#tpl_right .item_details .t	{
	font-family: Arial,sans-serif; font-size: 18px; color: #6b7578; line-height: 20px;
	margin: 0px 10px 12px 0px; text-align: left;
}

#tpl_right .item_details img	{
	width: 346px; height: 236px; margin: 0px 30px 30px 0px; float: left;
}
#tpl_right .item_details .mis{ float: left; }
#tpl_right .item_details .mis ul	{
	display: block; margin: 0px; padding: 0px; list-style-type: none;
}
#tpl_right .item_details .mis ul li	{
	display: block; margin: 0px 0px 10px 0px; padding: 0px;
}
#tpl_right .item_details .mis ul li.template{ display: none; }
#tpl_right .item_details .mis ul li .xbtn	{
	display: block; display: inline-block; width: 14px; height: 12px; padding: 0px;
	margin: 6px 0px 0px 5px; font-size: 1px; line-height: 1px; vertical-align: top;
	background: url("../img/xbtn.png") no-repeat left top; cursor: pointer;
	text-decoration: none;
}
#tpl_right .item_details .mis .add_btn	{
	display: block; font-size: 14px; color: #000000; line-height: 16px; padding: 5px;
	margin: 0px; text-decoration: none; font-weight: normal; cursor: pointer;
	border: 1px solid #cacaca; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	border-radius: 3px;
}
#tpl_right .item_details .control-label	{
	text-align: left; font-family: Arial,sans-serif; font-size: 14px; line-height: 16px;
	color: #6b7578; width: 80px;
}
#tpl_right .item_details .controls		{ margin-left: 90px; }
#tpl_right .item_details .control-group	{ text-align: right; }
.wb_element .wb_controls	{
	position: absolute; left: 0px; top: 0px; border: none; display: block;
	padding: 0px; margin: 0px; width: 100%; height: 100%; z-index: 10;
}
.wb_element .wb_controls .wb_lang_label,
.wb_element .wb_controls .wb_edit_btn,
.wb_element .wb_controls .wb_move_btn	{
	position: absolute; display: block; margin: 0px;
	padding: 0px; width: 24px; height: 24px; background: #5f5f5f none no-repeat center center;
	text-align: center; z-index: 10; color: #fff; text-transform: uppercase;
}
.wb_element .wb_controls .wb_edit_btn span,
.wb_element .wb_controls .wb_move_btn span	{ margin-top: 4px; }
.wb_element .wb_controls .wb_lang_label	{ right: 24px; top: 0px; cursor: default; line-height: 24px; font-size: 12px; }
.wb_element .wb_controls .wb_edit_btn	{ right: 0px; top: 0px; cursor: pointer; }
.wb_element .wb_controls .wb_move_btn	{ left: 0px; top: 0px; cursor: move; }

.wb_element .wb_controls .wb_elem_outline	{
	width: 100%; height: 100%; position: absolute; left: 0px; top: 0px;
	border: 1px solid #dbdbdb;
}

.wb_element .wb_controls .wb_selection	{
	width: 100%; height: 100%; position: absolute; left: 0px; top: 0px;
	border: 1px solid #000000; display: none;
}
.wb_element .wb_controls .wb_selection2	{
	width: 100%; height: 100%; position: absolute; left: 0px; top: 0px;
	border: 1px dashed #ffffff; display: none;
}
.ui-selected .wb_controls .wb_selection,
.ui-selected .wb_controls .wb_selection2{ display: block; }

.dropdown-btn-body		{
	width: 1px; height: 1px; padding: 0px; margin: 0px;
	position: absolute; display: none; left: 0px; top: 0px; z-index: 99999;
}
.dropdown-btn-body.open	{ display: block; }
.dropdown-toggle-body	{
	position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 999;
	display: block; padding: 0px; margin: 0px; font-size: 1px; line-height: 1px;
	background: #ffffff; opacity: 0; filter: alpha(opacity=0);
}
.wb_element .wb_controls .wb_edit_btn .dropdown-menu		{ text-align: left; }
.wb_element .wb_resize_se_btn	{
	position: absolute; display: block; font-size: 1px; line-height: 1px; margin: 0px;
	background: transparent url("../img/resize_se.png") no-repeat center center;
	padding: 0px; width: 11px; height: 11px; text-align: center; right: 0px; bottom: 0px;
	z-index: 9; cursor: se-resize;
}
.wb_element .wb_content	{
	width: 100%; height: 100%; border: none; display: block; position: relative;
	left: 0px; top: 0px; padding: 0px; margin: 0px;
}
.site_cover,
.wb_element .wb_cover,
.wb_item .wb_cover {
	width: 100%; height: 100%; position: absolute; z-index: 8; font-size: 1px;
	line-height: 1px; background: #ffffff; opacity: 0; filter: alpha(opacity=0);
	border: none; display: block; font-size: 1px; line-height: 1px; padding: 0px;
	margin: 0px;
}
.wb_item .wb_cover a {
	width: 100%; height: 100%; display: block;
}
.wb_item > span {
	display: block;
	text-align: center;
}
.site_cover				{ z-index: 1; }
.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover { background: #aaaaaa; cursor: default; }
.dropdown-menu.rel li > a { position: relative; }

.bg-transparent			{
	background-image: url("../img/transparent.png"); background-repeat: repeat;
}

.langs	{  }
.langs .dropdown-menu { width: 720px; left: -651px; }
.langs .dropdown-menu li { display: block; min-width: 179px; float: left; }

.wb_gmap img	{ max-width: auto; max-width: normal; max-width: inherit; }
.wb_loctip	{
	background: #000000; color: #ffffff; padding: 4px 6px; position: absolute;
	white-space: nowrap; margin: 0px; z-index: 9999;
}

.wb_grid	{
	padding: 0px; margin: 0px; display: none; position: absolute; left: 0px; top: 0px;
	width: 100%; height: 100%; font-size: 1px; line-height: 1px; overflow: hidden;
	background: transparent url("../img/grid.png") repeat left top; z-index: 1;
	opacity: 0.3; filter: alpha(opacity=30);
}

.wb_list		{}
.wb_list_item	{
	display: block; padding: 2px 4px; margin: 0px; text-decoration: none; cursor: pointer;
	color: #333333;
}
.wb_list_item:hover,
.wb_list_item:active	{ background: #b2e4ff; color: #333333; text-decoration: none; }
.wb_list .active	{ background: #0088cc; color: #ffffff; }

.wb-active-zone		{
	padding: 0px; margin: 0px; display: block; border: none;
	width: 100%; height: 100%; position: absolute; left: 0px; top: 0px;
	background-color: #ffffff; opacity: 0; filter: alpha(opacity=0); z-index: 1;
}
.mediaSel { margin:0 !important; }

.layout_border		{ z-index: 3; }
.layout_border_h,
.layout_border_h2	{
	position: absolute; left: 0; width: 100%; height: 1px;
	border-top: 3px dashed #999999; z-index: 2000; cursor: n-resize;
}
.layout_border_v,
.layout_border_v2	{
	position: absolute; top: 0; width: 1px; height: 100%;
	border-left: 3px dashed #999999; z-index: 2000; cursor: e-resize;
}
.layout_border_h2,
.layout_border_v2	{ border-width: 1px; cursor: default; }

.layout_border_page_switch {
	position: absolute; width: 56px; height: 28px; position: relative; top: -16px; background-color: #0275d8; /* opacity: 0.6; */ margin: 0 auto; cursor: pointer;
}
/* .layout_border_page_switch:hover { opacity: 0.8; } */
.layout_border_page_switch:after {
	display: block; text-align: center; font-size: 24px; font-family: "FontAwesome"; line-height: 24px; color: #fff;
}
.layout_border_page_switch.page_switch_top:after { content: "\f077";  }
.layout_border_page_switch.page_switch_bottom:after { content: "\f078";  }

.wb_content > div { outline: none !important; }
.outline1 { border: 1px solid #dbdbdb; margin: -1px 0 0 -1px; }

.wb_menu_wrap {
	vertical-align: top;
	padding:8px 0;
}
.wb_menu_wrap ul {
	max-height: 320px;
	overflow: hidden;
	overflow-y: auto;
}
/* .wb_menu_list {
	width: 202px;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 250px;
} */
.wb_menu_list li {
	position: relative;
}
.wb_menu_list li button {
	position: absolute;
	right: 1px;
	top: 0px;
	display: none;
}
.wb_menu_fields {
	vertical-align: top;
}
.wb_menu_fields label.radio {
	margin-right: 20px;
}
.wb_empty_page {
	width: 80px;
	padding: 75px 0px 10px 0px;
	background: transparent url("../img/blank_page.png") no-repeat center top;
	text-align: center;
}
.wb_empty_page label.radio	{ margin: 0px; }
.control-group2 {
    margin-top: 20px;
    margin-bottom: 10px;
    display: none;
}

.wb_gallery_wrap {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: block;
	text-align: center;
}
.wb_gallery_wrap li {
	display: inline-block;
	padding: 0px;
	margin: 0px;
}
.wb_gallery_wrap .thumbnail				{ border-color: transparent; }
.wb_gallery_wrap li.active .thumbnail	{ background: none; }

.wb_gallery_type_thumbs		{ background: url("../img/gallery.thumbs.png?v=2") no-repeat center top; width: 135px; height: 68px; margin-top: 3px; }
.wb_gallery_type_slideshow	{ background: url("../img/gallery.slideshow.png?v=2") no-repeat center top; width: 135px; height: 68px; margin-top: 3px; }
.wb_gallery_type_list		{ background: url("../img/gallery.list.png?v=2") no-repeat center top; width: 135px; height: 68px; margin-top: 3px; }

.hide2 { display: none !important; }
/*#menu_sel	{ width: 126px; }*/

.wb_change_template_dlg				{
	background: url("../img/warn.png") no-repeat center 10px;
	padding-top: 160px; text-align: center;
}
.wb_change_template_dlg .opts		{ margin-left: 30px; padding: 10px 0px; }
.wb_change_template_dlg .opts input	{ margin-right: 4px; }
.wb_change_template_dlg .opts label	{ margin: 0px; }
.wb_change_template_dlg .opts strong{ margin-top: 2px; vertical-align: top; display: inline-block; }
.wb_change_template_dlg .opts span	{ margin-left: 16px; display: block; }
.wb_change_template_dlg .opt1 span	{ color: red; }
.wb_change_template_dlg .opt2		{ margin-top: 10px; }
.wb_change_template_dlg .qq			{ font-size: 18px; margin-bottom: 10px; }
.wb_change_template_dlg .red		{ font-size: 14px; color: #ff0000; }

.wb-colorpicker-controll			{ position: relative; }
.wb-colorpicker-controll .colorcode	{
	position: absolute; font-size: 11px; line-height: 13px; color: #b2b2b2;
	bottom: -13px; left: 10px;
}
.wb-colorpicker-controll input		{ cursor: pointer; }
.wb-align-controll		{ margin: 0px; padding: 0px; border-collapse: collapse; border: none; }
.wb-align-controll td	{
	margin: 0px; padding: 0px; border-collapse: collapse; border: 1px solid #dddddd;
	font-size: 1px; line-height: 1px; width: 19px; height: 19px; background: #ffffff;
	cursor: pointer; min-width: 19px;
}
.wb-align-controll td.active	{ background: #666666; }

.wb-size-selector { position: relative; }
.wb-size-selector .units {
	position: absolute; right: 0px; top: 8px; display: block; font-size: 12px;
	line-height: 14px;
}
.wb-size-selector span.buttons { display: inline-block; }
.wb-size-selector .form-control {
	padding-right: 6px;
}

.wb-border-controll				{
	position: relative; display: inline-block; vertical-align: top;
	width: 100px;
}
.wb-border-controll > div > input		{ width: 40px; background: #ffffff; cursor: pointer; z-index: 1 !important; }
.wb-border-controll > span.pop	{
	position: absolute; display: block; bottom: 0px; right: 0px;
	width: 1px; line-height: 1px; height: 1px; overflow: hidden;
}
.wb-border-controll > span.prev	{
	position: absolute; display: block; top: 17px; left: 5px; right: 40px; font-size: 1px;
	line-height: 1px; margin: 0px; padding: 0px; min-width: 30px; z-index: 4;
	border-bottom: 3px solid #ffffff;
}

.wb-style-span-solid,
.wb-style-span-dashed,
.wb-style-span-dotted,
.wb-style-span-double	{
	display: inline-block; padding: 0px; height: 1px;
	width: 54px; font-size: 1px; line-height: 1px; 
	position:absolute; top: 11px; right: 20px;
}
.wb-style-span-solid	{ border-top: 2px solid #000000; }
.wb-style-span-dashed	{ border-top: 2px dashed #000000; }
.wb-style-span-dotted	{ border-top: 2px dotted #000000; }
.wb-style-span-double	{ border-top: 3px double #000000; }

.wb-style-tree li a { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; padding: 2px; }

.wb-spacing-control				{
	border: 1px dashed #b2b2b2; padding: 16px; display: inline-block;
	line-height: 1px; font-size: 1px; position: relative;
}
.wb-spacing-control .padding	{ border: 1px solid #b2b2b2; padding: 16px; display: inline-block; position: relative; }
.wb-spacing-control .itm		{ border: 1px solid #b2b2b2; background: #b2b2b2; height: 16px; width: 80px; position: relative; }
.wb-spacing-control .lbl		{
	color: #6b7578; font-size: 10px; line-height: 12px; position: absolute;
	left: 2px; top: 0px; display: block;
}
.wb-spacing-control .l,
.wb-spacing-control .r,
.wb-spacing-control .t,
.wb-spacing-control .b		{
	color: #6b7578; font-size: 10px; line-height: 12px; position: absolute;
	display: block; text-align: center; width: 16px;
}
.wb-spacing-control .l		{ left: -17px; top: 33%; }
.wb-spacing-control .r		{ right: -17px; bottom: 33%; }
.wb-spacing-control .t		{ right: 33%; top: -14px; }
.wb-spacing-control .b		{ left: 33%; bottom: -14px; }

.wb-spacing-control .la,
.wb-spacing-control .ra,
.wb-spacing-control .ta,
.wb-spacing-control .ba		{
	font-size: 1px; line-height: 1px; display: block; position: absolute;
	background: #ffffff;
	text-decoration: none; opacity: 0; filter: alpha(opacity=0);
}
.wb-spacing-control .la:hover,
.wb-spacing-control .ra:hover,
.wb-spacing-control .ta:hover,
.wb-spacing-control .ba:hover		{ background: #f9ed09; opacity: 0.5; filter: alpha(opacity=50); }
.wb-spacing-control .la		{ left: -17px; top: 0px; width: 16px; height: 100%; }
.wb-spacing-control .ra		{ right: -17px; top: 0px; width: 16px; height: 100%; }
.wb-spacing-control .ta		{ left: 0px; top: -17px; width: 100%; height: 16px; }
.wb-spacing-control .ba		{ left: 0px; bottom: -17px; width: 100%; height: 16px; }

.jstree-clicked + .jstree-x-btn, .jstree-clicked + ul + .jstree-x-btn	{ display: inline-block !important; }

.wb-page-tree-notice { margin: 5px 0px 0px 0px; padding: 0px; }
.wb-page-tree-notice small { display: block; margin: 0px 0px 0px 20px; padding: 0px; line-height: 16px; }
.wb-page-tree-notice small i,
.wb-page-tree-notice small span { margin: 0px 8px 0px -20px; width: 12px; padding: 0px; }
.wb-page-tree-notice small span.txt { display: inline; margin: 0px; padding: 0px; }

.wb-admin-form .wb-page-tree-notice	{ width: 200px; padding: 4px; }
.wb-admin-form .wb-page-tree-notice small { margin-left: 20px; }

.wb-list-control			{ height: 200px; min-width: 130px; position: relative; padding: 8px; margin: 0px; }
.wb-list-control ul			{ max-height: 130px; overflow-x: hidden; overflow-y: auto; margin-bottom: 4px; }
.wb-list-control ul li		{ position: relative; }
.wb-list-control ul li a	{
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 2px;
	color: #333333;
	white-space: nowrap;
	overflow-x: hidden;
	text-overflow: ellipsis;
}
.wb-list-control ul li a > .glyphicon { margin-right: 4px; }
.wb-list-control ul li .wb-x-btn {
	position: absolute;
	right: 5px;
	top: 5px;
	margin: 0px !important;
	padding: 0px;
	z-index: 44;
	display: none;
}
.wb-list-control ul li.active .wb-x-btn,
.wb-list-control ul li a:hover .wb-x-btn	{ display: block; }
.wb-list-control .wb-add-btn	{ margin: 0px; outline: none !important; }
.wb-list-control .wb-add-btn i,
.wb-list-control .wb-add-btn span { margin-right: 6px; }
/* works only on Firefox */
select option	{ padding: 4px 3px 4px 5px; }

.wb-colorpicker-controll, .thumbnail,
.wb-image-picker .thumbnail {
	margin-bottom: 0;
}

.hmenu { white-space: nowrap; }

.wb_tab_head1 { 
	height: 35px; 
	/*border-bottom: 1px solid #DDDDDD;*/ 
	margin-bottom:10px;
}
.wb_media_progress_wrap {
	position: absolute;
	top: 48%;
	width: 600px;
	right: 50px;

  	padding: 30px;
  	background-color: #fff;
  	border: 1px solid #ddd;
  	-webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
}
.wb_media_progress { 
	margin: 0 !important;
}
.wb_media_progress_wrap .status, .wb_media_progress_wrap .status2 {
	position: absolute;
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #666;
	text-align: center;
	left: 0;
}
.wb_media_progress_wrap .status {
	top: 30px;
	color: #000;
}
.wb_media_progress_wrap .status2 {
	color: #666666;
	top: 55px;
}
.wb_pickerthumb.thumbnail { min-height: 40px; }
.thumbnail .error { text-align: center; display: block; }
.thumbnails .active .thumbnail	{ border-color: #0088cc; }

.wb-comproperty-spec	{ max-height: 76px; overflow-y: auto; }

a.wb_link { outline: 0; }
a.wb_link span.txt { text-decoration: underline; margin-right: 5px; }
a.wb_link span.txt.inactive { color: #666; }

.wb_span1_small {
	width: 20px;
}
.wb_span2_big {
	width: 220px;
}
.wb_middle { text-align: center; }
.wb_radio_row { margin-bottom: 10px; }
.wb_radio_row .wb_link { line-height: 28px; }
.wb_radio_row .cspan { margin-left: 15px; }
.wb_badge_help { 
	padding-right: 4px;
  	padding-left: 4px;
  	line-height: 10px;
	margin-left: 6px;
	width: 17px;
	height: 17px;
	background-color: #ffffff;
	border: 1px solid #c3c1c1;
	color: #01addd;
	font-size: 11px;
	font-family: Arial;
	cursor: default;
}
.wb-roundcorner-control tr td {
	padding-top: 4px;
}
.wb-roundcorner-control tr:first-child td {
	padding-top: 0px;
}
.wb-roundcorner-control-clt,
.wb-roundcorner-control-crt,
.wb-roundcorner-control-crb,
.wb-roundcorner-control-clb {
	margin: 0px 20px 0; font-size: 1px; line-height: 1px; width: 20px; height: 20px;
	padding: 0px;
}
.wb-roundcorner-control-clt { border-top: 1px solid #000000; border-left: 1px solid #000000; }
.wb-roundcorner-control-crt { border-top: 1px solid #000000; border-right: 1px solid #000000; }
.wb-roundcorner-control-crb { border-bottom: 1px solid #000000; border-right: 1px solid #000000; }
.wb-roundcorner-control-clb { border-bottom: 1px solid #000000; border-left: 1px solid #000000; }

.wb-upload-field-control {
	position: relative; overflow: hidden; cursor: pointer;
	vertical-align: bottom; margin-bottom: 0px; display: inline-block;
}
.wb-upload-field-control input[type=file] {
	position: absolute; opacity: 0; filter: alpha(opacity=0);
	z-index: 4; cursor: pointer;
	width: 40px;
}

.wb-halign-control button {
	font-size: 16px;
	line-height: 20px;
}

button.btn-arrow {
	padding: 0 6px !important;
  	font-size: 10px !important;
  	-webkit-border-radius: 0 !important;
       -moz-border-radius: 0 !important;
            border-radius: 0 !important;
	float: left;
	clear: left;
	line-height: 16px !important;
	margin-left: -1px;
}
button.btn-arrow .caret {
  margin-top: 0px;
  vertical-align: middle;
}
button.arrow-up {
	-webkit-border-top-right-radius: 0px !important;
            border-top-right-radius: 0px !important;
		-moz-border-radius-topright: 0px !important;	
	border-bottom: 0 !important; 
}
button.arrow-up .caret {
	border-bottom: 4px solid #000000 !important;
	border-right: 4px solid transparent !important;
	border-left: 4px solid transparent !important;
	border-top: 0 !important;
}
button.arrow-down {
	-webkit-border-bottom-right-radius: 0px !important;
            border-bottom-right-radius: 0px !important;
	 	-moz-border-radius-bottomright: 0px !important;
	margin-top: -1px;
}
.input-group-sm button.btn-arrow {
	height: 15px !important;
}
.input-group-sm button.arrow-down {
	height: 16px !important;
}
.input-group-sm button.btn-arrow .caret {
	margin-top: -4px;
}
.jstree-default .jstree-clicked > ins { 
    background-image: none !important;
}
.jstree a { padding: 4px 2px !important; z-index: 999 !important; position: relative; }
.cke_editable_inline {
	word-wrap: normal;
}
/*.cke_button__closebtn_icon	{ display: none !important; } */
.cke_button__closebtn_label	{ display: inline !important; }
table.lbTb {  
	width: 160px; height: 200px; 
	table-layout: fixed; border-collapse: separate;
	border-spacing: 2px;
}
table.lbTb.active td {
	cursor: pointer;
}
table.lbTb td.isset {
	background-color: #aaaaaa;
	border-color: #aaaaaa;
}
table.lbTb.active td:hover,
table.lbTb.active td.hover {
	border: 2px solid #0088cc;
}
table.lbTb td.active,
table.lbTb td.active:hover {
	border: 2px solid #ff002a;
}
table.lbTb .side { 
	width: 26px; height: 196px;
	background: #cccccc; border: 2px solid #cccccc;
}
table.lbTb .top,
table.lbTb .middle,
table.lbTb .bottom { 
	width: 96px
}
table.lbTb .top,
table.lbTb .bottom { 
	height: 26px;
}
table.lbTb .middle { 
	height: 136px;
	background: #cccccc; border: 2px solid #cccccc;
}
table.lbTb .top {  
	background: #cccccc; border: 2px solid #cccccc;
}
table.lbTb .bottom {  
	background: #cccccc; border: 2px solid #cccccc;
}
.more-line { text-align: right }
.aspect-div {
	 height: 39px;
	 width: 10px;
	 border: 2px solid #000;
	 border-left: 0;
	 position: absolute;
	 top: 15px;
	 left: 89px;
}
.aspect-box {
	position: absolute;
	top: 8px;
	right: 0;
	margin-right: -11px;
	background-color: #fff !important;
	cursor: pointer;
}
.ico-aspect-ratio,
.ico-aspect-ratio-off {
	background: url("../img/icon_link.png") no-repeat;
	display: inline-block;
	width: 20px; height: 20px;
}
.ico-aspect-ratio-off {
	background-position: 0 -20px;
}
.alert-error-big {
	padding: 20px 30px 20px 156px;
	border: 1px solid #f1bfb0;
	background: #ffdbd0 url("../img/warn2.png") no-repeat 34px 36px;
	font-size: 14px; color: #b95251;
	line-height: 20px;
}
.alert-error-big strong {
	color: #333333;
}
.wb-scroll-bar {
	width: 17px; 
	z-index: 98000; 
	cursor: default; 
	position: fixed; 
	top: 0px; height: 100%; 
	right: 0px; opacity: 1;
}
.wb-scroll-thumb {
	position: relative; 
	top: 0px; 
	float: right; 
	width: 100px; 
	height: 45px; 
	line-height: 50px; 
	background: #ffffff;
	border: 1px solid #999999;
	border-right: 0;
	background-clip: padding-box;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.wb-scroll-thumb > span {
	display: block;
	width: 100px; 
	height: 45px;
	background: url("../img/icon-hand-up.png") no-repeat 15px center;
}
.wb-scroll-thumb:hover,
.wb-scroll-thumb.hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.wb-ed-small-msg {
	line-height: 30px;
	color: #444444;
	text-shadow: 1px 1px #ffffff;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    font-size: 16px;
}

.weeemsg {
	font-size: 13px;
	line-height: 15px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-align: center;
	position: relative;
	z-index: 99;
	margin: 0px;
	color: #ffffff;
	background: #0275D8;
	border-bottom: none;
	border-top: none;
	border-left: none;
	border-right: none;
}

.weeemsg .close {
	color: #ffffff;
	opacity: 1;
	text-shadow: 0 1px 0 #000;
	margin-top: -3px;
}
.weeemsg .close:hover {
	opacity: 1;
}

.tooltip a {
	color: cyan;
}

.wb-prm-btn {
	display: block;
	position: absolute;
	text-align: center;
	z-index: 150;
	top: 10px;
	left: 0;
	width: 100%;
}
.wb-prm-btn > div, .wb-tiny-btn {
	display: inline-block;
	background: #31b0eb;
	color: #000000;
	font-size: 12px;
	line-height: 14px;
	padding: 6px 10px;
	white-space: nowrap;
	text-align: center;
	opacity: 0.9;
}
.wb-tiny-btn {
	display: block;
	white-space: normal;
	line-height: 20px;
}
.wb-prm-btn a, .wb-tiny-btn a {
	color: #ffffff;
	text-decoration: underline;
	white-space: nowrap;
	padding-right: 1px;
}
.wb-vertical-layout > div {
	position: relative;
}

.pac-container {
	z-index: 10000;
}
.input-append.mini input {
    height: 12px;
    line-height: 12px;
    font-size: 12px;
}
.tag-menu li {
    position: relative;
}
.tag-menu button {
    position: absolute;
    top: 2px;
    right: -7px;
    display: none;
}
.tag-menu li:hover button {
    display: inline-block;
}
.tag-menu li a.tag-item {
    padding-left: 30px;
}
.tag-menu li:first-child a.tag-item {
    padding-left: 15px;
}

.wb_backup_block.left .no-backups {
	font-style: italic;
	color: #999;
	margin-top: 10px;
}
.wb_backup_block.left .nav {
	margin: 0;
}
.wb_backup_block.left .nav li a {
	padding: 5px;
}

/* 
.cke * {
	cursor: move!important;
}
.cke .cke_toolgroup,
.cke .cke_toolgroup *,
.cke .cke_combo_button,wb-hlp-ttip
.cke .cke_combo_button * {
	cursor: auto!important;
} */

.wb-hlp-panel {
	border: none;
	background: #ffffff;
	width: 282px;
	position: fixed !important;
	right: 20px;
	top: 150px;
	z-index: 9990;
	overflow: hidden;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
	box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}

.wb-hlp-panel-item {
	border-top: 1px solid #E5E5E5;
	padding: 10px 19px;
	color: #000000;
	line-height: 17px;
	font-size: 14px;
	min-height: 20px;
	/* cursor: pointer; */
}

.wb-hlp-panel-item:first-child {
	border-top: none;
}

.wb-hlp-panel-header {
	border-bottom: 1px solid #E5E5E5;
	padding: 14px 19px;
	font-size: 18px;
	color: #333;
}

.wb-hlp-panel-title {
	font-weight: bold;
	font-size: 14px;
	display: inline-block;
}
.wb-hlp-panel-cont {
	/* margin-left: 35px; */
	font-size: 11px;
}

.wb-hlp-panel-num {
	width: 40px;
	height: 40px;
	border: 0px solid #ff5900;
	border-radius: 20px;
	background: #ff5900;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	overflow: hidden;
	padding: 0px;
	float: left;
	margin-left: -12px;
	margin-top: -2px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
	display: none;
}

.wb-hlp-panel-complete.wb-hlp-panel-item {
	/*background: #f0fee6;*/
	color: #5cb900;
}

.wb-hlp-panel-complete .wb-hlp-panel-num {
	background: #5cb900;
}
.wb-hlp-panel-complete .wb-hlp-panel-title {
	padding-right: 24px;
	background: transparent url("../img/green_check.png") no-repeat right center;
}
.wb-hlp-panel-current.wb-hlp-panel-item {
	background: #0275D8;
	color: #ffffff;
}

.wb-hlp-panel-current .wb-hlp-panel-num {
	background: #ffffff;
	color: #0275D8;
}

.wb-hlp-ttip {
	position: fixed;
	border: none;
	padding: 16px 20px;
	background: #0275D8;
	font-size: 11px;
	line-height: 17px;
	color: #ffffff;
	text-align: left;
	z-index: 99991;
	min-width: 150px;
	max-width: 200px;
}

.wb-hlp-ttip-title {
	font-size: 14px;
	font-weight: bold;
}

.wb-hlp-ttip .close {
	margin: -14px -14px 0px 0px;
	color: #ffffff;
	opacity: 1;
	text-shadow: 0 1px 0 #000;
}
.wb-hlp-ttip .close:hover {
	opacity: 1;
}

.wb-hlp-ttip-tip {
	width: 14px; height: 7px;
	padding: 0px;
	margin: 0px 0px 0px -7px;
	display: block;
	position: absolute;
	left: 50%;
	top: -7px;
	border: none;
	overflow: hidden;
	font-size: 1px;
	line-height: 1px;
}

.wb-hlp-ttip-tip div {
	border: none;
	overflow: hidden;
	font-size: 1px;
	line-height: 1px;
	background: #0275D8;
	width: 10px;
	height: 10px;
	margin: 2px 0px 0px 1px;
	padding: 0px;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=45);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.wb-hlp-ttip-left .wb-hlp-ttip-tip {
	width: 7px; height: 14px;
	left: 100%;
	top: 50%;
	margin-left: 0px;
	margin-top: -27px;
}

.wb-hlp-ttip-left .wb-hlp-ttip-tip div {
	margin-top: 1px;
	margin-left: -7px;
}

.wb_langs thead td {
	font-weight: bold;
}
.wb_langs .lang-item,
.wb_langs tbody tr {
	cursor: pointer;
}
.wb_langs tr td {
	line-height: 22px;
}
.wb_langs .lang-item > i,
.wb_langs tr i {
	display: none;
	min-width: 18px;
}
.wb_langs .lang-item > span {
	min-width: 160px;
	display: inline-block;
	min-height: 22px;
}
.wb_langs tr .btn i {
	display: inline-block;
}
.wb_langs .lang-item.default > i,
.wb_langs tr.default i {
	display: inline-block;
}
.wb_langs .lang-item > .btn,
.wb_langs tr .btn {
	display: none;
	border: none;
	padding: 0;
	margin: 0;
	position: relative;
	top: -1px;
}
.wb_langs .lang-item:hover > .btn,
.wb_langs tr:hover .btn {
	display: inline-block;
	visibility: visible;
}
.wb_langs .lang-item > .btn-make-default {
	display: inline-block;
	visibility: hidden;
}
.wb_langs .lang-item.default > .btn-make-default,
.wb_langs tr.default:hover .btn-make-default {
	display: none;
}
.wb_langs .add-lang {
	width: 140px;
	margin-left: 7px;
	margin-bottom: 5px;
}
.wb_langs .add-lang-block {
	margin-left: 12px;
}
.wb_langs .add-lang-buttons {
	display: inline-block;
	position: relative;
	top: 5px;
}
.wb_langs .add-lang-buttons a {
	margin-left: 10px;
}

.wb_switcher .langs-preview > a,
.wb_switcher .langs-preview td {
	margin-left: 10px;
}
.wb_switcher .langs-preview > a.active {
	border: 1px solid #999999;
	outline: none !important;
	display: inline-block;
	line-height: 1px;
	margin-left: 8px;
	margin-top: -2px;
	margin-right: -2px;
	padding: 1px;
}


.wb-langinput-controll {
	margin-bottom: 0;
	margin-right: -1px;
	position: relative;
	vertical-align: top;
}
.wb-langinput-controll.exc-mark-show {
	margin-right: 20px;
}
.wb-langinput-controll input,
.wb-langinput-controll .input-group {
	margin-bottom: 0;
}
.wb-langinput-controll .input-group-btn {
	vertical-align: top;
}
.wb-langinput-controll .input-list {
	display: none;
	border: none;
	margin: 0;
	padding: 0;
	min-width: 0;
	width: 100%;
	float: none;
}
.wb-langinput-controll .input-list > .input {
	line-height: 1px;
}
.wb-langinput-controll .input-list .form-control {
	float: none;
}
.wb-langinput-controll .dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
}
.wb-langinput-controll .input {
	position: relative;
}
.wb-langinput-controll .input input,
.wb-langinput-controll .input textarea {
	padding-right: 34px;
	/* background: none; */
	z-index: 2;
}
.wb-langinput-controll .input textarea {
	margin: 0;
	resize: vertical;
	padding-right: 32px;
	border-top-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
}
.wb-langinput-controll .input-list textarea {
	height: 40px;
}
.wb-langinput-controll .input .lang-label {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	color: #b1b1b1;
	/* z-index: 1; */
	z-index: 3;
}
.wb-langinput-controll .open .input-list .input input,
.wb-langinput-controll .open .input-list .input textarea {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-top: 0;
}
.wb-langinput-controll .open .input-list .input:last-child input,
.wb-langinput-controll .open .input-list .input:last-child textarea {
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
}
.wb-langinput-controll .open .input input,
.wb-langinput-controll .open .input textarea {
	border-radius: 4px 0 0 0;
	-webkit-border-radius: 4px 0 0 0;
	-moz-border-radius: 4px 0 0 0;
}
.wb-langinput-controll .open .input-list {
	display: block;
}
.exc-mark {
	font-size: 26px;
	font-weight: bold;
	color: #f00;
	position: absolute;
	right: -14px;
	top: -3px;
	cursor: default;
}
.wb-langinput-controll .tooltip {
	position: fixed;
}


.wb-comproperty-show {
	max-height: 130px;
	overflow: hidden;
	overflow-y: auto;
	max-width: 200px;
	overflow-x: auto;
	padding: 0px 10px;
	margin: 4px 0px;
}

.wb-comproperty-show a {
	color: #333;
	text-decoration: underline;
}
.wb-comproperty-show tr:first-child td {
	text-transform: uppercase;
	border: none;
}
.wb-comproperty-show tr td:first-child {
	text-align: left;
	padding-right: 12px;
}
.wb-comproperty-show td {
	border-right: 1px solid #c9c9c9;
	text-align: center;
	padding: 0 8px;
}

.wb-help-dialog .modal-body {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	overflow: hidden !important;
}

.wb-compo-cbr > label {
	position: absolute;
}

.wb-compo-cbr-label {
	margin-left: 20px;
}

.wb-combobox-controll .dropdown-menu li.active {
	background: none;
	border: none;
}
.wb-combobox-controll .dropdown-menu li.active > a,
.wb-combobox-controll .dropdown-menu li > a:hover,
.wb-combobox-controll .dropdown-menu li > a:focus {
	color: #333;
	text-decoration: none;
	background: none;
	filter: none;
}
.wb-combobox-controll .dropdown-menu li.hover > a {
	color: #fff;
	text-decoration: none;
	background-color: #0081c2;
	background-repeat: repeat-x;
}
.wb-combobox-controll .dropdown-menu li .wb-combobox-controll-icon {
	display: inline-block;
	margin-right: 6px;
}
.wb-combobox-controll .dropdown-menu li > .wb-combobox-controll-cb {
	position: absolute;
	margin: 6px 0px 0px 20px;
	display: block;
	width: 14px;
	height: 14px;
	cursor: pointer;
}
.wb-combobox-controll .dropdown-menu li > .wb-combobox-controll-cb input {
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.wb-combobox-controll .dropdown-menu li > .wb-combobox-controll-cb::before {
	background: #ffffff;
	opacity: 0;
	filter: alpha(opacity=0);
	display: block;
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	z-index: 2;
}
.wb-combobox-controll .dropdown-menu li > .wb-combobox-controll-cb + a {
	padding-left: 40px;
}

.wb-url-controll div[data-lang] > span {
	display: inline-block;
	min-width: 32px;
}

.wb-element-box {
	border: 1px solid #969696;
	background: rgba(255, 255, 255, 0.9);
	width: 282px;
	position: fixed!important;
	right: 20px;
	top: 170px;
	z-index: 9;
	overflow: hidden;
}

.wb-element-box-header {
	padding: 14px 19px;
	background: #e7e7e7;
	font-size: 18px;
	border-bottom: 1px solid #d7d7d7;
}

.wb-element-box-header i {
	margin-right: 6px;
	margin-top: 4px;
}

.wb-element-box-list {
	min-height: 34px;
	max-height: 420px;
	overflow-y: scroll;
}

.wb-element-box .wb-element-box-li {
	border-top: 1px solid #d7d7d7;
	padding: 10px 19px;
	color: #000000;
	line-height: 17px;
	font-size: 14px;
	min-height: 20px;
	cursor: pointer;
	font-size: 11px;
	position: relative;
}

.wb-element-box .wb-element-box-li:first-child {
	border-top: none;
}

.wb-element-box .wb-element-box-li span {
	font-weight: bold;
	font-size: 14px;
	display: block;
}

.wb-element-box .wb-element-box-li img {
	height: 36px;
	position: absolute;
	top: 2px;
	right: 0px;
}

.wb-element-box .wb-element-box-li .wb-element-box-thumb {
	width: 60px;
	height: 32px;
	position: absolute;
	overflow: hidden;
	font-size: 1px;
	line-height: 1px;
	padding: 1px;
	margin: 0px;
	top: 2px;
	right: 0px;
	border: 1px dashed #666666;
}

.wb-element-box .wb-element-box-li .wb-element-box-thumb span {
	min-width: 100%;
	min-height: 100%;
}

.responsive-badge {
	background: transparent url("../img/responsive.png") no-repeat center center;
	width: 26px;
	height: 22px;
	font-size: 1px;
	line-height: 1px;
	padding: 0px;
	margin: 0px;
	float: right;
}

.font-scale-ctrl > div {
	position: relative;
}

.font-scale-ctrl p.help-text {
	margin: 1px 0px 0px 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 13px;
	display: block;
	color: #6B7578;
	white-space: nowrap;
}
.font-scale-ctrl .cover {
	color: #ffffff;
	opacity: 0.7;
}

.checked-marker {
	padding: 0px;
	margin: 0px;
	font-size: 1px;
	line-height: 1px;
	display: block;
	position: absolute;
	top: -6px;
	right: 0px;
	width: 15px;
	height: 10px;
	background: transparent url("../img/green_check.png") no-repeat center center;
}

.mode-enable-toggle {
	background: #ffffff;
	padding: 6px 18px 8px 18px;
	border: none;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 129px;
	right: 20px;
	z-index: 9;
	cursor: pointer;
	font-size: 12px;
}

.mode-enable-toggle span {
	font-size: 12px;
	line-height: 12px;
	display: inline-block;
}

.mode-enable-toggle .wb_badge_help {
	margin-top: -4px;
}

.mode-enable-toggle span.mode-enable-value-off,
.mode-enable-toggle span.mode-enable-value-on {
	margin: 0px 4px;
	font-weight: bold;
}
.mode-enable-toggle span.mode-enable-value-on {
	color: #64c011;
}
.mode-enable-toggle span.mode-enable-value-off {
	color: #ff002a;
}

.mode-enable-toggle span.mode-enable-marker-off,
.mode-enable-toggle span.mode-enable-marker-on {
	width: 15px;
	height: 10px;
}
.mode-enable-toggle span.mode-enable-marker-on {
	background: transparent url("../img/green_check.png") no-repeat center center;
}
.mode-enable-toggle span.mode-enable-marker-off {
	background: transparent url("../img/red_x.png") no-repeat center center;
}

.mode-switcher-dlg {
	margin: 20px;
}

.mode-switcher-dlg > div {
	margin-top: 20px;
	cursor: pointer;
}
.mode-switcher-dlg > div:first-child {
	margin-top: 0px;
}

.mode-switcher-dlg input {
	margin-top: 7px;
	display: block;
	float: left;
}

.mode-switcher-dlg-label {
	margin-left: 26px;
}
.mode-switcher-dlg-label span {
	display: inline-block;
	font-size: 24px;
	line-height: 26px;
}
.mode-switcher-dlg-value {
	margin: 0px 8px;
	font-weight: normal;
}
.mode-switcher-dlg-on .mode-switcher-dlg-value {
	color: #64c011;
}
.mode-switcher-dlg-off .mode-switcher-dlg-value {
	color: #ff002a;
}
.mode-switcher-dlg-marker {
	width: 15px;
	height: 17px;
}
.mode-switcher-dlg-on .mode-switcher-dlg-marker {
	background: transparent url("../img/green_check.png") no-repeat center center;
}
.mode-switcher-dlg-off .mode-switcher-dlg-marker {
	background: transparent url("../img/red_x.png") no-repeat center center;
}

.mode-switcher-dlg-text {
	color: #666666;
}

.dropdown-menu li.dropdown-submenu {
	position: relative;
}

.dropdown-menu li.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 4px 4px 4px;
	-moz-border-radius: 0 4px 4px 4px;
	border-radius: 0 4px 4px 4px;
}

.dropdown-menu li.dropdown-submenu.pull-left {
    float: none !important;
}
.dropdown-menu li.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 4px 0 4px 4px;
	-moz-border-radius: 4px 0 4px 4px;
	border-radius: 4px 0 4px 4px;
}

.dropdown-menu li.dropdown-submenu:hover > a {
	background-color: #F5F5F5;
}

.dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
.dropdown-menu li.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #999999;
	margin-top: 5px;
	margin-right: -10px;
}

.wb-multi-mi-remove {
	max-height: 180px;
	overflow: hidden;
	overflow-y: auto;
}

.wb-prop-dlg-tabs {
	position: relative;
	float: none;
	clear: both;
}

.wb-prop-dlg-tabs-wrap {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 16px;
	z-index: 10;
	overflow-x: hidden;
}

.wb-prop-dlg-tabs .nav-tabs {
	margin: 0px;
	min-width: 390px;
	background: #ffffff;
	padding-top: 12px;
}

.wb-prop-dlg-tabs-cont {
	margin-top: 50px;
}

.help-block-sm {
	font-size: 12px;
	line-height: 14px;
}
.wb-tpl-dialog .modal-header {
	padding-top: 19px;
	padding-bottom: 18px;
}
.wb-tpl-dialog .modal-title {
	margin-left: 132px;
	display: inline-block;
}

@media (min-width: 768px) {
	.wb-tpl-dialog .modal-title {
		margin-left: 25%;
		padding-left: 24px;
	}
}
@media (min-width: 992px) {
	.wb-tpl-dialog .modal-title {
		margin-left: 16.66666667%;
		padding-left: 19px;
	}	
}

.wb-tpl-logo {
	display: block;
	position: absolute;
	width: 160px;
	height: 50px;
	overflow: hidden;
	padding: 0px;
	margin: -14px 0px 0px 0px;
	float: none;
	background-image: url("../img/logo.png");
	background-position: left center;
    background-repeat: no-repeat;
}

.wb-tpl-cats {
	padding: 15px 9px;
	overflow-y: auto;
}

.wb-tpl-cats-item > a {
	display: block;
	padding: 1px 6px;
	color: #333;
	text-decoration: none;
}
.wb-tpl-cats-item > a:hover {
	background: #F5F5F5;
}
.wb-tpl-cats-item.active > a {
	background: #337AB7;
	color: #ffffff;
}
.wb-tpl-cats-item > a > span {
	display: inline-block;
	margin-left: 4px;
	color: #999999;
}
.wb-tpl-cats-item.active > a > span {
	color: #ffffff;
}

.wb-tpl-list {
	overflow-y: auto;
}
.wb-tpl-list-body {
	padding: 15px;
}
.wb-tpl-list-item {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	margin: 0 0 15px 0;
	position: relative;
}
.wb-tpl-list-item > div {
	margin: 10px;
	position: relative;
}
.wb-tpl-list-item.current {
	background-color: #efefef;
}
.wb-tpl-list-item > div > .cimg {
	max-width: 489px;
	margin: 0px;
	overflow: hidden;
	position: relative;
}
.wb-tpl-list-item > div > .cimg > img {
	min-width: 100%;
	max-width: 100%;
}
.wb-tpl-list-item > div > span {
	display: block;
	text-align: center;
	padding: 15px 0;
	font-size: 18px;
}
.wb-tpl-list-item > div > span > span {
	color: #f06211;
	display: inline-block;
	margin-left: 4px;
}

.wb-tpl-list-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: none;
}
.wb-tpl-list-overlay > div {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.wb-tpl-list-overlay::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.7;
	content: '';
	z-index: 1;
}
.wb-tpl-list-overlay .btn {
	margin: 0 10px;
	position: relative;
	z-index: 3;
	min-width: 100px;
	top: 17%;
	display: none;
}
.wb-tpl-list-item.active > div > .wb-tpl-list-overlay,
.wb-tpl-list-item:hover > div > .wb-tpl-list-overlay {
	display: block;
}
.wb-tpl-list-item:hover > div > .wb-tpl-list-overlay .btn {
	display: inline-block;
}
.wb-tpl-list-onlypro {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.wb-tpl-list-onlypro:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.wb-tpl-list-onlypro > div {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	line-height: 36px;
	background-color: #32b0eb;
	color: #000000;
	padding: 2px 20px;
	width: 100%;
	opacity: 0.9;
}
.wb-tpl-list-onlypro > div > .glyphicon {
	color: #ffffff;
	display: inline-block;
	margin: 0 4px;
}
.wb-tpl-list-onlypro > div > a {
	color: #ffffff;
}

@media (min-width: 514px) {
	.wb-tpl-list-item {
		width: 49%;
	}
	.wb-tpl-list-item > div > .cimg {
		
	}
}
@media (min-width: 1200px) {
	.wb-tpl-list-item {
		width: 33%;
	}
}

.wb-preloader-overlay {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	overflow: hidden;
	text-align: center;
}
.wb-preloader-overlay::before {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	opacity: 0.7;
	content: '';
	z-index: 1;
}

.wb-preloader-overlay .progress {
	position: relative;
	z-index: 2;
	width: 90%;
	display: inline-block;
	margin: 12% 0px 0px 0px;
}

.mobile-toolbar {
	display: none;
	padding: 6px 0px 6px 6px;
}

.mobile-toolbar > div {
	display: inline-block;
	cursor: pointer;
	min-width: 30px;
	margin-left: 5px; /* 8px */
	text-align: center;
	vertical-align: top;
	padding: 7px 5px; /* 7px */
}
.mobile-toolbar > div:first-child {
	margin-left: 0px;
}
.mobile-toolbar > div > span {
	font-size: 28px !important;
	display: block;
	overflow: hidden;
}

.mobile-toolbar > div:hover,
.mobile-toolbar > div:active {
	background: #dddddd;
}

.mobile-toolbar > div > .ico-lang-lang {
	margin: 10px 6px 8px 6px;
	width: 18px;
	height: 12px;
	line-height: 1px;
	font-size: 1px;
	display: block;
}

.mobile-drawer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	background: #ffffff;
	z-index: 99;
	border-top: 1px solid #dddddd;
	-moz-animation-duration: 0.2s;
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
	-moz-animation-name: slideOutDown;
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}
.mobile-drawer.open {
	-moz-animation-duration: 0.5s;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-moz-animation-name: slideInUp;
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}
@-moz-keyframes slideInUp {
	from { bottom: -100%; }
	to { bottom: 0%; }
}
@-webkit-keyframes slideInUp {
	from { bottom: -100%; }
	to { bottom: 0%; }
}
@keyframes slideInUp {
	from { bottom: -100%; }
	to { bottom: 0%; }
}

@-moz-keyframes slideOutDown {
	from { bottom: 0%; }
	to { bottom: -100%; }
}

@-webkit-keyframes slideOutDown {
	from { bottom: 0%; }
	to { bottom: -100%; }
}

@keyframes slideOutDown {
	from { bottom: 0%; }
	to { bottom: -100%; }
}

.mobile-drawer > .drawer-nav {
	display: block;
	position: relative;
	padding: 2px 10px;
	border-bottom: 1px solid #dddddd;
}

.mobile-drawer > .drawer-nav .back {
	display: inline-block;
	padding: 0px 10px 0px 0px;
	cursor: pointer;
}

.mobile-drawer > .drawer-nav .back:hover,
.mobile-drawer > .drawer-nav .back:active {
	background: #dddddd;
}

.mobile-drawer > .drawer-nav .back > .chevron {
	display: inline-block;
	margin-right: 0px;
	font-size: 12px !important;
}

.mobile-drawer > .drawer-nav .back > .title {
	display: inline-block;
	line-height: 30px;
	vertical-align: middle;
}

.mobile-drawer > .drawer-nav .close {
	display: block;
	position: absolute;
	right: 6px;
	top: 6px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	z-index: 100;
}
.mobile-drawer > .drawer-body {
	max-height: 386px;
	overflow-y: auto;
}
.mobile-drawer > .drawer-body > .item {
	display: block;
	cursor: pointer;
	margin: 0px;
	padding: 4px 10px;
}

.mobile-drawer > .drawer-body > .item:hover,
.mobile-drawer > .drawer-body > .item:active {
	background: #dddddd;
}
.mobile-drawer > .drawer-body > .item.checked:after {
	content: " \2713";
	position: relative;
}
.mobile-drawer > .drawer-body > .item .icon {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	min-width: 30px;
	margin-right: 4px;
}
.mobile-drawer > .drawer-body > .item .title {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
.mobile-drawer > .drawer-body > .item .chevron {
	float: right;
	font-size: 12px !important;
}

.mobile-drawer.type-grid > .drawer-body > .item,
.mobile-drawer.type-lang-grid > .drawer-body > .item {
	display: inline-block;
	margin: 6px 0px 6px 2%;
	padding: 6px 0px;
	width: 30%;
	text-align: center;
	vertical-align: top;
}
.mobile-drawer.type-lang-grid > .drawer-body > .item {
	margin-top: 1px;
	margin-bottom: 0px;
	padding: 6px 0px 5px 0px;
	width: 22.6%;
}
.mobile-drawer.type-grid > .drawer-body > .item .icon,
.mobile-drawer.type-lang-grid > .drawer-body > .item .icon {
	margin: 0px;
}
.mobile-drawer.type-lang-grid > .drawer-body > .item .icon {
	min-width: 18px;
	border: 2px solid #dddddd;
}
.mobile-drawer.type-grid > .drawer-body > .item .title,
.mobile-drawer.type-lang-grid > .drawer-body > .item .title {
	display: block;
	text-align: center;
}

.wb-vertical-layout .radio,
.wb-vertical-layout .checkbox {
	margin-top: 0px;
	margin-bottom: 0px;
}

.form-control {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn.active {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.wb_block_lock {
	position: absolute;
	width: 100%;
	background-color: #fff;
	opacity: 0.8;
	z-index: 1;
}

.wb-horiz-lay-no-padding > div {
	padding-left: 2px;
	padding-right: 2px;
}
.wb-horiz-lay-no-padding > div:first-child {
	padding-left: 15px;
}
.wb-horiz-lay-no-padding > div:last-child {
	padding-right: 15px;
}

@media (max-width: 1049px) {
	#head-control,
	#head-tools {
		padding-left: 10px;
	}
	#head-control .ctrl-right {
		padding-right: 12px;
	}
	.wb_toolbar_repo,
	.wb_toolbar_help {
		display: none;
	}
}

@media (max-width: 949px) {
	#page_selector {
		display: none;
	}
	#wb_config_btn {
		margin-left: 0px !important;
	}
}

@media (max-width: 789px) {
	#head-control .ctrl-left {
		min-width: 10px;
	}
}

@media (max-width: 767px) {
	.modal-body {
		min-height: 60px !important;
		overflow-y: auto !important;
	}
	.modal-body-inscroll {
		height: auto !important;
	}
	.wb-horiz-lay-item {
		margin-bottom: 15px;
	}
}

@media (max-width: 767px) {
	.wb-tpl-cats,
	.wb-tpl-list {
		overflow-y: visible;
		height: auto !important;
	}
}

@media (max-width: 739px) {
	.logo {
		display: none !important;
	}
	#head-control .ctrl-left {
		float: none;
		margin-right: 160px;
	}
}

@media (max-width: 485px) {
	#head-tools,
	#head-control {
		display: none;
	}
	.mobile-toolbar {
		display: block;
	}
	#head {
		height: 56px;
		padding-left: 0px;
	}
	.head-spacer {
		height: 56px;
	}
	.mode-enable-toggle {
		top: 57px;
	}
	.modal-dialog {
		width: auto !important;
	}
	.wb_tab_head1 {
		display: none;
	}
	.wb_media_library {
		height: auto;
		overflow-y: visible;
	}
}

@media (max-height: 619px) {
	.modal-body {
		min-height: 60px !important;
		overflow-y: auto !important;
	}
}
@media (max-height: 569px) {
	.modal-body {
		max-height: 300px !important;
	}
}
