/**
 * @copyright	Copyright (C) 2005 - 2016 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Import project-level system CSS */
@import url(/web/20200917060450cs_/http://artearth.ru/media/system/css/system.css);

/* Unpublished */
.system-unpublished, tr.system-unpublished {
	background: #e8edf1;
	border-top: 4px solid #c4d3df;
	border-bottom: 4px solid #c4d3df;
}

span.highlight {
	background-color:#FFFFCC;
	font-weight:bold;
	padding:1px 4px;
}

.img-fulltext-float-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-none {
}

.img-intro-float-right {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.img-intro-float-left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.img-intro-float-none {
}
/*
     FILE ARCHIVED ON 06:04:50 Sep 17, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:01:00 Feb 03, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.507
  exclusion.robots: 0.017
  exclusion.robots.policy: 0.008
  esindex: 0.01
  cdx.remote: 9.742
  LoadShardBlock: 236.238 (3)
  PetaboxLoader3.datanode: 231.503 (4)
  PetaboxLoader3.resolve: 15.26
  load_resource: 30.096
*//**
 * ------------------------------------------------------------------------
 * JA Wall Template for J25 & J32
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
 */
 
 /* Eric Meyer's CSS Tools: Reset CSS (Modified by Hieu Nguyen)
-------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, 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, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  margin: 0;
  padding: 0;
  /* font: inherit;
  vertical-align: baseline; */
}

/* HTML5 display-role reset for older browsers */
article, aside, figcaption, details, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
text-align: right;
color: #999;
margin-top: 10px;
padding-bottom: 3px;
}

figcaption {
display: block;
text-align: right;
color: #999;
margin-top: 11px;
}

/* body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
*/

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:focus {
  outline: none;
}
/*
     FILE ARCHIVED ON 06:04:57 Sep 17, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:01:00 Feb 03, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.834
  exclusion.robots: 0.037
  exclusion.robots.policy: 0.013
  esindex: 0.016
  cdx.remote: 55.586
  LoadShardBlock: 213.761 (3)
  PetaboxLoader3.datanode: 278.088 (4)
  PetaboxLoader3.resolve: 132.76 (2)
  load_resource: 215.125
*//**
 * ------------------------------------------------------------------------
 * JA Wall Template for J25 & J32
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
 */

/* COMMON GRID ELEMENTS
--------------------------------------------------------- */
.wrap {
  clear: both;
  width: 100%;
}

.main {
  margin: 0 auto;
}

.inner {
  padding: 20px; /* General element padding */
}

.content-inner,
.sidebar-inner,
.aside-inner,
.menu-inner,
.search-inner,
.toolbar-inner,
.moduletable-inner {
  padding: 0; /* Reset. Set your padding in template.css */
}

.main,
.item,
.col {
  box-sizing: border-box; /* Box-sizing Mode */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* MASONRY PRESETS
--------------------------------------------------------- */
/* Percentage width reference:
- 100%   ~ 1 col
- 50%    ~ 2 cols
- 33.3%  ~ 3 cols
- 25%    ~ 4 cols
- 20%    ~ 5 cols
- 16.6%  ~ 6 cols
- 14.2%  ~ 7 cols
- 12.5%  ~ 8 cols
- 11.1%  ~ 9 cols
- 10%    ~ 10 cols
*/

/* Default (Medium) ----*/
.item {
  display: block;
  float: left;
  width: 25%; /* 4 cols */
  max-width: 100%
}

.item .item-inner {
  margin: 5px;
  padding: 0;
}

.grid-double {
  width: 50%;
}

.grid-triple {
  width: 75%;
}

/* Small ---*/
body.basegrid-s .item {
  width: 20%; /* 5 cols */
}

body.basegrid-s .grid-double {
  width: 40%;
}

body.basegrid-s .grid-triple {
  width: 60%;
}

/* Large ---*/
body.basegrid-l .item {
  width: 33.3%; /* 3 cols */
}

body.basegrid-l .grid-double {
  width: 66.6%;
}

body.basegrid-l .grid-triple {
  width: 100%;
}

/* X-Large ---*/
body.basegrid-xl .item {
  width: 50%; /* 2 cols */
}

body.basegrid-xl .grid-double,
body.basegrid-xl .grid-triple {
  width: 100%; /* No triple grid on X-Large */
}

/* Auto Inner Grids ---*/
.col {
  float: left;
}

.cols-1 .col {
  width: 100%;
}

.cols-2 .col {
  width: 50%;
}

.cols-3 .col {
  width: 33.3%;
}

.cols-4 .col {
  width: 25%;
}

.cols-5 .col {
  width: 20%;
}

/* MAIN CONTAINER
--------------------------------------------------------- */
#container .main {
  padding-top: 52px; /* Space for header */
}

/* Content ---*/
#content {
  float: left;
  width: 100%;
}

body.has-aside #content {
  width: 60%;
}

body.gridview #content {
  width: 100% !important; /* full width on gridview */
}

/* Aside ---*/
#aside {
  float: right;
  width: 40%;
}

#aside .aside-col-1 {
}

#aside .aside-col-2 {
}

/* Sidebar ---*/
body.has-sidebar #container .container-main {
  padding-left: 120px; /* Space for sidebar */
}

#sidebar {
  margin-left: -120px;
  position: fixed;
  top: 70px; /* Space for header */
  width: 120px;
}

#sidebar, #sidebar .sidebar-inner {
	height: 100%;
}
/*
     FILE ARCHIVED ON 06:05:03 Sep 17, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:01:00 Feb 03, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.572
  exclusion.robots: 0.019
  exclusion.robots.policy: 0.009
  esindex: 0.013
  cdx.remote: 86.579
  LoadShardBlock: 187.835 (3)
  PetaboxLoader3.datanode: 197.569 (4)
  PetaboxLoader3.resolve: 62.306 (2)
  load_resource: 136.759
*//**
 * ------------------------------------------------------------------------
 * JA Wall Template for J25 & J32
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
 */

body {
  background: #eee;
  color: #404040;
  font-family: 'Roboto', sans-serif;
  font-size: 12px; /* basesize */
  line-height: 1.5;
}

/* Percentage Font-size reference:
- 84%   ~ 10px
- 92%   ~ 11px
- 100%  ~ 12px (basesize)
- 110%  ~ 13px
- 115%  ~ 14px
- 125%  ~ 15px
- 150%  ~ 18px
- 185%  ~ 22px
- 200%  ~ 24px
- 250%  ~ 30px
*/


/* Links ---*/
a {
  color: #262626;
  text-decoration: none;
  transition: background 0s ease 0s, color 0.2s linear 0s;
  -o-transition: background 0s ease 0s, color 0.2s linear 0s;
  -moz-transition: background 0s ease 0s, color 0.2s linear 0s;
  -webkit-transition: background 0s ease 0s, color 0.2s linear 0s;
}

a:hover, a:active, a:focus {
  color: #427fed;
  text-decoration: none;
}

/* Headings & Titles ---*/
h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: bold;
  line-height: 1.2;
  text-rendering: optimizelegibility;
}

h1 {
  font-size: 200%;
  color: #262626;
}

h2 {
  font-size: 150%;
}

h3 {
  font-size: 150%;
  color: #262626;
}

h4 {
  font-size: 100%;
  text-transform: UPPERCASE;
}

h5 {
  font-size: 100%;
}

/* Small text ---*/
small, .small {
  font-size: 92%;
display: none;
}

/* List ---*/
ul {
  list-style: none;
  text-align: justify;
}

ul li {
}

.container-main ul li {
  margin-top: 2px;
  padding-left: 10px;  
}

.container-main ul li:first-child {
  margin-top: 0;
}

ol {
}

.container-main ol {
  margin-left: 10px;
}

ol li {
  list-style-position: inside;
}

.container-main ol li {
}

dt {
  font-weight: bold;
}

dd {
}

/* Image ---*/
img {
  max-width: 100%;
}

img[align=left] {
  margin: 0 20px 0 0;
}

img[align=right] {
  margin: 0 0 0 20px;
}

/* Others ---*/
hr {
  border-top: 1px solid #ccc;
}

/* Content spacing ---*/
.content-inner p, .content-inner pre, .content-inner blockquote,
.content-inner h1, .content-inner h2, .content-inner h3, .content-inner h4, .content-inner h5, .content-inner h6,
.content-inner ol, .content-inner ul, .content-inner dl {
  margin-top: 10px;
  margin-bottom: 10px;  
}

/* TABLES
--------------------------------------------------------- */
table {
}

td {
  border-bottom: 0px solid #e5e5e5;
  font-size: 100%;
  padding: 0px 0px;
}

tr td {
}

th {
  background: #333;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  text-align: left;
}

th td {
}

th a {
  color: #fff;
}

th a:hover,
th a:focus,
th a:active {
  color: #fff;
}

.cat-list-row1,
.cat-list-row2,
tr.cat-list-row1 td,
tr.cat-list-row2 td {
}

.cat-list-row1:hover,
.cat-list-row2:hover {
}

.cat-list-row2,
tr.cat-list-row2 td {
}

table.contentpane,
table.tablelist,
table.category,
table.admintable,
table.blog {
  width: 100%;
}

table.contentpaneopen {
  border: none;
}

/* FORM
--------------------------------------------------------- */
form {
}

label {
  cursor: default;
  margin-right: 10px;
display: none;
}

input, select, button, textarea {
  font-family: inherit;
  font-size: 100%; /* Set the font size to match with the basesize */
  transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}

textarea {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  box-sizing: border-box;
  color: #333;
  overflow: auto;
  padding: 10px 15px;
  vertical-align: top;
}

textarea:hover {
  border-color: #999;
}

textarea:focus {
  border-color: transparent;
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
.inputbox {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #999;
  line-height: normal;
  margin: 0;
  padding: 5.5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;  
  margin-right: -2px; 
  padding-left: 8px;
 
}

input[type=text]:hover,
input[type=password]:hover,
input[type=email]:hover,
input[type=url]:hover,
.inputbox:hover {
  border-color: #ccc;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
.inputbox:focus {
  border-color: #ccc;
}

input[type=submit],
.button,
.btn,
button {
  background: #427fed;
  border: 1px solid #427fed;
  border-radius: 2px;
  color: #FFF;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  padding: 6px 15px;  
   -webkit-border-radius: 2px;
 -webkit-appearance: none; 
  display: none;   
 
}

a.btn {
  padding: 5px;  
}

a.btn:hover,
a.btn:active,
a.btn:focus {
  color: #fff;
}

input[type=submit]:hover,
.button:hover,
.btn:hover,
button:hover {
  background-color: #4285f4;
  border: 1px solid #4285f4;  
}

input[type=submit]:focus,
.button:focus,
button:focus {
  background-color: #4285f4;
  border: 1px solid #4285f4;  
}

button:hover,
button:focus,
input[type=submit]:hover,
input[type=submit]:focus,
.button:hover,
.button:focus,
.btn:hover,
.btn:focus {
  cursor: pointer;
}

.checkbox,
input[type=checkbox] {
  border: 0;
}

.radio,
input[type=radio] {
  border: 0;
}

input[type=checkbox],
input[type=radio] {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  width: auto !important;
}

fieldset {
  border: none;
  display: none;
}

legend {
  font-size: 125%;
  font-weight: bold;
  line-height: 1.2;
}

fieldset dt {
  clear: left;
  float: left;
  padding: 3px 0;
  line-height: 25px;
}

fieldset dd {
  min-height: 25px;
  padding: 3px 0;
  line-height: 25px;
}

.star {
  color: #c00;
}

.invalid {
  border-color: #c00;
}

label.invalid {
  color: #c00;
}

/* GENERIC STYLE
--------------------------------------------------------- */
/* Clearfix */
.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1%;
}

:first-child + html .clearfix {
  min-height: 1%;
}

/* Alignment */
.left {
  float: left;
}

.right {
  float: right;
}
/*
     FILE ARCHIVED ON 06:04:46 Sep 17, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:06:09 Feb 03, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.054
  exclusion.robots: 0.051
  exclusion.robots.policy: 0.04
  esindex: 0.012
  cdx.remote: 75.308
  LoadShardBlock: 150.594 (3)
  PetaboxLoader3.datanode: 99.143 (4)
  PetaboxLoader3.resolve: 143.057 (2)
  load_resource: 142.523
*//**
 * ------------------------------------------------------------------------
 * JA Wall Template for J25 & J32
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
 * This file may not be redistributed in whole or significant part.
 * ------------#mainnav .menu > li > a------------------------------------------------------------
 */
 
 
/* MAIN NAV
--------------------------------------------------------- */
#mainnav {
  left: 119px; /* Space for Logo */
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 9999;
}

#mainnav .menu {
  float: left;
  white-space: nowrap;
}

#mainnav .menu-inner {
  position: absolute;
  left: 0;
  right: 462px;
  height: 45px;
}

.fixed-display #mainnav .menu-inner {
  right: 390px;
}

#mainnav .menu,
#mainnav .menu li {
  margin: 0;
  padding: 0;
}

#mainnav .menu > li {
  border-left: 0px solid #595959;
  display: inline-block;
}

#mainnav .menu > li > a {
  border-bottom: 4px solid transparent;
  color: #737373;
  display: block;
  float: left;
  height: 40px;
  line-height: 45px;
  padding: 0 15px;
  text-shadow: 0 0px 0 rgba(0,0,0,.7);
  transition: background-color .5s ease 0s, color 0.2s linear 0s;
  -o-transition: background-color .5s ease 0s, color 0.2s linear 0s;
  -moz-transition: background-color .5s ease 0s, color 0.2s linear 0s;
  -webkit-transition: background-color .5s ease 0s, color 0.2s linear 0s;
  text-transform: uppercase;
  padding-top: 1px;
}

#mainnav .menu > li:hover > a,
#mainnav .menu > li > a:hover,
#mainnav .menu > li > a:active,
#mainnav .menu > li > a:focus {
  border-bottom-color: #427fed;
  color: #262626;
  text-decoration: none;
}

#mainnav .menu > li.active > a {
  border-bottom-color: #427fed;
}

/* 2nd level and above ---*/
#mainnav .menu > li.deeper ul {
  background: #FFF;
  border: 5px solid #666;
  box-shadow: 2px 2px 2px rgba(0,0,0,.2);
  left: -999em;
  margin: 0;
  max-width: 420px;
  min-width: 180px;
  padding: 0;
  position: absolute;
  width: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#mainnav .menu > li.active.deeper ul {
  border-color: #09c; /* Active Parent's Popup*/
}

#mainnav .menu > li.deeper.hover ul,
#mainnav .menu > li.deeper:hover ul {
  left: auto;
  margin-top: 45px;
  position: absolute;
}

#mainnav .menu > li.deeper ul li {
  border-bottom: 1px solid #e5e5e5;
  float: none;
  list-style: none;
}

#mainnav .menu > li.deeper ul li.parent {
  position: relative;
}

#mainnav .menu > li.deeper ul li a {
  color: #333;
  display: block;
  height: 30px;
  line-height: 30px;
  max-width: 420px;
  font-size: 12px;
  padding: 0 20px;
  text-overflow: ellipsis;
  text-shadow: 0 1px 0 #FFF;
  white-space: nowrap;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: background-color .5s ease 0s, color 0.2s linear 0s;
  -o-transition: background-color .5s ease 0s, color 0.2s linear 0s;
  -moz-transition: background-color .5s ease 0s, color 0.2s linear 0s;
  -webkit-transition: background-color .5s ease 0s, color 0.2s linear 0s;
}

#mainnav .menu > li.deeper ul li:hover a,
#mainnav .menu > li.deeper ul li a:hover,
#mainnav .menu > li.deeper ul li a:active,
#mainnav .menu > li.deeper ul li a:focus {
  background: #f0f0f0;
  text-decoration: none;
}

#mainnav .menu > li.deeper ul li.active a {
  color: #09c;
}

#mainnav .menu > li.deeper ul ul {
 border: 5px solid #666666;
 left: 170px !important;
 top: -45px;
 font-size: 100%;
 display: none;
}


#mainnav .menu > li.deeper ul ul ul {
  left: 180px !important;
  top: -47px;
}

#mainnav .menu > li.deeper li.parent:hover ul {
  display: block;
}

#mainnav .menu > li.deeper ul ul li a,
#mainnav .menu > li.deeper li li.parent li a,
#mainnav .menu > li.deeper ul li.active li a{
  background: #fff ;
  color: #333;
  text-decoration: none;
}

#mainnav .menu > li.deeper ul li.parent li a{
  background: #fff;
  text-decoration: none;
}

#mainnav .menu > li.deeper.hover ul ul:after, 
#mainnav .menu > li.deeper:hover ul ul:after {
  background: none;
}

#mainnav .menu > li.deeper ul ul li a,
#mainnav .menu > li.deeper ul ul li a:hover,
#mainnav .menu > li.deeper ul ul li a:focus,
#mainnav .menu > li.deeper ul ul li a:active,
#mainnav .menu > li.deeper li li.parent li:hover a,
#mainnav .menu > li.deeper li li.parent li a:hover,
#mainnav .menu > li.deeper li li.parent li a:focus,
#mainnav .menu > li.deeper li li.parent li a:active {
  background: #f0f0f0;
}  

#mainnav .menu > li.deeper ul li.active li.active a {
  color: #09c; 
}

/* arrow more ---*/
#mainnav .navprev,
#mainnav .navnext {
	display: block;
	position: absolute;
	top: 0;
	height: 48px;
	width: 24px;
	z-index: 1000;
}

#mainnav .navprev {
  left: 0px;
  background: url(/web/20200917060502im_/http://artearth.ru/templates/ja_wall/images/arrow-navmore.png) no-repeat left top;
  background-size: 72px;
  top: -1px;
}

#mainnav .navnext {
  right: 296px;
  background: url(/web/20200917060502im_/http://artearth.ru/templates/ja_wall/images/arrow-navmore.png) no-repeat right top;
  background-size: 72px;
  top: -1px;
}

.fixed-display #mainnav .navnext {
  right: 255px;
}

.no-toolbar #mainnav  .menu-inner,
.no-toolbar #mainnav .navnext {
  right: 262px;
}

/* 2nd level and above when have arrow ---*/
ul.jsub {
  background: #FFF;
  border: 5px solid #666;
  box-shadow: 2px 2px 2px rgba(0,0,0,.2);
  max-width: 420px;
  min-width: 180px;
  padding: 0;
  margin: 0;
  top: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

ul.jsub li {
  border-bottom: 1px solid #e5e5e5;
  float: none;
  list-style: none;
}

ul.jsub li a {
  color: #333;
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  text-shadow: 0 1px 0 #FFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

ul.jsub li a:hover {
  background: #f0f0f0;
  text-decoration: none;
}

/* DEFAULT JOOMLA MENU
--------------------------------------------------------- */
.menu {
}

.menu li {
  border: 0;
  line-height: 1.1;
  list-style: none;
  margin: 5px 0 0;
  padding: 0;
}

.menu li:first-child {
  margin-top: 0;
}

.menu li a {
}

.menu li a:hover,
.menu li a:active,
.menu li a:focus {
}


/* Active state */
.menu li.active a {
}

.menu li.active a:hover,
.menu li.active a:active,
.menu li.active a:focus {
}

/* 2nd level + */
.menu ul {
  padding: 10px;
}

/* CATEGORIES
--------------------------------------------------------- */
.categories-module {
}

.categories-module li {
  border: 0;
  line-height: 1.1;
  list-style: none;
  margin: 5px 0 0;
  padding: 0;
}

.categories-module li:first-child {
  padding-top: 0;
}

.categories-module li h4,
.categories-module li h5,
.categories-module li h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.categories-module li a {
}

.categories-module li a:hover,
.categories-module li a:active,
.categories-module li a:focus {
}

/* Active state */
.categories-module li.active a {
}

.categories-module li.active a:hover,
.categories-module li.active a:active,
.categories-module li.active a:focus {
}

/* 2nd level + */
.categories-module ul {
  padding: 10px;
}

/* MISC.
--------------------------------------------------------- */
/* Demo Only Styles Number */
#mainnav .menu > li > a.hilite:after {
  background: #C00;
  color: #FFF;
  width: 15px;
  height: 11px;
  display: inline-block;
  content: "12";
  line-height: 1;
  font-size: 10px;
  font-weight: bold;
  padding:1px;
  border-radius: 2px;
  margin-left: 5px;
  top: -5px;
  position: relative;
}
/*
     FILE ARCHIVED ON 06:05:02 Sep 17, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:06:21 Feb 03, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.56
  exclusion.robots: 0.046
  exclusion.robots.policy: 0.035
  esindex: 0.011
  cdx.remote: 28.466
  LoadShardBlock: 118.332 (3)
  PetaboxLoader3.datanode: 290.753 (4)
  PetaboxLoader3.resolve: 126.369 (2)
  load_resource: 321.987
*//**
 * ------------------------------------------------------------------------
 * JA Wall Template for J25 & J32
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
 */
 
/* COMMON JOOMLA STYLE
--------------------------------------------------------- */
/* Layout Deco ---*/
.blog {
}

.item-separator, .row-separator {
  display: none;
}

.items-leading {
}

.items-leading .leading {
  padding-bottom: 15px;
}

/* Login ---*/
.login h1 {
  font-size: 250%;
  margin-bottom: 20px;
  margin-top: 0;
}

.login_form fieldset,
.login fieldset {
  padding: 15px 0 0;
}

.login_form fieldset p,
.login fieldset p {
  margin: 0 0 5px;
}

.login_form label,
.login label {
  display: block;
  font-weight: bold;
}

.login-fields {
  margin: 0 0 10px;
}

.login_form .inputbox,
.login-fields .required {
  margin-left: 10px;
  width: 150px;
}

.login-fields label#remember-lbl {
	display: inline-block;
	width: auto;
}

.login_form .remember .inputbox {
  width: 20px;
}

.login_form .button,
.login button {
}

.login .control-group {
  margin-bottom: 10px;
}

/* Register ---*/
.form-register fieldset {
  padding: 0 0 10px;
}

.form-register p {
  margin: 0 0 5px;
}

.form-register p.form-des {
  margin: 15px 0;
}

.form-register label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}

.form-register .inputbox {
  margin-left: 10px;
  width: 200px;
}

.form-register .button {
  margin-left: 140px;
}

.registration fieldset dt {
  margin-right: 5px;
}

.admintable textarea {
  max-width: 90% !important;
  resize: none;
}

#user-registration .form-actions {
  margin-top: 10px;
}

/* Mail to ---*/
#mailto-window {
  background: #fff;
  margin: 10px 0 20px;
  padding: 0;
  position: relative;
}

#mailto-window h2 {
  font-size: 150%;
  margin-top: 0;
  margin-bottom: 20px;
}

#mailto-window .mailto-close {
  background: #FFF;
  background: -moz-linear-gradient(bottom, #ccc, #f0f0f0);
  background: -webkit-linear-gradient(bottom, #ccc, #f0f0f0);
  border: 1px solid #CCC;
  color: #666;
  font-size: 11px;
  padding: 2px 5px;
  position: absolute;
  top: -25px;
  right: -15px;
  line-height: 1;
  font-family: 'Arial', sans-serif;
  text-shadow: 1px 1px 0 #f0f0f0;
}

#mailto-window .mailto-close a {
  color: #666;
}

#mailto-window .mailto-close:hover {
  border-color: #999;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
}

#mailtoForm .formelm {
  padding: 5px 0;
  vertical-align: middle;
  overflow: hidden;
}

#mailtoForm .formelm label {
  display: block;
  float: left;
  font-weight: bold;
  vertical-align: middle;
  width: 90px;
}

#mailtoForm p {
  margin-top: 20px;
}

#mailtoForm .inputbox {
  width: 70%;
}

#mailtoForm .button {
  margin-right: 5px;
}

/* User ---*/
.user-details {
  padding: 10px 0;
}

.user-details p {
  margin: 0 0 5px;
}

.user-details label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}

.user-details .inputbox {
  margin-left: 10px;
  width: 200px;
}

.user-details .button {
  margin-left: 140px;
}

.user-details .paramlist .paramlist_key {
  padding: 0 0 5px;
  width: 130px;
}

.user-details .paramlist .paramlist_value {
  padding: 0 0 5px;
}

.user-details .user_name span {
  font-weight: bold;
  padding-left: 10px;
}

/* Reset ---*/
.reset h1, .remind h1 {
  font-size: 250%;
  margin-bottom: 20px;
}

.reset .form-validate p,
.remind .form-validate p {
  background: url(/web/20200917060444im_/http://artearth.ru/templates/ja_wall/images/icon-info.png) no-repeat 10px 10px #edf8fc;
  border: 1px solid #bae5f3;
  border-radius: 3px;
  margin-top: 5px;
  padding: 10px 10px 10px 35px;
  text-shadow: 1px 1px 0 #FFF;
}

.reset .form-validate fieldset dl,
.remind .form-validate fieldset dl {
  margin: 0;
}

.reset .form-validate fieldset dt,
.remind .form-validate fieldset dt {
  margin: 4px 0 0 0;
}

/* Profile ---*/
.profile h1,
.profile-edit h1 {
  font-size: 250%;
  margin: 0 0 20px 0;
}

.profile fieldset,
.profile-edit fieldset {
  border: 1px solid #CCC;
  margin-bottom: 20px;
  padding: 20px 20px 30px;
}

.profile dl,
.profile-edit dl {
  margin: 0;
}

.profile dl dt,
.profile-edit dl dt {
  padding-right: 10px;
}

.profile dl dd,
.profile-edit dl dd {
  border-bottom: 1px solid #e5e5e5;
}

.profile legend,
.profile-edit legend {
  background: #FFF;
  display: block;
  padding: 0 5px;
}

.profile a,
.profile-edit a {
  background: url(/web/20200917060444im_/http://artearth.ru/templates/ja_wall/images/icon-edit.png) no-repeat 0px 2px;
  display: inline-block;
  padding: 2px 0 2px 20px;
}

/* Search ---*/
form#searchForm {
  padding: 15px 0;
}

.searchintro {
  padding: 10px;
  width: 100%;
}

.searchintro p {
  margin: 0;
}

.results h4 {
  margin: 15px 0 0;
}

.results p {
  margin: 0 0 10px;
}

.search fieldset {
  border: 1px solid #F0F0F0;
  margin: 25px 0 15px;
  padding: 10px;
}

.search fieldset legend {
  font-size: 100%;
}

.search .phrases-box {
  margin: 0 0 10px;
}

.search .word button {
  margin-left: 5px;
}

.search .word .inputbox {
  vertical-align: top;
}

.search .word label {
  vertical-align: middle;
}

.search .btn-toolbar .pull-left {
  float: left;
  margin-right: 10px;
}

.search .btn-group .btn {
  height: 26px;
}

.search .btn-group .btn:hover {
  cursor: pointer;
}

.search .btn-group .btn .icon-search:before {
  content: "Search";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
}

.search .phrases-box .controls label input {
  margin-right: 5px;
  margin-top: -3px;
  vertical-align: middle;
}

/* Search results */
dl.search-results dt.result-title {
  font-size: 110%;
}

dl.search-results dt.result-title a {
  color: #666;
}

dl.search-results dt.result-title a:hover,
dl.search-results dt.result-title a:focus,
dl.search-results dt.result-title a:active {
  color: #09C;
}

dl.search-results dd {
  display: block;
  padding: 0 0 5px;
}

dl.search-results dd.result-created {
  border-bottom: 1px solid #EEE;
  color: #999;
  font-size: 92%;
  margin-bottom: 10px;
}

/* Contact ---*/
#component-contact address {
  font-style: normal;
}

#component-contact #emailForm {
}

.contact_email {
  margin: 0 0 10px;
}

.contact_email div {
  padding: 5px 0;
}

.contact_email label {
  display: block;
  float: left;
  font-weight: bold;
  width: 17em;
}

.contact_email-copy {
  margin: 15px 0;
}

.contact-email-copy label {
  display: inline;
}

div.contact-links ul li {
  background: none;
}

/* Archive ---*/
#archive-items > li {
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}

#archive-items div.intro {
  clear: both;
  overflow: hidden;
}

/* Category List ---*/
.categories-list {
}

.categories-list h1 {
}

.categories-list ul {
}

.categories-list ul li {
  background: none;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}

.categories-list ul li span.item-title {
  font-weight: bold;
  font-size: 110%;
  display: inline-block;
  padding: 1px 10px;
  background: url(/web/20200917060444im_/http://artearth.ru/templates/ja_wall/images/trans-grad-white-20.png) repeat-x top #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.categories-list li span.item-title a {
}

.categories-list dl {
  margin: 0 0 0 5px;
  display: inline-block;
  color: #999;
  font-size: 92%;
}

.categories-list dl dt,
.categories-list dl dd {
  display: inline;
}

.categories-list ul li ul {
  margin-left: 25px;
}

.categories-list ul li li {
}

.categories-list ul li li li {
}

.categories-list ul li li.last {
  border-bottom: 0;
}

/* Sub Category List ---*/
.cat-children {
}

.cat-children h3 {
}

.cat-children ul {
}

.cat-children ul li {
}

.cat-children ul li span.jitem-title {
}

.cat-children ul li span.jitem-title a {
}

/* Poll ---*/
div.poll {
  padding: 15px 0;
}

form#poll {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

dl.poll {
  font-size: 92%;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

dl.poll dt, dl.poll dd {
  float: left;
}

dl.poll dt {
  clear: left;
  width: 100px;
}

dl.poll dd {
  clear: right;
  width: 400px;
}

.pollstableborder {
  border: none;
  padding: 0;
  text-align: left;
  width: 100%;
}

.pollstableborder img {
  vertical-align: baseline;
}

.pollstableborder td {
}

.pollstableborder tr.sectiontableentry0 td,
.pollstableborder tr.sectiontableentry1 td {
}

/* Edit Content ---*/
.edit fieldset {
  border: 0;
  border-top: 3px solid #ccc;
  margin: 25px 0 15px;
  padding: 10px;
}

.edit fieldset legend {
  padding: 0 10px;
  font-size: 150%;
  line-height: 1;
}

.edit .formelm {
  margin: 0 0 10px;
  overflow: hidden;
}

.edit .formelm .fltlft {
}

.edit .formelm input[type=text] {
  min-width: 60%;
}

.edit .formelm-buttons,
.edit .formelm-area {
  margin: 0 0 10px;
}

.edit .formelm label,
.edit .formelm-area label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.profile-edit fieldset dt {
  min-width: 17em;
}

/* Editor Buttons */
#editor-xtd-buttons {
}

.button2-left,
.button2-left div {
  float: left;
}

.button2-right,
.button2-right div {
  float: right;
}

.button2-left {
  margin: 5px 5px 0 0;
}

.button2-right {
  margin: 5px 0 0 5px;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
  background: #f0f0f0;
  border: 1px solid #ccc;
  color: #999;
  cursor: pointer;
  display: block;
  float: left;
  padding: 2px 10px;
  border-radius: 3px;
}

.button2-left span,
.button2-right span {
  color: #aaa;
  cursor: default;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
  padding: 0 6px;
}

.button2-left a:hover,
.button2-right a:hover {
  background: #ccc;
  color: #333;
  text-decoration: none;
}

.button2-left .image {
}

.button2-left .readmore {
}

.button2-left .pagebreak {
}

/* Calendar Button */
.formelm img.calendar {
  cursor: pointer;
  height: 16px;
  margin-left: 3px;
  vertical-align: middle;
  width: 16px;
}

/* Pagination ---*/
.pagination ul,
ul.pagenav {
  float: left;
  margin: 10px 0;
}

.pagination ul li,
ul.pagenav li {
  background: none;
  display: block;
  float: left;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.pagination ul li span.pagenav,
.pagination ul li a.pagenav,
ul.pagenav li a {
  padding: 0 5px;
}

.pagination ul a.pagenav {
}

.pagination ul a.pagenav:hover,
.pagination ul a.pagenav:active,
.pagination ul a.pagenav:focus {
}

fieldset.filters {
  font-size: 92%;
  margin: 10px 0 5px;
}

.display-limit {
  font-size: 92%;
  margin: 10px 0 5px;
}

fieldset.filters .filter-search,
fieldset.filters .display-limit {
  float: left;
  width: 50%;
}

fieldset.filters .display-limit {
  float: right;
  text-align: right;
}

.pagenavbar {
  font-weight: bold;
}

.pagenavcounter {
  margin: 15px 0;
  text-align: center;
}

.counter {
  float: right;
  line-height: 1;
  margin: 15px 0;
  text-align: right;
}

.counter span {
}

.items-more {
  padding: 15px 0 5px;
}

.items-more h3 {
  margin: 0 0 5px;
}

.items-more ol {
}

.back_button a,
.back_button a:hover,
.back_button a:active {
  display: block;
  margin: 10px 0;
}

/* Content Toc ---*/
.contenttoc {
  float: right;
  margin: 0 0 10px 12px;
  padding: 0;
  width: 30%;
}

.contenttoc a {
}

.contenttoc td {
  padding: 5px 10px;
}

.contenttoc th {
  padding: 5px 10px;
}

/* MESSAGES & NOTIFICATIONS
--------------------------------------------------------- */
/* Messages ---*/
#system-message {
}

#system-message dt {
  font-weight: bold;
}

#system-message dd {
  font-weight: bold;
}


#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
  margin: 0;
  padding: 0;
}

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
  background: none;
  margin: 0;
  padding: 5px;
}

/* System Standard Messages */
#system-message dd.message ul {
}

/* System Error Messages */
.error {
}

.error h2 {
}

#system-message dd.error ul {
}

/* System Notice Messages */
#system-message dd.notice ul {
}

#system-message div {
  padding: 20px 20px 0;
}


/* Tooltips --- */
.tip-wrap {
  background: #fff6df;
  border: 1px solid #fb3;
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(0,0,0,.4);
  max-width: 300px;
  z-index: 999;
}

.tip-title {
  border-bottom: 1px solid #fb3;
  font-weight: bold;
  padding: 5px 10px;
}

.tip-text {
  font-size: 100%;
  margin: 0;
  padding: 5px 10px;
}

.hasTip img {
  border: none;
  margin: 0 5px 0 0;
}


.system-unpublished {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
}

body.bd-component fieldset.filter .left {
  margin-bottom: 5px;
}

body.bd-component fieldset.filter button {
  margin: 0 5px 0 0;
}

body.bd-component table.adminlist th a {
  color: #000;
}

/* Pagination in popup */
body.bd-component table.adminlist .list-footer ul {
  margin-top: 6px !important;
}

body.bd-component table.adminlist .list-footer ul li {
  background: none;
}

body.bd-component table.adminlist .list-footer ul li .pagenav {
  display: inline;
}

#editor .mce-tinymce {
  width: 100% !important;
}

.mce-tinymce .mce-btn button {
  text-transform: inherit;
}
/*
     FILE ARCHIVED ON 06:04:44 Sep 17, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:06:36 Feb 03, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.713
  exclusion.robots: 0.051
  exclusion.robots.policy: 0.039
  esindex: 0.013
  cdx.remote: 36.491
  LoadShardBlock: 189.064 (3)
  PetaboxLoader3.datanode: 125.184 (4)
  PetaboxLoader3.resolve: 54.759 (2)
  load_resource: 52.895
*//**
 * ------------------------------------------------------------------------
 * JA Wall Template for J25 & J32
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
 */
 
.moduletable {
}

.moduletable-inner {
  background: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 3px;
  box-shadow: 0 0 0px rgba(0,0,0,.02), inset 0 0 0px #FFF;
  margin: 5px;
  padding: 0;
  text-shadow: 0 0px 0 #FFF;
}

/* Module Title */
.moduletable .moduletable-inner > h3 {
  background: #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  border-radius: 1px 1px 0 0;
  font-size: 125%;
  margin: 0;
  padding: 7.5px 20px 7px;
  text-transform: uppercase;
  color: #262626;
}

/* Module Content */
.moduletable .box-ct {
  padding: 15px 20px;
}

/* Module List */
.moduletable ul li {
}

/* Module suffix */
.moduletable.blank .moduletable-inner {
  border: 0;
  margin: 0;
  padding: 0;
}

.moduletable.blank .box-ct {
  padding: 20px;
}

/* LOGIN
--------------------------------------------------------- */
#login-form p {
  margin: 0 0 5px;
}

#login-form ul {
  margin-top: 10px;
}

#login-form ul li {
}

#login-form label {
  display: block;
}

#login-form #form-login-remember label {
  display: inline-block;
  margin-right: 5px;
}

#login-form .inputbox {
  width: 100%;
}

/*
     FILE ARCHIVED ON 06:04:56 Sep 17, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:06:46 Feb 03, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.529
  exclusion.robots: 0.045
  exclusion.robots.policy: 0.034
  esindex: 0.01
  cdx.remote: 60.555
  LoadShardBlock: 155.571 (3)
  PetaboxLoader3.datanode: 110.891 (4)
  PetaboxLoader3.resolve: 98.179 (2)
  load_resource: 137.826
*//**
 * ------------------------------------------------------------------------
 * JA Wall Template for J25 & J32
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
 */
 
/* GENERIC CONTENT STYLE
--------------------------------------------------------- */
/* Content Title ---*/
h1.componentheading,
.componentheading {
  font-size: 250%;
  margin-bottom: 20px;
  margin-top: 0;
}
img { 
  max-width: 100% !important; 
  height: auto;
  border-radius: 0px;
}

/* Content Meta ---*/
.article-info,
.article-hit,
.jac-add-button {
  color: #999;
  font-size: 100%;
}

.article-info {
  display: block;
  overflow: hidden;
  width: auto;
}

.article-info a,
.jac-add-button a {
  color: #999;
}

.article-info a:hover,
.article-info a:active,
.article-info a:focus,
.jac-add-button a:hover,
.jac-add-button a:active,
.jac-add-button a:focus {
  color: #333;
}

.article-info .article-info-term {
  display: none;
}

.article-info dd {
  display: block;
  float: left;
  margin-right: 10px;
}

.article-url {
  margin: 10px 0 0;
}

.modifydate {
  margin: 10px 0 0;
}

.contentdescription {
  display: block;
  padding: 10px 15px;
}

.contentdescription p {
  margin: 0;
}

/* Content Image ---*/
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  position: relative;
}

.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right {
  margin-bottom: 15px;
  max-width: 100%;
}

.img-fulltext-left {
  float: left;
  margin-right: 20px;
}

.img-fulltext-right {
  float: right;
  margin-left: 20px;
}

.img-intro-none img,
.img-intro-left img,
.img-intro-right img,
.img-fulltext-none img,
.img-fulltext-left img,
.img-fulltext-right img {
  margin: 0;
}

p.img_caption {
  background: #333;
  bottom: 0;
  color: #fff;
  font-size: 92%;
  line-height: 1.5;
  margin: 0 !important;
  opacity: 0.7;
  padding: 5px !important;
  position: absolute;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.img_caption {
  width: 100% !important;
}

/* Content Actions ---*/
.actions {
  float: right;
  margin: 0 !important;
  padding: 0;
}

.actions li {
  background: none !important;
  display: inline;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.actions li img {
  border: 0;
  margin: 0;
}

/* ITEM
--------------------------------------------------------- */
.item {
}

.item .item-inner {
  background: #FFF;
  border: 0px solid #FFF;
  position: relative;
  border-radius: 3px;
  box-shadow: 0 0 0px rgba(0,0,0,.1);
  transition: box-shadow .2s ease 0s;
  -o-transition: box-shadow .2s ease 0s;
  -moz-transition: box-shadow .2s ease 0s;
  -webkit-transition: box-shadow .2s ease 0s;
  border: 1px solid #d8d8d8; 
  border-bottom-width: 2px;
}

.item:hover .item-inner {
  box-shadow: 0 0px 0px 0 rgba(0,0,0,.15);
}

.item .item-main {
  padding: 15px 15px 0px;

}

/* Item IMG ---*/
.item .item-image {
  margin: 15px 15px 0;
}

.item .item-image img {
  width: 100%;
}

.item .img-intro-none,
.item .img-intro-left,
.item .img-intro-right,
.item .img_caption {
  margin-bottom: 0;
  width: 100%;
}

.item .item-image .item-link {
  line-height: 1;
}

.item .item-image span {
  display: none;
}

/* Items without IMG  */
.item.no-image .item-image {
  display: none;
}

/* Item Title ---*/
.item .header h2 {
  font-size: 150%;
  margin-bottom: 5px;
  margin-top: 0;
}

.item .header h2 a {
  color: #262626;
  display: block;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
}

.item .header h2 a:hover,
.item .header h2 a:focus,
.item .header h2 a:active {
  text-decoration: none;
  color: #427fed;
}

.item:hover h2 a {
  color: #262626;
}

.item .header ul.actions {
  text-indent: 0;
}

.item .header ul.actions .edit-icon a {
  background: url(/web/20200917060446im_/http://artearth.ru/templates/ja_wall/images/icon-edit.png) no-repeat 0 0;
  font-size: 12px;
  height: 20px;
  text-indent: -999em;
  width: 16px;
}

/* Item Header ---*/
.item .header {
  margin-bottom: 10px;
}

.item .header .article-info {
  margin: 0;
  float: left;
}

.item .header .article-info dd {
}

.item .header ul.actions {
	float: right;
	margin: 0;
}

.item .header ul.actions li {
	padding: 0;
	background: none;
	float: left;
}

/* Item Content ---*/
.item .content {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 1px;
}

.item .content p {
  margin-top: 0;
}

/* Item Footer ---*/
.item .footer {
  background: #fff;
  color: #999;
  margin: 6px -15px 0;
  padding: 5px 15px;
  text-shadow: 0px 0px 0 #FFF;
  border-radius: 0 0 3px 3px;
}

.item .footer .article-hit,
.item .footer .jacomment-count,
.item .footer .jac-add-button {
  float: right;
  margin: 0px 0px 5px 0;
}

/* Item Readmore ---*/
.item .readmore {
  float: right;
  margin: 0;
}

.item .readmore a {
  border: 1px solid #ccc;
  color: #666;
  display: block;
  font-size: 92%;
  line-height: normal;
  padding: 2px 6px;
  border-radius: 3px;
}

.item:hover .readmore a {
  background: url(/web/20200917060446im_/http://artearth.ru/templates/ja_wall/images/trans-grad-white-20.png) repeat-x center #09c;
  border-color: #09c;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.4);
}

.item .rssreadon,
.item .s_readmore,
p .rssreadon {
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

/* Item Status---*/
.item-hot .header h2 {
  position: relative;
  text-indent: 45px;
}

.item-hot .header h2:before {
  background: #c00;
  color: #fff;
  content: "HOT";
  display: block; /* cannot use "inline" or "inline-block" 'cause bad character */ 
  font-size: 10px;
  line-height: normal;
  padding: 2px 0;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 2px;
  width: 40px;
  line-height: 1.4;
  text-indent: 0;
}

/* Item new */
.item-new .header h2 {
  position: relative;
  text-indent: 45px;
}

.item-new .header h2:before {
  background: #669900;
  color: #fff;
  content: "NEW";
  display: block; /* cannot use "inline" or "inline-block" 'cause bad character */ 
  font-size: 10px;
  line-height: normal;
  padding: 2px 0;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 2px;
  width: 40px;
  text-indent: 0;
}

/* Item free */
.item-free .header h2 {
  position: relative;
  text-indent: 45px;
}

.item-free .header h2:before {
  background: #ff8a00;
  color: #fff;
  content: "FREE";
  display: block; /* cannot use "inline" or "inline-block" 'cause bad character */ 
  font-size: 10px;
  line-height: normal;
  padding: 2px 0;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 2px;
  width: 40px;
  text-indent: 0;
}

/* Pin */
.item-image .item-pin {
	display: none;
}

/* ITEM PAGE
--------------------------------------------------------- */
.item-page {
  margin-bottom: 0px;
}

/* Item Page Title ---*/
.item-page > h2 {
  font-size: 250%;
  margin-top: 0;
  margin-bottom: 15px;
}

/* Item Page IMG ---*/
.item-page p.img_caption {
  margin: 0;
  padding: 5px 0;
}

/* Item Page Meta ---*/
.item-page .article-info {
  margin-bottom: 20px;
  margin-top: -10px;
}

/* Item Page Content ---*/
.item-page .content {
  clear: both;
  font-size: 110%; /* Bigger Content font-size */
}

/* DISPLAY PRESETS
--------------------------------------------------------- */
/* Display ---*/
/* Image View */
body.display-imageview .item:hover {
  z-index: 998;
}

body.display-imageview .item-inner {
  border-width: 0px;
}

body.display-imageview .item:hover .item-inner {
  border-color: #404040;
  box-shadow: 0 0 0px rgba(0,0,0,.7);
}

body.display-imageview .item-image,
body.display-imageview .img-intro-none,
body.display-imageview .img-intro-left,
body.display-imageview .img-intro-right {
  margin: 0;
}

body.display-imageview .item .item-main {
}

body.display-imageview .item-main,
body.display-imageview .item-image p.img_caption {
  display: none;
}

body.hoverable.display-imageview .item:hover .item-main,
body.hoverable.display-imageview .item:hover .item-image p.img_caption {
  display: block;
}

body.display-imageview .item.hover .item-main,
body.display-imageview .item.hover .item-image p.img_caption {
  display: block;
}

body.display-imageview.masonry-relayout .item-main,
body.display-imageview.masonry-relayout .item-image p.img_caption {
  display: none!important;
}
/* Items without IMG in Image View */
body.display-imageview .item.no-image {
  display: none !important;
}

body.display-imageview .item.no-image .item-inner {
  height: 0 !important;
}

/* Basegrid ---*/
/* Default (Medium)*/
.item {
}

/* Small */
body.basegrid-s .item {
}

body.basegrid-s .item .item-main {
  padding: 10px 10px 0; /* smaller item main padding */
}

body.basegrid-s .item .item-header {
  margin-bottom: 5px;
}

body.basegrid-s .item .item-content {
  /* font-size: 92%; smaller content font */
}

body.basegrid-s .item .footer {
  margin: 10px -10px 0;
  padding: 5px 10px;
}

body.basegrid-s .item .item-image {
  margin: 0px; /* smaller item image spacing */
}

body.basegrid-s .item .header h2 {
  font-size: 125%; /* smaller heading */
}

body.basegrid-s .item-hot .header h2:before {
  font-size: 9px;
  top: 0;
}

body.basegrid-s .item .item-content p {
  margin-bottom: 10px;
}

/* Image View in small basegrid */
body.basegrid-s.display-imageview .item .item-image {
  margin: 0;
}

/* Large */
body.basegrid-l .item {
}

/* X-Large */
body.basegrid-xl .item-content {
  font-size: 100%; /* bigger content font */
}

body.basegrid-xl .item .header h2 {
  font-size: 150%; /* bigger heading */
}

body.basegrid-xl .item-hot .header h2:before {
  font-size: 11px;
  top: 4px;
}

/* ITEM STYLE PRESETS (CLASS SUFFIX)
--------------------------------------------------------- */
/* Dark Style ---*/
.item.dark .item-inner {
  background: #333;
  border-color: #333;
  color: #FFF;
}

.item.dark .header h2 a {
  color: #FFF;
}

.item.dark:hover h2 a {
  color: #09c;
}

.item.dark .footer {
  background-color: #4b4b4b;
  color: #CCC;
  text-shadow: 0 -1px 0 rgba(0,0,0,.4);
}

.item.dark .footer .article-info,
.item.dark .footer .article-hit,
.item.dark .footer .jac-add-button,
.item.dark .footer a {
  color: #CCC;
}

.item.dark .readmore a {
  border: 1px solid #666;
  color: #CCC;
}

.item.dark:hover .readmore a {
  border-color: #09c;
  color: #FFF;
}

/* ImageView Dark Style */
body.display-imageview .item.dark .item-inner {
  border-color: #333;
}

/* High light Style ---*/
.item.hilite .item-inner {
  background: #fff6df;
  border-color: #fff;
}

.item.hilite .header h2 a {
}

.item.hilite .footer {
  background-color: #ffe3a0;
  color: #9f7c00;
}

.item.hilite .footer .article-info,
.item.hilite .footer .article-hit,
.item.hilite .footer .jac-add-button,
.item.hilite .footer a {
  color: #9f7c00;
}

.item.hilite .readmore a {
  border: 1px solid #d7c47f;
  color: #9f7c00;
}

.item.hilite:hover .readmore a {
  background-color: #ff8a00;
  border-color: #ff8a00;
  color: #333;
  text-shadow: 0 1px 0 rgba(255,255,255,.4);
}

/* ImageView Hilite Style */
body.display-imageview .item.hilite .item-inner {
  border-color: #ff8a00;
}

/* Blue Style ---*/
.item.blue .item-inner {
  background: #09c;
  border-color: #09c;
  color: #FFF;
}

.item.blue .header h2 a {
  color: #FFF;
}

.item.blue:hover h2 a {
  color: #FFF;
}

.item.blue .article-info,
.item.blue .article-hit,
.item.blue .jac-add-button {
  color: #a9def0;
}

.item.blue .article-info a,
.item.blue .article-hit a,
.item.blue .jac-add-button a {
  color: #fff;
}

.item.blue .article-info a:hover,
.item.blue .article-hit a:hover,
.item.blue .jac-add-button a:hover {
  text-decoration: underline;
}

.item.blue .footer {
  background-color: #0087b4;
  color: #a9def0;
  text-shadow: 0 -1px 0 rgba(0,0,0,.4);
}

.item.blue .footer .article-info,
.item.blue .footer .article-hit,
.item.blue .footer .jac-add-button,
.item.blue .footer a {
  color: #8ad2ea;
}

.item.blue .readmore a {
  border: 1px solid #26a9d5;
  color: #a9def0;
}

.item.blue:hover .readmore a {
  border-color: #09c;
  color: #FFF;
}

/* Sticky Style ---*/
.item.item-sticky .item-inner {
  background: url(/web/20200917060446im_/http://artearth.ru/templates/ja_wall/images/pin-icon.png) no-repeat right top #ffe1ad;
  border-color: #ffe1ad;
  color: #4e4d52;
  font-family: 'Comic Sans MS';
  font-weight: normal;
}

.item.item-sticky .header {
  background: url(/web/20200917060446im_/http://artearth.ru/templates/ja_wall/images/dot-line.gif) repeat-x left bottom;
  margin: -15px -15px 10px;
  padding: 15px 30px 5px 15px;
}

body.basegrid-s .item.item-sticky .header {
  margin: -10px -10px 10px;
}

.item.item-sticky .header h2 a {
  color: #b60610;
  font-weight: normal;
}

.item.item-sticky:hover h2 a {
  color: #b60610;
}

.item.item-sticky .article-info {
  display: none;
}

.item.item-sticky .article-info,
.item.item-sticky .article-hit,
.item.item-sticky .jac-add-button {
  color: #bf7352;
}

.item.item-sticky .article-info strong,
.item.item-sticky .article-hit strong,
.item.item-sticky .jac-add-button strong {
  color: #b05832;
}

.item.item-sticky .article-info a,
.item.item-sticky .article-hit a,
.item.item-sticky .jac-add-button a {
  color: #fff;
}

.item.item-sticky .article-info a:hover,
.item.item-sticky .article-hit a:hover,
.item.item-sticky .jac-add-button a:hover {
  text-decoration: underline;
}

.item.item-sticky .item-content {
  background: url(/web/20200917060446im_/http://artearth.ru/templates/ja_wall/images/line2-bg.gif);
  font-size: 14px;
  line-height: 2em;
  text-shadow: 1px 1px 0 rgba(255,255,255,.2);
}

.item.item-sticky .footer {
  background-color: #ffd386;
  border-top: 1px solid #ffc96a;
  color: #A5481F;
  text-shadow: 0 -1px 0 rgba(255,255,255,.4);
}

.item.item-sticky .footer .article-info,
.item.item-sticky .footer .article-hit,
.item.item-sticky .footer .jac-add-button,
.item.item-sticky .footer a {
  color: #A5481F;
}

.item.item-sticky .readmore a {
  background: #ffe1ad;
  border: 1px solid #ffc96a;
  color: #A5481F;
}

.item.item-sticky:hover .readmore a {
  background: #A5481F;
  border-color: #A5481F;
  color: #fff;
}

/* Sticky Style 2 */
.item.item-sticky2 .item-inner {
  background: url(/web/20200917060446im_/http://artearth.ru/templates/ja_wall/images/pin-icon.png) no-repeat right top #fe7da3;
  border-color: #fe7da3;
  color: #ffe8ef;
  font-family: 'Comic Sans MS';
}

.item.item-sticky2 .header {
  background: url(/web/20200917060446im_/http://artearth.ru/templates/ja_wall/images/dot-line2.gif) repeat-x left bottom;
  margin: -15px -15px 10px;
  padding: 15px 30px 5px 15px;
}

body.basegrid-s .item.item-sticky2 .header {
  margin: -10px -10px 10px;
}

.item.item-sticky2 .header h2 a {
  color: #783b4d;
  font-weight: normal;
}

.item.item-sticky2:hover h2 a {
  color: #783b4d;
}

.item.item-sticky2 .article-info {
  display: none;
}

.item.item-sticky2 .article-info,
.item.item-sticky2 .article-hit,
.item.item-sticky2 .jac-add-button {
  color: #bf7352;
}

.item.item-sticky2 .article-info strong,
.item.item-sticky2 .article-hit strong,
.item.item-sticky2 .jac-add-button strong {
  color: #fff;
  text-shadow: none;
}

.item.item-sticky2 .article-info a,
.item.item-sticky2 .article-hit a,
.item.item-sticky2 .jac-add-button a {
  color: #fff;
}

.item.item-sticky2 .article-info a:hover,
.item.item-sticky2 .article-hit a:hover,
.item.item-sticky2 .jac-add-button a:hover {
  text-decoration: underline;
}

.item.item-sticky2 .item-content {
  background: url(/web/20200917060446im_/http://artearth.ru/templates/ja_wall/images/line3-bg.gif);
  font-size: 14px;
  line-height: 2em;
}

.item.item-sticky2 .footer {
  background-color: #fe709a;
  border-top: 1px solid #fe8cae;
  color: #ffe8ef;
  text-shadow: 0 -1px 0 rgba(255,255,255,.4);
}

.item.item-sticky2 .footer .article-info,
.item.item-sticky2 .footer .article-hit,
.item.item-sticky2 .footer .jac-add-button,
.item.item-sticky2 .footer a {
  color: #ffe8ef;
}

.item.item-sticky2 .readmore a {
  background: #fe7da3;
  border: 1px solid #fe8cae;
  color: #ffe8ef;
  text-shadow: none;
}

.item.item-sticky2:hover .readmore a {
  background: #e06388;
  border-color: #e06388;
  color: #fff;
}

/* Sticky Style 3 */
.item.item-sticky3 .item-inner {
  background: url(/web/20200917060446im_/http://artearth.ru/templates/ja_wall/images/pin-icon.png) no-repeat right top #b3dce0;
  border-color: #b3dce0;
  color: #4E4D52;
  font-family: 'Comic Sans MS';
}

.item.item-sticky3 .header {
  background: url(/web/20200917060446im_/http://artearth.ru/templates/ja_wall/images/dot-line3.gif) repeat-x left bottom;
  margin: -15px -15px 10px;
  padding: 15px 30px 5px 15px;
}

body.basegrid-s .item.item-sticky3 .header {
  margin: -10px -10px 10px;
}

.item.item-sticky3 .header h2 a {
  color: #617779;
  font-weight: normal;
}

.item.item-sticky3:hover h2 a {
  color: #617779;
}

.item.item-sticky3 .article-info {
  display: none;
}

.item.item-sticky3 .article-info,
.item.item-sticky3 .article-hit,
.item.item-sticky3 .jac-add-button {
  color: #bf7352;
}

.item.item-sticky3 .article-info strong,
.item.item-sticky3 .article-hit strong,
.item.item-sticky3 .jac-add-button strong {
  color: #fff;
  text-shadow: none;
}

.item.item-sticky3 .article-info a,
.item.item-sticky3 .article-hit a,
.item.item-sticky3 .jac-add-button a {
  color: #fff;
}

.item.item-sticky3 .article-info a:hover,
.item.item-sticky3 .article-hit a:hover,
.item.item-sticky3 .jac-add-button a:hover {
  text-decoration: underline;
}

.item.item-sticky3 .item-content {
  background: url(/web/20200917060446im_/http://artearth.ru/templates/ja_wall/images/line4-bg.gif);
  font-size: 14px;
  line-height: 2em;
}

.item.item-sticky3 .footer {
  background-color: #9ad0d6;
  border-top: 1px solid #9ad0d6;
  color: #ffe8ef;
  text-shadow: 0 -1px 0 rgba(255,255,255,.4);
}

.item.item-sticky3 .footer .article-info,
.item.item-sticky3 .footer .article-hit,
.item.item-sticky3 .footer .jac-add-button,
.item.item-sticky3 .footer a {
  color: #ffe8ef;
}

.item.item-sticky3 .readmore a {
  background: #b3dce0;
  border: 1px solid #91b3b6;
  color: #4E4D52;
  text-shadow: none;
}

.item.item-sticky3:hover .readmore a {
  background: #9ad0d6;
  border-color: #9ad0d6;
  color: #fff;
}

/* Twitter style ---*/
.item.twitter .item-header {
  background: url(/web/20200917060446im_/http://artearth.ru/templates/ja_wall/images/icon-twitter.png) no-repeat left center;
  margin-bottom: 10px;
  padding: 0 0 0 35px;
}

.item.twitter:hover .item-header {
  background: url(/web/20200917060446im_/http://artearth.ru/templates/ja_wall/images/icon-twitter-hover.png) no-repeat left center;
}

.item.twitter h2 {
  font-size: 110%;
  font-weight: bold;
  margin: 0 0 3px;
  padding: 0;
}

.item.twitter h2 a {
  color: #666;
}

.item.twitter .header .article-info dd.category-name {
  display: none;
}

.item.twitter .item-content img {
  margin-bottom: 15px;
}

.item.twitter p.readmore {
  overflow: hidden;
  position: absolute;
  bottom: 5px;
  right: 10px;
}

/* Facebook style ---*/
.item.facebook:hover .item-inner {
  border: 1px solid #c4cde0;
  transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.item.facebook .item-header {
  background: url(/web/20200917060446im_/http://artearth.ru/templates/ja_wall/images/icon-facebook.png) no-repeat left center;
  margin-bottom: 10px;
  padding: 0 0 0 40px;
}

.item.facebook:hover .item-header {
  background: url(/web/20200917060446im_/http://artearth.ru/templates/ja_wall/images/icon-facebook-hover.png) no-repeat left center;
}

.item.facebook .header h2 {
  margin: 0;
  padding: 0;
}

.item.facebook .header .article-info dd.category-name {
  display: none;
}

.item.facebook p.readmore {
  overflow: hidden;
  position: absolute;
  bottom: 5px;
  right: 10px;
}

/* Video style ---*/
.item.video .player {
  display: none;
}

.item.video p.readmore {
  overflow: hidden;
  position: absolute;
  bottom: 5px;
  right: 10px;
}

.item.video .item-image a {
  display: block;
  position: relative;
  z-index: 5;
}

.item.video .item-image span {
  background: url(/web/20200917060446im_/http://artearth.ru/templates/ja_wall/images/icon-play.png) no-repeat left top;
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  position: absolute;
  left: 50%;
  top: 50%;
}

.item-page.video .img-fulltext-left { display: none; }

.item-page.video .player,
.item-pagevideo.video .player {
  background: #f0f0f0;
  border: 1px solid #DDD;
  text-align: center;
  margin-bottom: 20px;
  padding: 39px;
}

/* POPUP CONTENT
--------------------------------------------------------- */
body.popupview {
  background: #fff;
  margin: 0;
  overflow: hidden;
}

#popup-view {
  display: none;
}

body.popupview #popup-view {
  background: url(/web/20200917060446im_/http://artearth.ru/templates/ja_wall/images/wash-white-80.png);
  bottom: 0;
  display: block;
  left: 0;
  overflow-x: auto;
  overflow-y: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  cursor: default;
}

body.popupview #popup-content {
  height: 90%;
  margin: 30px auto;
  position: relative;
  width: 640px;
  z-index: 1000;
}

body.popupview #popup-inner {
  height: 100%;
  position: relative;
  width: 100%;
  background: #fff;
  border: 0px solid #c3c3c3;
  border-radius: 3px;
  box-shadow: 0 0 0px rgba(0,0,0,.4);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #d8d8d8; 
  border-bottom-width: 2px;

}

body.popupview #popup-inner iframe {
  left: 0 !important;
}

/* Window Content ---*/
body.windowview {
  background: #fff;
  margin: 0;
}

body.windowview #content {
  width: auto !important;
  float: none !important;
  padding: 20px;
}

body.windowview #content .content-inner {
  padding: 0 !important;
}

/* Window IMG ---*/
body.windowview .item-page .img-fulltext-none,
body.windowview .item-page .img-fulltext-left,
body.windowview .item-page .img-fulltext-right,
body.windowview .item-page .img_caption {
  width: 100%;
}

body.windowview .item-page .img-fulltext-none img,
body.windowview .item-page .img-fulltext-left img,
body.windowview .item-page .img-fulltext-right img {
  width: 100%;
}

/* Hiding some elements in popup view */
body.windowview .pagenav {
  display: none;
}

/* Close Button ---*/
body.popupview .popup-head {
  position: relative;
  height: 30px;
  bottom: -15px;
  z-index: 1001;
  cursor: default;
}

body.popupview a#popup-close {
  background: url(/web/20200917060446im_/http://artearth.ru/templates/ja_wall/images/icon_close.png) no-repeat center transparent;
  color: #fff;
  right: -45px;
  top: -30px;
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  box-shadow: 0 0px 0px rgba(0,0,0,.2);
  text-indent: -999em;
  opacity: 0.55;
}

body.popupview a#popup-close:hover
{
   opacity: 1;
}

/* iFrame */
body.popupview .youtube-player {
  width: 100%;
}

/* HEADER
--------------------------------------------------------- */
#header {
  background: #f5f5f5;
  color: #CCC;
  height: 45px;
  position: fixed;
  top: 0;
  z-index: 999;
  border-bottom: 2px solid #d8d8d8;
}

#header .wrap-inner {
  background: transparent;
}

#header .main {
  height: 45px;
  position: relative;
}

/* Logo Image ---*/
.logo-image,
.logo-text {
  background: #f5f5f5;
  border-bottom: 5px solid #f5f5f5;
  float: left;
  height: 40px;
  position: relative;
  width: 124px;
  z-index: 99999;
  text-align: center;
  margin-left: -5px;
}

.logo-image h1 {
  color: #fff;
  display: block;
  height: 17px;
  margin: 0px 0 0 0px;
  padding: 0;
  width: 79px;
}

.logo-image h1 a {
  background: url(/web/20200917060446im_/http://artearth.ru/templates/ja_wall/images/logo.png) no-repeat 0px 0px;
  display: block;
  text-indent: -999em;
  width: 124px;
height: 45px;
border-right: 0px solid #595959;
border-left: 0px solid #595959;
background-size: 90px;
}

.logo-image h1 a:hover, .logo-image h1 a:focus, .logo-image h1 a:active {
    background: url(/web/20200917060446im_/http://artearth.ru/templates/ja_wall/images/logo2.png) no-repeat 0px 0px;
    background-size: 90px;
}

/* Logo text ---*/
.logo-text h1 {
  font-size: 22px;
  font-weight: normal;
  line-height: normal;
}

.logo-text h1 span {
  display: inline-block;
  font-size: 12px;
  line-height: normal;
  padding-right: 0;
  padding-top: 5px;
  vertical-align: top;
}

.logo-text h1 a {
  color: #FFF;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 0px 0 rgba(0,0,0,.7);
  text-transform: uppercase;
}

.logo-text:hover h1 a,
.logo-text h1 a:hover,
.logo-text h1 a:active,
.logo-text h1 a:focus {
  color: #FFF;
}

.logo-text p {
  color: #d8d8d8;
  display: block;
  font-size: 10px;
  margin-top: 0px;
  letter-spacing: 0px;
  text-transform: none;  
}

/* Head Search ---*/
#header #search {
  background-color: #f5f5f5;
  float: right;
  height: 40px;
  padding-left: 9px;
  padding-right: 7px;
  position: relative;
  z-index: 9999;
  border-bottom: 5px solid #f5f5f5;
  border-left: 0px solid transparent;
}

#header #search .search-inner {
  margin-top: 9px;
}

#header #search label {
  display: none;
}

#header #search .search {
  border: 1px solid #4b4b4b;
  border-radius: 3px;
}

#header #search .inputbox {
  background: url(/web/20200917060446im_/http://artearth.ru/templates/ja_wall/images/icon-search.png) no-repeat 8px center transparent;
  border: none;
  color: #ccc;
  font-size: 92%;
  font-weight: bold;
  padding: 4px 5px 4px 25px;
  text-transform: uppercase;
  width: 120px;
  transition: width 0.7s ease 0s;
  -o-transition: width 0.7s ease 0s;
  -moz-transition: width 0.7s ease 0s;
  -webkit-transition: width 0.7s ease 0s;
}

#header #search .button {
  background-color: #3f3f3f;
  border: 1px solid #4b4b4b;
  color: #ccc;
  font-size: 92%;
  margin-left: 1px;
  padding: 2px 5px;
}

#header #search .inputbox + .button {
}

/* focus state */
#header #search:hover .search {
}

#header #search .inputbox:focus {
  background-color: #fff;
  background-image: url(/web/20200917060446im_/http://artearth.ru/templates/ja_wall/images/icon-search-black.png);
  box-shadow: inset 1px 1px 2px rgba(0,0,0,.5);
  color: #333;
  text-transform: none;
  width: 180px;
}

#header #search .inputbox:focus + .button {
  background-color: #09c;
  border-color: #09c;
  color: #fff;
}

/* MAIN CONTAINER
--------------------------------------------------------- */
#container .main {
  position: relative;
}

/* Mainbody ---*/
#mainbody {
  background: #FFF;
  border: 0px solid #c3c3c3;
  border-radius: 3px;
  box-shadow: 0 0 0px rgba(0,0,0,.4);
  margin: 5px 5px 10px 5px;
  border: 1px solid #d8d8d8; 
  border-bottom-width: 2px;
}

body.has-sidebar #mainbody {
}

body.gridview #mainbody {
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 30px;
}

/* Content ---*/
#content .content-inner {
  padding: 20px 20px 20px 20px;
}

body.gridview #content .content-inner {
  margin: 0; /* no margin on gridview */
  padding: 0; /* no padding on gridview */
}

/* Aside ---*/
#aside {
}

#aside .aside-inner {
  padding: 10px;
}

#aside .aside-inner {
  padding: 10px;
}

#aside .aside-col-1 {
}

#aside .aside-col-2 {
}

/* Aside Module */
#aside .moduletable {
  overflow: hidden;
}

#aside .moduletable-inner {
  margin: 0px 10px 10px 10px;
}

/* Sidebar ---*/
#sidebar {
  color: #999;
  font-size: 100%;
  text-align: right;
  text-shadow: 0 0px 0 #FFF;
  margin-top: 0px;
}

#sidebar img { 
  -webkit-filter: grayscale(100%);
}

#sidebar img:hover { 
  -webkit-filter: grayscale(0%);
}

#sidebar .sidebar-inner {
  position: relative;
}

#sidebar .sidebar-inner-scrollblock {
  width: 100%;
  padding-bottom: 20px;
  -webkit-font-smoothing: antialiased; /* fix Safari font */
}

/* Sidebar List */
#sidebar ul li {
  background-image: none;
  list-style: none;
text-align: left;
}

#sidebar ul li:hover,
#sidebar ul li:active,
#sidebar ul li:focus {
  background-color: transparent;
border-left: 4px solid #427fed;
padding: 0px 5px 0px 6px;
transition: background 0s ease 0s, color 0.2s linear 0s;
-o-transition: background 0s ease 0s, color 0.2s linear 0s;
-moz-transition: background 0s ease 0s, color 0.2s linear 0s;
-webkit-transition: background 0s ease 0s, color 0.2s linear 0s;
}

/* Sidebar Nav */
#sidebar .menu li a {
  border-radius: 2px;
  color: #737373;
  display: inline-block;
  line-height: normal;
  max-width: 100px;
  overflow: hidden;
  padding: 2px 5px;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-weight: 500;
}

#sidebar .menu li a:not([ie9]) {
  padding: 2px 4px;  /* IE9 only */
}

#sidebar .menu li a:hover,
#sidebar .menu li a:active,
#sidebar .menu li a:focus {
  color: #262626;
}

#sidebar .menu li.active a {
  background: #09c;
  color: #fff;
  text-shadow: none;
}

#sidebar .menu li.active a:hover,
#sidebar .menu li.active a:active,
#sidebar .menu li.active a:focus {
}

/* 2nd level + */
#sidebar .menu ul {
  margin: 5px 0;
  padding: 0 5px;
  border-right: 5px solid #09c;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;  
}

#sidebar .menu ul li a {
  max-width: 70px;
}

/* Sidebar Categories --- */
.categories-module li h4,
.categories-module li h5,
.categories-module li h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#sidebar .categories-module li a {
  border-radius: 3px;
  color: #999;
  display: inline-block;
  line-height: normal;
  max-width: 100px;
  overflow: hidden;
  padding: 2px 5px;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  box-sizing: border-box;  
  -moz-box-sizing: border-box;  
  -webkit-box-sizing: border-box;
}

#sidebar .categories-module li a:hover,
#sidebar .categories-module li a:active,
#sidebar .categories-module li a:focus {
  background: url(/web/20200917060446im_/http://artearth.ru/templates/ja_wall/images/trans-black-10.png) repeat;
  color: #333;
}

/* Active state */
#sidebar .categories-module li.active a {
  background: #09c;
  color: #fff;
  text-shadow: none;
}

#sidebar .categories-module li.active a:hover,
#sidebar .categories-module li.active a:active,
#sidebar .categories-module li.active a:focus {
}

/* 2nd level + */
#sidebar .categories-module ul {
  margin: 5px 0;
  padding: 0 5px;
  border-right: 5px solid #09c;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#sidebar .categories-module ul li a {
  max-width: 70px;
}

/* Sidebar Module */
#sidebar .moduletable {
  float: none;
  width: 100%;
}

#sidebar .moduletable-inner {
  background: none;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0px 0;
}

#sidebar .moduletable .moduletable-inner > h3 {
  background: none;
  border: none;
  color: #690;
  font-size: 100%;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 0 0 5px 0;
  padding: 0 10px 0 5px;
  text-transform: uppercase;
}

#sidebar .moduletable .box-ct {
  border: 0;
  padding: 0 10px 0 0;
}

/* FOOTER
--------------------------------------------------------- */
#footer {
}

/* DISPLAY TOOLBAR
--------------------------------------------------------- */
#toolbar {
  float: right;
  position: relative;
  height: 40px;
  background-color: #474747;
display: none;
}

#toolbar .toolbar-inner {
  margin-top: 9px;
}

#toolbar li {
  display: block;
  float: left;
  margin-left: 10px;
}

#toolbar dl {
  border: 1px solid #595959;
  border-radius: 2px;
  float: left;
  text-shadow: 0 0px 0 rgba(0,0,0,.7);
  background: #474747;
}

#toolbar dt {
  display: none;
}

#toolbar dd {
  display: block;
  float: left;
  white-space: nowrap;
  font-size: 100%;
  line-height: normal;
  padding: 4px 0;
  text-align: center;
  text-transform: uppercase;
  width: 25px;
  transition: background-color 0s ease 0s, color 0.2s linear 0s;
  -o-transition: background-color 0s ease 0s, color 0.2s linear 0s;
  -moz-transition: background-color 0s ease 0s, color 0.2s linear 0s;
  -webkit-transition: background-color 0s ease 0s, color 0.2s linear 0s;
  color: #d8d8d8;  
}

#toolbar dd:hover {
  background: #427fed;
  color: #fff;
  cursor: pointer;
}

#toolbar dd.first {
  border-left: 0;
  border-radius: 2px 0 0 2px;
}

#toolbar dd.last {
  border-radius: 0 2px 2px 0;
}

#toolbar dd.first.last {
  border-radius: 2px;
}
 
/* Active State */
body.basegrid-s #toolbar dd#toolbar-basegrid-s,
body.basegrid-m #toolbar dd#toolbar-basegrid-m,
body.basegrid-l #toolbar dd#toolbar-basegrid-l,
body.basegrid-xl #toolbar dd#toolbar-basegrid-xl,
body.display-imageview #toolbar dd#toolbar-display-imageview {
  background: #427fed;
  color: #FFF;
}

/* Basegrid ---*/
#toolbar-basegrid dl {
}

#toolbar-basegrid dd {
  border-left: 1px solid #595959;
}

#toolbar-basegrid dd:hover {
}

#toolbar-basegrid dd.active {
}

/* Display ---*/
#toolbar-display dl {
}

#toolbar-display dd {
  width: auto;
  padding-left: 5px;
  padding-right: 5px;
}

#toolbar-display dd:hover {
}

#toolbar-display dd.active {
}

/* Disable toolbar in fixed display --- */
.fixed-display #toolbar-display {
display: none;
}

.fixed-basegrid #toolbar-basegrid {
display: none;
}


/* MISC.
--------------------------------------------------------- */
/* Facebook comment for iPad ---*/
.fb-comments {
  clear: both;
  padding-top: 20px;
  display: none;
}

.fb-comments span {
  display: block !important;
}

/* Toggle ----*/
.has-toggle {
  z-index: 999;
}

.has-toggle.active {
  background: #fff;
  color: inherit;
}

.has-toggle.active .inner {
  padding: 12px;
  box-shadow: 0px 0px 0px rgba(0,0,0,.4);
  background: #f5f5f5;
  color: inherit;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: #d8d8d8 0px solid;

}

/* Toggle button */
.btn-toggle {
  display: block;
  background: transparent;
  color: #fff;
  text-shadow: none;
  cursor: pointer;
  width: 45px;
  height: 45px;
  text-align: center;
  position: relative;
}

.btn-toggle > span {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0; /* Hiding the text */
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -9.5px;
  background-position: center top;
  background-repeat: no-repeat;
}

.btn-toggle > strong {
  display: none;
}

.has-toggle.active .btn-toggle {
  background-color: #f5f5f5;
}

.has-toggle.active .btn-toggle span {
  background-position: center bottom;
}

/* Menu Toggle */
.menu-toggle {
  width: 90px;
}

.menu-toggle > span {
  text-indent: 0;
  width: auto;
  height: auto;
  position: static;
  display: inline;
  line-height: 45px;
  margin: 0;
  padding: 0;
}

/* Sidebar Toggle */
.sidebar-toggle {
}

.sidebar-toggle > span {
  background-image: url(/web/20200917060446im_/http://artearth.ru/templates/ja_wall/images/btn-sidebar.png);  
  background-size: 16px;
  
}

/* Search Toggle */
.search-toggle {
}

.search-toggle > span {
  background-image: url(/web/20200917060446im_/http://artearth.ru/templates/ja_wall/images/btn-search.png);
  background-size: 16px;
}

/* Toolbar Toggle */
.toolbar-toggle {
}

.toolbar-toggle > span {
  background-image: url(/web/20200917060446im_/http://artearth.ru/templates/ja_wall/images/btn-toolbar.png);
  display: none;
}

/* Hiding toggle on default */
.menu-toggle,
.sidebar-toggle,
.toolbar-toggle,
.search-toggle {
  display: none;
}

/* iFrame video */
div.content .youtube-player {
  margin-bottom: 10px;
}

.youtube-img,
.vimeo-img {
  display: none;
}

.gridview .youtube-img,
.gridview .vimeo-img {
  display: block;
}

/* Flickr popup view */
img.flickr-img {
  display: none;
}

/* Loading Notifications --- */
#infscr-loading {
  background: transparent;
  border-radius: 10px;
  bottom: 10px;
  color: #FFF;
  left: 46%;
  padding: 10px;
  position: fixed;
  text-align: center;
  width: 200px;
  z-index: 2000;
}

#infscr-loading em {
  font-style: normal;
}

img.lazyload:before {
  /*background: url(/web/20200917060446im_/http://artearth.ru/templates/ja_wall/images/loading-img.gif) no-repeat center center;*/
  content: "";
  display: block;
  height: 30px;
  margin: -15px 0 0 -15px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
}

/* Scroll Bar ---*/
div.sidebarTrackerV,
div.popupTrackerV {
	position: absolute;
	z-index: 100;
	width: 7px;
	bottom: 2px;
	top: 2px;
	right: 1px;
	overflow: hidden;
	opacity: 1;
	-o-transition-property: opacity;
	-moz-transition-property: opacity;
	-webkit-transition-property: opacity;
}

div.sidebarTrackerV div,
div.popupTrackerV div {
	position: absolute;
	z-index: 100;
	background-color: #c4c4c4;
	width: 100%;
	border-radius: 3px 3px 3px 3px;
	-moz-transition-property: -Moz-transform;
	-moz-transition-timing-function: cubic-bezier(0.33, 0.66, 0.66, 1);
	-moz-transform: translate(0pt, 0px);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
        cursor: default;
}

div.sidebarTrackerV div,
div.popupTrackerV div:hover
{
   background-color: #939393;
}

div.sidebarTrackerV div,
div.popupTrackerV div:active {

background-color: #939393;
}

/* CSS3 Animation ---*/
/* Masonry Animation */
.masonry,
.masonry .masonry-brick {
  transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
}

.masonry {
  transition-property: height, width;
  -o-transition-property: height, width;
  -moz-transition-property: height, width;
  -webkit-transition-property: height, width;
}

.masonry .masonry-brick {
  transition-property: left, right, top;
  -o-transition-property: left, right, top;
  -moz-transition-property: left, right, top;
  -webkit-transition-property: left, right, top;
}

.item-pagetypography .item-content {
	visibility: hidden;
}

.img-intro-left a.item-link, .img-intro-right a.item-link {
	display: block;
	background: url("/web/20200917060446im_/http://artearth.ru/templates/ja_wall/images/loading-img.gif") no-repeat scroll center center transparent;
}

.masonry .corner-stamp {
  float: right;
  max-width: 100%;
padding-top: 10px;
padding-bottom: 5px;
}

.corner-stamp .corner-inner {
  background: white;
  border: 0px solid white;
  position: relative;
  border-radius: 3px;
  box-shadow: 0 0 0px rgba(0, 0, 0, .1);
  transition: box-shadow .2s ease 0s;
  -o-transition: box-shadow .2s ease 0s;
  -moz-transition: box-shadow .2s ease 0s;
  -webkit-transition: box-shadow .2s ease 0s;
  margin-right: 5px;
  margin-left: 4px;
  padding: 0;
  border: 1px solid #d8d8d8;
  border-bottom-width: 2px;
  padding-bottom: 0px;
  margin-top: -5px;
}

.corner-stamp:hover .corner-inner {
  box-shadow: 0 0 0px 0px rgba(0,0,0,.4);
}

/* table format  */
table.reference {
  background-color: #FFFFFF;
  border: 1px solid #C3C3C3;
  border-collapse: collapse;
  width: 100%;
}

/* No articles in this category */
.no-articles {
  font-weight: bold;
}
/*
     FILE ARCHIVED ON 06:04:46 Sep 17, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:06:56 Feb 03, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.588
  exclusion.robots: 0.047
  exclusion.robots.policy: 0.037
  esindex: 0.01
  cdx.remote: 78.192
  LoadShardBlock: 432.523 (3)
  PetaboxLoader3.datanode: 88.437 (4)
  PetaboxLoader3.resolve: 276.665
  load_resource: 23.584
*/
/*
 * ------------------------------------------------------------------------
 * JA Wall Template for J25 & J32
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
*/

/* RESPONSIVE FONT SIZES
--------------------------------------------------------- */
body {
  font-size: 14px;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%; /*Fix Mobile Safari Font Scale*/
}

/* Content Title ---*/
h1.componentheading,
.componentheading {
  font-size: 150%;
}

.login h1 
.reset h1,
.remind h1,
.profile h1,
.profile-edit h1 {
  font-size: 150%;
}

/* Item Title ---*/
.item-page > h2,
.item .header h2,
.itemView h2.itemTitle {
  font-size: 150%;
}

/* MASONRY PRESETS (Basegrid : 60px)
--------------------------------------------------------- */
/* Default (Medium) ----*/
.item {
  width: 50%; /* 2 cols */ 
}

.grid-double {
  width: 100%;
}

.grid-triple {
  width: 100%;
}

/* Small ---*/
body.basegrid-s .item {
  width: 50%; /* 2 cols */
}

body.basegrid-s .grid-double {
  width: 100%;
}

body.basegrid-s .grid-triple {
  width: 100%;
}

/* Large ---*/
body.basegrid-l .item,
body.basegrid-l .grid-double,
body.basegrid-l .grid-triple {
  width: 100%;  /* 1 col */
}

/* X-Large ---*/
body.basegrid-xl .item,
body.basegrid-xl .grid-double,
body.basegrid-xl .grid-triple {
  width: 100%; /* 1 col */
}

/* Auto Inner Grids ---*/
.cols-1 .col {
  width: 100%;
}

.cols-2 .col,
.cols-3 .col,
.cols-4 .col,
.cols-5 .col {
  width: 50%; /* Max 2 cols */
}

/* CORE 
--------------------------------------------------------- */
/* Links ---*/
a {
  transition: none;
  -o-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}

/* FORM
--------------------------------------------------------- */
.admintable textarea,
.admintable input[type=text],
.admintable input[type=password],
.admintable input[type=email],
.admintable .inputbox {
  max-width: 99%;
}

.admintable #description_tbl,
.admintable #url {
  max-width: 250px !important;
}

/* ITEM
--------------------------------------------------------- */
.item .item-inner {
  transition: none;
  -o-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}

.item:hover .item-inner {
  box-shadow: none;
}

/* BODY LAYOUT
--------------------------------------------------------- */
#container .main {
  padding-top: 100px;
}

/* Content ---*/
#content {
  width: 100% !important;
  float: none;
}

#content .content-inner {
  padding: 15px 10px;
}

/* Aside ---*/
#aside {
  width: 100%;
  float: none;
  margin-top: 10px;
}

#aside .aside-inner {
  padding: 0;
}

/* Aside Module */
#aside .moduletable-inner {
  margin: 0 10px 10px;
}

/* Sidebar ---*/
body.has-sidebar #container .container-main {
  padding-left: 0;  /* Minus space for sidebar */
}

#sidebar {
  position: absolute; /* Enable full page scrolling */
  margin-left: 0;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px !important;
}

#sidebar.active {
  width: 45px;
}

#sidebar .sidebar-inner {
  width: 165px;
  left: -999em;
  border-radius: 0 0 3px 0;
  position: relative;
  border-bottom: 2px solid #d8d8d8;
border-right: 1px solid #d8d8d8;
margin-top: -7px;
}

#sidebar .sidebar-inner-scrollblock {
}

#sidebar .sidebar-toggle {
  border-right: 0px solid #595959;
  padding-top: 2px;
}

/* Sidebar Toggle Ation */
#sidebar.active .sidebar-inner {
  left: auto;
}

/* Sidebar Nav */
#sidebar .menu li a {
  max-width: 160px;
}

#sidebar .menu ul li a {
  max-width: 120px;
}

/* Sidebar Categories --- */
#sidebar .categories-module li a {
  max-width: 160px;
}

#sidebar .categories-module ul li a {
  max-width: 120px;
}

/* Sidebar Module */
#sidebar .moduletable:first-child {
  padding-top: 10px;
}

#sidebar .moduletable:last-child {
  padding-bottom: 20px;
}

#sidebar .moduletable-inner {
}

/* HEADER
--------------------------------------------------------- */
#header {
  height: 90px;
  position: absolute; /* Enable full page scrolling */
}

#header .main {
  height: 90px;
}

/* Logo Text ---*/
#logo {
  width: 108.5%;
  top: 0;
  z-index: 998;
  border-bottom: 2px solid #d8d8d8;
}

#logo h1 {
  margin-left: 0;
  text-align: center;
  width: 100%;
}

#logo h1 a {
  margin: 0 auto;
  margin-top: -2.5px;
}

.sidebar-toggle > span {
    margin-top: -13px;
}

/* Head Search ---*/
#header #search {
  margin: 0;
  top: -45px;
  width: 45px;
  height: 45px;
  background: transparent;
}

#header #search{
	padding: 0px;
	border-bottom: 5px solid transparent;
}

#header #search .search-inner {
  width: 232px;
  border-radius: 0 0 0 3px;
  left: -999em;
  position: relative; /* "absolute" position will create right edge gap on mobile, tablet */
  margin-top: 0;
  box-shadow: 0px 0px 0px rgba(0,0,0,.4);
  border-bottom: 2px solid #d8d8d8;
border-left: 1px solid #d8d8d8;
margin-top: -2px;
}

#header #search .search-toggle {
  border-left: 0px solid #595959;
  width: 45px;
}

#header #search .search {
  border: none;
}

#header #search .inputbox,
#header #search .inputbox:focus {
  width: 180px;
  background-image: none;
  padding: 5px;
  border: 1px solid #ccc;
}

#header #search .button {
  display: none;
}

/* Search Toggle Ation */
#header #search.active .search-inner {
  left: auto;
  right: 169px; /* Right = InnerWidth - ToggleWidth*/ 
}

/* MAIN NAV
--------------------------------------------------------- */
#mainnav {
  left: 0;
  top: 45px; /* Space for logo */
  width: 100%;
}

#mainnav .menu {
}

#mainnav .menu-inner {
  width: 100%;
}

/* 2nd level and above ---*/
#mainnav .menu > li.deeper ul {
  max-width: none;
  min-width: none;
  width: 100%;
  left: -999em;
}

#mainnav .menu > li.deeper.hover ul,
#mainnav .menu > li.deeper:hover ul {
  left: 0;
  right: 0;
  top: auto;
}

#mainnav .menu > li.deeper ul li a {
  max-width: none;
}

/* arrow more ---*/
#mainnav .navprev {
  left: 0;
  margin-top: -2px;
}

.fixed-display #mainnav .navnext,
.no-toolbar #mainnav .navnext, 
#mainnav .navnext {
  right: 0;
  margin-top: -2px;
}

/* menu-inner ---*/
ul.jsub {
  max-width: none;
  min-width: 100%;
  width: 100%;
  left: 0;
}

/* DISPLAY TOOLBAR
--------------------------------------------------------- */
#toolbar {
  margin: 0;
  top: -45px;
  width: 45px;
  height: 45px;
  background: transparent;
}

#toolbar.active {
}

#toolbar .toolbar-inner {
  width: auto;
  min-width: 200px;
  border-radius: 0 0 3px 3px;
  left: -999em;
  position: absolute;
  margin-top: 0;
}

#toolbar .toolbar-toggle {
  border-left: 1px solid #949e51;
  width: 44px;
  display: none;
}

/* Toolbar Toggle Ation */
#toolbar.active .toolbar-inner {
  left: auto;
  right: 0;
}

/* Hiding Unsupported Buttons */
#toolbar dd#toolbar-basegrid-s,
#toolbar dd#toolbar-basegrid-xl {
  display: none;
}

/* K2 FOR MOBILE.
--------------------------------------------------------- */
div.itemListBlogView div.catItemView {
  padding-left: 0;
}

div.itemListBlogView div.itemDateComments {
  margin-bottom: 5px;
  overflow: hidden;
}

#k2Container .itemDate {
  background: none;
  border-right: 1px solid #DDD;
  float: left;
  position: relative;
  padding: 0 5px 0 0;
  left: auto;
  top: auto;
}

#k2Container .itemDate .date {
  color: #999;
  font-size: 100%;
  font-weight: normal;
}

#k2Container .itemDate .month-year {
  display: inline-block;
  float: none;
  line-height: 1;
}

#k2Container .itemDate .month,
#k2Container .itemDate .year {
  display: inline;
  padding: 0;
  text-align: left;
}

.itemListBlogView .catItemCommentsLink {
  position: relative;
  left: auto;
  top: auto;
  margin-top: 0;
  padding: 0 0 0 5px;
  line-height: 1;
}

.itemListBlogView .catItemCommentsLink a {
  letter-spacing: 0;
}

div.itemListBlogView .article-info {
  border-bottom: 1px dashed #DDD;
  padding-bottom: 5px;
}

div.itemCommentsForm form textarea.inputbox,
div.itemCommentsForm form input.inputbox {
  resize: none;
  width: 100% !important;
}

div.catItemIntroText img {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

div.itemComments ul.itemCommentsList li span.commentDate {
  float: left;
  padding-right: 20px;
}

/* MISC.
--------------------------------------------------------- */
/* Toggle ----*/
/* Toggle button */
.btn-toggle {
  background: transparent;
}

/* Show toggle on Mobile */
.sidebar-toggle,
.toolbar-toggle,
.search-toggle {
  display: block;
}

/* iFrame */
div.content .youtube-player,
div.vimeo-item iframe {
	width: 100% !important;
}

/* Loading Notifications --- */
#infscr-loading {
  background: transparent;
  border-radius: 0;
  bottom: 0;
  color: #FFF;
  left: 0;
  padding: 10px 0;
  width: 100%;
}

#infscr-loading em {
  font-style: normal;
}

.k2AccountPage .wcgroup .wcontrols input[type="text"], 
.k2AccountPage .wcgroup .wcontrols input[type="password"],
.k2AccountPage .wcgroup .wcontrols input[type="email"] {
		width: 80% !important; 
}
/*
Facebook hidden iphone */
.FB_UI_Hidden {
	position: absolute;
	left: -10000px;
	top: -10000px;
}
/*
     FILE ARCHIVED ON 06:04:47 Sep 17, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:07:51 Feb 03, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.635
  exclusion.robots: 0.054
  exclusion.robots.policy: 0.043
  esindex: 0.013
  cdx.remote: 110.995
  LoadShardBlock: 144.961 (3)
  PetaboxLoader3.datanode: 93.241 (4)
  PetaboxLoader3.resolve: 96.849 (2)
  load_resource: 48.113
*/
/*
 * ------------------------------------------------------------------------
 * JA Wall Template for J25 & J32
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
*/

/* MASONRY PRESETS
--------------------------------------------------------- */
/* Default (Medium) ----*/
.item {
  width: 100%; /* 1 col */ 
}

.grid-double {
  width: 100%;
}

.grid-triple {
  width: 100%;
}

/* Small ---*/
body.basegrid-s .item {
  width: 100%; /* 1 col */
}

body.basegrid-s .grid-double {
  width: 100%;
}

body.basegrid-s .grid-triple {
  width: 100%;
}

/* Large ---*/
body.basegrid-l .item,
body.basegrid-l .grid-double,
body.basegrid-l .grid-triple {
  width: 100%;  /* 1 col */
}

/* X-Large ---*/
body.basegrid-xl .item,
body.basegrid-xl .grid-double,
body.basegrid-xl .grid-triple {
  width: 100%; /* 1 col */
}

/* Auto Inner Grids ---*/
.cols-1 .col,
.cols-2 .col,
.cols-3 .col,
.cols-4 .col,
.cols-5 .col {
  width: 100%; /* Max 1 col */
}

/* DISPLAY TOOLBAR
--------------------------------------------------------- */
#toolbar .toolbar-inner {
  width: auto;
  min-width: 135px;
}

/* Hiding Unsupported Buttons */
#toolbar #toolbar-basegrid {
  display: none;
}

/* K2 STYLE
--------------------------------------------------------- */
.k2AccountPage input.inputbox,
.k2AccountPage input#url,
.k2AccountPage textarea {
  width: 95% !important;
}

#k2Container .itemIntroText img,
#k2Container .itemFullText img {
  width: 100%;
}

.search .word button {
	margin-top: 10px;
}

/* REGISTRATION FORM
--------------------------------------------------------- */
.wform .wlabel {
  float: none;
  width: auto;
  padding-top: 0;
  text-align: left;
}
.wform .wcontrols {
  margin-left: 0;
}

.wform .wcgroup_detail {
    display: block;
    float: none;
    margin-right: 0px;
    text-align: left;
    width: 100% !important;
}
/*
     FILE ARCHIVED ON 06:04:53 Sep 17, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:08:10 Feb 03, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.621
  exclusion.robots: 0.054
  exclusion.robots.policy: 0.044
  esindex: 0.012
  cdx.remote: 46.935
  LoadShardBlock: 158.079 (3)
  PetaboxLoader3.datanode: 95.101 (4)
  PetaboxLoader3.resolve: 117.669 (2)
  load_resource: 106.155
*/
/*
 * ------------------------------------------------------------------------
 * JA Wall Template for J25 & J32
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
*/
/* RESPONSIVE FONT SIZES
--------------------------------------------------------- */
body {
  font-size: 14px;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%; /*Fix Mobile Safari Font Scale*/
}

/* MASONRY PRESETS (Basegrid : 60px)
--------------------------------------------------------- */
/* Default (Medium) ----*/
.item {
  width: 33.3%; /* 3 cols */
}

.grid-double {
  width: 66.6%;
}

.grid-triple {
  width: 100%;
}

/* Small ---*/
body.basegrid-s .item {
  width: 25%; /* 4 cols */
}

body.basegrid-s .grid-double {
  width: 50%;
}

body.basegrid-s .grid-triple {
  width: 75%;
}

/* Large ---*/
body.basegrid-l .item {
  width: 50%; /* 2 cols */
}

body.basegrid-l .grid-double,
body.basegrid-l .grid-triple {
  width: 100%; /* No triple grid on Large */
}

/* X-Large ---*/
body.basegrid-xl .item {
  width: 50%; /* 2 cols */
}

body.basegrid-xl .grid-double,
body.basegrid-xl .grid-triple {
  width: 100%; /* No triple grid on X-Large */
}

/* Auto Inner Grids ---*/
.cols-1 .col {
  width: 100%;
}

.cols-2 .col {
  width: 50%;
}

.cols-3 .col,
.cols-4 .col,
.cols-5 .col {
  width: 33.3%; /* Max 3 cols */
}

/* CORE 
--------------------------------------------------------- */
/* Links ---*/
a {
  transition: none;
  -o-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}

/* ITEM
--------------------------------------------------------- */
.item .item-inner {
  transition: none;
  -o-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}

.item:hover .item-inner {
  box-shadow: none;
}

/* BODY LAYOUT
--------------------------------------------------------- */
#container .main {
}

/* Content ---*/
#content {
  float: none;
  width: 100% !important;
}

/* Aside ---*/
#aside {
  width: 100%;
  float: none;
}

#aside .aside-inner {
  padding-top: 0;
}

/* Aside Module */
#aside .moduletable-inner {
  margin: 0 10px 10px;
}

/* Sidebar ---*/
body.has-sidebar #container .container-main {
  padding-left: 0; /* Minus space for sidebar */
}

#sidebar {
  left: 0;
  margin-left: 0;
  position: fixed;
  top: 0;
  width: 45px;
}

#sidebar.active {
  width: 45px;
}

#sidebar .sidebar-inner {
  border-radius: 0 0 3px 0;
  left: -999em;
  width: 165.5px;
}

#sidebar .sidebar-inner-scrollblock {
}

/* Sidebar Toggle Ation */
#sidebar.active .sidebar-inner {
  left: auto;
  border-right: 1px solid #d8d8d8;
border-bottom: 2px solid #d8d8d8;
margin-top: -0px;
}

/* Sidebar Nav */
#sidebar .menu li a {
  max-width: 160px;
}

#sidebar .menu ul li a {
  max-width: 120px;
}

/* Sidebar Categories --- */
#sidebar .categories-module li a {
  max-width: 160px;
}

#sidebar .categories-module ul li a {
  max-width: 120px;
}

/* Sidebar Module */
#sidebar .moduletable:first-child {
  padding-top: 10px;
}

#sidebar .moduletable-inner {
}

/* HEADER
--------------------------------------------------------- */
#header .main {
}

body.display-video #header {
  position: absolute;
}

/* Logo Text ---*/
#logo {
  margin-left: 41px; /* Space for sidebar toggle*/
  border-bottom: 5.5px solid #f5f5f5;
}

/* Head Search ---*/
#header #search {
  float: right;
  margin: 0;
  top: 0;
  width: 45px;
  padding: 0px;
  z-index: 9999;
}

#header #search.active {
}

#header #search .search-inner {
  width: 232px;
  border-radius: 0 0 0 3px;
  left: -999em;
  position: relative; /* "absolute" position will create right edge gap on mobile, tablet */
  margin-top: 0;
  box-shadow: 0px 0px 0px rgba(0,0,0,.4);
}

#header #search .search-toggle {
  border-left: 0px solid #595959;
  width: 45px;
  margin-top: -2.5px;
  border-bottom: 2px solid transparent;
  margin-left: -0.5px;
}

#header #search .search {
  border: none;
}

#header #search .inputbox,
#header #search .inputbox:focus {
  background-image: none;
  border: 1px solid #ccc;
  padding: 5px;
  width: 180px;
}

#header #search .button {
  display: none;
}

/* Search Toggle Ation */
#header #search.active .search-inner {
  left: auto;
  right: 169px; /* Right = InnerWidth - ToggleWidth*/ 
  border-left: 1px solid #d8d8d8;
border-bottom: 2px solid #d8d8d8;
margin-top: 0px;
}

/* MAIN NAV
--------------------------------------------------------- */
#mainnav {
  left: 0;
  padding-left: 165px; /* Sapce for sidebar and logo */
  top: 0;
  width: 100%;
  height: 45px;
}

#mainnav .menu-inner {
  left: 165px;
  right: 234px;
}

/* arrow more ---*/
#mainnav .navprev {
  left: 165px;
  top: -1px;
}

#mainnav .navnext {
  right: 210px;
  top: -1px;
}

.no-toolbar  #mainnav .menu-inner,
.no-toolbar #mainnav .navnext {
  right: 210px;
}

/* DISPLAY TOOLBAR
--------------------------------------------------------- */
#toolbar {
  float: right;
  margin: 0;
  top: 0;
  width: 45px;
  display: none;
}

#toolbar.active {
}

#toolbar .toolbar-inner {
  border-radius: 0 0 3px 3px;
  position: relative;
  left: -999em;
  width: 235px;
  margin-top: 0;
}

#toolbar .toolbar-toggle {
  border-left: 1px solid #4b4b4b;
  width: 44px;
}

/* Toolbar Toggle Ation */
#toolbar.active .toolbar-inner {
  left: auto;
  right: 175px; /* Right = InnerWidth - ToggleWidth*/
}

/* Hiding Unsupported Buttons */
#toolbar dd#toolbar-basegrid-xl {
  display: none;
}

/* MISC.
--------------------------------------------------------- */
/* Show toggle on Tablet */
#sidebar .sidebar-toggle,
#toolbar .toolbar-toggle,
#search .search-toggle {
  display: block;
  padding-top: 0px;
  background: #f5f5f5;
}

.search-toggle > span { 
    margin-top: -7.5px; 
}
/*
     FILE ARCHIVED ON 06:05:03 Sep 17, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:08:21 Feb 03, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.534
  exclusion.robots: 0.042
  exclusion.robots.policy: 0.034
  esindex: 0.01
  cdx.remote: 78.616
  LoadShardBlock: 171.354 (3)
  PetaboxLoader3.datanode: 129.064 (4)
  PetaboxLoader3.resolve: 102.318 (2)
  load_resource: 73.542
*/
/*
 * ------------------------------------------------------------------------
 * JA Wall Template for J25 & J32
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
*/

/* MAIN NAV
--------------------------------------------------------- */
/* arrow more ---*/
#mainnav .navnext {
  right: 297px;
  top: -1px;
}

#mainnav .navprev {
    left: 0px;
background: url(/web/20200917060456im_/http://artearth.ru/templates/ja_wall/images/arrow-navmore.png) no-repeat left top;
background-size: 72px;
top: -1px;
}

/* MAIN CONTAINER
--------------------------------------------------------- */
/* Content ---*/
body.has-aside #content {
  width: 70%;
}

/* Aside ---*/
#aside {
  width: 30%;
}

#aside .col {
  width: 100%; /* Only 1 column on aside */
}

#header #search {
    padding-right: 8px;
}
/*
     FILE ARCHIVED ON 06:04:56 Sep 17, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:08:33 Feb 03, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.782
  exclusion.robots: 0.061
  exclusion.robots.policy: 0.046
  esindex: 0.014
  cdx.remote: 8.18
  LoadShardBlock: 395.154 (3)
  PetaboxLoader3.datanode: 310.332 (4)
  PetaboxLoader3.resolve: 91.846 (2)
  load_resource: 79.81
*//*
 * ------------------------------------------------------------------------
 * JA Wall Template for J25 & J32
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
*/

/* MASONRY PRESETS
--------------------------------------------------------- */
/* Default (Medium) ----*/
.item {
  width: 20%; /* 5 cols */
}

.grid-double {
  width: 40%;
}

.grid-triple {
  width: 60%;
}

/* Small ---*/
body.basegrid-s .item {
  width: 16.6%; /* 6 cols */
}

body.basegrid-s .grid-double {
  width: 33.2%;
}

body.basegrid-s .grid-triple {
  width: 49.8%;
}

/* Small ---*/
body.basegrid-l .item {
  width: 25%; /* 4 cols */
}

body.basegrid-l .grid-double {
  width: 50%;
}

body.basegrid-l .grid-triple {
  width: 75%;
}

/* X-Large ---*/
body.basegrid-xl .item {
  width: 33.3%; /* 3 cols */
}

body.basegrid-xl .grid-double {
  width: 66.6%;
}

body.basegrid-xl .grid-triple {
  width: 100%;
}

/* MAIN NAV
--------------------------------------------------------- */
/* arrow more ---*/
#mainnav .navnext {
  right: 297px;
top: -1px;
}

/* MAIN CONTAINER
--------------------------------------------------------- */
/* Aside ---*/
#aside .cols-3 .col,
#aside .cols-3 .col,
#aside .cols-3 .col {
  width: 50%; /* max 2 columns */
}
/*
     FILE ARCHIVED ON 06:04:58 Sep 17, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:08:45 Feb 03, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.592
  exclusion.robots: 0.048
  exclusion.robots.policy: 0.039
  esindex: 0.013
  cdx.remote: 25.102
  LoadShardBlock: 142.832 (3)
  PetaboxLoader3.datanode: 123.809 (4)
  PetaboxLoader3.resolve: 10.84
  load_resource: 14.189
*//*
 * ------------------------------------------------------------------------
 * JA Wall Template for J25 & J32
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
*/

/* MASONRY PRESETS
--------------------------------------------------------- */
/* Default (Medium) ----*/
.item {
  width: 16.6%; /* 6 cols */
}

.grid-double {
  width: 33.2%;
}

.grid-triple {
  width: 49.8%;
}

/* Small ---*/
body.basegrid-s .item {
  width: 14.2%; /* 7 cols */
}

body.basegrid-s .grid-double {
  width: 28.4%;
}

body.basegrid-s .grid-triple {
  width: 42.6%;
}

/* Large ---*/
body.basegrid-l .item {
  width: 20%; /* 5 cols */
}

body.basegrid-l .grid-double {
  width: 40%;
}

body.basegrid-l .grid-triple {
  width: 60%;
}

/* X-Large ---*/
body.basegrid-xl .item {
  width: 25%; /* 4 cols  */
}

body.basegrid-xl .grid-double {
  width: 50%;
}

body.basegrid-xl .grid-triple {
  width: 75%;
}

/* MAIN NAV
--------------------------------------------------------- */
/* arrow more ---*/
#mainnav .navnext {
  right: 296px;
  top: -1px;
}

/* MAIN CONTAINER
--------------------------------------------------------- */
/* Content ---*/
body.has-aside #content {
  width: 50%;
}

/* Aside ---*/
#aside {
  width: 50%;
}
/*
     FILE ARCHIVED ON 06:04:58 Sep 17, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:08:55 Feb 03, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.851
  exclusion.robots: 0.092
  exclusion.robots.policy: 0.068
  esindex: 0.016
  cdx.remote: 64.951
  LoadShardBlock: 448.787 (3)
  PetaboxLoader3.datanode: 263.691 (4)
  PetaboxLoader3.resolve: 260.248 (2)
  load_resource: 156.066
*//*
 * ------------------------------------------------------------------------
 * JA Wall Template for J25 & J32
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
*/

.main {
  max-width: 1920px;
}

/* MASONRY PRESETS
--------------------------------------------------------- */
/* Default (Medium) ----*/
.item {
  width: 14.2%; /* 7 cols */
}

.grid-double {
  width: 28.4%;
}

.grid-triple {
  width: 42.6%;
}

/* Small ---*/
body.basegrid-s .item {
  width: 12.5%; /* 8 cols */
}

body.basegrid-s .grid-double {
  width: 25%;
}

body.basegrid-s .grid-triple {
  width: 37.5%;
}

/* Large ---*/
body.basegrid-l .item {
	width: 16.6%; /* 6 cols */
}

body.basegrid-l .grid-double {
  width: 33.3%;
}

body.basegrid-l .grid-triple {
  width: 49.8%;
}

/* X-Large ---*/
body.basegrid-xl .item {
	width: 20%; /* 5 cols */
}

body.basegrid-xl .grid-double {
  width: 40%;
}

body.basegrid-xl .grid-triple {
  width: 60%;
}

/* MAIN CONTAINER
--------------------------------------------------------- */
/* Content ---*/
body.has-aside #content {
  width: 50%;
}

/* Aside ---*/
#aside {
  width: 50%;
}
/*
     FILE ARCHIVED ON 06:04:47 Sep 17, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:09:06 Feb 03, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.668
  exclusion.robots: 0.058
  exclusion.robots.policy: 0.043
  esindex: 0.013
  cdx.remote: 22.103
  LoadShardBlock: 85.184 (3)
  PetaboxLoader3.datanode: 84.378 (4)
  PetaboxLoader3.resolve: 65.107 (2)
  load_resource: 75.223
*/@font-face {
	font-family: 'IcoMoon';
	src: url('/web/20200917060450im_/http://artearth.ru/media/jui/fonts/IcoMoon.eot');
	src: url('/web/20200917060450im_/http://artearth.ru/media/jui/fonts/IcoMoon.eot#iefix') format('embedded-opentype'),
		url('/web/20200917060450im_/http://artearth.ru/media/jui/fonts/IcoMoon.svg#IcoMoon') format('svg'),
		url('/web/20200917060450im_/http://artearth.ru/media/jui/fonts/IcoMoon.woff') format('woff'),
		url('/web/20200917060450im_/http://artearth.ru/media/jui/fonts/IcoMoon.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

[data-icon]:before {
	font-family: 'IcoMoon';
	content: attr(data-icon);
	speak: none;
}
[class^="icon-"],
[class*=" icon-"] {
	display: inline-block;
	width: 14px;
	height: 14px;
	*margin-right: .3em;
	line-height: 14px;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: 'IcoMoon';
	font-style: normal;
	speak: none;
}
[class^="icon-"].disabled,
[class*=" icon-"].disabled {
	font-weight: normal;
}
.icon-joomla:before {
	content: "\e200";
}
.icon-chevron-up:before,
.icon-uparrow:before,
.icon-arrow-up:before {
	content: "\e005";
}
.icon-chevron-right:before,
.icon-rightarrow:before,
.icon-arrow-right:before{
	content: "\e006";
}
.icon-chevron-down:before,
.icon-downarrow:before,
.icon-arrow-down:before {
	content: "\e007";
}
.icon-chevron-left:before,
.icon-leftarrow:before,
.icon-arrow-left:before {
	content: "\e008";
}
.icon-arrow-first:before {
	content: "\e003";
}
.icon-arrow-last:before {
	content: "\e004";
}
.icon-arrow-up-2:before {
	content: "\e009";
}
.icon-arrow-right-2:before {
	content: "\e00a";
}
.icon-arrow-down-2:before {
	content: "\e00b";
}
.icon-arrow-left-2:before {
	content: "\e00c";
}
.icon-arrow-up-3:before {
	content: "\e00f";
}
.icon-arrow-right-3:before {
	content: "\e010";
}
.icon-arrow-down-3:before {
	content: "\e011";
}
.icon-arrow-left-3:before {
	content: "\e012";
}
.icon-menu-2:before {
	content: "\e00e";
}
.icon-arrow-up-4:before {
	content: "\e201";
}
.icon-arrow-right-4:before {
	content: "\e202";
}
.icon-arrow-down-4:before {
	content: "\e203";
}
.icon-arrow-left-4:before {
	content: "\e204";
}
.icon-share:before,
.icon-redo:before {
	content: "\27";
}
.icon-undo:before {
	content: "\28";
}
.icon-forward-2:before {
	content: "\e205";
}
.icon-backward-2:before,
.icon-reply:before {
	content: "\e206";
}
.icon-unblock:before,
.icon-refresh:before,
.icon-redo-2:before {
	content: "\6c";
}
.icon-undo-2:before {
	content: "\e207";
}
.icon-move:before {
	content: "\7a";
}
.icon-expand:before {
	content: "\66";
}
.icon-contract:before {
	content: "\67";
}
.icon-expand-2:before {
	content: "\68";
}
.icon-contract-2:before {
	content: "\69";
}
.icon-play:before {
	content: "\e208";
}
.icon-pause:before {
	content: "\e209";
}
.icon-stop:before {
	content: "\e210";
}
.icon-previous:before,
.icon-backward:before {
	content: "\7c";
}
.icon-next:before,
.icon-forward:before {
	content: "\7b";
}
.icon-first:before {
	content: "\7d";
}
.icon-last:before {
	content: "\e000";
}
.icon-play-circle:before {
	content: "\e00d";
}
.icon-pause-circle:before {
	content: "\e211";
}
.icon-stop-circle:before {
	content: "\e212";
}
.icon-backward-circle:before {
	content: "\e213";
}
.icon-forward-circle:before {
	content: "\e214";
}
.icon-loop:before {
	content: "\e001";
}
.icon-shuffle:before {
	content: "\e002";
}
.icon-search:before {
	content: "\53";
}
.icon-zoom-in:before {
	content: "\64";
}
.icon-zoom-out:before {
	content: "\65";
}
.icon-apply:before,
.icon-edit:before,
.icon-pencil:before {
	content: "\2b";
}
.icon-pencil-2:before {
	content: "\2c";
}
.icon-brush:before {
	content: "\3b";
}
.icon-save-new:before,
.icon-plus-2:before  {
	content: "\5d";
}
.icon-minus-sign:before,
.icon-minus-2:before {
	content: "\5e";
}
.icon-delete:before,
.icon-remove:before,
.icon-cancel-2:before {
	content: "\49";
}
.icon-publish:before,
.icon-save:before,
.icon-ok:before,
.icon-checkmark:before {
	content: "\47";
}
.icon-new:before,
.icon-plus:before {
	content: "\2a";
}
.icon-plus-circle:before {
	content: "\e215";
}
.icon-minus:before,
.icon-not-ok:before {
	content: "\4b";
}
.icon-ban-circle:before,
.icon-minus-circle:before {
	content: "\e216";
}
.icon-unpublish:before,
.icon-cancel:before {
	content: "\4a";
}
.icon-cancel-circle:before {
	content: "\e217";
}
.icon-checkmark-2:before {
	content: "\e218";
}
.icon-checkmark-circle:before {
	content: "\e219";
}
.icon-info:before {
	content: "\e220";
}
.icon-info-2:before,
.icon-info-circle:before {
	content: "\e221";
}
.icon-question:before,
.icon-question-sign:before,
.icon-help:before {
	content: "\45";
}
.icon-question-2:before,
.icon-question-circle:before {
	content: "\e222";
}
.icon-notification:before {
	content: "\e223";
}
.icon-notification-2:before,
.icon-notification-circle:before {
	content: "\e224";
}
.icon-pending:before,
.icon-warning:before {
	content: "\48";
}
.icon-warning-2:before,
.icon-warning-circle:before {
	content: "\e225";
}
.icon-checkbox-unchecked:before {
	content: "\3d";
}
.icon-checkin:before,
.icon-checkbox:before,
.icon-checkbox-checked:before {
	content: "\3e";
}
.icon-checkbox-partial:before {
	content: "\3f";
}
.icon-square:before {
	content: "\e226";
}
.icon-radio-unchecked:before {
	content: "\e227";
}
.icon-radio-checked:before {
	content: "\e228";
}
.icon-circle:before {
	content: "\e229";
}
.icon-signup:before {
	content: "\e230";
}
.icon-grid:before,
.icon-grid-view:before {
	content: "\58";
}
.icon-grid-2:before,
.icon-grid-view-2:before {
	content: "\59";
}
.icon-menu:before {
	content: "\5a";
}
.icon-list:before,
.icon-list-view:before {
	content: "\31";
}
.icon-list-2:before {
	content: "\e231";
}
.icon-menu-3:before {
	content: "\e232";
}
.icon-folder-open:before,
.icon-folder:before {
	content: "\2d";
}
.icon-folder-close:before,
.icon-folder-2:before {
	content: "\2e";
}
.icon-folder-plus:before {
	content: "\e234";
}
.icon-folder-minus:before {
	content: "\e235";
}
.icon-folder-3:before {
	content: "\e236";
}
.icon-folder-plus-2:before {
	content: "\e237";
}
.icon-folder-remove:before {
	content: "\e238";
}
.icon-file:before {
	content: "\e016";
}
.icon-file-2:before {
	content: "\e239";
}
.icon-file-add:before,
.icon-file-plus:before {
	content: "\29";
}
.icon-file-minus:before {
	content: "\e017";
}
.icon-file-check:before {
	content: "\e240";
}
.icon-file-remove:before {
	content: "\e241";
}
.icon-save-copy:before,
.icon-copy:before {
	content: "\e018";
}
.icon-stack:before {
	content: "\e242";
}
.icon-tree:before {
	content: "\e243";
}
.icon-tree-2:before {
	content: "\e244";
}
.icon-paragraph-left:before {
	content: "\e246";
}
.icon-paragraph-center:before {
	content: "\e247";
}
.icon-paragraph-right:before {
	content: "\e248";
}
.icon-paragraph-justify:before {
	content: "\e249";
}
.icon-screen:before {
	content: "\e01c";
}
.icon-tablet:before {
	content: "\e01d";
}
.icon-mobile:before {
	content: "\e01e";
}
.icon-box-add:before {
	content: "\51";
}
.icon-box-remove:before {
	content: "\52";
}
.icon-download:before {
	content: "\e021";
}
.icon-upload:before {
	content: "\e022";
}
.icon-home:before {
	content: "\21";
}
.icon-home-2:before {
	content: "\e250";
}
.icon-out-2:before,
.icon-new-tab:before {
	content: "\e024";
}
.icon-out-3:before,
.icon-new-tab-2:before {
	content: "\e251";
}
.icon-link:before {
	content: "\e252";
}
.icon-picture:before,
.icon-image:before {
	content: "\2f";
}
.icon-pictures:before,
.icon-images:before {
	content: "\30";
}
.icon-palette:before,
.icon-color-palette:before {
	content: "\e014";
}
.icon-camera:before {
	content: "\55";
}
.icon-camera-2:before,
.icon-video:before {
	content: "\e015";
}
.icon-play-2:before,
.icon-video-2:before,
.icon-youtube:before {
	content: "\56";
}
.icon-music:before {
	content: "\57";
}
.icon-user:before {
	content: "\22";
}
.icon-users:before {
	content: "\e01f";
}
.icon-vcard:before {
	content: "\6d";
}
.icon-address:before {
	content: "\70";
}
.icon-share-alt:before,
.icon-out:before {
	content: "\26";
}
.icon-enter:before {
	content: "\e257";
}
.icon-exit:before {
	content: "\e258";
}
.icon-comment:before,
.icon-comments:before {
	content: "\24";
}
.icon-comments-2:before {
	content: "\25";
}
.icon-quote:before,
.icon-quotes-left:before {
	content: "\60";
}
.icon-quote-2:before,
.icon-quotes-right:before {
	content: "\61";
}
.icon-quote-3:before,
.icon-bubble-quote:before {
	content: "\e259";
}
.icon-phone:before {
	content: "\e260";
}
.icon-phone-2:before {
	content: "\e261";
}
.icon-envelope:before,
.icon-mail:before {
	content: "\4d";
}
.icon-envelope-opened:before,
.icon-mail-2:before {
	content: "\4e";
}
.icon-unarchive:before,
.icon-drawer:before {
	content: "\4f";
}
.icon-archive:before,
.icon-drawer-2:before {
	content: "\50";
}
.icon-briefcase:before {
	content: "\e020";
}
.icon-tag:before {
	content: "\e262";
}
.icon-tag-2:before {
	content: "\e263";
}
.icon-tags:before {
	content: "\e264";
}
.icon-tags-2:before {
	content: "\e265";
}
.icon-options:before,
.icon-cog:before {
	content: "\38";
}
.icon-cogs:before {
	content: "\37";
}
.icon-screwdriver:before,
.icon-tools:before {
	content: "\36";
}
.icon-wrench:before {
	content: "\3a";
}
.icon-equalizer:before {
	content: "\39";
}
.icon-dashboard:before {
	content: "\78";
}
.icon-switch:before {
	content: "\e266";
}
.icon-filter:before {
	content: "\54";
}
.icon-purge:before,
.icon-trash:before {
	content: "\4c";
}
.icon-checkedout:before,
.icon-lock:before,
.icon-locked:before {
	content: "\23";
}
.icon-unlock:before {
	content: "\e267";
}
.icon-key:before {
	content: "\5f";
}
.icon-support:before {
	content: "\46";
}
.icon-database:before {
	content: "\62";
}
.icon-scissors:before {
	content: "\e268";
}
.icon-health:before {
	content: "\6a";
}
.icon-wand:before {
	content: "\6b";
}
.icon-eye-open:before,
.icon-eye:before {
	content: "\3c";
}
.icon-eye-close:before,
.icon-eye-blocked:before,
.icon-eye-2:before {
	content: "\e269";
}
.icon-clock:before {
	content: "\6e";
}
.icon-compass:before {
	content: "\6f";
}
.icon-broadcast:before,
.icon-connection:before,
.icon-wifi:before {
	content: "\e01b";
}
.icon-book:before {
	content: "\e271";
}
.icon-lightning:before,
.icon-flash:before {
	content: "\79";
}
.icon-print:before,
.icon-printer:before {
	content: "\e013";
}
.icon-feed:before {
	content: "\71";
}
.icon-calendar:before {
	content: "\43";
}
.icon-calendar-2:before {
	content: "\44";
}
.icon-calendar-3:before {
	content: "\e273";
}
.icon-pie:before {
	content: "\77";
}
.icon-bars:before {
	content: "\76";
}
.icon-chart:before {
	content: "\75";
}
.icon-power-cord:before {
	content: "\32";
}
.icon-cube:before {
	content: "\33";
}
.icon-puzzle:before {
	content: "\34";
}
.icon-attachment:before,
.icon-paperclip:before,
.icon-flag-2:before {
	content: "\72";
}
.icon-lamp:before {
	content: "\74";
}
.icon-pin:before,
.icon-pushpin:before {
	content: "\73";
}
.icon-location:before {
	content: "\63";
}
.icon-shield:before {
	content: "\e274";
}
.icon-flag:before {
	content: "\35";
}
.icon-flag-3:before {
	content: "\e275";
}
.icon-bookmark:before {
	content: "\e023";
}
.icon-bookmark-2:before {
	content: "\e276";
}
.icon-heart:before {
	content: "\e277";
}
.icon-heart-2:before {
	content: "\e278";
}
.icon-thumbs-up:before {
	content: "\5b";
}
.icon-thumbs-down:before{
	content: "\5c";
}
.icon-unfeatured:before,
.icon-asterisk:before,
.icon-star-empty:before {
	content: "\40";
}
.icon-star-2:before {
	content: "\41";
}
.icon-featured:before,
.icon-default:before,
.icon-star:before{
	content: "\42";
}
.icon-smiley:before,
.icon-smiley-happy:before {
	content: "\e279";
}
.icon-smiley-2:before,
.icon-smiley-happy-2:before {
	content: "\e280";
}
.icon-smiley-sad:before {
	content: "\e281";
}
.icon-smiley-sad-2:before {
	content: "\e282";
}
.icon-smiley-neutral:before {
	content: "\e283";
}
.icon-smiley-neutral-2:before {
	content: "\e284";
}
.icon-cart:before {
	content: "\e019";
}
.icon-basket:before {
	content: "\e01a";
}
.icon-credit:before {
	content: "\e286";
}
.icon-credit-2:before {
	content: "\e287";
}

/*
     FILE ARCHIVED ON 06:04:50 Sep 17, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:09:20 Feb 03, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.837
  exclusion.robots: 0.067
  exclusion.robots.policy: 0.05
  esindex: 0.021
  cdx.remote: 5.85
  LoadShardBlock: 373.671 (3)
  PetaboxLoader3.datanode: 116.965 (4)
  PetaboxLoader3.resolve: 23.748
  load_resource: 56.023
*//**
 * ------------------------------------------------------------------------
 * JA Wall Template for J25 & J32
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
 */

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

hr.hr-condensed {
	clear: both;
	float: none;
	font-size: 0;
	height: 0;
	line-height: 0;
	width: 100%;
}

div.btn-group {
	display: inline-block;
}

.edit .control-group .control-label {
	float: left;
}

/* Contact for joomla 3.0 ---*/
.contact .collapse {
	height: 0;
	-moz-transition: height 0.35s ease;
	-o-transition: height 0.35s ease;
	overflow: hidden;
	position: relative;
	transition: height 0.35s ease;
	-webkit-transition: height 0.35s ease;
}

.contact .collapse.in {
	height: auto;
}

.contact .accordion {
	margin-bottom: 20px;
}

.contact .accordion-group {
	border: 1px solid #e5e5e5;
	margin-bottom: -1px;
}

.contact .accordion-heading {
	background: #F5F5F5;
	border-bottom: 0;
}

.contact .accordion-heading .accordion-toggle {
	display: block;
	padding: 8px 15px;
}

.contact .accordion-toggle {
	cursor: pointer;
}

.contact .accordion-inner {
	border-top: 1px solid #e5e5e5;
	padding: 9px 15px;
}

.contact .nav-tabs:after, .nav-pills:after {
	clear: both;
}

.contact .nav-tabs:before, 
.contact .nav-tabs:after, 
.contact .nav-pills:before, 
.contact .nav-pills:after {
	content: "";
	display: table;
	line-height: 0;
}

.contact .nav-tabs:before, 
.contact .nav-tabs:after, 
.contact .nav-pills:before, .nav-pills:after {
	content: "";
	display: table;
	line-height: 0;
}

.contact .nav-tabs {
	border-bottom: 1px solid #ddd;
	margin: 0px;
	padding: 0px;
}

.contact .nav-tabs > li {
	background: none;
	float: left;
	line-height: normal;
	margin-bottom: -1px;
	margin-right: 3px;
	padding: 0px;
}

.contact .nav-tabs > li > a {
	border: solid 1px #f5f5f5;
	border-bottom: none;
	display: block;
	padding: 8px 10px;
}

.contact .nav-tabs > li > a:hover {
	background: #f3f3f3;
	border-color: #eeeeee #eeeeee #dddddd;
}

.contact .nav-tabs > .active > a,
.contact .nav-tabs > .active > a:hover {
	background: #F9F9F9;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	color: #555555;
	cursor: default;
}

.contact .contact-links .nav-tabs {
	border: none;
}

.contact .contact-links .nav-tabs > li {
	float: none;
	line-height: 160%;
	margin: 0px 3px;
	padding: 0px;
}


/* Newsfeed Page ---*/
ul li.cat-list-row1 {
	background: #f8f8f8;
	border: solid 1px #ddd;
}

ul li.cat-list-row0,
ul li.cat-list-row1 {
	background: none;
	border: none;
	border-bottom: solid 1px #ddd;
	margin: 0px;
	padding: 5px;
}

.cat-list-row2,
.cat-list-row1,
.cat-list-row0,
tr.cat-list-row2 td,
tr.cat-list-row1 td {
	border-color: #ddd;
}

.cat-list-row0:hover,
.cat-list-row1:hover,
.cat-list-row2:hover,
ul li.cat-list-row0:hover,
ul li.cat-list-row1:hover {
	background-color: #fffcc;
}

.contact .contact-links .nav-tabs > li > a {
	background: none;
	border: none;
	padding: 0px;
}

.contact .contact-links .nav-tabs > li > a:hover {
	background: none;
	border: none;
	padding: 0px;
}

.contact .contact-links .nav-tabs > .active > a,
.contact .contact-links .nav-tabs > .active > a:hover {
	background: none;
	border: none;
	padding: 0px;
}

.contact .tab-content {
	border: 1px solid #CCCCCC;
	border-top: none;
	overflow: visible;
	padding: 15px;
}

.contact .tab-content > .tab-pane {
	display: none;
}

.contact .tab-content > .active {
	display: block;
}

.contact .tabs-below > .nav-tabs {
	border-top: 1px solid #ddd;
}

.contact .tabs-below > .nav-tabs > li {
	margin-bottom: 0;
	margin-top: -1px;
}

.contact .contact-form .control-group {
	clear: both;
	display: block;
	margin: 3px 0px;
}

.contact .contact-form .control-label {
	clear: left;
	display: inline-block;
	min-width: 12em;
	padding: 3px 0;
}

.contact .contact-form .controls {
	display: inline-block;
	max-width: 400px;
}

.contact .contact-form .form-actions button {
	margin-left: 11.2em;
}

.item-title a .icon-plus {
	font-size: 90%;
}

.newsfeed-category label.element-invisible,
.weblink-category label.element-invisible {
	border: 0 none;
	height: 1px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.newsfeed-category #filter-search,
.weblink-category #filter-search {
	width: 150px;
}

.container-main #mainbody  #ja-message #system-message {
	margin-bottom: 0px !important;
	padding: 0 20px;
}

ul.actions li a,
ul.actions li a:hover,
ul.actions li a:focus,
ul.actions li a:active {
	background-position: left top;
	background-repeat: no-repeat;
	border: none;
	display: inline-block;
	display: inline-block;
	font-size: 0px;
	height: 16px;
	margin: 0px 2px;
	padding: 0px;
	text-decoration: none;
	text-indent: -999em;
	width: 16px;
}

ul.actions li a > img {
  display: none;
}

ul.actions li.print-icon a {
	background-image: url("/web/20200917060502im_/http://artearth.ru/templates/ja_wall/images/printButton.png");
	vertical-align: top;
}

ul.actions li.email-icon a {
	background-image: url("/web/20200917060502im_/http://artearth.ru/templates/ja_wall/images/emailButton.png");
	vertical-align: top;
}

ul.actions li.edit-icon a {
	background-image: url("/web/20200917060502im_/http://artearth.ru/templates/ja_wall/images/icon-edit.png");
	vertical-align: top;
}

.weblink-category #adminForm fieldset {
	border: none\9;
	margin: 0px\9;
	padding: 0px\9;
}

a.title.icon-pdf,
a.title.icon-excel,
p.ja-typo-icon {
	display: block;
	height: auto;
	line-height: inherit;
	width: auto;
}

.contentheading .edit-icon {
	font-size: 0;
}

.contentheading .edit-icon span[class*=" icon-"]:before {
	display: inline-block;
}

.contentheading .edit-icon span[class*=" icon-"]{
	font-size: 20px;
}

/* Editor Backend---*/
.edit #adminForm fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

.edit #adminForm .nav-tabs {
	*zoom: 1;
	border-bottom: 1px solid #ddd;
	margin-bottom: 0;
}

.edit #adminForm .nav-tabs:before,
.edit #adminForm .nav-tabs:after {
	content: "";
	display: table;
	line-height: 0;
}

.edit #adminForm .nav-tabs:after {
	clear: both;
}

.edit #adminForm .nav-tabs > li {
	background: none;
	float: left;
	margin-bottom: -3px;
	margin-top: 0;
	padding: 6px 0px;
}

.edit #adminForm .nav-tabs > li > a {
	line-height: 14px;
	margin-right: 2px;
	padding-left: 12px;
	padding-right: 12px;
	text-decoration: none;
}

.edit #adminForm .nav-tabs > li > a {
	border: 1px solid transparent;
	border-bottom: none;
	border-radius: 4px 4px 0 0;
	line-height: 18px;
	-moz-border-radius: 4px 4px 0 0;
	padding-bottom: 7px;
	padding-top: 6px;
	text-decoration: none;
	-webkit-border-radius: 4px 4px 0 0;
}

.edit #adminForm .nav-tabs > li > a:hover {
	background: #fff;
	border-color: #ddd;
}

.edit #adminForm .nav-tabs > .active > a {
	background: #fff;
	border-color: #ddd;
	color: #555;
	cursor: default;
	text-decoration: none;
}

.edit #adminForm .tab-content {
	border: 1px solid #ddd;
	border-top: none;
	padding: 15px;
}

.edit .control-group {
	display: inline-block;
	width: 100%;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: 'IcoMoon';
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	display: inline-block;
	height: 14px;
	line-height: 14px;
	width: 14px;
}

.edit #adminForm .icon-calendar:before {
	content: "C";
}

.edit #adminForm .icon-file-add:before {
	content: ")";
}

.edit #adminForm .icon-picture:before {
	content: "/";
}

#editor .icon-save-copy:before, .icon-copy:before {
	content: "\2d";
}

.edit #adminForm .icon-chevron-down:before, .edit #adminForm .icon-downarrow:before, .edit #adminForm .icon-arrow-down:before {
	content: "\47";
}

.edit #adminForm .icon-eye-open:before, .edit #adminForm .icon-eye:before {
	content: "<";
}

.edit #adminForm .icon-blank:before {
	content: "\46";
}

.edit #adminForm .tab-content > .tab-pane, .edit #adminForm .pill-content > .pill-pane {
	display: none;
}

.edit #adminForm .tab-content > .active, .edit #adminForm .pill-content > .active {
	display: block;
}

#editor .control-group {
	margin-bottom: 10px;
}

#editor .btn,
#editor .btn:hover,
#editor .btn:focus,
#editor .btn:active,
#editor-xtd-buttons .btn,
#editor-xtd-buttons .btn:hover,
#editor-xtd-buttons .btn:focus,
#editor-xtd-buttons .btn:active,
.toggle-editor .btn,
.toggle-editor .btn:hover,
.toggle-editor .btn:focus,
.toggle-editor .btn:active {
	background-color: #F5F5F5;
	background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
	background-repeat: repeat-x;
	border-color: #BBBBBB #BBBBBB #A2A2A2;
	border-image: none;
	border-radius: 4px 4px 4px 4px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #333333;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 0;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	padding: 4px 14px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
}

#editor .pull-left,
.edit .pull-left {
	float: left;
}

#editor .pull-right,
.edit .pull-right {
	float: right;
	margin-top: 5px;
}

.edit.item-page .btn-toolbar .btn-group,
.edit .btn-toolbar .btn-group{
	border: solid 1px transparent;
	display: inline-block;
}

.edit.item-page .input-append .add-on, .edit.item-page .input-prepend .add-on,
.edit .input-append .add-on, .edit .input-prepend .add-on {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	height: 18px;
	line-height: 18px;
	min-width: 16px;
	padding: 0px 5px;
	text-align: center;
	text-shadow: 0 1px 0 #FFFFFF;
	width: auto;
}

.icon-delete:before, .icon-remove:before, .icon-cancel-2:before {
	content: "I";
}

.edit #adminForm .icon-ok:before{
	content: "G";
}

.edit #adminForm .icon-cancel:before {
	content: "\4a";
}

.edit.item-page .tab-content .control-group,
.edit .control-group {
	margin-bottom: 10px;
}

.edit.item-page .tab-content .input-prepend a:hover,
.edit.item-page .tab-content .input-prepend a:focus,
.edit.item-page .tab-content .input-prepend a:active {
	text-decoration: none;
}

#login-form .userdata .control-group {
  margin-bottom: 10px;
}


#login-form .userdata .controls .add-on {
  display: block;
  margin-bottom: 4px;
}

#login-form .userdata .controls label {
  display: inline-block;
}

#login-form .userdata .controls input {
  width: 100%;
}


/* Style For Tab Editor */
.edit.item-page #adminForm .control-group button {
  font-weight: normal;
  cursor: pointer;
}

.edit #editor .control-group .control-label label {
	min-width: inherit !important;
}

.edit #editor .control-group .controls {
	width: 93%;
}

.edit #editor .control-group .controls input.inputbox {
	width: 100%;
}

.edit #editor textarea {
	width: 95% !important;
}

.edit #editor #editor-xtd-buttons,
.edit #editor .toggle-editor {
	padding: 5px 0px;
}

.edit #editor .toggle-editor {
	margin: 10px 0;
}

/* Popup Article */
fieldset.filter .btn-toolbar label[for="filter_search"] {
	line-height: 26px;
	margin-right: 5px;
}

body.bd-component.windowview #adminForm .filter .btn-toolbar {
	display: inline-block;
}

body.bd-component.windowview #adminForm .filter .btn-group button {
	margin-top: 0px;
}

body.bd-component.windowview .list-footer ul li {
	background: none;
}

body.bd-component.windowview .list-footer ul li .pagenav {
	display: inherit;
}

/* Style for table */
.table th,
.table td {
	border-top: 1px solid #ddd;
	line-height: 18px;
	padding: 8px;
	text-align: left;
	vertical-align: top;
}

.table th {
	font-weight: bold;
}

.table thead th {
	vertical-align: bottom;
}

.table-condensed th,
.table-condensed td {
	padding: 4px 5px;
}

.center,
.table td.center,
.table th.center {
	text-align: center;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
	background-color: #f9f9f9;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
	background-color: #f5f5f5;
}

/* Popup Image */
body.com_media #imageForm .control-group {
	float: left;
	margin-bottom: 10px;
}

body.com_media #imageForm .pull-right {
	float: right;
}

.bd-component.windowview ul.manager.thumbnails {
	margin: -20px;
}

.bd-component.windowview ul.manager.thumbnails li {
	background: none;
}

body.com_media .thumbnails > li {
	float: left;
	margin-bottom: 18px;
	margin-left: 20px;
}

body.com_media .thumbnails li a {
	text-align: center;
}

body.com_media  .thumbnail {
	border: 1px solid #DDDDDD;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	display: block;
	line-height: 18px;
	padding: 4px;
	transition: all 0.2s ease-in-out 0s;
}

.height-50 {
	height: 50px;
}

.height-80 {
	height: 80px;
}

.width-80 {
	width: 80px;
}

body.com_media .form-horizontal .control-label {
	float: left;
	padding-top: 5px;
	text-align: right;
}

.control-label label {
	margin-bottom: 5px;
}

.form-horizontal .control-group {
	margin-bottom: 18px;
}

body.com_media .span6 {
	width: 352px;
}

body.com_media #imageForm .row {
	clear: both;
	display: table;
	width: 100%;
}

body.com_media #imageForm .row .span9.control-group {
	float: left;
}

body.com_media #imageForm .row .span9.control-group .control-label {
	float: left;
	margin-right: 5px;
}

body.com_media #imageForm .row .span9.control-group .controls {
	float: left;
}

body.com_media #imageForm .row .span9.control-group .controls button {
	float: right;
	margin-left: 5px;
}

body.com_media ul.manager.thumbnails {
	float: left;
	margin: 0;
}

body.com_media #imageForm .row .span6.control-group .controls input[type=text] {
	min-width: 210px;
}

.chzn-container {
	min-width: 220px !important;
}

.chzn-container ul.chzn-results li {
	background: none;
}

.chzn-container .chzn-drop {
	min-width: 218px !important;
}

.chzn-container-multi .chzn-choices li {
	background: none;
}

.chzn-container-multi .chzn-choices .search-field input {
	height: auto;
}

body.com_media .icon-upload {
	display: none;
	height: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
	width: 0px !important;
}

body.com_media .form-horizontal .controls {
	margin-left: 160px;
}

body.com_media .well {
	background-color: #F5F5F5;
	border: 1px solid #E3E3E3;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
	margin-bottom: 20px;
	min-height: 20px;
	padding: 20px;
}


body.com_media .filters {
	clear: both;
	display: table;
}

#adminForm .filter input#filter_search {
	float: none;
	height: 30px;
}

#adminForm .filter  input.btn {
	float: none;
}

body.com_media btn-toolbar .icon-search:before {
	content: "S";
	font-family: 'IcoMoon';
	font-style: normal;
}

body.com_media #imageForm input[disabled], 
body.com_media #imageForm select[disabled], 
body.com_media #imageForm textarea[disabled], 
body.com_media #imageForm input[readonly], 
body.com_media #imageForm select[readonly], 
body.com_media #imageForm textarea[readonly] {
	cursor: not-allowed;
}

body#bd.com_media,
body#bd.contentpane {
	background: #fff;
}

#imageForm .well .row .span9.control-group {
	float: left;
	width: auto;
}

#imageForm .well .row .span9.control-group .control-label {
	float: left;
}

#imageForm .well .row .span9.control-group .controls {
	float: left;
}

#imageForm .well .row .span9.control-group button {
	float: right;
	margin-left: 5px;
	line-height: 21px;
	padding: 1px 14px;
}

#imageForm .well .row .span6.control-group {
	width: 340px;
}

#imageForm .well .row .span12.control-group {
	width: 100%;
}

#imageForm .well .row .span6.control-group input {
	height: auto;
}

#uploadform .actions {
	float: none;
}

#uploadform .actions .control-group {
	margin: 0;
}

#uploadform .actions input[type="file"] {
	height: auto;
}

/*	Style For Tab Images and Links & Publishing & Language & Metadata	*/
.edit .control-group .control-label label {
	float: left;
	line-height: 26px;
	margin-right: 10px;
	min-width: 125px;
}

.edit .control-group .controls {
	float: left;
}

.edit .control-group .controls button.btn {
	float: right;
}

.edit .control-group input[type=text],
.edit .control-group input[type=url] {
	min-width: 155px;
}

.edit .control-group select {
	min-width: 161px;
}

.edit .input-prepend.input-append {
	float: left;
	position: relative;
}

.edit #images .input-append .add-on, 
.edit #images .input-prepend .add-on, 
.edit #images .input-append .add-on, 
.edit #images .input-prepend .add-on {
	background: none;
	border: none;
	padding: 0;
}

.edit .input-append .media-preview.add-on {
	left: -20px;
	position: absolute;
	top: 2px;
}

#system-message.alert {
	padding: 8px 35px 8px 14px;	
}

#system-message.alert div {
	padding: 0;	
}

/* Style for alert */
#system-message {
	margin: 20px 0;
}

#system-message div {
	padding: 0;
}

#system-message div.alert {
	padding: 8px 35px 8px 14px;
}

#system-message div p {
	margin-bottom: 10px;
}

.close {
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	color: #000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

button.close {
	padding: 3;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.alert,
.alert h4 {
	color: #c09853;
	font-family: 'Arial', sans-serif;
}

.alert h4 {
	font-weight: bold;
	margin: 0;
}

.alert .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 18px;
}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}

.alert-success h4 {
	color: #468847;
}

.alert-danger,
.alert-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}

.alert-danger h4,
.alert-error h4 {
	color: #b94a48;
}

.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}

.alert-info h4 {
	color: #3a87ad;
}

.alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
	margin-bottom: 0;
}

.alert-block p + p {
	margin-top: 5px;
}

.search .btn-group .btn .icon-search:before {
  content: "S";
}

.profile .btn-toolbar li.btn-group {
 background: none;
}

.profile a, .profile-edit a {
  background: url(/web/20200917060502im_/http://artearth.ru/templates/ja_wall/images/trans-grad-white-20.png) repeat-x center #09c;
  padding: 3px 5px;
}

/* Style for Tag J3x */
div.tags span {
  background: #f0f0f0;
  border: 1px solid #ccc;
  border-right-color: #ddd;
  border-bottom-color: #ddd;
  border-radius: 8px;
  display: inline-block;
  list-style: none;
  margin: 0 2px 3px 0;
  padding: 2px 8px;
  line-height: 1;
  text-align: center;
  text-shadow: 1px 1px 0 #fff;
}

div.tags span a {
  font-size: 0.917em;
}

.tag-category > h2 {
	margin-left: 5px;
}

.tag-category ul li.cat-list-row0, 
.tag-category ul li.cat-list-row1 {
  background-image: none; 
}

/* Calendar */
.calendar table {
  border-collapse: collapse;
}
.calendar td.button {
  border: none; 
  border-bottom: 1px solid hsl(0, 0%, 90%);
  border-radius: 0;
  -webkit-border-radius: 0;
  text-shadow: none;
}

.mce-btn button:hover, 
.mce-btn button:focus, 
.mce-btn button:active {
  background: none;
  border: none;
}

/* Print Page */
.windowview .item-page .article-info {
  margin-top: 5px;
}

.windowview .item-page ul.actions {
  padding-top: 5px;
}

.windowview .item-page ul.actions > li {
  padding-left: 0;
}

.windowview .item-page > h2 {
  margin-bottom: 0px;
}

.windowview .item-page ul.actions li a span.icon-print {
	background-image: url("/web/20200917060502im_/http://artearth.ru/templates/ja_wall/images/printButton.png");
	vertical-align: top;
	width: 16px;
	height: 16px;
}

body.popupview #popup-view .windowview .actions li {
  padding-left: 0;

}

/* Login page */
.login .control-group + .control-group + .control-group .control-label {
	float: left;
}

.login .control-group + .control-group + .control-group .control-label label {
	margin-bottom: 0;
	float: left;
}

.login .control-group .controls input#remember{
	margin-top: 3px;
}

/* Profile page */
.profile .btn-toolbar.pull-right {
	float: none;
}

/* Display Site Configuration Options */

.btn-toolbar {
	margin: 10px 0;
}

.btn-toolbar .btn-toolbar {
	margin: 0;
}

.btn-toolbar + hr.hr-condensed {
	margin: 10px 0;
}

#page-site legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 18px;
	font-size: 19.5px;
	line-height: 36px;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

#page-site .control-group {
	margin-bottom: 9px;
}

#page-site legend + .control-group {
	margin-top: 18px;
	-webkit-margin-top-collapse: separate;
}

#page-site .form-horizontal .control-group {
	margin-bottom: 18px;
	*zoom: 1;
}

#page-site .form-horizontal .control-group:before,
#page-site .form-horizontal .control-group:after {
	display: table;
	content: "";
	line-height: 0;
}

#page-site .form-horizontal .control-group:after {
	clear: both;
}

#page-site .form-horizontal .control-label {
	float: left;
	width: 200px;
	text-align: right;
}

#page-site .form-horizontal .controls {
	*display: inline-block;
	*padding-left: 20px;
	margin-left: 200px;
	*margin-left: 0;
}

#page-site .form-horizontal .controls:first-child {
	*padding-left: 200px;
}

#page-site .form-horizontal .controls input + label {
	margin: 0 10px 0 5px;
}

#page-site .form-horizontal .help-block {
	margin-bottom: 0;
}

#page-site .form-horizontal input + .help-block,
#page-site .form-horizontal select + .help-block,
#page-site .form-horizontal textarea + .help-block,
#page-site .form-horizontal .uneditable-input + .help-block,
#page-site .form-horizontal .input-prepend + .help-block,
#page-site .form-horizontal .input-append + .help-block {
	margin-top: 9px;
}

#page-site .form-horizontal .form-actions {
	padding-left: 180px;
}

/* Tooltip */
.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	visibility: visible;
	font-size: 11px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}

.tooltip.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}

.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}

.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}

.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}

.tooltip-inner {
	max-width: 200px;
	padding: 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
/*
     FILE ARCHIVED ON 06:05:02 Sep 17, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:09:29 Feb 03, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.76
  exclusion.robots: 0.053
  exclusion.robots.policy: 0.04
  esindex: 0.014
  cdx.remote: 1087.812
  LoadShardBlock: 131.978 (3)
  PetaboxLoader3.datanode: 107.075 (4)
  load_resource: 18.827
*/