/* Eric Meyer's CSS Reset */
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, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

img {
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: normal;
}
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;
}
/* End of Eric Meyer's CSS Reset */

@font-face {
    font-family: 'ITCA-extra';
    src: url('../media/ITCA_extrabold.eot');
    src: url('../media/ITCA_extrabold.eot?#iefix') format('embedded-opentype'),
         url('../media/ITCA_extrabold.woff') format('woff'),
         url('../media/ITCA_extrabold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ITCA-light';
    src: url('../media/ITCA_light.eot');
    src: url('../media/ITCA_light.eot?#iefix') format('embedded-opentype'),
         url('../media/ITCA_light.woff') format('woff'),
         url('../media/ITCA_light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ITCA-demi';
    src: url('../media/ITCA_demibold.eot');
    src: url('../media/ITCA_demibold.eot?#iefix') format('embedded-opentype'),
         url('../media/ITCA_demibold.woff') format('woff'),
         url('../media/ITCA_demibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font-family      : ITCA-light, Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size        : 13pt;
	line-height: normal;	
}


p {
  padding-top      : 1.25ex;
  margin           : 0px;

}



p.notify {
  font-size        : 80%;
  padding-top      : 0.75ex;
  line-height: 17px;
}


p.delimiter {
  border-bottom    : 1px solid #00709F;
}

p.compressed {
  padding-top      : 0ex;
}

h1 {
  font-family      : ITCA-demi, Verdana, Tahoma, Arial, Helvetica, sans-serif;
  border-bottom    : 1px solid #00709F;
  font-size        : 150%;
  font-weight      : normal;
  text-transform   : none;
  text-align       : left;
  color            : #00709F;
  width            : 100%;
  padding          : 0px 0 4px 0;
  margin           : 0px;
}



h2 {
  font-family      : ITCA-demi, Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size        : 120%;
  font-weight      : normal;
  text-transform   : none;
  text-align       : left;
  color            : #00709F;
  width            : 100%;
  padding          : 2ex 0px 0.25ex 0px;
  margin           : 0px;
}

h3 {
  font-family      : ITCA-demi, Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size        : 100%;
  font-weight      : normal;
  text-transform   : none;
  text-align       : left;
  color            : #00709F;
  width            : 100%;
  padding          : 2ex 0px 0.25ex 0px;
  margin           : 0px;
}

strong {
	font-weight: bold;
}

.page-header h2{
  font-family      : ITCA-demi, Verdana, Tahoma, Arial, Helvetica, sans-serif;
  border-bottom    : 1px solid #00709F;
  font-size        : 150%;
  font-weight      : normal;
  text-transform   : none;
  text-align       : left;
  color            : #00709F;
  width            : 100%;
  padding          : 0px 0 2px 0;
  margin           : 0px;
}

td, tr, div {
  vertical-align   : top;
}

.v-align-middle td{
	vertical-align   : middle;
}


a.mainlevel  {
 display           : block;
 width             : auto;
  margin           : 1px 0px;
  padding          : 0px;
  font-size        : 100%;
  background       : none;
  text-indent      : 10px;
}

a.mainlevel:link, a.mainlevel:visited {
  display          : block;
  border           : 1px solid #cccccc;
  background-color : #ffffff;
  font-weight      : normal;
  padding          : 2px 0px;
  color            : #666666;
  font-weight      : bold;
  text-indent      : 10px;
}
a.mainlevel:hover {
  border       : 1px solid #cccccc;
  background-color : #ffffff;
  font-weight      : normal;
  color            : #666666;
  text-decoration  : none;
  text-indent      : 10px;
}
#active_menu {
  color            : #000066;
  border       : 1px solid #cccccc;
  background-color : #E0E0E8;
  font-weight      : bold;
}
a#active_menu:hover {
  color            : #333333;
}

a:link {
  color            : #00709F;
  text-decoration  : none;
  font-weight      : normal;
}

a:visited {
  color            : #00709F;
  text-decoration  : none;
  font-weight      : normal;
}

a:hover {
  color            : #0093DD;
  text-decoration  : underline;
  font-weight      : normal;
}
a.category:link, a.category:visited {
  font-size        : 100%;
  font-weight      : bold;
}
a.btn {
  font-size        : 80%;
  white-space      : normal;
  font-weight      : normal;
/*  padding          : 2.5ex 0px 0ex 22px;
  background       : url(../images/readon.gif) no-repeat;*/
  background-position: left bottom;
}
a.btn:link, a.btn:visited {
  color            : #999999;
  text-decoration  : underline;
}
a.btn:hover {
  color            : #0093DD;
  text-decoration  : underline;
}
  
tr td{

	padding: 0;
}

ul {
  margin           : 0px;
  padding          : 0ex 0em 0ex 2.5em;
  list-style       : none;
  list-style-image : url(../images/dash.png) ;
  list-style-position : outside;
}

ol {
  margin           : 0px;
  padding          : 0ex 0em 0ex 2.5em;
  list-style-type  : arabic;
  list-style-position : outside;
}

li {
  padding-left     : 0.5em;
  padding-top      : 0.75ex;

}


li.complex {
  padding-top      : 1.5ex;
}
li.compressed {
  padding-top      : 0px;
}


ol.breadcrumb {
	padding: 0 0 0 15px;
	margin: 0;
	color: #AAAAAA;
}

ol.breadcrumb  li{
	display: inline;
	font-size        : 75% !important;
	padding: 0 6px 0 0;
	margin: 0;
}
ol.breadcrumb .divider img{
		padding-left: 2px;
		padding-right: 8px;
}

.pathway {
  color            : #AAAAAA;
  padding-left     : 20px;
}
a.pathway:link, a.pathway:visited {
  color            : #AAAAAA;
  padding-left     : 0px;
}
a.pathway:hover {
  color            : #00709F;
  padding-left     : 0px;
}

hr { width:100%; margin:5px auto; border:none; height:1px; background:#00709f; }


.mark {
  font-family      : ITCA-demi, Verdana, Tahoma, Arial, Helvetica, sans-serif;
  color            : #00709F;
}

.wrapper {
	width: 100%;
	min-width: 1000px;
}




/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 80px;
	position: relative;
	border: 1px #f5f5f5;
	border-bottom-style: solid;
}

#logo{
	float: left;
	width: 25%;
	height: 80px;
	z-index: 100;
	position: relative;
}

#company{
	background-image: url("../images/transition-left.png"); 
	background-position: left top;
	background-repeat: no-repeat;
	width: 42%;
	height: 80px;
	float: left;
	background-color: #0093dd;
	position: relative;

}

#company img{
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  padding-left: 210px;
}

*:first-child+html #company img{
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  padding-left: 224px;
  margin-top: 20px;
}

#transition-right{
	background-image: url("../images/transition-right.png"); 
	background-repeat: no-repeat;
	width: 203px;
	height: 80px;
	float: left;	
}

#enter{ 
	margin: 20px 0 0 0;
	position: absolute;
	right: 2%;
}

.date {
  font-size        : 75%;
  font-weight      : normal;
  color            : #AAAAAA;
	padding: 30px 20px 0 0;
  text-align       : right;
  float: right;
}


/* Middle
-----------------------------------------------------------------------------*/
.middle {
	position: relative;
	border-right: 281px solid #fff;
	background-color: #fff;
/*	margin-top: 10px;*/
	min-height: 200px;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-right: -100%;
	border: 1px #F5F5F5;
	border-right-style: solid;
}
.content {
	padding: 0 20px;
}

/* Новости */
.article-info-term{
	display: none;
}

div.blognews .create {
	float: right;
	color: #808080;
	position: relative;
	bottom: 21px;
	font-size: 100%;
}

div.item-pagenews .create {
	color: #808080;
	font-size: 100%;
	padding-top: 5px;
}


/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	float: right;
	margin-right: -281px;
	width: 280px;
	position: relative;
	padding-top: 25px;
	border: 1px #F5F5F5;
	border-left-style: solid;
}

.right-sidebar .bannergroup{
	padding-left: 20px;
	padding-right: 20px;
}

#gismeteo{
	margin-left: 20px;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	margin-top: 20px;
	height: 40px;
	padding-left     : 22px;
	border-top       : 1px solid #F5F5F5;
}

#footer-text{
	font-size        : 80%;
	color            : #BBBBBB;
	font-weight      : normal;
	padding-right    : 22px;
	line-height: 40px;
}

#counter{
	float: left;
	margin-top: 5px;
}

/*------------------------------------*\
	НАВИГАЦИЯ
\*------------------------------------*/

#topmenu{
	position: absolute;
	right: 300px;
	top: 100px;
	height: 35px;
	z-index: 500;
}


#topmenu .nav{
	float:left;
	width:100%;
	list-style:none;
	font-size: 15px !important;
	font-family: ITCA-light, Verdana, Arial, Helvetica, sans-serif !important;
	font-weight:normal;
	margin-bottom:6px;
	background:#fff;
	position: relative;
	z-index: 999;
		padding-left: 0; 
}

#topmenu .nav li{
	float:left;
	margin-right:0px;
	position:relative;
	display:block;
}


#topmenu .nav li a {
	display:block;
	padding:0 1px 0 1px;
	color:#000;
	background:#fff;
	text-decoration:none;
	
	/*text-shadow:1px 1px 1px rgba(0,0,0,0.75); /* Тень текста, чтобы приподнять его на немного */
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}

#topmenu .nav li a.mainlink:hover {
		background:#fff;
}


#topmenu .nav li a:hover{
	color:#0093dd;
	background:#fff;
/*	background:rgba(107,12,54,0.75); /* Выглядит полупрозрачным */
	text-decoration:none;
}

#topmenu .nav li.active a {
	color:#0093dd;
/*	background:rgba(107,12,54,0.75); /* Выглядит полупрозрачным */
	text-decoration:none;
}

#topmenu .nav li.active ul li.nav-item  a{
	color:#000;

/*	background:rgba(107,12,54,0.75); /* Выглядит полупрозрачным */
	text-decoration:none;
}

/*--- ВЫПАДАЮЩИЕ ПУНКТЫ ---*/
#topmenu .nav ul{
	list-style:none;
	position:absolute;
	left:-9999px;
	opacity:0; 
	-webkit-transition:0.25s linear opacity; 
	
	padding          : 0;
 list-style-image: none;
}

#topmenu .nav ul li{
	padding-top:0; 
	float:none;
	margin: 0;

}

#topmenu .nav ul li.nav-item a{
	padding: 5px 15px;
}
#topmenu .nav ul a{
	white-space:nowrap; 
	display:block;
	
}

#topmenu .nav li:hover ul{ 
	left:0; 
	opacity:1; 
	background:#fff;

}

#topmenu .nav li:hover a{ /* Устанавливаем стили для верхнего уровня, когда выводится выпадающий список */
	/*background:rgba(107,12,54,0.75); /* Выглядит полупрозрачным */
	text-decoration:none;

}
#topmenu .nav li:hover ul a{ /* Изменяем некоторые стили верхнего уровня при выводе выпадающего пункта */
	text-decoration:none;
	-webkit-transition:-webkit-transform 0.075s linear;
		background:#f5f5f5;
}
#topmenu .nav li:hover ul li a:hover{ /* Устанавливаем стили для выпадающих пунктов, когда курсор наводится на конкретный пункт */
	color:#fff;
	background:#0093dd;
/*	background:rgba(51,51,51,0.75); /* Будет полупрозрачным */
	text-decoration:none;
	-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);
	position: relative;
	z-index: 999;
	
}

#topmenu .nav  li.parent a{
	background:#fff;
}

/* Модуль NEWS на главной
-----------------------------------------------------------------------------*/

#main_news {
	overflow: hidden;
}

#main_news ul{
	padding-left: 0;
	padding-top: 5px;
}

#main_news ul li{
		list-style:none;
	/*	padding-left     : 0.5em;*/
		padding-top      : 3px;
}

.title_mainnews{
	padding-left: 10px;
}

#mod-custom91{
	float: left;
	width: 240px;
	font-size        : 75%;

	padding: 25px 10px 5px 0px;
}

#mod-custom91 p{
		line-height      : 15px;
}	

div.blognews h2{
  font-family      : ITCA-demi, Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size        : 100%;
  font-weight      : normal;
  text-transform   : none;
  text-align       : left;
  color            : #00709F;
  width            : 570px;
  padding          : 2ex 0px 0px 0px;
  margin           : 20px 0 0 0;
  border		   : none;
}

div.item-pagenews h1{
	display: none;
}

.banneritem{
	margin-bottom: 20px;
}


/***************** CHRONO FORMS******************/
.gbs3 .page-header {
border-bottom: none;
 margin: 10px 0 20px;
}

.gbs3{
	font-family      : ITCA-light, Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size        : 13pt;
}
	
.small_label{
		font-size        : 12px;
}

.gbs3 .control-label{
		font-size        : 14px;
		font-weight: normal;
  		padding-bottom: 5px;
}	

	
.gbs3 .form-group{
	padding-left: 20px;
}

.gbs3 .form-group input[type="text"], .gbs3 .form-group textarea, #chronoform-inf_secure select {
	border: 1px solid #0093dd;
	width: 315px!important;
}

.fa{
color: #0093dd!important; 
}

.mainlink{
 	display: none !important; 
}

.chrono_credits{
  display: none;  
}


.not-display{
  display:none !important;
}

#cboxContent .ev_navigation{
  display: none;
}


.yearview-date{
	font-size: 18px!important;
	text-align: left;
	width: 200px!important;
	padding-top: 10px;	
	font-weight: bold;
}

.yearview-time{
	font-size: 18px!important;
	text-align: left;
	width: 150px;
	padding-top: 10px;
}

.yearview-info{
	width: 550px;
}

.yearview-button{

	padding-top: 10px;
}

.yearview-button a{
	display: block;
	height: 25px;
	background-image: url(../images/grad.jpg);
	text-align: center;
	width: 200px;
	color: #fff!important;
	float: right;
	margin-right: 10px;
	margin-bottom: 20px;
	padding-top: 5px;
	border-radius: 3px;
}

.yearview-tr{
	 height: 200px;
}


.ev_ul{
	  list-style-image: none;
}

.ev_table tr.yearview-tr:nth-child(odd){
	background-color: #e3e8ee;
}


.ev_td_left{
 padding: 10px; }
 
#cal_title, .cal_td_daysnames{
	display: none;
 }

.main-info{
  font-size: 16px!important;  
}

#button12, #button20{
  background-image: url(../images/grad.jpg);
  color: #fff;
}




.visform{
  margin-top: 32px;
}

.visform div.control-group.required .control-label::before {
  color: #0093dd !important;
}

.visform input,
.visform textarea,
.visform .uneditable-input {
  width: 306px;
}

input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
  width: auto;
}