html { height: 100%; }
.hide, .visuallyhidden { display: none; }

/*
#007AC2 - main blue (gazprom)
#00ADEF - main light blue (gazprom)
#F4F5F6 - light gray  bg
#DFF0FC - super light blue bg
*/

/* common text */
body
{
  text-align: left;
  min-height: 100%;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

body, input, select, textarea
{
  color: #010101;
  font-family: 'PT Sans', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

input, select, textarea { outline: none; }

/* links general */
a
{
  color: inherit;
  *color:#010101;
  text-decoration: none;
  border-bottom: 1px solid #d2d2d2;
}

a:hover
{
  text-decoration: none;
  color: #00ADEF;
  border-color: #00ADEF;
}

a:hover img {
    opacity:0.7;
    //filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

img {vertical-align:top;}

/* headings, text */

h1, h2, h3, h4, h5, h6
{
  line-height: 1.35;
  font-weight: bold;
  font-family: 'PT Sans Caption', Arial;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; text-decoration: none; }
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b { font-weight: inherit; }
i { font-style: italic; }

sup
{
  font-size: 13px;
  line-height: 10px;
  color: #888;
}

address { font-style: normal; }
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.alert {color: #c00;}

/* general text styles */
.content p { margin-bottom: 1em; }

.content h1.mainHeader
{
  font-size: 36px;
  margin: 0em 0px 0.6em;
  color: #000;
  font-weight:bold;
  margin-bottom:10px;
}

.content h2.page-subtitle {
	font-size: 18px;
	color: #888;
	margin:0;
	font-weight: normal;
}

.content h1.mainHeader.long, .content h1
{
  font-size: 28px;
  line-height: 35px;
  /*margin-bottom: 25px;*/
}

h2
{
  font-size: 22px;
  line-height: 30px;
  margin: 1em 0 0.6em;
  color:#111;
}

h3
{
  margin: 0em 0 0.6em;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4;
  color:#007AC2;
}

/* top margin is usefull just in arcticle type containers */

article h3 {margin-top:1.2em;}

h4
{
  font-size: 15px;
  color:#010101;
  margin: 0.8em 0 0.6em;
  line-height: 1.5;
  font-weight: bold;
}



.bg h2, .bg h3 {margin-top:0;}

.content ul
{
  margin-bottom: 1em;
  padding-left: 16px;
  margin-top: 0;
  list-style: none;
}

.content ul ul { margin-top: 1em; }

.content ul li
{
  background: url(../images/ul.png) 0 0.6em no-repeat;
  padding-left: 17px;
  margin-bottom: 0.6em;
  position: relative;
  zoom: 1;
  line-height: 1.4em;
}

*html ul li { background: url(../images/ul.png) 0 7px no-repeat; }


ol
{
  list-style: decimal;
  padding-left: 30px;
}

ol li { margin-bottom: 0.6em; }

.content dl
{
  margin-bottom: 1em;
  overflow: hidden;
  position: relative;
  zoom: 1;
  _height: 1%;
}

.content dt
{
  font-weight: normal;
  float: left;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
}

.content dd
{
  padding-bottom: 0.5em;
  min-height: 1.5em;
  _height: 1.5em;
}

.content cite
{
  font-size: 1.3em;
  display: block;
  margin-bottom: 1em;
  line-height: 1.5em;
  font-style: italic;
  font-family: Georgia;
}

.content .vrezka
{
  float: left;
  width: 40%;
  font-size: 22px;
  margin: 0 15px 15px 0;
}

.content .alignLeft
{
  float: left;
  margin: 0 15px 15px 0;
}


.content .small, .content .note, .content .description
{
  font-size: 11px;
  line-height: 1.5em;
  color: #888;
}

.content span.extra
{
  color: #007AC2;
}


/* highlight */
.page-highlight
{
  /*font-style: italic;*/
  font-size: 1.3em;
  line-height: 1.45;
  font-weight: normal !important;
}

.page-highlight b { font-weight: normal !important; }
body .page-highlight ul { padding: 0; }

body .page-highlight ul li
{
  padding-left: 23px;
  background: url(../images/ul-highlight.png) 0 0.75em no-repeat;
}

.rss_subscription {
  font-size:13px;
  text-align:right;
}

.rss_subscription a {
  color:#888;
  background: #EFEFEF;
  padding: 2px;
}
.rss_subscription a:hover {color:#00ADEF;}


div.higlight-info {
  background: #F4F5F6;
  padding:30px;
  margin-bottom:2em;
}

div.higlight-info h2 {margin-top:0;}



/* ==============================================================================
================================================================
============================================== */

/* main structure */
body
{
  min-width: 1000px;
  max-width: 1200px;
  margin: 0 auto;
  background: #eee;
}


#main_wrap
{
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
}


#page-content
{
  padding: 30px 50px 50px 50px;  
  background: #fff;
  overflow: hidden;  
  position: relative;
  max-width: 900px;
}

#content-border {
	position: absolute;
	left: 1000px;
	top: 125px;
	right: 0;
	padding: 30px;
}

footer
{
  font-size: 13px;
  overflow: hidden;
  position: relative;
  
  color:#888;
  
  background:#fff;
  background: transparent;
  border-top:dotted 1px #ccc;
  padding:25px 50px 30px;
  max-width: 900px;  
}

footer address {float:right;}


footer .copyright
{
  margin-top: 10px;
  font-size: 11px;
}

#section-normal, #content-middle, #section-bottom, #partners, #content-middle2 {
  position:relative;
  _height:1%;
  overflow:hidden;
}

/* HEADER */
#page-header
{
	overflow: hidden;
	position:relative;
	height: 125px;
	background:  #fff;
	z-index:3;
	*border-bottom: 1px solid #eee;
}


#main_wrap:before {
	content: '';
	display: block;
	height:9px;
	position:absolute;
	z-index:3;
	top:125px;
	left:0;
	right:0;
	background: url(../images/head-shadow-bg.png) 0 bottom repeat-x transparent;
}


#page-header h1#logo
{
  margin: 0;
  line-height: 1;
  padding: 0;
  position: absolute;
  top: 40px;
  left:50px;
}

#page-header h1 a {border:none;}

#page-header h1 a img
{
  display: block;
  position: absolute;
  border: none;
}

#page-header h1 a:hover img {
    opacity:1;
    //filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
}


#page-header #user-header {
	position: absolute;
	right: 30px;
	top: 10px;
	font-size: 13px;
	color: #888;
}

#user-header span {
	display: inline-block;
	margin-right: 1.5em;
	padding-left: 20px;
	line-height: 15px;
}

span.user-name {
	background:url(../images/ico-user.png) 0 50% no-repeat;	
	font-weight: bold;
}

span.logout {
	background:url(../images/ico-logout.png) 0 50% no-repeat;	
}


#page-header #website-info {
	position: absolute;
	left: 391px;
	top: 10px;
	font-size: 13px;
	color: #888;
}


              /* navigation */

/* main menu */
#page-header nav#website-menu
{
	position: absolute;
	overflow: hidden;
	z-index:4;
	top: 50px;
	left: 390px;
	right: 50px;
}

#page-header nav#website-menu
{
  font-size: 18px;
  vertical-align: middle;

  color: #007AC2;
  margin:0;
  padding:0;
}


#page-header nav#website-menu a
{
	display: inline-block;
	line-height: 2;
	padding: 0 0.7em;	
	margin: 0 0.5em 0.5em 0;
	border: solid 1px #efefef;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	outline: none;
}

#page-header nav#website-menu a:hover
{
	border-color: #bce6ff;
	color: #007AC2;
	background: #bce6ff;
}


#page-header nav#website-menu a.act
{
  background: #007AC2;
  color: #fff;
  border-color:#bce6ff;
}

/* lang menu */
#menu-lang
{
  position: absolute;
  right: 370px;
  top: 32px;
  text-transform: uppercase;
  color:#888;
  font-size:12px;
}

#menu-lang span
{
  margin-left: 0.3em;
  padding: 1px 2px;
}

#menu-lang span.act
{
  color: #888;
  background: #f4f5f6;
  font-weight:normal;
}

/* navspecial */
#navspecial {
  position:absolute;
  right:280px;
  top:35px;
}
#navspecial a {border:none;}

/* gazprom sites */
#gazprom_sites {
  right: 470px;
  top: 35px;
}

/* wayFinder and content-header */
.content.inner #content-header {margin-bottom:25px;}

.wayFinder
{
  color: #888;
  margin: 0 0 10px;
  font-size: 11px;
  line-height: 16px;
  overflow: hidden;
  _height: 1%;
  position: relative;
  padding: 0 !important;
}

body .wayFinder li
{
  float: left;
  margin: 0 1em 0 0 !important;
  background-image:none;
  padding:0;
}

.wayFinder strong { font-weight: normal; }
.wayFinder .home a { 
  display:inline-block;
    *display:block;
    width:11px;
    *height:11px;
    overflow:hidden;
    text-indent:2000px;
    white-space:nowrap;
    background:url(../images/home.png) no-repeat 0px 50%;
     vertical-align:top;
}

.wayFinder a
{
  text-decoration: none;
  color: #888;
}

.wayFinder .divider {
  margin-left: 1em;
}

.wayFinder a:hover { text-decoration: none; color:#00ADEF;}

/* submenu */
.content nav.subMenu ul
{
  line-height: normal;
  padding: 0;
  font-size: 14px;
}

.content nav.subMenu ul li
{
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  zoom: 1;
  background-image:none;
}

.content nav.subMenu li ul { margin: 10px 25px 10px 20px; }

.content nav.subMenu a
{
  text-decoration: none;
  border-bottom: none;
  color: #007AC2;
}

.content nav.subMenu a:hover
{
  text-decoration: none;
  border-bottom: none;
  color: #00ADEF;
}

.content nav.subMenu strong {
  background:#007AC2;
  padding: 2px 4px;
  color: #FFF;
  font-weight: normal;
  display: inline-block;
  *display:block;
}

.content nav.subMenu ul ul ul li { font-size: 13px; }



/* inner default */
.content aside#content-right
{
  float: right;
  width: 250px;
}

.content article#content-normal { margin: 0 300px 0 250px; }

.content nav.subMenu
{
  float: left;
  margin-top: 0px;
  width: 200px;
}

/* grid */
.content.inner #content-normal
{
  margin: 0 0px 0 250px;
  max-width: 650px;
}

.content.inner #content-image {
  overflow:hidden;
  position:relative;
  _height:1%;
  margin-left:250px;
}

.content.inner.grid2 #content-normal {margin: 0; max-width: none;}
.content.inner.grid2 #content-header {padding:0;}

/* grid: content header */
.content.inner #content-header { padding-left: 250px; }
.content.inner.grid8 #content-header, .content.inner.grid7 #content-header { padding-left: 0px; }
.content.inner aside h2, .content.inner aside h3 { margin-top: 0; }

#content-left
{
  position: relative;
  float: left;
  margin-top: 0px;
  width: 250px;
  height: 100%;
  font-size: 13px;
}




              /* MAIN PAGE STRUCTURE */




/* temp video list */
.tx-ms-videos .card.item.active {background:#E1F4FB;}
.state1 {display:none}
