
@import "/templates/colors.css" all;

.hide {
	display:none;
}

/* style definitions ***************************************************************** */

.red { color: #d9534f; }
.green { color: #81b752; }
.blue { color: #478ec1; }

.bg-red { background-color: #d9534f; }
.bg-green { background-color: #81b752; }
.bg-blue { background-color: #478ec1; }

.bg1-green { background-color: #649639; }

.clear { clear: both; }

.border-red { outline: 1px solid #f00; }
.border-green { outline: 1px solid #8f8; }
.border-blue { outline: 1px solid #88f; }

.f-left { float: left; }
.f-right { float: right; }

.btn-read-more {
	float: right;
	font-size: 1em;
	line-height: 18px;
	color: var(--read-more-fg-color);
	background-color: var(--read-more-bg-color);
	background: var(--red-header-bg-gradient);
	padding: 5px;
	border-radius:5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.btn-read-more a {
	color: var(--read-more-fg-color);
}

.btn-read-more a:hover {
	color: #fff;
}

.shadow {
	box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 5px -1px, rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
}

.shadow2 {
	box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 10px -2px;
}

td {
	font-family: 'BloggerSans';
	font-size: 12pt;
}

th {
	font-family: 'BloggerSansMedium';
	font-size: 12pt;
	font-weight: bold;
}

a {
	text-decoration : none;
	color : #07a;
}

a:hover {
	color: #f00;
	text-decoration : underline;
}

.a-no-decorate {
	text-decoration : none;
}

.a-no-decorate:hover {
	text-decoration : none;
}

/* input forms classes ----------------------------------------------- */

.stdinput {
	width: 100%;
	font-size: 13px;
	padding: 5px;
	border: 1px solid #a0a0a0;
}

.stdinputro {
	font-size: 13px;
	padding: 5px;
    color : #404040;
	background-color : #f0f0f0;
	border: 1px solid #a0a0a0;
}

.stdinputc {
	font-size: 13px;
	padding: 5px;
	border: 1px solid #a0a0a0;
}

.stdinputcr {
	font-size: 13px;
	padding: 5px;
    color : #404040;
    border: none;
    margin: 2px 0px 2px 2px;
    background-color: #f0f0f0;
}

.stdinput_ri {
	font-size: 13px;
	padding: 5px;
	width: 70px;
}

.smlinput {
	font-size: 11px;
	border: solid 1px #808080;
	height: 17px;
}

.smlbutton {
	font-size: 11px;
	border: solid 1px #808080;
	height: 17px;
}

/* table classes ---------------------------------------- */

.tbn {
	border : none;
}

.tbb {
	border : 1px solid #aaa;
	border-collapse : collapse;
}

.tdn {
	border : none;
}

.tdb {
	border : 1px solid #aaa;
}

.thn {
	border : none;
	background-color : #eee;
}

.thb {
	border : 1px solid #aaa;
	background-color : #eee;
}

/* layout definition of html tags **************************************************** */

body {
	font-family: 'BloggerSans';
	font-size: 12pt;
	background-color: #f0f0f0;
	margin: 0;
}

#site-frame {
	margin: 0 auto;
	padding: 0px 0px 5px 0px;
	border-bottom: 5px solid #268ed8;
	min-width: 1160px;
	max-width: 1600px; /* set to 1920 later */
	background-color: #fff;

	background: url(/templates/pic-default/panorama-long-2019.2.png) no-repeat;
	/*
	background: url(/templates/pic-default/ny2021header.jpg) no-repeat;
	*/
	background-position-x: calc(100% / 2);
/*
	background: url(/templates/wbg/wbg-40.png),
				url(/templates/pic-default/panorama-long-colage-h200-clr0.jpg) no-repeat;
*/
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
}

/* header **************************************************************************** */

#header {
	height: 170px;
}

#header-top-line {
	background-color: rgba(255,255,255, 0.2);
	padding: 0px 0px;
	white-space: nowrap;
	*border-bottom: 1px solid #fff;
	color: #fff;
	height: 40px;
	text-shadow: #000 1px 1px 1px, #000 0px 0px 2px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 4px -3px;
	font-size: 120%;
}

#header-top-line > div {
	padding: 9px 14px;
	margin: 0px;
	-border-right: 1px solid #fff;
	height: 20px;
	-outline: 1px solid #f88;
}

#header-top-line a {
	color: #fff;
}

#header-top-line a:hover {
	color: #f00;
	text-decoration : none;
	text-shadow: #fff 0px 0px 3px;
}

#ico-btns {
    float: right;
    height: 0px;
	position: relative;
	top: -30px;
}

#ico-btns > .ico-btn {
	font-size: 120%;
	color: #000;
	padding: 5px 8px 2px 8px;
}

#ico-btns > .ico-btn > a {
	color: #000;
}

#ico-btns > .ico-btn > a:hover {
	color: #fff;
	text-shadow: 0px 0px 3px #000, 0px 0px 1px #000, 0px 0px 1px #000;
}

.ico-eye {
	font-size: 150% !important;
	margin-top: -4px !important;
}

#search2-top-line {
	display: none;
}

#search2-top-line > input[type=text] {
	padding: 5px;
	margin: -5px;
	width: 150px;
	opacity: 0.8;
}

#search2-top-line > input[type=text]:focus {
	outline: none;
}

.header-float-left {
	float: left;
	height: 110px;
}

.header-float-right {
	float: right;
	height: 110px;
}

#header-content {
	position: relative;
	top: -170px;
}

#hdr-left {
	float: left;
	height: 0px;
}

#hdr-left img {
	margin: 21px 0px 0px 25px;
	border: none;
}

#hdr-right {
	float: right;
	height: 0px;
}
/*
#hdr-right img {
	margin: -3px 0px 0px 0px;
	border: none;
	transition: transform 0.5s, margin 0.5s;
}

#hdr-right img:hover {
	transform: scale(1.07);
	margin: -9px 12px 0px 0px;
	transition: transform 0.5s, margin 0.5s;
}
*/
#arh-gerb {
	position: relative;
	top: 6px;
	left: 15px;
}

#arh-text-logo1 {
	position: relative;
	top: 15px;
	left: 35px;
	color: #fff;
	font-weight: bold;
	font-size: 42px;
	text-shadow: #000 0px 0px 2px, #222 2px 2px 6px;
}

#arh-text-logo2 {
	position: relative;
	top: 15px;
	left: 85px;
	color: #fff;
	font-size: 20px;
	text-shadow: #000 1px 1px 2px, #000 0px 0px 2px;
}

.info-button {
	margin: 40px 40px 0px 0px;
	text-shadow: #000 1px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 2px 0px;
}

.info-button a {
	display: block;
	padding: 12px 20px;
	color: #fff;
}

.btn-color-1 {
	background-color: #3690f0;
	background: linear-gradient(to bottom, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);
}
.btn-color-2 {
	background-color: #28bd88;
	background: linear-gradient(to bottom, #7ad2b7 0%,#3ac594 50%,#21ab7a 51%,#1c805b 100%);
}
.btn-color-3 {
	background-color: #ea3e3e;
	background: linear-gradient(to bottom, #ec9393 0%,#ec6060 50%,#e64747 51%,#b53c3c 100%);
}
.btn-color-4 {
	background-color: #b34bc7;
	background: linear-gradient(to bottom, #bf71cc 0%,#b860c3 50%,#b449c7 51%,#8c3b94 100%);
}

/* header menu *********************************************************************** */

#header-menu {
	padding: 0px 0px;
	background-color: #fff;
	background: linear-gradient(to bottom, #fff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	border-bottom: 1px solid #eaeaea;
	width: 100%;
	max-width: 1600px;
	z-index: 1;
}

/* content *************************************************************************** */

#content {
    background-color: #fff;
	*box-shadow: inset rgba(0,0,0,0.2) 0px 0px 60px -10px;
}

#page-navigator {
	padding: 8px 20px;
	border-bottom: 1px solid #ddd;
	color: #f00;
	font-size: 85%;
	background: linear-gradient(to top, #f0f0f0 0%,#0000 70%);
}

#page-navigator a:hover {
	text-decoration: none;
	border-bottom: 1px solid red;
}

#page-content {
	padding: 20px 20px 20px 20px;
	width: calc(100% - 340px);
}

#page-content p {
	*margin: 0px 0px 20px 0px;
}

#secname {
	padding: 0px 0px 20px 0px;
	text-align: left;
	font-weight: bold;
	font-size: 150%;
}

#pagename {
	padding: 0px 0px 10px 0px;
	margin-bottom: 20px;
	color: #993333;
	border-bottom: 1px solid #993333;
	font-size : 120%;
	font-weight : normal;
}

.pagebody li {
	margin: 6px 0px;
}

.pagebody img {
	border: 4px solid #fff;
	box-shadow: rgba(0, 0, 0, 0.8) 1px 1px 3px 0px;
	outline: 1px solid #bbb;
	margin: 5px 10px 5px 0px;
}

.page-date {
	border-top: 1px solid #ddd;
	margin: 0px;
	padding: 6px 0px 0px 0px;
	text-align: right;
	font-size: 80%;
	color: #aaa;
}

/* right-block ********************************************************************** */

#right-block {
	margin: 20px 0px;
	width: 300px;
}

#right-block-content {
	-margin: 20px 20px 20px 0px;
}

/* footer *************************************************************************** */

#footer {
    background-color: #3b4449;
    background-image: url(/templates/pic-default/bg1.png);
    padding: 10px 0px;
}

#footer-content {
	background-color: #29353c;
	padding: 0px 20px 20px 20px;
	color: #bbb;
	text-shadow: #111 1px 1px 1px;
	border-bottom: 1px solid #888;
	font-size: 90%
}

#footer-content a {
	color: #55deff;
}

.dark-sub-footer-header {
    color: #fff;
    font-size: 120%;
    margin: 20px 0px 20px 0px;
}

.dark-sub-footer-item {
	padding: 2px 0px;
}

.footer-blocks {
}

#footer-license {
	width: calc(100% - 580px);
	padding-right: 20px;
	line-height: 140%;
	*outline: 1px solid lime;
}

#footer-counters {
	width: 100px;
	text-align: center;
	padding: 0px 20px;
	*outline: 1px solid red;
}

#footer-info {
	width: 400px;
	padding-left: 20px;
	*outline: 1px solid yellow;
}

/* secdir *************************************************************************** */

.secdir {
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	margin: 20px 0px;
	padding: 0px;
}

.secdir-hdr {
	margin: 0px 20px;
}

.secdir-body {
	margin: 0px 40px;
}

.secdir li {
	list-style: none;
	border-top: 1px solid #ddd;
	margin: 0px !important;
}

.secdir li a {
	display: block;
	padding: 10px 10px 10px 40px;
	text-decoration: none;
	color: #000;
    text-indent: -0.6em;
    transition: background-color 0.2s;
}

.secdir li a:hover {
	background-color: #f8f8f8;
}

.secdir-li1 { /* section */
}

.secdir-li2 { /* page */
}

.secdir-small { /* pagedate */
	font-size: 75%;
	color: #aaa;
}

.fake-url {
	color: #55deff;
}
.fake-url:hover {
	text-decoration: underline;
	cursor: pointer;
}

/* ********************************************************************************** */
#DDUMapID{
  outline:1px solid #d6d6d6;
  width: 100%;
  height: 700px;
  z-index: 0;
}
#ddumapLoader{
  font-size: 75px;
  color:#08F;
  text-align:right;
  position:relative;
  line-height:0px;
  margin-bottom: -75px;
  z-index:1;
}
#DDUMapID img {
	border: none !important;
	box-shadow: none !important;
	outline: 0;
}
.cookieAnnounce{
	display: none;
	position: fixed;
	bottom: 20px;
	left: 20px;
	background-color: white;
	width: calc(100% - 60px);
	padding: 15px;
	border: 1px solid black;
	border-radius: 10px;
	cursor:pointer;
	text-shadow: none;
	color: black;
	z-index:2000;
	box-shadow: 3px 3px 6px red;
}
