/* --------------------------------------------- 

* Filename:     style.css
* Version:      1.0.0 (2015-03-21)
* Website:      http://www.zymphonies.com
                http://www.freebiezz.com
* Description:  System Styles
* Author:       Zymphonies Team
                info@zymphonies.com

-----------------------------------------------*/

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, img, 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;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
  Clear Floated Elements
*/

.clear {
  clear:both;
  display:block;
  overflow:hidden;
  visibility:hidden;
  width:0;
  height:0;
}

.clear:after {
  clear:both;
  content:' ';
  display:block;
  font-size:0;
  line-height:0;
  visibility:hidden;
  width:0;
  height:0;
}

* html .clear {
  height:1%;
}

/*
  Style HTML Tags
*/

*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: Arial,Helvetica,sans-serif;
  line-height: 1.5em;
  color: #515F5C;
  font-size:12px;
  background: url(images/body_bg.png) repeat-x #fff;
}

a {
  color: #000;
  text-decoration:none;
}

a:hover {
  color: #8f3f27;
}

.red { color: red; }

.green{ color: green; }

.blue { color: blue; }

.yellow { color: yellow; }

.orange { color: orange; }

h1, h3, h4, h5, h6 {
  color: rgb(114, 114, 114);
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight: bold;
  margin-bottom:6px;
  line-height: 125%;
}

h1 {
  font-size:32px;
}

h2 {
  color: rgb(114, 114, 114);
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight: bold;
  margin-bottom:10px;
  line-height: 110%;
  font-size:24px;
  text-transform: uppercase;
}


h3 {
  font-size:18px;
  color: #000;
}

h4 {
  font-size:16px;
  color: #000;
}

h5 {
  font-size:15px;
}

h6 {
  font-size:14px;
}

p {
  margin-bottom:18px;
  color: #565656;
}

.more-link {
  text-align: right; /* LTR */
}

#site-dress {
  margin-top:6px;
  color: #fff;
  font-size: 12px;
}

table {
  border-collapse:collapse;
  border-spacing:0;
  margin-bottom: 15px;
  width: 100%;
}

th, tr, td {
  vertical-align: middle;
}

.sticky-header th, .sticky-table th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em;
  text-align: left;
}



table {
  background: none;
  border: 1px solid #bbbbbb;
}

th {
  background: #dbdbdb;
  padding: 5px 4px;
  text-shadow: 1px 1px #fff;
  border-right: 1px solid #c8c7c7;
  color:#333;
}

td {
  background: #ebebeb;
  color: #747474;
  text-align: left;
  padding-left: 4px;
  border-right: 1px solid #c8c7c7;
  border-bottom: 1px solid #c8c7c7;
}

code {
  background: rgb(250, 250, 250);
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  display: block;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

mark {
  background-color:#fdfc9b;
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

hr {
  border:none;
  border-top:#EEE 1px solid;
}

dt {
  font-weight:bold;
  margin-bottom:24px;
}

dd {
  margin-left:30px;
  margin-bottom:24px;
}

ul {
  list-style-type:disc;
  margin-left:15px;
  margin-bottom:12px;
}

ul ul {
  list-style-type:square;
  margin-bottom:0;
}

ul ul ul {
  list-style-type:circle;
}

ol {
  list-style-type:decimal;
  margin-left:30px;
  margin-bottom:24px;
}

ol ol {
  list-style: upper-alpha;
  margin-bottom:0
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

abbr,
acronym {
  border-bottom:#999 1px dotted;
  cursor:help;
}

big {
  font-size:1.3em;
}

cite,
em {
  font-style:italic;
}

ins {
  background-color:#fdfc9b;
  text-decoration:none;
}

pre {
  background: #d8d8d8;
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

blockquote, q {
  quotes:none;
  border: 1px solid rgb(226, 220, 220);
  background: rgb(250, 247, 247) url(images/quote.png) no-repeat;
  padding: 10px 5px 5px 47px;
  text-shadow: 1px 1px #fff;
  margin: 5px 0;
  border-radius: 7px;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

strong {
  font-weight:bold;
}

sup,
sub {
  height:0;
  line-height:1;
  vertical-align:baseline;
  position:relative;
  font-size:10px;
}

sup {
  bottom:1ex;
}

sub {
  top:.5ex;
}

img,
video {
  max-width:100%;
  height:auto;
}

video {
  display:block;
}

audio {
  max-width:100%;
}

b{ font-weight: bold; color: #333; }

.content a img {
	margin-left: auto;
}

/*
  Theme Design, Layout and Typography
*/

#inner_header_wrapper {
  margin:0 auto;
  position: relative;
  background: #fff;
}

#header {
  max-width: 1000px;
  height: 158px;
  margin: 0 auto;
  background: url(images/title_site.png) 100% no-repeat;
  background-size: cover;
  height: 400 px;
}

.top_left{ 
float: left; 
width: 92%; 
height: 32px;
text-align: left;
padding-left: 19%;
}

.top_right{ float: right; width: 8%; height: 32px;}

.top_left2{ 
padding-left: 50px;
float: left; 
width: 65%; 
height: 32px;
text-align: left;
}

}


#site-dress  {
  font-size:12px;
  color: #fff;
  font-weight:bold;
  margin-top: 5px;
}


.social-icons {
  float: right;
  background: #650000;
}

.social-icons ul {
  margin: 1px 1px 1px 1px;
}

.social-icons li {
  display: inline-block;
  list-style: none;
  background: none;
  padding: 0px 2px;
  margin: 0;
}
.social-icons li img:hover{
  opacity: .6;
}
.social-icons li img {
  display: block;
}

.menusmain {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 11;
  top: 0px;
  background: #000;
  margin-bottom: -15px;
  border-bottom: 2px solid #650000;
}

.menu_wrapper{
	max-width: 90%; 
	float:left;
	margin: 5px 2px 2px 1px;

}

#main-menu {
  background: #fff;
  font-family: "Arial";

  font-size:26px;
}

#main-menu ul {
  float:left;
  padding:0;
  margin:0;
  list-style:none;
  font-size:16px;
}

#main-menu li {
  background: none;
  position:relative;
  float:left;
  border-right: 1px solid #eee;
  padding:0;
  margin:0;
  font-size: 16px;
}

#main-menu ul li:first-child {
  padding-left:0;
}

#main-menu ul li:last-child {
  border-right:0px;
}

ul.menu{
  padding: 0;
  margin: 5px 0 5px 0;
}

ul.menu li, ul.links li, .item-list ul li {
  background: url("images/marker.png") no-repeat scroll 4px center rgba(0, 0, 0, 0);
  list-style: none outside none;
  margin: 0 0 2px;
  padding: 0 0 0 15px;
  text-align: left;
}

#main-menu a {
  display: block;
  color: #333;
  text-align: center;
  padding: 2px 25px;
  text-decoration: none;
  font-size: 14px;
  text-transform: lowercase;
  font-weight: bold;
  text-shadow: 2px 2px 3px rgba(150, 150, 150, 0.38); 
}

#main-menu a:hover,
#main-menu li a.active{
  color: #650000;
  text-decoration: none;
  background: #fff;
  
  
}
#main-menu li li a.active{
  background: #fff;
  color: #5d5e60;
}

.drop-down-toggle {
  position: absolute;
  top: 7px;
  right: 16px;
  display: none;
  width: 20px;
  height: 20px;
  border-radius: 15px;
  background: rgb(73, 71, 71);
  border: rgb(170, 170, 170) 2px solid;
}

.drop-down-arrow {
  display:block;
  width:0;
  height:0;
  margin:6px 0 0 3px;
  border-top:5px solid #aaa;
  border-left:transparent 5px solid;
  border-right:transparent 5px solid;
}

#main-menu li li {
  float:none;
  min-width:190px;
  padding:0;
  margin:0;
}

#main-menu li li a {
  color: #650000;
  min-width: 150px;
  margin: 0;
  background: rgb(235, 235, 235);
  border-top: 1px solid rgb(206, 206, 206);
  font-size: 11px;
  text-align: left;
  overflow: hidden;
  padding: 5px 10px;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#main-menu li li:first-child > a {
  border-top:none;
}

#main-menu li li a:hover {
  background: #1E272E;
  color: #FFF;
}

#main-menu li ul {
  display:none;
  position:absolute;
  z-index: 9999;
  min-width:190px;
  height:auto;
  padding:0;
  margin:0;
  border: 1px solid rgb(221, 221, 221);
}

#main-menu li ul ul {
  margin:-33px 0 0 190px !important;
}

#main-menu li:hover > ul,
#main-menu li li:hover > ul,
#main-menu li li li:hover > ul {
  display:block;
}

#main-menu .nav-toggle {
  display:none;
}

#main-menu ul li.leaf, #main-menu ul li.expanded, #main-menu ul li.collapsed {
  list-style:none;
}
#main-menu ul.menu li {
  margin: 0;
}

#main-menu ul.menu li li{
  border: 0;
}

#main-menu li.expanded, #main-menu li.collapsed, #main-menu li.leaf {
  margin: 0;
  padding: 0;
}





#container-top {
  clear: both;
  margin: 0 auto;
  max-width: 1000px;
  overflow: hidden;
  padding: 2% 0;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#top-slideshow {
	clear: both;
	display: flex;
	align-items: center;
    justify-content: center;
	margin: 58px 0 0px 0;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #eee;
	
}

#block-views-banners-block-1 {
	width: 600px;
}


#container-front {
  clear: both;
  margin: 0 auto;
  max-width: 1000px;
  overflow: hidden;
  padding: 1% 0;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#top-page-header {
	  clear: both;
  margin: 0 auto;
  max-width: 1050px;
  margin-bottom: -15px;
}

.region-slideshow{
  padding: 1% 0;
}

#slider {
  background: transparent;
  position:relative;
  box-shadow: none;
  overflow: visible;
}

.nivo-caption {
  background: #03A6D0;
  line-height: 130%;
  top: 0;
  margin: 0;
  right: 0;
  left: auto;
  padding: 20px;
  color: #FFF;
  width: 30%;
  font-size: 14px;
}

.nivo-caption h2{
  color: rgb(51, 50, 50);
}

.nivo-caption p{
  padding-left: 0;
  color: rgb(87, 83, 83);
}

.slider-wrapper #slider{
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.theme-default .nivo-controlNav{
  padding: 20px 0 0 0;
}

.theme-default .nivo-controlNav a:hover img{
  background: #999;
}

#slider a:active {
  outline:none;
}

.slides,
.flex-control-nav {
  margin:0;
  padding:0;
  list-style:none;
}

.slides {
  width:100%;
  overflow:hidden;
}

#slider .slides > li {
  display:none;
  position:relative;
  margin:0;
}

#slider .slides li:first-child {
  display:list-item;
}

.flex-pauseplay span {
  text-transform:capitalize;
}

.slides:after {
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  line-height:0;
  height:0;
}

.flex-control-nav {
  position:absolute;
  right:4%;
  bottom:7.3%;
  text-align:center;
}

.flex-control-nav li {
  display:inline-block;
  margin:0 0 0 15px;
}

.flex-control-nav li:first-child {
  margin:0;
}

.flex-control-nav li a {
  display:block;
  width:24px;
  height:24px;
  box-shadow:0 0 3px #999;
  cursor:pointer;
  background:#e9e9e9;
  color:#333;
  font-weight:bold;
  line-height:24px;
}

.flex-control-nav li a.active,
.flex-control-nav li a:hover {
  background:#fff;
}

#slider .post {
  padding:1.83%;
  margin:0;
  box-shadow:none;
  background:none;
}

#slider .entry-container {
  float:right;
  max-width:50%;
}

#slider .slide-image {
	max-width:49%;
	padding:0.47%;
	background:#E9E9E9;
}

#slider .entry-header,
#slider .entry-summary {
  margin-left:5%;
}

#slider .entry-title{
  margin-left:0;
  margin-bottom:15px;
}

.content-sidebar-wrap {
  float:left;
  width:100%;
}

.content-sidebar-wrap #content {
  display: inline;
  margin-bottom: 2.7%;
  float:right;
  width:100%;
}

#sidebar-first {
  color: #888;
  float: left;
}

#sidebar-second {
  color: #888;
  float: right;
}

aside .block{
  border: 1px solid #F0F0F0;
  padding: 5px 10px;
}

aside #user-login-form input.form-text{
  width: 90%;
}

aside #user-login-form .form-actions{
  padding-top: 0;
}

/* 2 columns */

body.two-sidebars .content-sidebar-wrap {
  width:80%;
}

body.two-sidebars #content {
  width:75%;
}

body.two-sidebars #sidebar-first {
  width: 24%;
}

body.two-sidebars #sidebar-second {
  width: 16%;
}

/* 2 columns: sidebar-first */

body.sidebar-first .content-sidebar-wrap {
  width: 100%;
}

body.sidebar-first #content {
  width: 80%;
}

body.sidebar-first #sidebar-first {
  width: 19%;
}

/* 2 columns: sidebar-second */

body.sidebar-second .content-sidebar-wrap {
  width: 83%;
}

body.sidebar-second #content {
  width: 100%;
}

body.sidebar-second #sidebar-second {
  width: 16%;
}

#post-content {
  padding: 0 20px;
}



#head, #content, #sidebar-second, #sidebar-first {
  margin-top: 10px;
}

.node {
  margin:20px 0;
}

.node h2.title, .page-title {
  font-size: 20px;
}

.node h2.title a{
  color: rgb(114, 114, 114);
}

.block {
  margin-bottom: 5%;
}

.block:last-child{
  margin: 0;
}

.block > h2{
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 5px 0px;
  padding: 0px 0px 4px 0px;
}

.theme-default .nivo-directionNav a {
  background: url("images/arrows.png") no-repeat;
  opacity: 9 !important;
}

.nivo-directionNav{
  position: absolute;
  bottom: 55px;
  left: 8px;
}

.theme-default .nivo-caption p,
.theme-default .nivo-caption h3,
.theme-default .nivo-caption h2,
.theme-default .nivo-caption h1{
  color: #fff;
}

.theme-default a.nivo-nextNav{
  left: 45px;
}

.theme-default a.nivo-nextNav:hover{
  background-position: -30px bottom;
}

.theme-default a.nivo-prevNav:hover{
  background-position: left bottom;
}

.theme-default a.nivo-nextNav {
  background-position: -30px 0;
}

#footer-area .block > h2 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #c2441c;
}

#footer-area ul.menu li a.active{
  color:#ddd;
}

.region-front-welcome{
  margin: 1% 3%;
  background: #84B41D;
  color: #FFF;
  padding: 2% 3%;
  height: 130px;
  border: 5px solid #F0F0F0;
}

.region-front-welcome h2,
.region-front-welcome p{
  color: #fff;
}

.submitted {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: rgb(247, 247, 247);
  border: 1px solid rgb(236, 236, 236);
  border-radius: 4px;
  clear: both;
  color: rgb(56, 56, 56);
  display: inline-block;
  margin-bottom: 5px;
  padding: 2px 8px;
}

.links {
  color: #000;
  margin-top: 10px;
}

ul.links {
  margin:0;
}

/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/

table.cke_editor {
  background: transparent;
  border: 0;
}
table.cke_editor td {
  background: transparent;
  padding: 0;
  border: 0;
}

/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/

.poll .vote-form .choices .title {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
}

.poll .vote-form .choices {
  margin: 0;
}

.form-submit{
  cursor: pointer;
  margin:5px;
}

input.form-checkbox, input.form-radio {
  vertical-align: baseline;
}

.form-text {
  padding: 4px 5px;
}

/*-------------------------------------------*
/* Menus and item lists 
/*-------------------------------------------*/

.item-list ul {
  margin: 0;
  padding: 0;
}

ul.inline {
  clear: both;
}


/*-------------------------------------------*
/* Admin Tabs
/*-------------------------------------------*/

.tabs-wrapper {
  border-bottom: 1px solid #b7b7b7;
  margin: 0 0 5px 0;
}

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

ul.primary li{
  float: left;
}

ul.primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 1.5385em;
  margin: 0;
  padding: 0 1em;
  border-radius: 4px 4px 0 0;
  margin-right: 5px;
}

ul.primary li a:hover, ul.primary li a.active {
  background: #666;
  border: none;
  color: #fff;
}

ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.secondary li {
  border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  line-height: 1.5385em;
  padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: none;
}

/*-------------------------------------------*
/* Tabs and Tags
/*-------------------------------------------*/

.field-name-field-tags {
  margin: 0 0 10px 0;
}

.field-name-field-tags a{
  display: inline-block;
  background: url(images/tag.png) no-repeat;
  padding: 0px 12px 0 18px;
  height: 22px;
  color: #fff;
  border-radius: 2px;
  font-size: 12px;
}

.field-name-field-tags .field-item {
  margin: 0 1em 0 0;
}

.field-name-field-tags div {
  display: inline;
}

/*-------------------------------------------*
/* Profile
/*-------------------------------------------*/

.profile {
  margin: 1.5385em 0;
}

.profile dd {
  margin-bottom: 1.5385em;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.password-parent {
  width: 36em;
}

/*-------------------------------------------*
/* Navigation
/*-------------------------------------------*/

.item-list .pager li {
  background: #cfcfcf;
  border-radius: 3px;
  margin-right: 4px;
  text-shadow: 1px 1px #fff;
}

/*-------------------------------------------*
/* Forum
/*-------------------------------------------*/

.field-name-taxonomy-forums div {
  display: inline;
  margin-top: 4px;
}

#forum .title {
  font-size: 16px;
}

#forum .submitted {
  font-size: 12px;
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  background: transparent;
  padding: 0;
}

#forum .container {
  background: #a1a1a1;
  color: #fff;
}

#forum .container a {
  color: #000;
  font-weight: bold;
}

#forum div.indent {
  margin-left: 2px;
}

.forum-starter-picture {
  float: left;
  padding: 4px;
  border: 1px solid #d9d9d9;
  margin: 5px 7px 5px 0;
}

#forum th {
  background: #434343;
  text-shadow: none;
  color: #fff;
}

#forum th a {
  color: #fff;
}

#forum td.forum .icon, #forum .icon div {
  background: url(images/no-new-posts.png) no-repeat;
  width: 35px;
  height: 35px;
}

#forum .name a{ 
  font-size: 16px;
}

/* Images */

img { outline: 0; }

img.scale-with-grid { max-width: 100%; height: auto; }

/* Comments */

.comment h2.title { 
  margin-bottom: 1em; 
}

.comment div.user-picture img { 
  margin-left: 0; 
}

.comment { 
  margin-bottom: 20px; 
  display: table; 
  vertical-align: top; 
}

.comment .attribution {
  display: table-cell; 
  padding: 0 35px 0 0; 
  vertical-align: top; 
  overflow: hidden; 
}

.comment .attribution img { 
  margin: 0; 
  border: 1px solid #d3d7d9; 
}

.comment .attribution .username { 
  white-space: nowrap; 
}

.comment .comment-submitted p { 
  margin: 4px 0; 
  font-size: 1.071em; 
  line-height: 1.2; 
}

.comment .comment-submitted .comment-time { 
  font-size: 0.786em; 
}

.comment .comment-submitted .comment-permalink { 
  font-size: 0.786em; 
  text-transform: lowercase; 
}

.comment .content { 
  font-size: 0.929em; 
  line-height: 1.6; 
}

.comment .comment-arrow { 
  background: url(images/comment-arrow.gif) no-repeat 0 center transparent;
  border-left: 1px solid; 
  border-right: 1px solid; 
  height: 40px; 
  margin-left: -36px; 
  margin-top: 15px; 
  position: absolute;
  width: 20px; 
}

.comment .comment-text { 
  padding: 0 25px 10px 35px; 
  display: table-cell; 
  vertical-align: top;
  position: relative; 
  width: 100%; 
  border-left: 1px 
  solid #d3d7d9; 
}

.comment .indented { 
  margin-left: 40px; 
}

.comment-unpublished { 
  margin-right: 5px; 
  padding: 5px 2px 5px 5px; 
}

.comment .comment-text .comment-arrow { 
  border-left: 1px solid #ffffff; 
  border-right: 1px solid #ffffff; 
}

/* -------------- Form Elements   ------------- */

fieldset { 
  background: #ffffff; 
  border: 1px solid #cccccc; 
  margin-top: 10px; 
  margin-bottom: 32px;
  padding: 0 0 10px; 
  position: relative; 
  top: 12px; /* Offsets the negative margin of legends */
  -khtml-border-radius: 4px; 
  -moz-border-radius: 4px; 
  -webkit-border-radius: 4px; 
  border-radius: 4px; 
}

.fieldset-wrapper { 
  margin-top: 25px; 
}

.node-form .vertical-tabs .fieldset-wrapper {
  margin-top: 0; 
}

.filter-wrapper { 
  top: 0; padding: 1em 0 0.2em;
  -khtml-border-radius-topright: 0; 
  -khtml-border-radius-topleft: 0; 
  -moz-border-radius-topright: 0; 
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0; 
  -webkit-border-top-right-radius: 0; 
  border-top-left-radius: 0; 
  border-top-right-radius: 0;
}

.filter-help a { 
  font-size: 0.857em; 
  padding: 2px 20px 0; 
}

.filter-wrapper .form-item label { 
  margin-right: 10px; 
}

.filter-wrapper .form-item { 
  padding: 0 0 0.5em 0.5em; 
}

.filter-guidelines { 
  padding: 0 1.5em 0 0.5em;
}

fieldset.collapsed { 
  background: transparent;
  -khtml-border-radius: 0; 
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
   border-radius: 0;
}

fieldset legend { 
  background: #dbdbdb;
  border: 1px solid #ccc;
  border-bottom: none;
  display: block;
  height: 2em;
  left: -1px;
  line-height: 2;
  padding: 0;
  position: absolute;
  text-indent: 10px;
  text-shadow: 0 1px 0 #fff;
  top: -12px; width: 100%;
  -khtml-border-radius-topleft: 4px; -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; 
  -khtml-border-radius-topright: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; 
}

fieldset.collapsed legend { -khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

fieldset .fieldset-wrapper { padding: 0 10px; }

fieldset .fieldset-description { margin-top: 5px; margin-bottom: 1em; line-height: 1.4; font-style: italic; }

input { margin: 2px 0; padding: 4px; }

input, textarea {  font-size: 0.929em; }

textarea { line-height: 1.5; }

textarea.form-textarea, select.form-select { padding: 4px; }

input.form-text, textarea.form-textarea, select.form-select { border: 1px solid #ccc; }

.password-suggestions ul li { margin-left: 1.2em; }

.form-item { margin-bottom: 1em; margin-top: 2px; }

.form-item label { font-size: 0.929em; }

.form-type-radio label, .form-type-checkbox label { margin-left: 4px; }

.form-type-radio .description, .form-type-checkbox .description { margin-left: 2px; }

.form-actions { padding-top: 10px; }

/* Form Buttons */

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
  background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
  background-image: -o-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E3E3E3));
  background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
  background-image: linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E3E3E3');
  border: 1px solid #dbdbdb;
  -moz-border-radius: 4px; 
  -webkit-border-radius: 4px; 
  -o-border-radius: 4px; 
  -ms-border-radius: 4px; 
  -khtml-border-radius: 4px; 
  border-radius: 4px;
  -moz-box-shadow: inset 0 1px 0 0 white; 
  -webkit-box-shadow: inset 0 1px 0 0 white; 
  -o-box-shadow: inset 0 1px 0 0 white; 
  box-shadow: inset 0 1px 0 0 white;
  color: #333333; text-shadow: 0 1px 0 white; 
  position: relative; font-weight:bold; 
  padding: 5px 1em 6px 1em;
}

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background-image: -ms-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
  background-image: -moz-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
  background-image: -o-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DBDBDB), color-stop(1, #F2F2F2));
  background-image: -webkit-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
  background-image: linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#DBDBDB', endColorstr='#F2F2F2');
  -moz-box-shadow: inset 0 1px 0 0 white;
  -webkit-box-shadow: inset 0 1px 0 0 white;
  -o-box-shadow: inset 0 1px 0 0 white;
  box-shadow: inset 0 1px 0 0 white;
  cursor: pointer;
}

a.read_more{
  background: #00AC00;
  padding: 5px 9px;
  text-decoration: none;
  margin: 10px 0;
  border: 0 !important;
}

a.read_more:hover{ background: green; }

#block-search-form { padding-bottom: 7px; overflow: hidden; }

#block-search-form .content { margin-top: 0; }

#search-form input#edit-keys,
#block-search-form .form-item-search-block-form input { 
  float: left;
  margin-right: 5px; 
  width: 20em; }

#search-block-form input.form-submit,
#search-form input.form-submit { 
  margin-left: 0; margin-right: 0; height: 25px; width: 25px; padding: 0; cursor: pointer;
  text-indent: -9999px; border-color: #e4e4e4 #d2d2d2 #b4b4b4; background: url(images/search-button.png) no-repeat center top; overflow: hidden;
}

#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus,
#search-form input.form-submit:hover,
#search-form input.form-submit:focus { background-position: center bottom; }

#search-block-form .form-actions{ float: left; padding: 0; }

#search-block-form .form-actions input { margin: 1px 0; border-radius: 0; }

#search-form .form-item-keys label { display: block; }

ol.search-results { padding-left: 0; }

.search-results li { border-bottom: 1px solid #d3d7d9; padding-bottom: 0.4285em; margin-bottom: 0.5em; }

.search-results li:last-child { border-bottom: none; padding-bottom: none; margin-bottom: 1em; }

.search-results .search-snippet-info { padding-left: 0; }

.top_right .region-search{ float: right; margin: 5px 0 4px 11px; }

.top_right .region-user-menu ul.menu { float: right; }

.top_left2 .region-search{
	float: right;
	margin: 5px 0 4px 11px;
	width: 25em;

	}

	
.search_block{ margin: 8px 0; }

.top_right .region-user-menu{ overflow: hidden; width: 100%; }

.top_right ul.menu li a.active{ color: #6CDCFF; }

#top-area {
  clear:both;
  margin-bottom: 1%;
}

#top-area {
  position:relative;
}

#top-area .block {
  margin: 0;
}

#top-area .block p{
  margin: 0;
}


#container-top .top_first {
	margin: 0;
	float: left;
	width: 19%;
	padding-right: 5px;
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
}


.container-top-2 .top_third h2 {
	color: #650000;
	padding: 3px 3px 3px 3px;
}


.container-top-3 .sidebar_second3 h2 {
	padding: 3px 3px 3px 3px;
	text-decoration: underline;
	font-weight: 900;
	color: #5d5e60;
	font-size: 12px;
}

#container-top-4 {
	float: left;
	width: 79%;
}

#container-top-4 .top_second h2 {
	background: #ebebeb;
	padding: 1px 1px 1px 1px;
	text-align: center;
	color: #000;
	font-size: 14px;
}

.top_fifth{
	float: right;
	width: 19%;
}


.top_eigth{
	margin: 0 6px 6px 6px;
	float: left;
	width: 68%;
}



.top_second {
	float: right;
	width: 25%;
}

#container-top-4 .container-top-4-up {
	border-bottom: #8f8d8d 3px groove;
}


.top_sixth {
	width: 100%;
}


.top_third1{
	float: left;
	width: 28%;
}

.top_seventh {
	float: right;
	width: 69%;
}


#container-top .container-top-2{
  float: left;
  margin-left: 4px;
  width: 78%;
  border-top: 2px solid #650000;
}


#container-top-3 {
	float: left;
	width: 85%;	
}

#container-top-3 .top_fifth {
	float: left;
	width: 15%;
}

#scopeshelf {
	padding-top: 20px;
}

#prizes_region {
	float: left;
	width: 30%;
}

#rewisor_region {
	float: right;
	width: 69%;
}
	



#life {
	float: left;
	width: 71%;
	padding: 0px 20px 0px 20px;
}
	
#photo_column {
	float: right;
	width: 21%;
}

#footer-area .column:last-child{
  float: right;
}

#top-area h2{
  padding: 9px 10px 0px 10px;
  color: rgb(114, 114, 114);
  margin-bottom: 0;
  font-size: 16px;
  margin: 0;
}

#top-area .column .content{
  padding: 10px;
}

#top-area .column:first-child {
  margin-left:0;
}

#top-area .column-title {
  color:#e0e0e0;
}

#top-area li {
  border-bottom:#555 1px dashed;
}

#footer {
  clear:both;
  background: #ebebeb;
  border-top: 1px solid #CFD7DB;
}

#footer a{
  color: #f16831;
}

#footer a:hover{
  color: #c2441c;
}


#footer_wrapper{
  max-width: 1000px;
  margin: 0 auto;
}

#footer-area {
  position:relative;
  padding: 1.76% 0% 0 0%;
}

#footer-area .column {
  float: left;
  width: 24.2%;
  margin: 0 0 0% 1%;
  color: #72120b;
  padding: 0,2%;
}

#footer-area .column a{
  color: #f16831;
}

#footer-area .column a:hover{
  color: #c2441c;
}

#footer #footer-area .column p{
  color: #72120b;
}

#footer-area .column:first-child {
  margin-left:0;
}

#footer-area .column-title {
  color: #c2441c;
}
}

#copyright {
  clear:both;    
  padding:1% 0 0px;
}

.copyright {
  float:left;
  max-width:728px;
}

.credits {
  float:right;
  max-width:370px;
  margin-right:12px;
  text-align:right;
}

#copyright p {
  margin:0;
}

.footer_credit{
  color: #777;
  font-family: Arial;
  overflow: auto;
  padding: 10px 0px;
  background: #000;
}

.footer_inner_credit{
  max-width: 1000px;
  margin: 0 auto;
}

.social-icons1 {
  float: right;
}

.social-icons1 ul {
  margin: 0;
}

.social-icons1 li {
  display: inline-block;
  list-style: none;
  background: none;
  padding: 3px 6px 3px 3px;
  margin: 0;
}




.region-user-menu h2{ display: none; }

.region-user-menu ul li{ 
  display: inline-block;
  background: none;
  padding: 0 10px;
  border-right: 1px solid #636363;
  line-height: 100%;
}

.region-user-menu ul li.last {
  border: 0;
  padding-right: 0;
}

.footer_block{ clear: both; }

.footer_block #footer-area .block > h2{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 9px;
	font-weight: lighter;
	color: #fff;
	background: #650000;
	text-transform: uppercase;
}

.footer_block1{ clear: both; }

.footer_block1 #footer-area1 .block > h2{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 9px;
	font-weight: bold;
	color: #ac0101;
	background: #fff;
	border-left: 2px solid #ac0101;
	text-transform: uppercase;
}

.footer_block .column{ border: 0px solid #F0F0F0; }

.bottom_widget #footer-area .column{ width: 32.5%; }

.top_widget #footer-area .column{ width: 49.5%; }

.clients{ height: 71px; }

.page-blog article{
  padding-bottom: 40px;
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: 40px;
}

.page-blog article footer{
  background: #F3F3F3;
  padding: 5px 10px;
  border: 1px solid #E7E7E7;
}

a.btn{
  display: inline-block;
  color: #FFF;
  margin: 10px 0 0;
  text-align: center;
  padding: 5px 10px;
  font-size: 14px;
  cursor: pointer;
}
a.btn:hover{
  opacity: .7;
  color: #fff;
}

.btn.red { background: red; }

.btn.green{ background: green; }

.btn.blue { background: blue; }

.btn.yellow { background: yellow; }

.btn.orange { background: orange; }


#post-content h1.page-title {
	color: #ac0101;
	font-size: 22px;
	font-family: "Arial", "Helvetica", sans-serif;
	font-weight: bold;
	margin-bottom:10px;
	line-height: 110%;
	text-transform: uppercase;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 22%;
}

#post-content p {
	font-size: 17px;
	color: #565656;
	font-family: 'pt-serif';
	line-height: 1.4em;
}

#block-views-announcement-block h2 {
	text-align: center;
}


#block-views-all-news-block-2 .views-field.views-field-field-newslabel a,
#block-views-all-news-block .views-field.views-field-field-newslabel a,
#block-views-announcement-block .views-field.views-field-field-announce-rubricon a{
	padding-top: 5px;
	color: #650000;
	text-transform: lowercase;
	padding: 0px 0px 5px 5px;
	font-size: 12px;
	border-left: 1px solid #650000;
	border-bottom: 1px solid #650000;
}

.class_article_title {
	padding: 5px 0px 10px 0px;
}
.class_article_title a {
	font-size: 18px;	
	color: #000;
}



#block-views-all-news-block-5 table {
	background-color: #fff;
	border: 0px;
	border-top: 2px dotted #eee;
}

#block-views-all-news-block-5 tr {
	border-bottom: 1px solid #eee;
	margin: 8px 4px 8px 0px;
}

#block-views-all-news-block-5 tr:last-child {
	border-bottom: 0px;

}

#block-views-all-news-block-5 td {	
	padding: 6px 0px 6px 0px;
}


#block-views-all-news-block-5 td.views-field.views-field-created  {
	width: 10%;
	background-color: #fff;
	margin: 3px;
}


#block-views-all-news-block-5 td.views-field.views-field-title  {
	background-color: #fff;
	margin-right: 3px;
}

	
	
	

#block-views-all-news-block-5 h2,
#block-views-all-news-block-2 h2 {
	display: none;
}

#block-views-announcement-block-2 h2,
#block-views-announcement-block-1 h2{
	padding-top: 5px;
	color: #650000;
	font-size: 12px;
}

#block-views-announcement-block .views-field.views-field-created {
	padding-top: 5px;
	color: #9ba5ac;
	font-size: 10px;

}


#block-views-announcement-block .views-field.views-field-field-icon-announce {
	float: left;
	margin-right: 10px;
}

.class_announcement h2 {
	display:none;
}

.class_announcement img,
#block-views-announcement-block a img {
  padding:1px;
  margin: 6px;
  box-shadow:0 0 1px #EEE;
  border:#EEE 1px solid;
  	width: 36px;
height: 36px;
-webkit-border-radius: 150px;
-moz-border-radius: 150px;
-ms-border-radius: 150px;
-o-border-radius: 150px;
border-radius: 150px;
}



#block-views-massmedia-block{
	padding: 1px 4px 2px 3px;
	border-right: 2px solid #EEE;
}

#block-views-massmedia-block h2{
	color: #5d5e60;
	text-transform: lowercase;
	font-size: 14px;
	text-align: center;
}

#block-views-massmedia-block .views-row {
	margin: 2px 0px 4px 0px;
	padding: 5px 0px 5px 0px;
}

#block-views-massmedia-block .views-row:hover {
	background-color: #f8f7f7;
}

#block-views-massmedia-block .views-field.views-field-field-image, .views-field.views-field-field-image-vert{
	float: left;
	margin-right: 10px;
}

#block-views-massmedia-block a img{
	padding:1px;
	margin: 2px;
	box-shadow:0 0 1px #EEE;
}


#block-views-massmedia-block .views-field.views-field-field-source-link{
	clear: both;
	visibility: hidden;
}

#block-views-massmedia-block .views-field.views-field-title a{
	padding:0px;
	margin: 0px;
	color: #000;
	font-weight: bold;
	font-size: 12px;
}


#block-views-announcement-block .views-field.views-field-title a{
	padding:1px;
	color: #000;
	font-weight: bold;
}


#block-views-announcement-block .views-row {
	clear: both;
}

#block-views-announcement-block  {
	border-bottom:#EEE 1px solid;
	padding-bottom: 20px;
}

#block-views-announcement-block-2 .views-field.views-field-title a,
#block-views-announcement-block-1 .views-field.views-field-title a{
	padding:1px;
	color: #000;
	font-weight: bold;
	font-size: 11px;
}

.class_article_author a{
	padding:1px;
	color: #9ba5ac;
	font-weight: bold;
	font-size: 10px;
}

.class_article_author a:hover{
	padding:1px;
	color: #000;
	font-weight: bold;
}

.class_article_author{
	margin: 0 0 0 8px;
}

.style_publication_date {
	padding:2px;
	font-size: 10px;
	color: #9ba5ac;
	margin: 0 8px 0 8px;
}


#block-views-all-news-block-2 .views-row,
#block-views-all-news-block .views-row {
	margin: 6px 0 6px 0;
	border-bottom: #EEE 1px solid;
}	

#block-views-all-news-block-2 .views-row:last-child {
	margin: 6px 0 1px 0;
	border-bottom: #EEE 0px solid;
}	


#block-views-announcement-block-2,
#block-views-announcement-block-1 {
	max-height: 250px;
	margin: 0 5px 4px 5px;
}

#block-views-announcement-block-2 .field-content p,
#block-views-announcement-block-1 .field-content  p{
	text-decoration: none;
}

#block-views-announcement-block-2 .pager,
#block-views-announcement-block-1 .pager {
	display: none;
}

#block-views-all-news-block h2{
	color: #5d5e60;
	font-size: 26px;
}

.newsblock_img a img,
.newsblock_img_big a img{
	float: right;
	margin: 2px 8px 18px 18px;
	border:#EEE 0px solid;
}

.newsblock_img_big a img {
	max-height: 100%;
}

.class_newsblock_announce p {
	font-size:6px;
}

.news_body {
	padding:1px;
	color: #000;
	font-size: 12px;
}




#block-views-all-news-block .views-field.views-field-field-news-type,
#block-views-all-news-block .views-field.views-field-field-tags,
#block-views-all-news-block-2 .views-field.views-field-field-tags {
	clear: both;
	visibility: hidden;
}


#block-block-2.block.block-block  h2 {
	border: 1px solid #650000;
	color: #650000;
	text-align: center;
}

#block-block-45 h2,
#block-views-vestnik-main-block h2 {
	color: #650000;
	font-weight: bold;
	text-align: center;
	text-shadow: 2px 2px 3px rgba(150, 150, 150, 0.38);
	border-left: 2px solid #650000;
	border-bottom: 2px solid #650000;
}


#block-views-vestnik-main-block .views-field.views-field-field-image a img {
	margin: 2px 32px 2px 32px;
}

#block-block-18 a{
	margin-left: 2px;
	color: #000;
	font-size: 10px;
}


#block-block-2.block.block-block {
	background: #f8f7f7;
	border-bottom: 4px solid #660101;
}

#block-block-2.block.block-block  h2{
	text-transform: lowercase;
}


#block-block-46 h2,
#block-block-43 h2,
#block-block-40 h2,
#block-views-front-slideshow-block h2,
#block-block-36 h2 {
	display: none;
}

#block-views-front-slideshow-block{
position: relative;
z-index: 1;
}

#block-views-front-slideshow-block img {
	width: 100%;
	margin: 6px 0px 0px 0px;
}


#block-views-front-slideshow-block a,
#block-views-front-slideshow-block p{
	margin: 6px 0px 0px 0px;
	display:inline-block;
    position:absolute;
}

#block-views-front-slideshow-block .views-field.views-field-title a {
	padding-top: 1px;
    padding:5px 10px;
	background-color:rgba(101,0,0,.4);
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	top:0px;  
}

#block-views-front-slideshow-block .views-field.views-field-body p{
	padding-top: 1px;
    padding:10px 10px;
	background-color:rgba(141,141,141,.6);
	color:#fff;
	font-size:10px;
	font-weight: bold;
	line-height: 10px;
	bottom:5px;
	margin-bottom:0px;
}

#column_eight1 {
	padding-left: 3px;
}

#block-views-all-news-block-4 h2,
#block-views-all-news-block-3 h2 {
	padding: 0px 7px 10px 55px;
	margin-bottom: 1px;
	font-size: 16px;
}

#block-views-all-news-block-4 .content {
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
}

#block-views-all-news-block-3 .more-link,
#block-views-all-news-block-4 .more-link {
	background: #ebebeb;
	padding-right: 3px;
	width: 20%;
	margin-left: auto;

	-webkit-box-shadow: 1px 1px 2px 0px rgba(101, 0, 0, 0.75);
-moz-box-shadow:    1px 1px 2px 0px rgba(101, 0, 0, 0.75);
box-shadow:         1px 1px 2px 0px rgba(101, 0, 0, 0.75);
}

#block-block-40,
#block-block-34 {
	background-color: #ebebeb;
}

#block-block-40 a,
#block-block-40 p,
#block-block-34 h2,
#block-block-35 h2,
#block-views-video-slideshow-block h2{
	font-size: 14px;
	color: #650000;
	text-transform: lowercase;
	text-align: center;
	background: #ebebeb;
	margin-top: 3px;
}

#block-views-video-slideshow-block h2{
	color: #000;
}

#block-views-video-slideshow-block {
border-bottom: 1px solid #efefef;
border-top: 0px;
	padding: 10px 0px 10px 0px;
}

#block-views-konkurs-front-block {
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #efefef;
}


.konkurs_icon36x36 {
	float: left;
	margin: 6px 3px 6px 0;
}

.konkurs_title {
	padding-right: 10px;
	text-align: right;
}

.konkurs_title a {
	font-size: 14px;
}


#block-views-calendar-of-events-block-2 h2,
#block-views-calendar-of-events-block-1 h2,
#block-views-konkurs-front-block h2 {
	color: #650000;
	padding: 5px;
	text-shadow: 2px 2px 3px rgba(150, 150, 150, 0.38);
	border-left: 2px solid #650000;
}

.konkurs_detail {
	clear: both;
	color: #9ba5ac;
	font-size: 10px;
}

.konkurs_icon36x36 a img {
  padding:1px;
  margin: 5px;
  box-shadow:0 0 1px #EEE;
  border:#EEE 1px solid;
  	width: 36px;
height: 36px;
-webkit-border-radius: 150px;
-moz-border-radius: 150px;
-ms-border-radius: 150px;
-o-border-radius: 150px;
border-radius: 150px;
}





#block-views-all-news-block-3 .views-field.views-field-title a,
#block-views-all-news-block-4 .views-field.views-field-title a{
		padding: 0px 7px 0px 7px;
	font-size: 12px;
	font-weight: bold;
}


#block-views-all-news-block-4 .views-field.views-field-created {
	padding: 0px 7px 0px 7px;
	text-align: center;
	color: #fff;
	background-color: #650000;
	font-size: 12px;
	font-weight: bold;
	border-top: 0x solid #650000;
}

#block-views-all-news-block-3 .views-field.views-field-created {
	padding: 0px 7px 0px 7px;
	text-align: center;
	color: #650000;
	border: 1px #650000 solid;
	font-size: 12px;
	font-weight: bold;
	border-top: 0x solid #650000;
}

#block-views-publishing-block h2 {
	color: #650000;
	font-weight: bold;
	text-align: center;
	text-shadow: 2px 2px 3px rgba(150, 150, 150, 0.38);
	border-bottom: 2px solid #650000;
}

#block-views-publishing-block {
	border-bottom: 3px solid #333;
}


#block-views-books-block{
	padding: 15px 0px 15px 0px;
	border-bottom: 1px solid #eee;
}

#block-views-books-block h2{
	font-size: 14px;
	color: #650000;
	text-transform: lowercase;
	text-align: center;
	background: #ebebeb;
	margin-top: 3px;
}



#block-views-books-block .views-field.views-field-title {
	padding: 10px 1px 10px 1px;
}

#block-views-books-block .views-field.views-field-title a{
	color: #000;
	font-weight: bold;
	font-size: 16px;
}


#block-views-books-block .views-field.views-field-field-image a img {
	float: left;
	margin: 2px 5px 1px 1px;
	border:#EEE 0px solid;
}

#block-views-books-block .views-field.views-field-field-isbn,
.views-field.views-field-field-publish-year,
.views-field.views-field-field-booktranslator,
.views-field.views-field-field-publisher,
.views-field.views-field-field-publisher a{
	color: #000;
	font-size: 10px;
}

#block-views-books-block  .views-field.views-field-field-bookauthor,
#block-views-books-block  .views-field.views-field-field-authors,
#block-views-books-block  .views-field.views-field-field-booktranslator {
	clear: both;
	padding-top: 10px;
	}

#block-views-books-block  .views-field.views-field-field-bookauthor a,
#block-views-books-block  .views-field.views-field-field-authors a,
#block-views-books-block  .views-field.views-field-field-booktranslator a{
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

#block-views-books-block-1,
#block-views-crafts-block,
#block-views-crafts-block-1{
	clear: both;
	padding: 15px 0px 15px 0px;
	border-bottom: 1px solid #eee;
}

.class_publication_genre a {
	margin-left: auto;
	color: #5d5e60;
	text-transform: lowercase;
	padding: 0px 5px 3px 3px;
	font-size: 12px;
	border-right: 1px solid #5d5e60;
	border-bottom: 1px solid #5d5e60;
	font-weight: bold;
}


#block-views-books-block-1 h2,
#block-views-crafts-block h2,
#block-views-crafts-block-1 h2{
	display: none;
}

#block-views-books-block-1 .views-field.views-field-title,
#block-views-crafts-block .views-field.views-field-title-1,
#block-views-crafts-block-1 .views-field.views-field-title-1{
	padding-top: 15px;
	color: #000;
	font-size: 14px;	
	font-weight: bold;
}

#block-views-books-block-1 .views-field.views-field-field--publication-source, .views-field.views-field-field-publication-number,
#block-views-crafts-block .views-field.views-field-field-source-name ,
#block-views-crafts-block-1 .views-field.views-field-field-source-name{
	padding-top: 5px;
	color: #9ba4ac;
	font-size: 8px;	
	font-weight: bold;
}

#block-views-crafts-block .views-field.views-field-field-source-link a ,
#block-views-crafts-block-1 .views-field.views-field-field-source-link a{
	padding-top: 5px;
	font-size: 8px;	
	font-weight: bold;
}

#block-block-15 .content {
	font-size: 10px;
	text-align: center;
	font-weight: bold;
}

#block-block-44 .content,
#block-block-17 .content,
#block-block-16 .content {
	padding-top: 5px;
	background: #ebebeb;
}

#block-block-21 {
	background-color: #f8f7f7;
	padding: 5px;
}

#block-block-21 a {
	font-size: 14px;

}


#block-system-main .view.view-conferences .view.view-calendar-of-events,
#block-views-calendar-of-events-block {
	height: 235px;
	background: #fff;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	padding: 0px 10px 10px 0px;
	margin: 10px 0px 10px 0px;
}


#block-system-main .view.view-conferences .view.view-calendar-of-events .views-field.views-field-field-anounce-rubric a,
#block-views-calendar-of-events-block .views-field.views-field-field-anounce-rubric a{
	display:inline-block;
    position:absolute;
	padding-top: 1px;
    padding:2px 2px;
	background-color:rgba(255,255,255,1);
	color: #650000;
	font-size: 12px;
	font-weight: bold;
	top:0px;  
}

#block-system-main .view.view-conferences .view.view-calendar-of-events .views-field.views-field-title a,
#block-views-calendar-of-events-block .views-field.views-field-title a{
	font-size: 10px;
	color: #5d5e60;
	line-height: normal;
	text-align: left;
}
  
#block-system-main .view.view-conferences .view.view-calendar-of-events .views-field.views-field-field-conf-date, 
#block-views-calendar-of-events-block .views-field.views-field-field-conf-date{
	font-size: 10px;
	color: #5d5e60;
	line-height: normal;
	text-align: left;
}

#block-system-main .view.view-conferences .view.view-calendar-of-events .views-field.views-field-field-anounce-rubric a,
#block-views-calendar-of-events-block .views-field.views-field-field-anounce-rubric a{
	display:inline-block;
    position:absolute;
	padding-top: 1px;
    padding:2px 2px;
	background-color:rgba(255,255,255,1);
	color: #650000;
	font-size: 12px;
	font-weight: bold;
	top:0px;  
}

#block-system-main .view.view-conferences .view.view-calendar-of-events .views-field.views-field-title a,
#block-views-calendar-of-events-block .views-field.views-field-title a{
	font-size: 10px;
	color: #5d5e60;
	line-height: normal;
	text-align: left;
}
  
#block-system-main .view.view-conferences .view.view-calendar-of-events .views-field.views-field-field-conf-date, 
#block-views-calendar-of-events-block .views-field.views-field-field-conf-date{
	font-size: 10px;
	color: #5d5e60;
	line-height: normal;
	text-align: left;
}


#block-system-main .view.view-conferences .view.view-calendar-of-events .views-field.views-field-field-anounce-rubric a,
#block-views-calendar-of-events-block .views-field.views-field-field-anounce-rubric a{
	display:inline-block;
    position:absolute;
	padding-top: 1px;
    padding:2px 2px;
	background-color:rgba(255,255,255,1);
	color: #650000;
	font-size: 12px;
	font-weight: bold;
	top:0px;  
}

#block-system-main .view.view-conferences .view.view-calendar-of-events .views-field.views-field-title a,
#block-views-calendar-of-events-block .views-field.views-field-title a{
	font-size: 10px;
	color: #5d5e60;
	line-height: normal;
	text-align: left;
}
  
#block-system-main .view.view-conferences .view.view-calendar-of-events .views-field.views-field-field-conf-date, 
#block-views-calendar-of-events-block .views-field.views-field-field-conf-date{
	font-size: 10px;
	color: #5d5e60;
	line-height: normal;
	text-align: left;
}

#block-system-main .view.view-conferences .view.view-calendar-of-events .flex-control-nav,
#block-views-calendar-of-events-block .flex-control-nav {
  width: 100%;
  position: relative;
  bottom: 0px;
  text-align: right;
}

#block-system-main .view.view-conferences .view.view-calendar-of-events .flex-direction-nav {
	height: 1px;
}

#block-views-page-headers-block .flex-direction-nav,
#block-views-calendar-of-events-block .flex-direction-nav{
	height: 200px;
}

#block-system-main .view.view-conferences .view.view-calendar-of-events .flex-direction-nav,
#block-views-page-headers-block .flex-direction-nav,
#block-views-calendar-of-events-block .flex-direction-nav{
	visibility: hidden;
}

#block-views-page-headers-block .flex-control-paging li a,
#block-system-main .view.view-conferences .view.view-calendar-of-events .flex-control-paging li a,
#block-views-calendar-of-events-block .flex-control-paging li a {
  width: 8px;
  height: 8px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);

  text-indent: 9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

#block-views-banners-block {
	border-top: 2px solid #c14519;
	border-bottom: 4px solid #ac0101;
}

#block-views-banners-block h2 {
	text-align: center;
}

#block-views-banners-block img {
  box-shadow:0 0 1px #EEE;
  border:#EEE 1px solid;
  	width: 150px;
height: 150px;
-webkit-border-radius: 150px;
-moz-border-radius: 150px;
-ms-border-radius: 150px;
-o-border-radius: 150px;
border-radius: 150px;
}

#block-views-banners-block .flex-direction-nav{
	visibility: hidden;
}

/* заполняем средний medium регион, после баннеров */

#life {
	border-right: 2px solid #eee;
	padding-right: 30px;
}

#block-views-media-gallery-block,
#block-views-life-block,
#block-views-life-block-1,
#block-views-domnazlit-block-9  {
	border-bottom: 2px solid #eee;
	padding: 10px 0px 10px 0px;
}

#block-views-domnazlit-block-9 .views-field.views-field-field-image,
#block-views-life-block  .views-field.views-field-field-image{
	float: left;
	margin: 2px 26px 6px 0px;
}


#block-views-domnazlit-block-8 h2,
#block-views-life-block-1  h2{
	display: none;
}

#block-views-life-block-4 h2,
#block-views-domnazlit-block-9 h2,
#block-views-life-block h2 {
	color: #ac0101;
}


#block-views-domnazlit-block-9 a img,
#block-views-domnazlit-block-8 a img,
#block-views-life-block  a img,
#block-views-life-block-1  a img{
	border-top: 4px solid #eee;
}

#block-views-domnazlit-block-8 table, td ,
#block-views-life-block-1   table, td {
	margin-left: 10px;
	background: none;
	border: 0px;
	vertical-align: top;
}

#block-views-domnazlit-block-8 td,
#block-views-life-block-1  td {
	width: 23%;
	height: 250px;
}

#block-views-life-block-4 table, td  {
	margin-left: 10px;
	background: none;
	border: 0px;
	vertical-align: top;
}

#block-views-life-block-4 td {
	margin-top: 25px;
	padding: 5px 0px 15px 8px;
	border: 2px dotted #eee; 
	border-top: 15px solid #eee;
}

#block-views-life-block-4 .views-field.views-field-field-holiday-date {
	color: #ac0101;
}

#block-views-domnazlit-block-8 .more-link {
	border-bottom: 4px solid #ac0101;
	padding: 10px 0px 10px 0px;
}

.news_body_text {
	color: #737375;
}

#block-views-domnazlit-block-9  .views-field.views-field-created,
#block-views-life-block  .views-field.views-field-created {
	clear: both;
	text-align: right;
}


.news_created_main  {
	font-weight: bold;
	font-size: 10px;
}

.news_title_main a  {
	font-size: 18px;
	color: #000;
	font-weight: bold;
}

.news_title_main {
	margin-bottom: 10px;
}

.class_rubrics {
	text-transform: uppercase;
}

.news_created {
	font-size: 10px;
	padding: 5px 0px 5px 0px;
}

.news_title a  {
	color: #000;
	font-weight: bold;
	padding-bottom: 10px;
}

#block-views-media-gallery-block h2,
#block-views-media-gallery-block-1 h2{
    text-transform: lowercase;
    font-weight: bold;
    color: #fff;
    background: #ac0101;
    text-align: center;
    font-size: 14px;
    padding: 10px 0px 10px 0px;
}



#block-views-media-gallery-block .flickr-credit {
	display: none;
}

#block-views-media-gallery-block-1 .views-field.views-field-field-image {
	padding: 4px 0px 4px 0px;
}


#block-views-media-gallery-block-1 .views-field.views-field-field-image a img{
	background: #3a3a3a;
	margin-left: auto;
	border-radius: 0px;
	border-top: 4px dashed #fff;
	border-bottom: 6px dashed #fff;

	padding: 4px 4px 16px 4px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(7, 7, 7, 0.75);
	-moz-box-shadow:    1px 1px 2px 0px rgba(7, 7, 7, 0.75);
	box-shadow:         1px 1px 2px 0px rgba(7, 7, 7, 0.75);
}

#block-views-media-gallery-block-1 .views-row,
#block-views-media-gallery-block .views-row {
	border-bottom: 1px solid #ac0101;
	padding: 10px 0px 10px 0px;
}

#block-views-media-gallery-block-1 .views-row.views-row-last,
#block-views-media-gallery-block .views-row.views-row-last {
	border-bottom: 0px;
	padding: 10px 0px 10px 0px;
}

#block-views-media-gallery-block a img {
	background: #ebebeb;
	margin-left: auto;
	border-radius: 0px;
	width: 190px;
	height: 190px;
	padding: 15px 10px 60px 10px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(7, 7, 7, 0.75);
	-moz-box-shadow:    1px 1px 2px 0px rgba(7, 7, 7, 0.75);
	box-shadow:         1px 1px 2px 0px rgba(7, 7, 7, 0.75);
	
}

#block-views-media-gallery-block-1 .views-field.views-field-created,
#block-views-media-gallery-block .views-field.views-field-field-photo-date  {
	padding-right: 20px;
	clear: both;
	text-align: right;
	font-weight: bold;
	font-size: 10px;
}


#block-views-media-gallery-block-1 .views-field.views-field-title a,
#block-views-media-gallery-block .views-field.views-field-title a{
	color: #515F5C;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 20px;
	padding-right: 39px;
}


#block-views-literary-news-block-2 {
	margin-top: 15px;
	padding: 5px;
}

#block-views-literary-news-block-2 h2 {
	background: #ac0101;
	color: #fff;
	text-align: center;
	padding: 3px;
}

#block-views-literary-news-block-2   table {
	background: #eee;
	border: none;
	vertical-align: top;
}

#block-views-literary-news-block-2  td {
	width: 19%;
	border: 1px dotted #fff;
}

#block-views-literary-news-block-2 .views-field.views-field-field-image {
	margin: 3px;
}


#block-views-literary-news-block-2 .views-field.views-field-title a, .views-field.views-field-field-name-news a{
	color: #565656;
	font-weight: bold;
	padding-bottom: 10px;
}

#block-views-literary-news-block-2 .views-field.views-field-created {
	font-size: 10px;
	padding: 5px 0px 5px 0px;
}









#block-views-literary-news-block-3,
#block-views-literary-news-block-1 {
	border: 1px solid #eee;
	padding: 5px;
}

#block-views-literary-news-block-3 {
	border-bottom: 0px;
	border-left: none;
}

#block-views-literary-news-block-1 {
	border-top: none;
	border-right: none;
}



#block-views-literary-news-block-1 h2 {
	display: none;
}

#block-views-literary-news-block-3 h2 {
	border-bottom: 1px solid #650000;
	color: #ac0101;
	text-align: center;
}

.prizes-title {
	padding: 5px;
	font-weight: bold;
	color: #000;
}

#block-views-literary-news-block {
	border: 0px solid #eee;
	padding: 5px;
	background: rgb(250, 247, 247) url(images/rewisor_bg_table.jpg) 0% 0% no-repeat;
	background-size: cover;
}

#block-views-literary-news-block h2 {
	border-bottom: 1px solid #650000;
	height: 90px;
	color: #650000;
	text-align: center;
	visibility: hidden;
}

#block-views-literary-news-block .views-field.views-field-field-authors,
#block-views-literary-news-block .views-field.views-field-field-link-news {
	padding: 5px;
}

#block-views-literary-news-block .views-field.views-field-field-link-news a {
	background-color: rgba(222, 222, 222, 0.7);
	font-weight: bold;
	color: #000;
}

#block-views-literary-news-block .views-field.views-field-field-authors a {
	background-color: rgba(238, 242, 245, 0.7);
	color: #e63929;
}

#block-views-literary-news-block table, td {
	border: 0px;
	vertical-align: top;
	background: none;
}


#block-views-literary-news-block  td {
	border-right: 1px solid #eee;
	padding: 10px;
	width: 20%;
}

#block-views-literary-news-block td:last-child {
	border-right: 0px;
	padding: 10px 0px 10px 0px;
}

#block-views-literary-news-block  tr {
	border-bottom: 1px solid #eee;
}

#block-views-literary-news-block  tr:last-child {
	border-bottom: 0px;
}






/*конец стилей для главной страницы*/






#inner_header_wrapper_page {
  margin:0 auto;
  position: relative;
  background: #fff;
}

#header-page {
  max-width: 1000px;
  height: 105px;
  margin: 0 auto;
  background: url(images/title_site_notfront.png) 100% no-repeat;
  background-size: cover;
  height: 400 px;
}



.header_left{ 
float: left; 
width: 92%;
  margin: 0 auto;
  position: relative;
  z-index: 11;
  top: 0px; 
height: 32px;
text-align: right;
  margin-bottom: -15px;
  padding-left: 19%;
  
}

.header_right{ float: right; width: 8%; height: 32px;}




.header_logo {
		margin: 10px auto;
		float:right;
	width: 230px;
	height:61px;
	background: url(images/plogolit.png) 100% no-repeat;
  background-size: cover;
}

.header_logo a img {
	display: block;
	width:230px;
	height:61px;
	visibility:hidden;

}

.header_logo a:hover img {
visibility:visible;
background:none;

}

#header_center {
	clear: both;
	width: 70%;
	padding-left: 20%;
	padding-top: 1%;
}

.header_center p {
  margin-top:6px;
  color: #650000;
  font-size: 12px;
  text-align: center;
}



.page_menu_wrapper{
	max-width: 98%; 
	float:left;
	margin: 5px 2px 2px 1px;
}

#page_main-menu {
  color: #fff;
  font-family: "Arial";
  font-size:23px;
}

#page_main-menu ul {
  float:left;
  padding:0;
  margin:0;
  list-style:none;
  font-size:14px;
}

#page_main-menu li {
  background: none;
  position:relative;
  float:left;
  border-right: 1px solid #eee;
  padding:0;
  margin:0;
  font-size: 14px;
}

#page_main-menu ul li:first-child {
  padding-left:0px;
}

#page_main-menu ul li:last-child {
  border-right:0px;
}

ul.menu{
  padding: 0;
  margin: 5px 0 5px 0;
}

ul.menu li, ul.links li, .item-list ul li {
  background: url("images/marker.png") no-repeat scroll 4px center rgba(0, 0, 0, 0);
  list-style: none outside none;
  margin: 0 0 2px;
  padding: 0 0 0 15px;
  text-align: left;
}

#page_main-menu a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 2px 20px;
  text-decoration: none;
  font-size: 12px;
  text-transform: lowercase;
  font-weight: bold;
  text-shadow: 2px 2px 3px rgba(150, 150, 150, 0.38);

  
}

#page_main-menu a:hover,
#page_main-menu li a.active{
  color: #650000;
  text-decoration: none;
  background: #fff;
  
  
}
#page_main-menu li li a.active{
  background: #fff;
  color: #5d5e60;
}

.drop-down-toggle {
  position: absolute;
  top: 7px;
  right: 16px;
  display: none;
  width: 20px;
  height: 20px;
  border-radius: 15px;
  background: rgb(73, 71, 71);
  border: rgb(170, 170, 170) 2px solid;
}

.drop-down-arrow {
  display:block;
  width:0;
  height:0;
  margin:6px 0 0 3px;
  border-top:5px solid #aaa;
  border-left:transparent 5px solid;
  border-right:transparent 5px solid;
}

#page_main-menu li li {
  float:none;
  min-width:190px;
  padding:0;
  margin:0;
}

#page_main-menu li li a {
  color: #650000;
  min-width: 150px;
  margin: 0;
  background: rgb(235, 235, 235);
  border-top: 1px solid rgb(206, 206, 206);
  font-size: 11px;
  text-align: left;
  overflow: hidden;
  padding: 5px 10px;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#page_main-menu li li:first-child > a {
  border-top:none;
}

#page_main-menu li li a:hover {
  background: #1E272E;
  color: #FFF;
}

#page_main-menu li ul {
  display:none;
  position:absolute;
  z-index: 9999;
  min-width:190px;
  height:auto;
  padding:0;
  margin:0;
  border: 1px solid rgb(221, 221, 221);
}

#page_main-menu li ul ul {
  margin:-33px 0 0 190px !important;
}

#page_main-menu li:hover > ul,
#page_main-menu li li:hover > ul,
#page_main-menu li li li:hover > ul {
  display:block;
}

#page_main-menu .nav-toggle {
  display:none;
}

#page_main-menu ul li.leaf, #page_main-menu ul li.expanded, #page_main-menu ul li.collapsed {
  list-style:none;
}
#page_main-menu ul.menu li {
  margin: 0;
}

#page_main-menu ul.menu li li{
  border: 0;
}

#page_main-menu li.expanded, #main-menu li.collapsed, #main-menu li.leaf {
  margin: 0;
  padding: 0;
}




.social-icons {
  float: right;
  background: #650000;
}

.social-icons ul {
  margin: 1px 1px 1px 1px;
}

.social-icons li {
  display: inline-block;
  list-style: none;
  background: none;
  padding: 0px 2px;
  margin: 0;
}
.social-icons li img:hover{
  opacity: .6;
}
.social-icons li img {
  display: block;
}





.breadcrumb {
  background: #fff;
  clear: both;
  display: inline-block;
  padding: 2px 8px;
}

.breadcrumb a {
	margin-left: auto;
	color: #5d5e60;
	text-transform: lowercase;
	padding: 0px 8px 3px 5px;
	margin: 0px 5px 0px 5px;
	font-size: 12px;
	border-right: 1px solid #5d5e60;
	border-bottom: 1px solid #5d5e60;
	font-weight: bold;
}

.breadcrumb a:hover {
	color: #aaa;
	border-right: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
}

#page-background-white {
  margin: 0 auto;
	background-color:#eee;
	margin-top:12px;
	border-top: 1px dotted #650000;
	max-width: 1050px;
}



#container {
  clear: both;
  margin: 0 auto;
  max-width: 1000px;
  overflow: hidden;
  padding: 1% 1%;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#container h1{
	color: #ac0101;
	font-size: 20px;
	font-family: "Arial", "Helvetica", sans-serif;
	font-weight: bold;
	margin-bottom:10px;
	line-height: 110%;
	text-transform: uppercase;
}

#post-content.field.field-name-field-news-type.field-type-taxonomy-term-reference.field-label-hidden a{
	color: #fff;
}

.class_news_author{
	padding: 15px 0px 15px 0px;
	color: #000;
	text-transform:uppercase;
}

.class_news_type a{
	padding: 15px 0px 20px 0px;
	font-weight:bold;
	color: #ac0101;
	text-transform:uppercase;
}

.class_news_date {
	padding: 15px 0px 20px 0px;
	border-top: 1px dotted #650000;	
}

.class_news_source {
	padding: 15px 0px 15px 0px;
	text-transform:uppercase;
	color: #000;
}

.class_news_source a{
	text-transform:none;
	color: #ac0101;
}

.class_news_img {
	margin: 1px 15px 10px 0px;
}

.class_news_img_descript {
	padding: 15px 20px 15px 20px;
	margin: 5px;
	color: #000;
	font-style: italic;
}

.class_news_podvoka {
	padding: 5px 0px 5px 0px;
	font-style: italic;
	font-size: 17px;
	color: #565656;
	font-family: 'pt-serif';
	line-height: 1.4em;
	font-weight: bold;
	margin-bottom: 8px;
	border-bottom: 1px dotted #eee;
}

.class_news_body {
	padding-top: 10px;
}

.class_news_tags_prep {
	text-transform:lowercase;
	padding: 15px 0px 15px 0px;
}

.class_news_tags_prep a{
	text-transform:lowercase;
	color: #ac0101;
	font-style: italic;
}


.class_page_img {
	float: left;
	width: 300px;
	padding-right: 10px;
}



.class_page_body a {
	color: #ac0101;
}

.class_page_files {
	clear: both;
}

.class_page_date_edit {
	text-align: right;
}

#block-multiblock-1 {
	border: 0px;
}

#block-views-massmedia-block-3 {
	margin-top: 50px;
}

#block-views-massmedia-block-3 h2 {
	text-align: center;
}

#block-views-massmedia-block-3 .views-field.views-field-title a{
	color: #000;
	text-transform: lowercase;
	font-size: 10px;
	font-weight: bold;
}

#block-views-massmedia-block-3 .views-row{
	padding-top: 13px;
	padding-bottom: 20px;
	border-top: 1px solid #eee;
}

#block-views-massmedia-block-3 .views-row.views-row-first {
	border-top: 0px;
	padding: 10px 0px 10px 0px;
}

#bottom-line {
	border-top: 1px solid #ac0101;
	width: 100%;
	display: table;
}

#bottom-line-1 {
	display: table-cell;
	width: 60%;
}

#bottom-line-2 {
	display: table-cell;
	width: 30%;
	padding-left: 15px;
}

#bottom-line-3 {
	clear: both;
}

#bottom-line-1  h2,
#bottom-line-2  h2{
	background-color: none;
	color: #ac0101;
	border-left: 2px solid #ac0101;
	text-shadow: 2px 2px 3px rgba(150, 150, 150, 0.38);
	padding: 5px;
}

#block-views-calendar-of-events-block-3 .views-field.views-field-title {
	padding: 5px 0px 5px 0px;
}

#block-views-calendar-of-events-block-3 .views-field.views-field-title a{
	color: #ac0101;
	font-size: 14px;
}

#block-views-calendar-of-events-block-3 .views-field.views-field-title a:hover{
	color: #650000;
}


#block-views-all-news-block-1 table, td{
	margin-left: 10px;
	background: none;
	border: 0px;
	vertical-align: top;
}

#block-views-all-news-block-1 td {
	width: 18%;
	padding: 10px;
	font-size: 12px;
	color: #333;
	border-left: 0px solid #000;
}

.prizes-title a  {
	color: #333;
	font-weight: bold;
	padding-bottom: 10px;
}

.prizes-title a:hover  {
	color: #ac0101;
}

#block-views-person-media-gallery-block-1,
#block-views-massmedia-block-4,
#block-views-massmedia-block-5 {
	border-top: 1px dotted #ac0101;
}


#block-views-person-media-gallery-block-1 h2,
#block-views-massmedia-block-4  h2,
#block-views-massmedia-block-5  h2{
	background-color: none;
	color: #ac0101;
	border-left: 2px solid #ac0101;
	text-shadow: 2px 2px 3px rgba(150, 150, 150, 0.38);
	padding: 5px;
}

#honalit_galleries_small a img,
#block-views-person-media-gallery-block-1 a img {
	width: 200px;
	padding: 4px 2px 8px 2px;
	margin-left: 20px;
	border-radius: 0px;
		-webkit-box-shadow: 1px 1px 2px 0px rgba(7, 7, 7, 0.75);
	-moz-box-shadow:    1px 1px 2px 0px rgba(7, 7, 7, 0.75);
	box-shadow:         1px 1px 2px 0px rgba(7, 7, 7, 0.75);
}

#panels-ipe-paneid-199 .flickr-credit,
#block-system-main .view.view-media-gallery .flickr-credit, .view.view-domnazlit .flickr-credit, .view.view-socialculture .flickr-credit,
#block-views-person-media-gallery-block-1 .flickr-credit {
	display: none;
}

#block-views-massmedia-block-4  a img,
#block-views-massmedia-block-5  a img{
	border-top: 2px solid #ac0101;
	border-bottom: 4px solid #ac0101;
}

#block-views-person-media-gallery-block-1  table, td, 
#block-views-massmedia-block-4   table, td,
#block-views-massmedia-block-5   table, td {
	margin-left: 10px;
	background: none;
	border: 0px;
	vertical-align: top;
}

#block-views-person-media-gallery-block-1 td,
#block-views-massmedia-block-4 td,
#block-views-massmedia-block-5  td {
	width: 18%;
	height: 150px;
	padding-left: 20px;
}

#block-views-person-media-gallery-block-1 .views-field.views-field-title a,
#block-views-massmedia-block-4 .views-field.views-field-title a,
#block-views-massmedia-block-5 .views-field.views-field-title a{
	color: #000;
	font-weight: bold;
	padding-bottom: 10px;
}

.class_person_fields {
	font-size: 16px;
	padding: 5px 0px 5px 0px;
}


.class_person_fields .field-label, .class_person_bio .field-label, .class_person_biblio .field-label{	
	color: #ac0101;
}

.class_person_fields a {
	color: #565656;
}

.class_person_fields a:hover {
	color: #7f7f7f;
}

.class_person_bio {
	font-size: 16px;
	border-top: 1px dotted #eee;
	margin-right: 3%;
	margin-top: 30px;
}

.class_person_bio .field-label, .class_person_biblio .field-label{
	padding: 5px 0px 5px 0px;
	font-size: 16px;
}

.field.field-name-person-vestnik h2.block-title,
.field.field-name-pps-transl-magazines h2.block-title,
.field.field-name-pps-magazines h2.block-title,
.field.field-name-person-books h2.block-title,
.field.field-name-person-translates h2.block-title,
.field.field-name-person-press h2.block-title,
.field.field-name-person-albums  h2.block-title,
.field.field-name-person-video  h2.block-title
{
	color: #650000;
	text-transform: lowercase;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 18px;
	text-align: center;
}

.field.field-name-person-vestnik,
.field.field-name-pps-transl-magazines,
.field.field-name-pps-magazines,
.field.field-name-person-books,
.field.field-name-person-translates {
	margin-top: 30px;
	border-top: 5px solid #650000;
	border-bottom: 3px solid #650000;
}

.field.field-name-person-vestnik table, td,
.field.field-name-pps-transl-magazines table, td,
.field.field-name-pps-magazines table, td,
.field.field-name-person-books table, td,
.field.field-name-person-translates table, td,
.field.field-name-person-albums table, td,
.field.field-name-person-video table, td{
	background: none;
	border: none;
}

.class_pps_book_title  {
	line-height: 0.8em;
	font-weight: bold;
	font-size: 8px;
}

.class_pps_book_title a,
.field.field-name-person-translates .views-field.views-field-field-authors a{
	font-size: 8px;
}

.class_pps_book_number,
.field.field-name-person-books .views-field.views-field-field-publish-year,
.field.field-name-person-translates .views-field.views-field-field-publish-year {
	font-size: 8px;
}

.field.field-name-pps-transl-magazines  td,
.field.field-name-pps-magazines td,
.field.field-name-person-books td,
.field.field-name-person-translates td {
	width: 50%;
	margin: 2px;
	padding: 4px;
	border: 2px solid #eee;
}

.field.field-name-person-disciplines,
.field.field-name-person-confs {
	margin: 15px 0px 20px 0px;
}

.field.field-name-person-disciplines h2.block-title,
.field.field-name-person-confs h2.block-title {
	width: 42%;
	padding: 5px 0px 5px 0px;
	font-size: 16px;
	color: #ac0101;
	font-weight: bold;
	text-transform: none;
	font-family: Arial,Helvetica,sans-serif;
}

.field.field-name-person-disciplines .views-field.views-field-title,
.field.field-name-person-confs .views-field.views-field-title {
	font-size: 14px;
	padding-top: 8px;
}

.field.field-name-person-disciplines .views-field.views-field-title a,
.field.field-name-person-confs .views-field.views-field-title a{
	color: #333;
}

.field.field-name-person-disciplines .views-field.views-field-title a:hover,
.field.field-name-person-confs .views-field.views-field-title a:hover{
	color: #ac0101;
}

.field.field-name-person-press h2.block-title{
	width: 20%;	
	padding-top: 5px;
	border-top: 4px solid #650000;
}

.person_publication {
	font-size: 14px;
	padding-top: 6px;
}

.person_publication a{
	color: #e40000;
}

.person_publication a:hover{
	color: #ac0101;
}

.field.field-name-person-albums h2.block-title{
	width: 15%;	
	padding-top: 5px;
	border-top: 4px solid #650000;
}

.field.field-name-person-albums {
	margin-top: 40px;
	margin-right: 2px;
}

.field.field-name-person-albums table {
	margin-left: 15%;
}

.field.field-name-person-albums td {
	width: 25%;
	padding-bottom: 10px;
}

.field.field-name-person-albums .flickr-credit {
	display: none;
}


.field.field-name-person-albums .views-field.views-field-title {
	width: 200px;
}

.field.field-name-person-albums img {
	width: 190px;
	height: 138px;
	padding: 4px 2px 8px 2px;
	margin-left: auto;
	border-radius: 0px;
		-webkit-box-shadow: 1px 1px 2px 0px rgba(7, 7, 7, 0.75);
	-moz-box-shadow:    1px 1px 2px 0px rgba(7, 7, 7, 0.75);
	box-shadow:         1px 1px 2px 0px rgba(7, 7, 7, 0.75);
}


.field.field-name-person-video h2.block-title{
	width: 15%;	
	padding-top: 5px;
	border-top: 4px solid #650000;
}

.field.field-name-person-video td {
	width: 17%;
	padding: 2px 7px 2px 7px;
}

#block-views-page-headers-block h2{
	display:none;
}

#flexslider-3 {
	height: 170px;
}

#block-views-page-headers-block .flex-control-nav {
  visibility:hidden;
}

#block-views-page-headers-block {
	background: #fff;
	border-left: 0px solid #eee;
	border-top: 0px solid #eee;
	padding: 0px 10px 10px 0px;
	margin: 10px 0px 10px 0px;
}



#block-views-page-headers-block .views-field.views-field-title a{
	display:inline-block;
    position:absolute;
	padding-top: 1px;
    padding:3px 3px;
	background-color:rgba(119,1,1,1);
	color: #eee;
	font-size: 14px;
	font-weight: bold;
	bottom:0px;  
}

#block-views-cathedres-block-10 h2,
#block-views-seminar-groups-block h2,
#block-views-seminar-groups-block-1 h2,
#block-views-seminar-groups-block-2 h2,
#block-views-seminar-groups-block-3 h2,
#block-views-seminar-groups-block-4 h2,
#block-views-seminar-groups-block-5 h2,
#block-views-seminar-groups-block-6 h2 {
	font-size: 22px;
	font-weight: bold;
	font-family: Arial;
	border-bottom: 1px solid #eee;
}



#block-views-seminar-groups-block .views-field.views-field-field-image,
#block-views-seminar-groups-block-1 .views-field.views-field-field-image,
#block-views-seminar-groups-block-2 .views-field.views-field-field-image,
#block-views-seminar-groups-block-3 .views-field.views-field-field-image,
#block-views-seminar-groups-block-4 .views-field.views-field-field-image,
#block-views-seminar-groups-block-5 .views-field.views-field-field-image,
#block-views-seminar-groups-block-6 .views-field.views-field-field-image {
	float:left;
	margin-right: 15px;
}


#block-views-seminar-groups-block .views-field.views-field-title,
#block-views-seminar-groups-block-1 .views-field.views-field-title,
#block-views-seminar-groups-block-2 .views-field.views-field-title,
#block-views-seminar-groups-block-3 .views-field.views-field-title,
#block-views-seminar-groups-block-4 .views-field.views-field-title,
#block-views-seminar-groups-block-5 .views-field.views-field-title,
#block-views-seminar-groups-block-6 .views-field.views-field-title{
	font-size: 18px;
	color: #333;
	padding: 10px 0px 15px 0px;
}



#block-views-seminar-groups-block .views-field.views-field-field-person-type,
#block-views-seminar-groups-block-1 .views-field.views-field-field-person-type,
#block-views-seminar-groups-block-2 .views-field.views-field-field-person-type,
#block-views-seminar-groups-block-3 .views-field.views-field-field-person-type,
#block-views-seminar-groups-block-4 .views-field.views-field-field-person-type,
#block-views-seminar-groups-block-5 .views-field.views-field-field-person-type,
#block-views-seminar-groups-block-6 .views-field.views-field-field-person-type {
	clear:both;
	visibility:hidden;
}


#block-views-seminar-groups-block-7  {
	background-color: #eee;
	padding: 0px 5px 0px 5px;
	border: 1px dotted #ac0101;
}

#block-block-29 h2,
#block-views-seminar-groups-block-7 h2 {
	text-transform:lowercase;
	font-size:16px;
	background: #ac0101;
	color: #fff;
	text-align:center;
}

#block-views-seminar-groups-block-7 .views-field.views-field-field-authors a{
	color: #ac0101;
}



#block-views-seminar-groups-block-7 .views-field.views-field-title {
	font-size:12px;
	font-weight:bold;
	padding-bottom:7px;
}

.class_seminar_images.field.field-name-field-images-flickr .flickr-credit  {
	display: none;
}


#block-views-cathedres-block-10 h2 {
	font-size: 22px;
	font-weight: bold;
	font-family: Arial;
	border-bottom: 1px solid #eee;
	color: #ac0101;
}
	
#block-views-cathedres-block-10 table, td {
	background: none;
	border: 0px;
	
}

#block-views-cathedres-block-10 td {
	width: 24%;
	padding: 10px 2px 10px 1px;
}

#block-views-cathedres-block-10 .views-field.views-field-title,
#block-views-cathedres-block-10 .views-field.views-field-field-field-managment {
	padding: 6px 0px 6px 0px;
}


#block-views-cathedres-block-10 .views-field.views-field-title a{
	font-size: 14px;
	color: #ac0101;
}

#block-views-cathedres-block-10 .views-field.views-field-field-field-managment a{
	font-size: 12px;
	color: #650000;
	padding-right: 6px;
}


#block-block-29 {
	width: 80%;
}

#block-views-cathedres-block-11 h2 {
	display: none;
}

#block-views-cathedres-block-11 {
	padding-left: 5%;
}

#block-views-cathedres-block-11 .views-row {
	padding: 15px 0px 15px 0px;
}

#block-views-cathedres-block-11 .views-field.views-field-title,
#block-views-cathedres-block-11 .views-field.views-field-field-boss,
#block-views-cathedres-block-11 .views-field.views-field-field-person-phone,
#block-views-cathedres-block-11 .views-field.views-field-field-e-mail,
#block-views-cathedres-block-11 .views-field.views-field-field-metodist
 {
	padding-top: 2px;
	font-size: 14px;
}

#block-views-cathedres-block-11 .views-field.views-field-title a {
	font-size: 18px;
	font-weight: bold;
	color: #ac0101;
}

#block-views-cathedres-block-1 table, td,
#block-views-cathedres-block-2 table, td,
#block-views-cathedres-block-3 table, td,
#block-views-cathedres-block-4 table, td,
#block-views-cathedres-block-5 table, td,
#block-views-cathedres-block-6 table, td,
#block-views-cathedres-block-7 table, td,
#block-views-cathedres-block-8 table, td,
#block-views-cathedres-block-9 table, td {
	background: none;
	border: 0px;
}

#block-views-cathedres-block-1 td,
#block-views-cathedres-block-2 td,
#block-views-cathedres-block-3 td,
#block-views-cathedres-block-4 td,
#block-views-cathedres-block-5 td,
#block-views-cathedres-block-6 td,
#block-views-cathedres-block-7 td,
#block-views-cathedres-block-8 td,
#block-views-cathedres-block-9 td {
	width: 15%;
	padding: 10px 10px 10px 10px;
}

#block-views-cathedres-block-1 .views-field.views-field-title,
#block-views-cathedres-block-2 .views-field.views-field-title,
#block-views-cathedres-block-3 .views-field.views-field-title,
#block-views-cathedres-block-4 .views-field.views-field-title,
#block-views-cathedres-block-5 .views-field.views-field-title,
#block-views-cathedres-block-6 .views-field.views-field-title,
#block-views-cathedres-block-7 .views-field.views-field-title,
#block-views-cathedres-block-8 .views-field.views-field-title,
#block-views-cathedres-block-9 .views-field.views-field-title {
	width: 19%;
	padding: 10px 2px 10px 1px;
}

#block-views-cathedres-block-1 .views-field.views-field-title a,
#block-views-cathedres-block-2 .views-field.views-field-title a,
#block-views-cathedres-block-3 .views-field.views-field-title a,
#block-views-cathedres-block-4 .views-field.views-field-title a,
#block-views-cathedres-block-5 .views-field.views-field-title a,
#block-views-cathedres-block-6 .views-field.views-field-title a,
#block-views-cathedres-block-7 .views-field.views-field-title a,
#block-views-cathedres-block-8 .views-field.views-field-title a,
#block-views-cathedres-block-9 .views-field.views-field-title a{
	font-size: 14px;
	color: #ac0101;
}

#block-views-cathedres-block-1 .views-field.views-field-field-academic-title a,
#block-views-cathedres-block-2 .views-field.views-field-field-academic-title a,
#block-views-cathedres-block-3 .views-field.views-field-field-academic-title a,
#block-views-cathedres-block-4 .views-field.views-field-field-academic-title a,
#block-views-cathedres-block-5 .views-field.views-field-field-academic-title a,
#block-views-cathedres-block-6 .views-field.views-field-field-academic-title a,
#block-views-cathedres-block-7 .views-field.views-field-field-academic-title a,
#block-views-cathedres-block-8 .views-field.views-field-field-academic-title a,
#block-views-cathedres-block-9 .views-field.views-field-field-academic-title a{
	font-size: 12px;
	color: #650000;
}

#block-views-cathedres-block-1 .views-field.views-field-field-person-exper, .views-field.views-field-field-person-exper-sp,
#block-views-cathedres-block-2 .views-field.views-field-field-person-exper, .views-field.views-field-field-person-exper-sp,
#block-views-cathedres-block-3 .views-field.views-field-field-person-exper, .views-field.views-field-field-person-exper-sp,
#block-views-cathedres-block-4 .views-field.views-field-field-person-exper, .views-field.views-field-field-person-exper-sp,
#block-views-cathedres-block-5 .views-field.views-field-field-person-exper, .views-field.views-field-field-person-exper-sp,
#block-views-cathedres-block-6 .views-field.views-field-field-person-exper, .views-field.views-field-field-person-exper-sp,
#block-views-cathedres-block-7 .views-field.views-field-field-person-exper, .views-field.views-field-field-person-exper-sp,
#block-views-cathedres-block-8 .views-field.views-field-field-person-exper, .views-field.views-field-field-person-exper-sp,
#block-views-cathedres-block-9 .views-field.views-field-field-person-exper, .views-field.views-field-field-person-exper-sp{
	font-size: 8px;
	color: #000;
	padding: 3px 2px 0px 0px;
}

#block-views-cathedres-conferences-block {
border-top: 1px solid #ac0101;
}

#block-views-cathedres-conferences-block .views-row {
	padding: 6px 0px 4px 7px;
}

#block-views-cathedres-conferences-block .views-field.views-field-title {
	font-size: 14px;
}

#block-views-cathedres-conferences-block .views-field.views-field-title a{
	color: #333;
}

#block-views-cathedres-conferences-block .views-field.views-field-title a:hover{
	color: #ac0101;
}

.class_gallery_info.field-name-field-tags a {
	display: inline-block;
	background: none;
	padding: 0px;
	color: #ac0101;
	font-size: 12px;
}

.class_gallery_info,
.class_gallery_info a {
	color: #ac0101;
}

.class_gallery_info .field-label {
	color: #515F5C;
}

.field.field-name-field-vestnik-images .field-item {
	display: inline-block;
}

.class_vestnik_body {
	border-top: 3px solid #aaa;
	background: #eee;
	padding: 8px;
	margin-top: 5px;
	text-align: justify;
}

.class_vestnik_content {
	border-top: 3px solid #aaa;
	background: #none;
	padding: 8px;
	margin-top: 5px;
	text-align: justify;
}

.class_img_contents {
	border-left: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
	padding-left: 10px;
}

.class_img_contents .field-label {
	background: #eee;
	font-size: 14px;
	text-align: center;
}

.class_schedule_body table{
	max-width: 98%;
	background: none;
}

.class_schedule_body td{
	padding: 3px;
	border: 1px dotted #eee;
	color: #000;
	font-size: 12px;
	background: none;
}




.class_izdat_title {
	font-size: 20px;
	padding-bottom: 5px;
}

.class_izdat_img a img {
	float: left;
	margin: 1px 15px 15px 1px;
}

.views-field.views-field-field-images .class_izdat_imgs {
	display: inline-block;
}

.class_izdat_imgs_title {
	color: #616161;
	font-size: 14px;
	text-align: top;
}

.class_izdat_rubrica {
	clear: both;
	text-transform: uppercase;
	border-top: 2px dotted #eee;
}

.class_izdat_rubrica a {
	color: #616161;
}

.class_izdat_rubrica a:hover {
	color: #aaa;
}

.class_izdat_author,
.class_izdat_author a {
	color: #ac0101;
	font-size: 14px;
}

.class_izdat_author a:hover {
	color: #d30101;
}

.class_izdat_author_title {
	color: #515F5C;
	font-size: 14px;
}

#block-system-main .view.view-publishing .views-field.views-field-title {
	margin-bottom: 15px;
}

#block-system-main .view.view-publishing .field-content.class_izdat_rubrica {
	padding: 5px 0px 5px 0px;
}

.field.field-name-field-images .field-item {
	display: inline-block;
	margin-right: 2px;
}


.class_book_body {
	border-left: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
	padding-left: 10px;
}

.class_book_body .field-label {
	background: #eee;
	font-size: 14px;
	text-align: center;
}

.class_book_taxo_term a {
	font-size: 12px;
	text-transform:lowercase;
	color: #ac0101;
	font-weight: bold;
}

.class_book_taxo_descr,
.class_book_taxo_descr a {
	color: #ac0101;
}

.class_book_taxo_descr .field-label {
	color: #515F5C;
}

.class_schedule_type {
	float: left;
	margin-right: 3px;
}

.class_schedule_type a{
	font-size: 12px;
	text-transform:lowercase;
	color: #ac0101;
	font-weight: bold;
}

.class_schedule_title {
	clear: both;
	margin: 15px;
}

.class_schedule_title a {
	font-size: 16px;
	font-weight: bold;
}

#block-system-main .view.view-schedules .views-row {
	margin: 15px;
}


.class_vestnik_archive,
.class_vestnik_archive a {
	font-size: 14px;
	color: #ac0101;
}

.class_vestnik_archive_title {
	font-size: 14px;
	color: #515F5C;
}


.vestnik_archive_img a img {
	float: left;
	margin: 1px 15px 15px 1px;
}

.vestnik_archive_title a{
	clear: both;
	font-size: 20px;
	padding-bottom: 5px;	
	text-transform: uppercase;
}

.views-field.views-field-field-vestnik-file{
	clear: both;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 2px dotted #eee;
}

#block-views-vestnik-main-block-2  {
	border: 1px dotted #eee;
}

#block-views-vestnik-main-block-2  h2 {
	background: #eee;
	color: #515F5C;
	text-transform:lowercase;
	text-align:center;
}

#block-views-vestnik-main-block-2  .views-field.views-field-title{
	margin: 3px 0px 3px 7px;
	font-size: 16px;
}

#block-views-vestnik-main-block-2  .views-field.views-field-title a{
	color: #515F5C;
}

#block-views-vestnik-main-block-2  .views-field.views-field-title a:hover{
	color: #eee;
}

#block-views-cathedres-conferences-block-2,
#block-block-30 {
	background: #eee;
	border: 2px dotted #fff;
	margin-bottom: 5px;
}

#block-views-cathedres-conferences-block-2 h2,
#block-block-30  h2{
	text-transform:none;
	font-size: 14px;
	text-align:center;
	color: #ac0101;
}

.class_cath_anons, .class_cath_anons a {
	font-size: 10px;
}

#block-views-cathedres-conferences-block-2 .views-field.views-field-title {
	border-bottom: 2px dotted #fff;
	margin-bottom: 3px;
}

#block-system-main .view.view-conferences .views-field.views-field-title {
	margin: 15px 0px 15px 0px;
}

.class_conf_img {
	float: left;
}

.class_conf_img a img {
	margin: 15px 35px 15px 0px;
}

.class_conf_title {
	font-size: 20px;
	padding-bottom: 5px;
}

.class_conf_top, .class_conf_top a {
	font-size: 10px;
	font-weight: bold;
	color: #ac0101;
	margin: 0px 10px 0px 10px;
}

.class_conf_body {
	text-align:justify;
}

.class_conf_body_1, .class_conf_body_1 p {
	margin-top: 15px;
	text-align:justify;
}

.class_conf_teaser_img {
	margin-top: 15px;
}

.class_conf_bottom, .class_conf_bottom a {
	padding: 1px 7px 1px 7px;
	font-size: 12px;
	font-weight: bold;
	color: #565656;;
}

.class_conf_bottom_title, .class_conf_bottom_title a {
	padding: 1px 7px 1px 7px;
	text-align: center;
	color: #ac0101;
	background-color: #fff;
	font-size: 12px;
	font-weight: bold;
	border-left: 3px solid #ac0101;
}

.class_conf_bottom_teaser .field-label {
	color: #ac0101;
}

.class_conf_teaser_title {
	background: #eee;
	margin-top: 15px;
	border-bottom: 1px dotted #ac0101;
}

.class_conf_teaser_title h2 {
	font-size: 20px;
	margin: 3px 0px 2px 5px;
	color: #ac0101;
}

.conf_teaser_readmore a{
	text-align: right;
}

.video-readmore a  {
	margin-left: 92%;
	text-transform: lowercase;
	color: #ac0101;
}

.class_video_tags a {
	color: #aaa;
}

.class_video_body a{
color: #ac0101;
}

#block-system-main .view.view-conferences .views-field.views-field-field-conf-gallery,
#block-system-main .view.view-conferences .views-field.views-field-field-source-link,
#block-system-main .view.view-conferences .views-field.views-field-field-manager1{
	clear: both;	
	padding-bottom: 10px;
}


#block-system-main .view.view-conferences .views-row {
	border-top: 2px dotted #333;
	padding-top: 15px;
	margin: 25px 0px 25px 0px;
}

#block-system-main .view.view-bookshelf-views table,
#block-system-main .view.view-media-gallery table {
	margin: 30px 5px 1px 5px;
	background: none;
	border: 0px;
	vertical-align: top;
}

#block-system-main .view.view-media-gallery td {
	margin: 10px 10px 10px 10px;
	max-width: 27%;
	background: none;
	border: 0px;
	vertical-align: top;
}

#block-system-main .view.view-media-gallery .class_photo_preview a img {
	background: #ebebeb;
	margin-left: auto;
	margin-top: 5px;
	border-radius: 0px;
	width: 280px;
	height: 220px;
	padding: 10px 7px 50px 7px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(7, 7, 7, 0.75);
	-moz-box-shadow:    1px 1px 2px 0px rgba(7, 7, 7, 0.75);
	box-shadow:         1px 1px 2px 0px rgba(7, 7, 7, 0.75);
	
}

.class_gallery_date,
.class_gallery_date a {
	font-size: 8px;
}

.class_gallery_title a {
	color: #000;
	font-weight: bold;

}



.class_announce_info.field-name-field-tags a {
	display: inline-block;
	background: none;
	padding: 0px;
	color: #ac0101;
	font-size: 12px;
}

.class_announce_info,
.class_announce_info a {
	margin: 5px 10px 5px 10px;
	color: #ac0101;
}

.class_announce_info .field-label {
	color: #515F5C;
}

.class_announce_type {
	margin: 5px 10px 5px 10px;
	font-weight:bold;
	text-transform:uppercase;
}


.class-announce-top {
	background: #f4f3f3;
	border-bottom: 3px solid #fff;
}

.class-announce {
	margin-top: 20px; 
	
	height: 153px;
	background: #fff;
}

.class_announce_svodka {
	padding: 13px;
	height: 152px;
	border-bottom: 3px solid #f4f3f3;
}

#post-content .class_announce_svodka p {
	color: #965f5f;
	font-size: 18px;
}


.class_announce_img img{
	border-top: 3px solid #f4f3f3;
	margin-left: 7px;
}

.class_announce_body {
	margin-top: 20px;
}

.class_konkurs_teaser_title h2 {
	color: #333;
	text-transform: none;
	margin: 3px 0px 2px 5px;
	padding: 12px 0px 8px 0px;
	font-family: "Arial";
}

.class_konkurs_teaser_title {
	margin: 15px 0px 10px 0px;
	border-bottom: 1px dotted #720101;
}

.class_konkurs_top, .class_konkurs_top a {
	font-size: 10px;
	font-weight: bold;
	color: #ac0101;
	margin: 0px 10px 0px 10px;
}

.class_konkurs_teaser_img a img {
	padding: 1px;
	margin: 5px;
	box-shadow: 0 0 1px #EEE;
	border: #EEE 1px solid;
	width: 220px;
	height: 220px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	-ms-border-radius: 150px;
	-o-border-radius: 150px;
	border-radius: 150px;
}

.class_unsubb_date {
	font-size: 36px;
	font-weight: bold;
	color: #ac0101;
	text-align: center;
	font-family: 'Open Sans';
	margin: 20px 0px 20px 0px;
	border-top: 3px solid #ac0101;
	padding: 10px 0px 20px 0px;
}

.class_unsubb_registr,
.class_unsubb_registr a {
	text-transform: lowercase;
	text-align: center;
	font-size: 14px;
	color: #ac0101;
	font-weight: bold;
	font-family: 'Open Sans';
}

.class-unsubb-readmore {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #720101;
	font-size: 15px;
	font-weight: bold;
}

.class-unsubb-readmore,
.class-unsubb-readmore a  {
	text-align: right;
	text-transform: lowercase;
	color: #ac0101;
}

.class_unsubb_registr a:hover,
.class-unsubb-readmore a:hover {
	color: #a1a1a1;
}

.class-unsubb-readmore-2, .class-unsubb-readmore-2 a {
	font-size: 10px;
	font-weight: bold;
	color: #54aced;
	margin: 0px 10px 0px 10px;
}

.class_unsubb_teaser_img a img {
	padding: 1px;
	margin: 5px;
	box-shadow: 0 0 1px #EEE;
	border: #EEE 1px solid;
}


#unsubb_list {
	margin: 15px 0px 10px 0px;
	padding-bottom: 25px;
	border-bottom: 2px solid #eee;
}

#unsubb_photo table, td{
	background: none;
	border: none;
}

#unsubb_photo table {
	margin-left: 15%;
}

#unsubb_photo td {
	width: 25%;
	padding-bottom: 10px;
}

#unsubb_photo .flickr-credit {
	display: none;
}


#unsubb_photo .views-field.views-field-title {
	width: 200px;
}

#unsubb_photo img {
	width: 190px;
	height: 138px;
	padding: 4px 2px 8px 2px;
	margin-left: auto;
	border-radius: 0px;
		-webkit-box-shadow: 1px 1px 2px 0px rgba(7, 7, 7, 0.75);
	-moz-box-shadow:    1px 1px 2px 0px rgba(7, 7, 7, 0.75);
	box-shadow:         1px 1px 2px 0px rgba(7, 7, 7, 0.75);
}

#unsubb_photo {
	border-top: 1px solid #ac0101;
}

#honalit_news_main h2,
#honalit_video_5img h2,
#honalit_news_short h2,
#honalit_galleries_small h2,
#honalit_konkurs h2 {
	display: none;
}

#honalit_galleries_small {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

#honalit_news_main .views-field.views-field-title {
	margin-top: 15px;
}

.gallery_preview_date {
text-align: right;
color: #650000;
font-size: 8px;
font-weight: bold;
padding-right: 5px;
}

#honalit_news_short .views-row {
	padding: 0px 0px 20px 0px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
}

#honalit_news_short .views-row:last-child {
	border-bottom: 0px;
}

#honalit_news_short .views-field.views-field-title {
	margin-bottom: 8px;
}

#honalit_galleries_small .views-field.views-field-title {
	margin-left: 22px;
	margin-right: 5px;
}

.gallery_preview_title a {
	color: #555;
	font-size: 8px;
	font-weight: bold;
}

.gallery_preview_title a:hover {
	color: #650000;
}

.tieser_photo_author {
	margin: -4px 5px 0px 0px;
	text-align: right;
	font-size: 8px;
	color: #aaa;
	text-transform: uppercase;
}

#post-content .class_article_tieser p {
	font-size: 11px;
	margin-bottom: 1px;
}

.newsblock_img_small a img{
	float: right;
	margin: 2px 0px 8px 8px;
	background:#FFF;
	border:#EEE 0px solid;
}

.class_article_author_1 a{
	padding:1px;
	color: #9ba5ac;
	font-weight: bold;
	font-size: 8px;
}

.class_article_author_1 a:hover{
	padding:1px;
	color: #000;
	font-weight: bold;
}

.class_article_author_1{
	margin: 0 0 0 0px;
}

.style_publication_date_1 {
	padding:2px;
	font-size: 8px;
	color: #9ba5ac;
	margin: 0 0px 0 0px;
}

.teaser_video_title {
	font-size: 12px;
	color: #000;
	padding-bottom: 10px;
}


#lect_video_news {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 2px solid #ac0101;	
}

#unsubb_photo h2,
#lect_video_5img h2{
	color: #333;
text-transform: none;
margin: 3px 0px 2px 5px;
padding: 12px 0px 8px 0px;
font-family: "Arial";
}

#lect_video_5img{
	padding-top: 10px;
	margin-top: 10px;
	border-top: 2px solid #eee;
}

#honalit_video_5img {
	border-top: 1px solid #eee;
	border-bottom: 2px solid #720101;
}

#lect_video_5img  a img,
#honalit_video_5img  a img{
	border-top: 4px solid #eee;
}

#lect_video_5img   table, td,
#honalit_video_5img   table, td {
	background: none;
	border: 0px;
	vertical-align: top;
}

#lect_video_5img   table,
#honalit_video_5img  table {
	margin: 15px 0px 19px 0px;
}

#lect_video_5img td,
#honalit_video_5img  td {
	padding: 0px 15px 0px 15px;
	border-right: 1px solid #eee;
	width: 17%;
}

#lect_video_5img   td:last-child,
#honalit_video_5img  td:last-child {
	border-right: 0px;
}

.class_rubrics_video a{
	text-transform: uppercase;
	font-size: 8px;
	color: #777;
}

#honalit_news_teaser {
	margin-top: 24px;
}

#honalit_news_teaser table {
	background-color: #fff;
	border: 0px;
}

#honalit_news_teaser tr {
	border-bottom: 1px solid #eee;
	margin: 10px 4px 10px 0px;
}

#honalit_news_teaser td {	
	padding: 10px 0px 10px 0px;
}


#honalit_news_teaser td.views-field.views-field-field-publicated,
#honalit_news_teaser td.views-field.views-field-created  {
	width: 10%;
	background-color: #fff;
	margin: 5px;
}


#honalit_news_teaser td.views-field.views-field-title  {
	width: 55%;
	background-color: #fff;
	margin-right: 5px;
}

#honalit_news_teaser td.views-field.views-field.views-field-field-image  {
	width: 35%;
	background-color: #fff;
	text-align: right;
}


.news-teaser_date {
color: #333;
font-size: 10px;
font-weight: bold;
padding-top: 5px;
}

#honalit_news_teaser-block-tolma4nonstop h2{
	display:none;
}

.news-teaser_img1 a img{
	padding:0px 15px 2px 5px;
	background: #fff;
}

.news-teaser_img a img{
	padding:5px 0px 2px 5px;
	background: #fff;
}

.news_teaser_title h3 a{
	font-family: "Arial";
	font-size: 18px;
	color: #000;
}

.news_teaser_title span a {
	font-size: 10px;
}


.news_teaser_title_small a {
	font-size: 14px;
	color: #000;
}

.allnews-teaser_img a img{
	float: right;
	padding: 4px 0px 7px 10px;
}

.allnews-teaser_date {
	clear: both;
}

.allnews-teaser_title a {
	padding-bottom: 8px;
	font-size: 18px;
}

#block-system-main .view.view-life.view-id-life.view-display-id-page_2 .views-row {
	border-top: 2px dotted #333;
	padding-top: 15px;
	margin: 25px 0px 25px 0px;
}

#block-system-main .view.view-life.view-id-life.view-display-id-page_2 .views-row:first-child {
	border-top: 0px;
}

#block-system-main .view.view-life.view-id-life.view-display-id-page table, td,
#block-system-main .view.view-domnazlit.view-id-domnazlit.view-display-id-page_1 table, td {
	border: 0px;
	background: none;
}

#block-system-main .view.view-life.view-id-life.view-display-id-page  td,
#block-system-main .view.view-domnazlit.view-id-domnazlit.view-display-id-page_1 td {
	padding: 25px;
}

#block-system-main .view.view-life.view-id-life.view-display-id-page .views-field.views-field-title,
#block-system-main .view.view-domnazlit.view-id-domnazlit.view-display-id-page_1 .views-field.views-field-title {
	padding-bottom: 10px;
}

#block-system-main .view.view-life.view-id-life.view-display-id-page .views-field.views-field-created,
#block-system-main .view.view-domnazlit.view-id-domnazlit.view-display-id-page_1 .views-field.views-field-created {
	padding-left: 10px;
	text-align: right;
	border-bottom: 1px solid #eee;
	border-right: 4px solid #eee;
	padding-right: 3px; 
}

#honalit_konkurs .views-row{
	margin-top: 25px;
	padding: 5px 0px 15px 8px;
	border: 2px dotted #eee; 
	border-top: 15px solid #eee;
}

#honalit_announce {
	text-align: center;
	margin-top: 25px;
	padding: 2px 0px 15px 2px;
	border: 2px dotted #eee; 
	border-top: 15px solid #ccc;
}

#honalit_menu h2{
	display:none;
}

#honalit_menu {
	max-width: 98%; 
	float:left;
	margin: 5px 2px 0px 1px;
	border-top: 1px solid #eee;
}

#honalit_menu a {
	font-size: 10px;
	color: #333;
	text-transform: uppercase;
	padding-right: 4px;
}

#honalit_menu a:hover {
	text-decoration: underline;
}

#honalit_menu ul {
  float:left;
  padding:2px;
  margin:2px;
  list-style:none;
}

#honalit_menu li {
  background: none;
  position:relative;
  float:left;
  border-right: 1px solid #eee;
  padding:2px;
  margin:2px;
}

#honalit_menu ul li:last-child {
  border-right: 0px;
}

#honalit_search {
	margin: 5px 2px 0px 1px;
}

#block-system-main .domnazlit-region-top {
	margin-bottom: 15px;
	border-bottom: 2px solid #720101;
} 	

#block-system-main .konkurs-region-top {
	margin-bottom: 15px;
	border-bottom: 2px solid #eee;
} 

#translate_prelude h2,
#konkurs_raduga_banner h2 {
	display: none;
}

#konkurs_raduga_banner {
	border-left: 3px solid #eee;
	border-bottom: 5px solid #eee;
	padding: 10px;
}

#konkurs_klass_news {
	padding: 10px;
}

#konkurs_klass_news h2 {
	color: #fff;
	background-color: #ac0101;
	text-align: center;
	font-weight: bold;
}

#unsubb_list h2,
#unsubb_about h2,
#konkurs_raduga_news h2 {
	font-size: 18px;
	color: #ac0101;
	font-family: "Arial";
	padding: 15px 0px 10px 0px;
}

#unsubb_about,
#konkurs_raduga_news {
	border-right: 3px solid #ac0101;
	border-top: 2px solid #ac0101;
	padding-bottom: 10px;
}

#unsubb_about {
	padding: 10px;
	margin: 10px;
}

#unsubb_about a{
	color: #650000;
}

#konkurs_klass_news  .views-row,
#konkurs_raduga_news  .views-row {
	padding-bottom: 10px;
}

.raduga_news_date {
	padding: 0px 7px 0px 7px;
	text-align: center;
	color: #fff;
	background-color: #ac0101;
	font-size: 14px;
	font-weight: bold;
	border-top: 0x solid #ac0101;
}

.raduga_news_title a{
	font-size: 14px;
	font-weight: bold;	
	padding-left: 14px;
}

#konkurs_list {
	margin: 15px 0px 10px 0px;
	padding-bottom: 25px;
	border-bottom: 2px solid #eee;
}

#massmedia_graduate,
#konkurs_konkurs_arch {
	background: #eee;
	border: 2px dotted #ac0101;
	border-top: 5px solid #ccc;
	margin: 15px 0px 0px 8px;
}

#massmedia_graduate h2,
#konkurs_konkurs_arch h2 {
	text-transform: lowercase;
	font-weight: bold;
	color: #fff;
	background: #ac0101;
	text-align: center;
	font-size: 14px;
	padding: 10px 0px 10px 0px;
}

#massmedia_graduate .views-row,
#konkurs_konkurs_arch .views-row{
	margin-top: 5px;
	padding: 5px 0px 10px 8px;
	border-bottom: 1px dotted #ac0101;
}

#block-menu-menu-education-menu,
#block-menu-menu-menu-svedenia {
	border: none;
}

#block-menu-menu-education-menu a,
#block-menu-menu-menu-svedenia a{
	font-size: 10px;
	color: #333;
	text-transform: uppercase;
	padding-right: 4px;
}

#block-menu-menu-education-menu a:hover,
#block-menu-menu-menu-svedenia a:hover {
	text-decoration: underline;
}

#block-menu-menu-education-menu ul.menu li,
#block-menu-menu-menu-svedenia ul.menu li {
	background: none;
}

#block-menu-menu-education-menu ul,
#block-menu-menu-menu-svedenia ul {
  padding:0px;
  margin:0px;
  list-style:none;
}

#block-menu-menu-education-menu li,
#block-menu-menu-menu-svedenia li {
  border-left: 3px solid #fdb497;
  margin-top: 8px;
}


#education_page h2 {
	font-size: 18px;
	color: #ac0101;
	font-family: "Arial";
	padding: 5px 0px 10px 0px;
}

#education_page .education_news {
	padding: 1px 15px 1px 15px;
	margin-right: 15px;
	border-left: 3px solid #eee;
border-bottom: 5px solid #eee;
}

#education_page .education_news  h2{
	border-left: 10px solid #ac0101;
	padding: 0px 0px 0px 10px ;
	
}

#education_page .education_obrazovanie h2{
	text-align: center;
	font-size: 20px;
	text-decoration: underline;
	padding: 20px 0px 0px 15px;
}

#education_page .education_cathedres .views-row{
	padding: 10px 0px 10px 0px;
}

#education_page .education_cathedres .views-field.views-field-title {
	font-weight: bold;
}

#education_page .education_cathedres a {
	color: #ac0101;
}

.table_education {
	background: none;
	border:none;
}

.table_education th {
	background: none;
	border: none;
  padding: 8px;
  margin: 5px;
  color:#fff;
  text-shadow: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}

.table_education th a{
  color: #ac0101;
}

.table_education td {
	width: 30%;
  font-size: 12px;
  padding-left: 4px;
  
}

.table_education td a{
	font-size: 12px;
	color: #333;
	text-transform: uppercase;
	padding-right: 4px;
	text-align: left;
	padding-left: 7px;
	border-left: 3px solid #ac0101;
}

.table_education td a:hover{
	text-decoration: underline;
}

#video_lections_1  h2,
#video_lections_2  h2,
#video_lections_3  h2,
#video_lections_4  h2,
#education_page .video_lections  h2 {
	text-transform: lowercase;
	font-weight: bold;
	color: #fff;
	background: #ac0101;
	border-top: 5px solid #ccc;
	text-align: center;
	font-size: 14px;
	padding: 10px 0px 10px 0px;
}

#video_lections_1  {
	border-right: 3px solid #f8a55b;
}

#video_lections_2  {
	border-right: 3px solid #f77f5b;
}

#video_lections_3  {
	border-right: 3px solid #f85b5b;
}

#video_lections_4  {
	border-right: 3px solid #c60202;
}

#video_lections_1  h2{
	background: #dd6800;
	border-top: 5px solid #f8a55b;
}

#video_lections_2  h2{
	background: #de3400;
	border-top: 5px solid #f77f5b;
}

#video_lections_3  h2{
	background: #dc0000;
	border-top: 5px solid #f85b5b;
}

#video_lections_4  h2{
	background: #ac0101;
	border-top: 5px solid #c60202;
}

#video_lections_1 .more-link,
#video_lections_2 .more-link,
#video_lections_3 .more-link,
#video_lections_4 .more-link {
	text-transform:lowercase;
	padding-right: 3px;
	width: 30%;
	margin-left: auto;

	-webkit-box-shadow: 1px 1px 2px 0px rgba(101, 0, 0, 0.75);
-moz-box-shadow:    1px 1px 2px 0px rgba(101, 0, 0, 0.75);
box-shadow:         1px 1px 2px 0px rgba(101, 0, 0, 0.75);
}

#video_lections_1 .more-link a,
#video_lections_2 .more-link a,
#video_lections_3 .more-link a,
#video_lections_4 .more-link  a{
	color: #fff;
	font-weight: bold;
	
}

#video_lections_1 .more-link{
	background: #f8a55b;
}
#video_lections_2 .more-link {
	background: #f77f5b;
}
#video_lections_3 .more-link {
	background: #f85b5b;
}
#video_lections_4 .more-link {
	background: #c60202;
}


#education_page .video_lections  {
	border-right: 3px solid #ac0101;
}


#education_page .video_lections.views-field.views-field-title a{
	border-left: 2px solid #ac0101;
}

#educate_books .flexslider{
	background: none;
	border: none;
}

#educate_books {
	background: #eee;
}

#educate_books h2{
	text-transform: lowercase;
	color: #454545;
	padding: 10px 0px 1px 15px;
	border-top: 1px solid #aaa;
}

#educate_books ul{
	width: 100%;	
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding-top: 12px;
}

#educate_books li{
	margin: 0px 15px 0px 15px;
	max-width: 17%;
	border-right: 1px solid #ccc;
}

#educate_books li:last-child{
	border-right: none;
}

.books-rubrics-page {
	padding-top: 3px;
}

.books-rubrics-page a{
	color: #de7d0b;
	text-transform: uppercase;
}

.img_slidestud {
	float: left;
}

.title_slidestud {
	font-size: 16px;
	margin-left: 15px;
}

.title_slidestud a{
	color: #454545;
	font-size: 20px;
	text-align: center;
}

#education_table a{
	color: #ac0101;
}

#education_table  a:hover{
	color: red;
}

#education_table  td{
	border-top: 1px solid #ccc;
	padding: 7px 3px 7px 3px;
}

#education_table  table{
	border-left: none;
	border-right: none;
}

.taxonomy-term.vocabulary-magaziness h2 {
	display:none;
}

.class_author_img a img {
	padding: 1px auto;
	margin: 5px;
	box-shadow: 0 0 1px #EEE;
	border: #EEE 1px solid;
	width: 80px;
	height: 80px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-ms-border-radius: 60px;
	-o-border-radius: 60px;
	border-radius: 60px;
}

.class_person_img a img {
	padding: 1px auto;
	margin: 5px;
	box-shadow: 0 0 1px #EEE;
	border: #EEE 1px solid;
	width: 120px;
	height: 120px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
}


.class_publication.field-name-field-tags a {
	display: inline-block;
	background: none;
	color: #ac0101;
	font-size: 12px;
}

.class_publication .field-items,
.class_publication .field-label {
	color: #515F5C;
	padding-top: 10px;
}

.class_pps_title th {
	color: #ac0101;
}

 .table_pps  table, td, tr.even, tr.odd{
	background: none;
}

 .table_pps  table{
	border: 1px 0px 1px 0px solid #ac0101;
	width: 100%;
}

.table_pps span, 
.table_pps p,
.table_pps a {
	font-size: 10px;
	font-family: Arial,Helvetica,sans-serif;
}

.lection_bottom {
	padding-top: 10px;
	margin-top: 10px;
}

#lection_youtube {
	padding-top: 5px;
	background-color: #ac0101;
}

#lection_youtube  h2{
	padding-top: 3px;
	color: #fff;
	text-transform: lowercase;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

#lection_new_video {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 4px solid #ac0101;
}

#lection_new_video  table{
	margin-top: 24px;
	background-color: #fff;
	border: 0px;
}

#lection_new_video tr {
	border-bottom: 1px solid #eee;
	margin: 10px 4px 10px 0px;
}

#lection_new_video td {	
	padding: 10px 0px 10px 0px;
}


#lection_new_video td.views-field.views-field-created  {
	width: 10%;
	background-color: #fff;
	margin: 5px;
}


#lection_new_video td.views-field.views-field-title  {
	width: 65%;
	background-color: #fff;
	margin-right: 5px;
}

#lection_new_video td.views-field.views-field.views-field-field-image  {
	width: 25%;
	background-color: #fff;
	text-align: right;
}

#lection_new_video .news_teaser_title a {
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

.class_bookshelf_rubrica {
	clear: both;
	text-transform: uppercase;
	border-top: 2px dotted #eee;
	padding: 20px 0px 20px 0px;
}

.class_bookshelf_rubrica a {
	color: #616161;
}

.class_bookshelf_rubrica a:hover {
	color: #aaa;
}

#block-system-main .view.view-bookshelf-views td {
	margin: 10px 10px 10px 10px;
	width: 25%;
	height: 400px;
	background: none;
	border: 0px;
	vertical-align: top;
}