a {
	color: #faa83f;
}
a:hover {
	text-decoration: none;
}
.base {
  width: 1200px;
padding: 0;
margin: 0 auto;
}
.wrapper {
position: relative;
max-width: 6000px;
width: 100%;
min-width: 1200px;
height: 100%;
margin: 0 auto;
overflow: hidden;
}

.wrapper {
height: auto !important;
min-height: 100%;
}
body {
  background: url(../img/bg.png) !important;
}

#container-navbar, #container-main {
  margin: 0 auto;
  padding: 30px;
  background: #fff;
  min-height: 800px;
}
.footer {
	padding: 15px 30px 10px;
	background: #797979;
	color: #fff;
}
.footer .bottomlogo {
  display: inline-block;
  text-indent: -99999px;
  vertical-align: middle;
  margin-top: 0;
}

.bottomlogo {
  background: url('../img/footer_logo.png') no-repeat;
  height: 54px;
  width: 54px;
}

header {
	overflow: inherit;
	height: 80px;
background: #595959;
background: -moz-linear-gradient(top,  #595959 0%, #434343 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#595959), color-stop(100%,#434343));
background: -webkit-linear-gradient(top,  #595959 0%,#434343 100%);
background: -o-linear-gradient(top,  #595959 0%,#434343 100%);
background: -ms-linear-gradient(top,  #595959 0%,#434343 100%);
background: linear-gradient(to bottom,  #595959 0%,#434343 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#434343',GradientType=0 );
color: #fff;
position: relative;
  width: 100%;
}
header .header__logo {
	background: url('../img/ren-logo.png') no-repeat center center;
	display: block;
	height: 80px;
	width: 80px;
	width: 90px;
	float: left;
	background-size: 60px 65px;
	border-right: 1px solid #808080;
} 

header #block-system-main-menu {
	display: inline-block;
	vertical-align: top;
	width: 800px;
	  float: left;
}
header .region-header .menu li {
	display: inline-block;
	vertical-align: top;
	margin: 0 -5px 0 0;
	padding: 0;
}
header .region-header .menu a {
  border-left: 1px solid #3c3c3c;
  border-right: 1px solid #808080;
  margin: 0;
  display: block;
  height: 80px;
  padding: 25px 30px 0;
    text-transform: uppercase;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #fff;
  font-family: Arial Black, Arial Bold,Gadget,sans-serif; 
  font-size: 20px;
  text-decoration: none;
}
header #block-locale-language {
	position: absolute;
	right: 30px;
}

header .region-header .menu a:hover, header .region-header .menu a.active-trail {
	 background: #747474;
background: -moz-linear-gradient(top,  #747474 0%, #9f9f9f 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#747474), color-stop(100%,#9f9f9f));
background: -webkit-linear-gradient(top,  #747474 0%,#9f9f9f 100%);
background: -o-linear-gradient(top,  #747474 0%,#9f9f9f 100%);
background: -ms-linear-gradient(top,  #747474 0%,#9f9f9f 100%);
background: linear-gradient(to bottom,  #747474 0%,#9f9f9f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#747474', endColorstr='#9f9f9f',GradientType=0 );

	}

.language-switcher-locale-url {
	list-style: none;
	background: #000;
	border-radius: 5px;
	  display: block;
  padding:8px 4px 7px;
  margin-top: 20px;
}
body.i18n-en .language-switcher-locale-url li:first-child a {
	color: #fff;
	background: #faa83f;
	background: -moz-linear-gradient(top,  #faa83f 0%, #f2652e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faa83f), color-stop(100%,#f2652e));
	background: -webkit-linear-gradient(top,  #faa83f 0%,#f2652e 100%);
	background: -o-linear-gradient(top,  #faa83f 0%,#f2652e 100%);
	background: -ms-linear-gradient(top,  #faa83f 0%,#f2652e 100%);
	background: linear-gradient(to bottom,  #faa83f 0%,#f2652e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faa83f', endColorstr='#f2652e',GradientType=0 );
	}
body.i18n-ru .language-switcher-locale-url li:last-child a {
	color: #fff;
	background: #faa83f;
	background: -moz-linear-gradient(top,  #faa83f 0%, #f2652e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faa83f), color-stop(100%,#f2652e));
	background: -webkit-linear-gradient(top,  #faa83f 0%,#f2652e 100%);
	background: -o-linear-gradient(top,  #faa83f 0%,#f2652e 100%);
	background: -ms-linear-gradient(top,  #faa83f 0%,#f2652e 100%);
	background: linear-gradient(to bottom,  #faa83f 0%,#f2652e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faa83f', endColorstr='#f2652e',GradientType=0 );
	}	

.language-switcher-locale-url li a, 
.language-switcher-locale-url li span {
	color: #fff;
	padding:4px 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 4px;
	font-family: Arial Bold,Gadget,sans-serif; 
}
.language-switcher-locale-url li span { 
	  text-decoration: line-through;
}
.language-switcher-locale-url li {
	display: inline-block;
  	vertical-align: top;
}

header:after {
	background: url(../img/wrapper-right.png) no-repeat;
	width: 486px;
	height: 160px;
	content: " ";
	  position: absolute;
	right: -486px;
	top: 0;
}
header:before {
	background: url(../img/wrapper-left.png) no-repeat;
	width: 350px;
	height: 135px;
	content: " ";
	  position: absolute;
	left: -350px;
	top: 0;
}

.main-with-sidebar {
width: 805px;
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
#sidebar {
  width: 300px;
  display: inline-block;
  vertical-align: top;
}

#search-block-form input#edit-search-block-form--2 {
	  border: 1px solid #a8a8a8;
  padding: 6px;
    font-size: 21px;
  box-shadow: inset 0px 0px 4px rgba(121, 121, 121, 0.32);
  background: #FFFFFF;
  border-radius: 4px 0px 0 4px;
  outline: none;
  height: 26px;
  width: 200px;
}


#search-block-form input#edit-submit {
background: #aaaaaa;
background: -moz-linear-gradient(top,  #aaaaaa 0%, #8f8f8f 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaaaaa), color-stop(100%,#8f8f8f));
background: -webkit-linear-gradient(top,  #aaaaaa 0%,#8f8f8f 100%);
background: -o-linear-gradient(top,  #aaaaaa 0%,#8f8f8f 100%);
background: -ms-linear-gradient(top,  #aaaaaa 0%,#8f8f8f 100%);
background: linear-gradient(to bottom,  #aaaaaa 0%,#8f8f8f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#8f8f8f',GradientType=0 );
  font-size: 22px;
  border: none;
  padding: 7px;
  margin-left: -6px;
  color: #fff;
  width: 87px;
  border-radius: 0 4px 4px 0;
}

ul.primary {
	border: none;
	margin: 0 0 25px;
  	padding: 0;
}

ul.primary li a {
	  padding: 5px 10px;
  border-radius: 5px;
  border-bottom: 1px solid #BBB;
  color: #000;
}

ul.primary li.active a {
	border-bottom:1px solid #BBB; 
}
ul.primary li a:hover { 
border-bottom:1px solid #BBB;
}

#block-menu-menu-genre ul.menu {
	list-style: none;
}

#block-menu-menu-genre ul.menu li {
	list-style: none;
	padding: 0;
	margin: 0;
	  border-top: 1px solid #fff;
}

#block-menu-menu-genre ul.menu li a {
	  list-style: none;
  display: block;
  padding: 10px 20px;
  color: #000;
  background: #eaeaea;
  margin: 0;
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  text-decoration: none;
  font-weight: bold;
}

#block-menu-menu-genre ul.menu li.active-trail a {
background: #feaa00;
background: -moz-linear-gradient(top,  #feaa00 0%, #ff8f00 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feaa00), color-stop(100%,#ff8f00));
background: -webkit-linear-gradient(top,  #feaa00 0%,#ff8f00 100%);
background: -o-linear-gradient(top,  #feaa00 0%,#ff8f00 100%);
background: -ms-linear-gradient(top,  #feaa00 0%,#ff8f00 100%);
background: linear-gradient(to bottom,  #feaa00 0%,#ff8f00 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feaa00', endColorstr='#ff8f00',GradientType=0 );
	color: #fff;
}
#block-search-form {
	margin-bottom: 30px;
}

body.i18n-en .lan_i18n-ru {
	display: none;
}
body.i18n-ru .lan_i18n-en {
	display: none;
}
h1 {
	font-family: 'PT Sans', sans-serif;
	margin: 20px 0 10px;
}

.taxonomy-term-description p{
	color: #464646;
	line-height: 1.7;
	margin: 0;
  	padding: 0;
}

.teaser__img {
	display: inline-block;
	vertical-align: top;
	width: 150px;
	margin-right: 30px;
}

.teaser__content {
	width: 625px;
	display: inline-block;
	vertical-align: top;
	color: #464646;
	margin-bottom: 30px;
}

.taxonomy-term-description {
	margin: 5px 0  30px;
}
.teaser__content h2 a {
	color: #000;
	text-decoration: none;
	font-size: 20px;
	  vertical-align: top;
}


.teaser__content h2 a:hover {
	text-decoration: underline;
	}

.node-teaser .teaser__content .field-name-body {
	line-height: 1.5;
  	margin-bottom: 10px;
  	padding-bottom: 15px;
  	border-bottom: 1px solid #dddddd;
  }
.node-teaser .teaser__content .field-name-body p {
	margin: 0;
	padding: 0;
}
.node__p {

}

.teaser__content .field {
	border-bottom: 1px solid #ddd;
	  padding: 10px 10px 10px 0;
}
.teaser__content .field .field-label {
	vertical-align: top;
	display: inline-block;
	width: 300px;
	color: #777777;
	  font-weight: normal;
	}
.teaser__content .field .field-items {
	vertical-align: top;
	display: inline-block;
	width: 300px;
	}

.teaser__content .field-name-body .field-items {
	width: 100%;
}

.teaser__content .field-name-body .field-items p {
	line-height: 1.5;
}

a.print__button {
	border: 1px solid #c0c0c0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #eaeaea;
	color: #777777;
	text-decoration: none;
	display: block;
  	text-align: center;
  	padding: 7px 0 7px 20px;
  	position: relative;
  	margin-top: 10px;
}

a.print__button:before {
	content: " ";
	position: absolute;
	left: 14px;
	width: 18px;
	height: 19px;
	display: block;
	background: url(../img/print__button.png) no-repeat center center;
}

@media print { 
	.main-with-sidebar {
		width: 100%;
	}
	.teaser__content {
		width: 70%;
	}
 .header, .tabs, #sidebar, .footer, #toolbar, a.print__button { display: none !important; } 
}



.view-glossary .view-display-id-attachment a {
	text-decoration: none;
	color: #000;
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #000;
  	margin: 0 10px;
  	font-size: 20px;
}
.view-glossary .view-display-id-attachment span {
	  margin-right: -5px;
}
.view-glossary .view-display-id-attachment a:hover, .view-glossary .view-display-id-attachment a.active {
	border: none;
	margin: 0;
  background: #faa83f;
  background: -moz-linear-gradient(top, #faa83f 0%, #f2652e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faa83f), color-stop(100%,#f2652e));
  background: -webkit-linear-gradient(top, #faa83f 0%,#f2652e 100%);
  background: -o-linear-gradient(top, #faa83f 0%,#f2652e 100%);
  background: -ms-linear-gradient(top, #faa83f 0%,#f2652e 100%);
  background: linear-gradient(to bottom, #faa83f 0%,#f2652e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faa83f', endColorstr='#f2652e',GradientType=0 );
	color: #fff;
	border-bottom: 1px solid #ff7725;
	padding: 3px 10px;
	}
.item-list .pager li.pager-first, .item-list .pager li.pager-last {
	display: none;
}

.item-list .pager li.pager-previous a, .item-list .pager li.pager-next a, .item-list .pager li.pager-item a, .item-list .pager li.pager-current {
  padding: 7px 12px;
  border-radius: 5px;
  border-bottom: 1px solid #BBB;
  color: #000;
  background-color: #ddd;
  border-color: #bbb;
  border-width: 1px;
  height: auto;
  margin-right: 5px;
  text-decoration: none;
}
.item-list .pager {
	float: none;
  	clear: both;
  	margin: 0 0 35px;
  	text-align: left;
}
.item-list .pager li.pager-current {
  background-color: #fff;
  border: 1px solid #bbb;
}
.item-list .pager li {
	margin: 0;
	padding: 0;
}

.node-teaser .teaser__content .detail_info .field {
	display: inline-block;
	vertical-align: top;
	border-right: 1px solid #DDD;
	margin-right: 20px;
	padding-right: 25px;
}



.detail_info {
	border-bottom: none;
  	padding: 5px 0 10px;
    margin: 0;
}
.teaser__content .detail_info .field {
	border: none;
	padding: 0;
}
.teaser__content .detail_info .field .field-label, .teaser__content .detail_info .field .field-items {
  display: inline;
  width: auto;
}
.view-display-id-attachment .view-content{
	margin: 15px -10px 5px;
}
.page-catalog .view-id-glossary .view-display-id-attachment {
	padding: 20px 0;
  	border-top: 1px solid #dddddd;
  	border-bottom: 1px solid #dddddd;
}


.page-catalog .view-display-id-page.select .view-display-id-attachment  {
  border-top: none;
  padding: 0 0 20px;
}

.page-catalog .view-display-id-page.select .view-header {
	display: none;
}

.page-catalog h2 {
  font-size: 16px;
  margin: 0;
  font-weight: normal;
}
#block-block-1 ul.menu li {
	list-style: none;
	padding: 0;
	  margin: 0 15px 15px 0;
	  display: inline-block;
	  width: 30%;
  	vertical-align: top;
}
#block-block-1 {
	width: 600px;
	clear: both;
	  display: block;
  overflow: hidden;
  margin: 20px 0;
}
#block-block-1 ul.menu li a {
	color: #000;
	font-weight: bold;
	}
#block-block-2 {
	clear: both;
}

.view-id-contacts {
	width: 635px;
	background: #f4f4f4;
	padding: 20px;
	border: 1px solid #dddddd;
}

.view-id-contacts p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	line-height: 1.5;
}

.view-id-glossary.view-display-id-page h1 {
	margin: 0;
}

.node-type-project .main-with-sidebar > h1 {
	  margin: 0px 0 25px;
  line-height: 1;
}
#block-block-1 h2 {
	margin: 0 0 10px 0;
}


.node-teaser {
	margin: 30px 0;
}

.main-with-sidebar h1 {
	margin: 0;
}
.teaser__content  h2 {
	margin: 0;
}