html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family:Arial;
  font-size:14px;
  margin: 0 0 20px 0;
  color:#1a1a1a;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

img {
  border: 0;
}
h1, .componentheading{
  color:#1d598f;
  margin: 35px 50px 45px 50px;
  font-size: 24px;
  line-height: 22px;
  text-align: center;
}

.componentheading {
  font-style:normal;
  font-size:18px;
}

p{
  text-align:justify;
  margin:0;
  padding:0;
  line-height: 22px;
}

.item-page ul > li, .item-page ol > li {
  line-height: 22px;
}


/*--------------------Layout-----------------*/
.page{
  background:#fff;
  border:1px solid #ccc;
  margin:0 auto;
  overflow:hidden;
  width:1000px;

  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;

  -webkitbox-shadow: 0 5px 10px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0 5px 10px rgba(50, 50, 50, 0.5);
  box-shadow: 0 5px 10px rgba(50, 50, 50, 0.5);
}
.wrapper{
  overflow:hidden;
}
.main{
  float: left;
  padding:0 10px;
  width: 770px;
}


/*--------------------Header-----------------*/
.header .topline{
  border-top:1px solid #32b873;
  background:#00BA50;
  height:60px;
  line-height:60px;
  position:relative;
}

.slogan * {
  color:#fff;
  font-weight:bold;
  font-size: 18px;
  text-transform:uppercase;
  line-height:60px;
}

.slogan {
  padding:0 0 0 300px;
}

.header .topline .mod-languages {
  position: absolute;
  right: 5px;
  top: -11px;
}

.header .topline .lang-inline li{
  display:inline-block;
  margin:0 3px 0 0;
}

.header .topimage{
  position:relative;
}

.header .logo{
  margin:0 0 0 25px;
  position:absolute;
  top:0;
  text-align:center;
  width:235px;

  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;

  -webkitbox-shadow: 0 5px 10px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0 5px 10px rgba(50, 50, 50, 0.5);
  box-shadow: 0 5px 10px rgba(50, 50, 50, 0.5);
}

.header .logo-content{
  background:#fff;
  height:170px;
  text-align: center;
 }

.header .logo-content span{
  color:#2D73AD;
  font-weight:bold;
  font-size: 13px;
  display: block;
  line-height:18px;
  text-align: center;
}

.header .logo-info{
  background:#1c5990;
  color:#fff;
  padding:10px 0;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

.header .logo-info strong{
  display: block;
  line-height: 19px;
  text-align:center;
}

.topimage-txt {
  background-color: rgba(64, 113, 152, 0.6);
  position:absolute;
  right:0px;
  top:1px;
  color:#fff;
  font-weight:bold;
  font-size:19px;
  text-shadow:3px 3px 3px #000;
  padding: 0px 5px 0px 2px;
  text-transform:uppercase;
}

.topimage-txt * {
  line-height: 33px;
  text-align:right;
}


/*--------------------Nav-----------------*/

.menu-top{
  background: #1c5990;
  height: 50px;
  padding:0;
  margin:0;
    list-style: none;
  width:1000px;
}

.menu-top > li {
  float: left;
  position: relative;
  cursor: pointer;
}

.menu-top > li.item-106, .menu-top > li.item-118 {	display:none;}

.menu-top > li > a {
  margin-top: -15px;
  padding-top: 15px;
  display: block;
  text-decoration:none;
}

.menu-top > li > span {
  margin-top: -15px;
  padding-top: 15px;
  display: block;
  text-decoration:none;
}

.menu-top > li:hover > a:before, .menu-top > li.active > a:before {
     left: 100%;
  top: -15px;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-width: 30px;
  border-bottom: 15px solid #02783b;
    border-right: 15px solid transparent;
}

.menu-top > li:hover > span:before, .menu-top > li.active > span:before {
     left: 100%;
  top: -15px;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-width: 30px;
  border-bottom: 15px solid #02783b;
    border-right: 15px solid transparent;
}

.menu-top > li:hover > a:after, .menu-top > li.active > a:after {
  top:27px;
  content: " ";
  height: 100%;
  background: url(../images/corner.png) 50% 100% no-repeat;
  position:absolute;
  width: 100%;
  z-index: 100;
}

.menu-top > li:hover > span:after, .menu-top > li.active > span:after {
  top:27px;
  content: " ";
  height: 100%;
  background: url(../images/corner.png) 50% 100% no-repeat;
  position:absolute;
  width: 100%;
  z-index: 100;
}

.menu-top > li > a > span, .menu-top > li > span > span {
  color:#fff;
  display: inline-block;
  display:table-cell;
    font-size: 14px;
  font-weight:bold;
  height: 50px;
  text-align:center;
    text-decoration: none;
  text-transform:uppercase;
  position:relative;
  vertical-align:middle;
  z-index:100;
  width: 157px;
  padding-left: 4px;
  padding-right: 4px;
}

.menu-top > li:hover > a, .menu-top > li.active > a, .menu-top > li:hover > span, .menu-top > li.active > span  {
  background-color:#00BA50;
}

.menu-top > li:hover > a > span, .menu-top > li.active > a > span, .menu-top > li:hover > span > span, .menu-top > li.active > span > span {
    color: #fff;
    background-color: #00BA50;
}

.menu-top > li:hover ul {
    display: block;
    visibility: visible;
}

.menu-top > li > ul {
  background: #1c5990;
    display: none;
    visibility: hidden;
    position: absolute;
    left: 0px;
  list-style-type:none;
  padding:0;
    width: 100%;
    z-index: 99;
    padding-top: 30px;
}

.menu-top > li > ul li {
  border-top: 1px solid #fff;
  display:block;
  line-height:18px;
}

.menu-top > li > ul li:first-child {
  border-top: 1px solid transparent;
}

.menu-top > li > ul li a{
  background:url(../images/icon-arrow.png) 98% 50% no-repeat;
  color:#fff;
    display: block;
  font-size:13px;
  font-weight: bold;
  line-height:18px;
  margin:0 2px;
  padding:4px 15px 3px 2px;
  text-decoration:none;
}
.menu-top > li > ul a:hover{
    text-decoration:underline;
}

/*--------------------Sidebar-----------------*/
.sidebar{
  float:left;
  margin-top: 50px;
  width:210px;
}

.sidebar .kart-slevo {
  background:#b6b4b5;
  color:#fff;
  height:300px;
  margin-bottom: 20px;
  text-align: center;
}

.sidebar .registration {
  background:#00BA50;
  margin-bottom: 20px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}

.sidebar .registration a {
  background:url(../images/icon-registration.png) 5px 50% no-repeat;
  color:#fff;
  display:block;
  font-weight: bold;
  font-size: 16px;
  text-transform:uppercase;
  line-height: 65px;
  padding: 0 0 0 35px;
  text-decoration:none;
}
.sidebar .contact{
  background:#1c5990;
  color:#fff;
  margin-bottom: 20px;
}
.sidebar .contact-title{
  background:#1354a6;
  border-bottom:1px solid #ccd8e6;
  height:37px;
  line-height: 37px;
  font-weight: bold;
  text-align: center;
  text-transform:uppercase;

  background: #1455a7; /* Old browsers */
  background: -moz-linear-gradient(top,  #1455a7 0%, #044089 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1455a7), color-stop(100%,#044089)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #1455a7 0%,#044089 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #1455a7 0%,#044089 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #1455a7 0%,#044089 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #1455a7 0%,#044089 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1455a7', endColorstr='#044089',GradientType=0 ); /* IE6-9 */
}

.sidebar .contact-info{
  border-top:1px solid #4a7ba6;
  font-weight: bold;
  padding: 5px;
}
.sidebar .contact-info ul{
  font-size: 12px;
  list-style-type: none;
  line-height: 24px;
  margin: 6px 0 6px 8px;
  padding: 0;
}

/*--------------------Footer-----------------*/
.footer{
  margin-top: 75px;
  text-align: center;
}
.footer .copyright{
  color: #555;
  font-weight: bold;
  margin: 20px 0;
  text-align:center;
}

.footer .copyright .custom p {
  text-align:center;
}

.footer .copyright * {
  color: #555;
  font-weight: bold;
}
/*--------------------footer Brand-----------------*/

.brand-title{
  background:#00BA50;
  color:#fff;
  font-weight:bold;
  font-size: 24px;
  height:45px;
  line-height:45px;
  text-align:center;
  text-transform:uppercase;
}
.brand-content{
  margin: 20px 0px;
  overflow:hidden;
}
.brand-content ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  clear: both;
}
.brand-content ul li{
  float:left;
  line-height:14px;
  text-align: center;
  width:200px;
  height: 125px;
}

.brand-content ul li img {
  max-width:100px;
  max-height: 90px;
}

.brand-content ul li > span {
  display:table-cell;
  width:200px;
  height: 92px;
  text-align:center;
  vertical-align:middle;
}

.brand-content ul li a {
  color: #8f8e8a;
  font-style: italic;
  font-size: 11px;
  text-decoration: none;
  display: block!important;
  text-align: center;
  margin-top: 6px;
}
.brand-content ul li a:hover{
  text-decoration:underline;
}

.organiz-table {
  width:100%;
}

.organiz-table {
  border:1px solid #ccc;
  border-collpase:collapse;
}

.organiz-table td {
  vertical-align:top;
  padding:10px;
  line-height:22px;
  border:1px solid #ccc;
  border-collpase:collapse;
}

.organiz-table tbody > tr:first-child > td {
  vertical-align:middle;
}

#userForm input.rsform-input-box {
  border: 1px solid #1C5990;
  width: 300px;
  padding-top: 5px;
  padding-bottom: 9px;
  padding-left: 10px;
  padding-right: 10px;
}

#userForm table {
  width:100%;
}

#userForm table td {
  padding:5px;
}

#userForm table tr > td:first-child {
  width: 255px;
  font-size: 17px;
  font-weight: bold;
}

#userForm table tbody > tr:first-child > td {
  font-size:14px;
  font-style:italic;
  font-weight:normal;
}

#userForm select {
    width: 322px;
    border: 1px solid #1C5990;
    padding: 5px 0px 9px;
}

#userForm #knopka {
  background:none;
  border:none;
  background-color:#1C5990;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  font-weight: bold;
  cursor:pointer;
}

.otd-dockladchik {
  width: 220px;
  float: left;
  margin-left: 50px;
  min-height: 490px;
  margin-bottom: 30px;
}

.doc-img {
  height:250px;
}

.doc-img img {
  width: 150px;
}

.doc-name {
  color: #1C5990;
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align:center;
}

.doc-name h2 {
  color: #1C5990;
  font-size: 16px;
  font-weight:bold;
  margin: 0px;
}

.doc-dolznost * {
  font-size:12px!important;
  line-height: 18px!important;
  text-align: justify!important;
}

.doc-img {
  text-align:center;
}

.doc-tema {
  font-size:12px;
  margin-top: 10px;
  line-height: 18px;
  text-align: justify;
}

.doc-tema * {
  font-size:12px;
  line-height: 18px!important;
  text-align: justify!important;
}

.doc-tema p > strong:first-child {
  color:#039B42;
  font-size: 14px;
}

.item-page .newsflash > .otd-dockladchik:nth-child(3n+1) {
    margin-left: 0px;
}

.ui-tabs-nav {
  list-style-type:none;
  padding: 0px;
}

.ui-tabs-nav li {
  background-color:#1C5990;
  width:170px;
  float:left;
  position:relative;
  padding: 15px;
}

.clear {
  clear:both;
  height:0px;
}

.ui-tabs-nav li > a {
  position:absolute;
  width:100%;
  height:100%;
  text-decoration:none;
  display:block;
}

.ui-tabs-nav li .chislo {
  background-image:url('../images/kalend.png');
  background-position:left top;
  background-repeat:no-repeat;
  background-size: 50px;
  height: 30px;
  font-size: 20px;
  font-weight: bold;
  padding-top: 22px;
  width: 50px;
  text-align: center;
  float:left;
}

.ui-tabs-nav li .mesyac {
  color: #fff;
  font-size: 18px;
  font-weight:bold;
  float:left;
  margin-left: 20px;
}

.ui-tabs-nav li .mesyac span {
  font-weight:normal;
  font-size:16px;
}

.ui-tabs-nav > li:first-child {
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
}

.ui-tabs-nav > li:first-child + li {
  -webkit-border-radius: 0px 10px 10px 0px;
  -moz-border-radius:0px 10px 10px 0px;
  border-radius: 0px 10px 10px 0px;
}

.ui-tabs-nav > li.ui-state-active {
  background-color:#00BA50;
}

.ui-tabs-panel table {
  width:100%;
  margin-top:20px;
}

.ui-tabs-panel table td {
	vertical-align: top;
	padding:10px;
}

.ui-tabs-panel table tr > td:first-child {
	font-size:16px;
	font-weight:bold;
	width: 100px;
	padding-top: 13px;
}

.prog-tema {
	color:#fff;
	font-size: 17px;
	background: rgb(0,185,78); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,185,78,1) 0%, rgba(5,145,54,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,185,78,1)), color-stop(100%,rgba(5,145,54,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,185,78,1) 0%,rgba(5,145,54,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,185,78,1) 0%,rgba(5,145,54,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,185,78,1) 0%,rgba(5,145,54,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,185,78,1) 0%,rgba(5,145,54,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b94e', endColorstr='#059136',GradientType=0 ); /* IE6-9 */
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 1px 1px 1px #000;
}

.prog-dokl {
  margin-top:5px;
  font-style:italic;
  font-size: 14px;
}

.prog-dokl > strong {	color: #005993;
	display:block;
	margin-bottom: 2px;
	font-size:14px;
	font-style:normal;}

table td.brack {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(211,211,211,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(211,211,211,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(211,211,211,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(211,211,211,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(211,211,211,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(211,211,211,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d3d3',GradientType=0 ); /* IE6-9 */
	vertical-align: middle;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.footer .brand:first-child .brand-content ul {	margin-left: 90px;}

.footer .brand:first-child .brand-content ul > li a {	font-size:13px;}

.otd-img {	float: left;
	border: 1px solid #1C5990;
	padding: 1px;
	margin-left: 15px;
	margin-top: 15px;}

#phocagallery > .otd-img:nth-child(4n+4){	margin-left:0px;}

#phocagallery > .otd-img img {	width:175px;}

.pagination .pg-inline {	display:none!important;}

#pg-pagination > ul {	list-style-type:none;}

#pg-pagination > ul > li {	display: inline-block;}

#pg-pagination > ul > li {
	display: inline-block;
}

#pg-pagination > ul > li.pagination-start, #pg-pagination > ul > li.pagination-prev, #pg-pagination > ul > li.pagination-next,
#pg-pagination > ul > li.pagination-end {	display:none;}

.pagecounter {	display:none!important;}

#pg-pagination > ul > li > a {	background-color:#1C5990;
	text-decoration:none;
	color: #FFF;
	font-size: 16px;
	padding-left: 5px;
	padding: 5px 11px;
	margin-left: 2px;}

#pg-pagination > ul > li > span {
	border:1px solid #1C5990;
	text-decoration:none;
	color: #000;
	font-size: 16px;
	padding: 4px 10px;
	margin-left: 2px;
}

#pg-pagination > ul > li > a:hover {
	border:1px solid #1C5990!important;
	text-decoration:none!important;
	color: #000!important;
	font-size: 16px!important;
	padding: 4px 10px!important;
	margin-left: 2px!important;
}