@charset "UTF-8";

@media only screen and (min-width: 320px) {

/*#padd {
	height: 100%;
	position: absolute;
	width: 100%;
}
#padd #main, 
#padd #foot {
	width: 100%;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #f0f0f0;
	max-width: 1280px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}*/

/*.push {
	height:60px;
}*/

#mainBlock {
	font-size:0.95em;
	line-height:1.7em;
	color:#444;
	margin-left: 5%;
	margin-right: 5%;
	-webkit-text-size-adjust:100%; /* fixes iPhone colspan 'bug' */
}
#mainBlock a {
	border-bottom:none;
}
#wrap.error #mainBlock a {
	font-weight:bold;
	border-bottom:1px dotted;
}
#wrap.error #mainBlock .here a {
	font-weight:normal;
}
#mainBlock h1 {
	font-size:1.2em;
	color:#a03333;
	border-bottom:1px solid;
	padding-bottom:0.5em;
	margin-top:0;
	margin-bottom:1em;
	text-align:center;
}
#mainBlock p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	line-height:1.6em;
	margin-top:0;
}
#mainBlock .here {
	font-family: inherit;
  font-size: 1em;
	margin-top:1.5em;
	margin-bottom:1.5em;
 	margin-left:1.1em;
	text-indent:-1.1em;
}
#mainBlock .here a {
	border-bottom:1px dotted;
}
.txtnorm {
	font-weight:normal;
}

.roundOuterTop,
.roundInnerTop {
	display:none;
}

#siteMap .high {
	display:none;
}
#siteMap .home {
	display:inline;
	font-weight:bold;
}
#siteMap .head {
	color:#666;
}
#siteMap .head:before {
	color:#c00;
}
#siteMap .sect {
	color:#555;
	font-family:inherit;
	font-size:inherit;
	margin-top:18px;
}
#siteMap li a {
	color:#444;
}
#siteMap li a:hover {
	border-bottom: 1px dotted #fff;
	color: inherit;
}
#siteMap li ul {
	border-left-color:#999;
}
#siteMap .home li {
	margin-top: 4px;
}
#mainBlock .here {
	color:#9a671f;
}
.error #mainBlock .here {
	color:#666;
}
#mainBlock .here:before {
	color:#fa3;
	margin-right:0.4em;
}

/* CONTACT FORM */

#formBox {
	/* [disabled]font-size:0.95em; */
	margin-bottom: 1em;
}
#formBox .row {
	color: #333;
}
#formBox .dum {
	display:none !important;
}
#formBox .row .lt {
	margin-top: 0.6em;
	color:#666;
}
#formBox .row .rt {
	margin-top: 0.2em;
}
#formBox .row .cb {
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}
#formBox form .row:last-child {
	margin-top:1em;
}
form {
	background-color: #eee;
	/* [disabled]padding-top: 0.5em; */
}
select,
textarea,
input {
  font-size: 1em;
	color: #333;
	width: 100%;
  box-sizing: border-box;
	padding-top: 4px;
  padding-bottom: 4px;
	padding-left:0.5em;
}
label {
	font-size: 0.95em;
}
label:after {
	content:"*";
	color:#c00;
	margin-left:0.1em;
}
select {
	width: 75%;
}
input[type="submit"] {
	width: 8em;
	margin-top: 0.3em;
	border-width: thin;
	background-color: #cce2ff;
	color: #333;
}
input[type="submit"]:hover {
	cursor:pointer;
}
.cb input {
	width: auto;
}
textarea {
	height: 150px;
	line-height: 1.4em;
	-webkit-overflow-scrolling: touch; 
}
.twitLogo {
	margin-top: 2em;
	margin-left: 0;
	padding-top:4px;
	border: none;
	display: block;
	box-sizing: border-box;
	/*height: 32px;
	padding-left: 42px;
	background-color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 6px;
	background-image:url(../graphics/twitter-logo.png);*/
}
#mainBlock .twitLogo p {
	font-family:inherit;
	font-size:1em;
	margin-left:6px;
}
.twitLogo a {
	border-bottom: none;
	font-size: 0.95em;
}

#new {
	color:#777;
	margin-top:1.5em;
}
#new p {
	font-family:Candara, Arial, sans-serif;
	line-height:1.5em;
}
#new .date {
	font-weight:bold;
	margin-top:1em;
	margin-bottom:0.3em;
}
#new a {
	border-bottom: 1px dotted;
}
#new li {
	list-style:none;
	margin-bottom:0.2em;
}
#new li::before {
  content: "\2022";
  color: #c77;
  font-weight: bold;
  display: initial;
	margin-right:0.4em;
}
#new div:first-child {
	color:#333;
	margin-bottom:1.4em;
}
#new div:first-child .date {
	color:#555;
}
#new div:first-child li::before {
	color:#c00;
}
#new p:not(.date) {
}
#new img {
	float:right;
	margin-top:0.4em;
	margin-left:1em;
}

#scrTop {
	font-size:1.35em;
	line-height:1.4em;
	position:fixed;
	bottom:0.4em;
	right:0;
	color:#fff;
	background-color:#444;
	padding-top:0.2em;
	padding-left:1em;
	padding-right:1em;
	opacity:0.7;
	z-index:3;
	display:none;
}
#scrTop.show {
	display:block;
}

#wrap.error #menuButt p::after {
	content:"";
}

}

@media only screen and (min-width: 360px) {

#mainBlock {
	font-size:1em;
	/* [disabled]margin-top:1.5em; */
}
#scrTop {
	bottom:0.45em;
	font-size:1.5em;
}

}


@media only screen and (min-width: 481px) {



@media only screen and (min-width: 640px) {

#mainBlock {
	margin-top:42px;
	margin-left:8%;
	margin-right:8%;
}
#mainBlock h1 {
	margin-left:4%;
}

/* CONTACT FORM */

#formBox form .row.lt,
#formBox form .row.rt {
	width:48%;
}
#formBox form .row.lt {
	float:left;
}
#formBox form .row.rt {
	float:right;
}
#formBox form .row:nth-child(-n+6) {
	display:inline-block;
}
#scrTop {
	font-size:1.3em;
	bottom:1em;
}
#wrap.error #nav {
}
#wrap.error #nav #menuButt p {
	text-align:right;
	margin-right:1.3em;
}

}


@media only screen and (min-width: 732px) {
	
#mainBlock h1 {
	margin-left:0;
	margin-bottom:1.2em;
}
#siteMap {
	margin-right:auto;
	margin-top:-10px;
}
#siteMap div {
	width:33.33%;
	padding-right:initial;
}


@media only screen and (min-width: 768px) {

#main {
	margin-top:12px;
}
#mainBlock {
	font-size: 0.95em;
	margin-left:10%;
	margin-right:10%;
}
.site #mainBlock {
	margin-left:5%;
	margin-right:5%;
}
#mainBlock p {
	margin-bottom: 0.6em;
}
.site #mainBlock h1,
.site #mainBlock .here {
	margin-left:10%;
	margin-right:10%;
}
.roundOuterTop,
.roundInnerTop {
	display:block;
}
#siteMap .sect {
	margin-top:5px;
}
#formBox {
	max-width:600px;
}

}


@media only screen and (min-width: 961px) {

#main {
	min-height:840px; /* for extended #nav  */
}

#mainBlock {
	margin-left: 21%;
	margin-right: 21%;
	text-align: justify;
}
#mainBlock h1 {
	text-align:inherit;
}
.site #mainBlock {
	margin-left: 21%;
	margin-right: 7%;
}
.site #mainBlock h1,
.site #mainBlock .here {
	margin-left:0;
	margin-right:5%;
}
#new {
	text-align:left;
}
#wrap.error #nav #menuButt {
	background-color:transparent;
	display:block;
	margin-right:auto;
}
#wrap.error #nav #menuButt p {
	color:#a03333;
	text-align:left;
	cursor:pointer;
}
#wrap.error #nav #menuButt p span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:0.9em;
	margin-left:0.3em;
}
#nav {
	top:140px;
}
#wrap.error #nav {
	top:147px;
}

}


@media only screen and (min-width: 1025px) {


}


@media only screen and (min-width: 1081px) {
	
.site #mainBlock {
	margin-right: 8%;
}

}


@media only screen and (min-width: 1201px) {
	
#mainBlock {
	margin-left: 22.5%;
	margin-right: 22.5%;
}
.site #mainBlock {
	margin-left: 22.5%;
	margin-right: 14%;
}

}


@media only screen and (min-width: 1281px) {

#scrTop {
	right:calc((100vw - 1280px) / 2);
}
#nav {
	top:195px;
}

}


@media only screen and (min-width: 320px) and (max-width: 760px) and (orientation: landscape) {

}

@media screen and (-webkit-min-device-pixel-ratio:0) { 

}