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

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
*/



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

a {
  color: rgb(0, 184, 219);
  text-decoration:none;
}

a:hover {
  color: rgb(48, 222, 255);;
}

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

h1 {
  font-size:32px;
}

h2 {
  font-size:24px;
}

h3 {
  font-size:18px;
}

h4 {
  font-size:16px;
}

h5 {
  font-size:15px;
}

h6 {
  font-size:14px;
}

p {
  margin-bottom:18px;
}

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

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

th.top {
  vertical-align: top;
}

td.top {
  vertical-align: top;
}

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

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

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

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


/*-------------------------------------------*
/* Clean Table
/*-------------------------------------------*/

table.clean_table {
  background: transparent;
  border: 0;
}
table.clean_table td {
  background: transparent;
  border-right: 0px;
  border-bottom: 0px;
}

/*-------------------------------------------*
/* Clean Table no padding
/*-------------------------------------------*/

table.clean_table_no_padding {
  background: transparent;
  border: 0;
}

table.clean_table_no_padding td {
  background: transparent;
  padding: 10px 0px 0px 0px;
  border-right: 0px;
  border-bottom: 0px;
  /* line-height: 1.5; */
}

table.clean_table_no_padding td.right {
  background: transparent;
  padding: 10px 0px 0px 30px;
}


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:#cfd7db 1px solid;
}

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

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



ol, ul, li{
  margin: 0;
  padding-bottom: 7px;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}



ul {
  margin-top: -11px;	
  list-style-type:disc;
  margin-left:20px;
  margin-bottom:12px;
}

ol {
  margin-left:30px;
  margin-bottom:0px;
}


ul ol {
  margin-top: 11px;	
    margin-bottom: -11px;	
}

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

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

ol ol {
  margin-bottom:0
}

ol ol ol {
}

ol ol ol ol {
}

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%;
}

.content a img {
  padding:5px;
  box-shadow:0 0 3px #EEE;
  background:#FFF;
  border:#EEE 1px solid;
}

.content a:hover img {
  background:#F0F0F0;
}

.small_text {
	font-size: 10px;
	line-height:14px;
}

/*
  Theme Design, Layout and Typography
*/

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

#header {
  max-width: 1230px;
  min-width: 1230px;
  margin: 0 auto;
  /* background:#7ee082; */
}

#logo {
  float:left;
  margin: 28px 10px 25px 5px;
}

#site-title a,
#site-description {
  color: rgb(109, 109, 109);
  font-weight: 300;
}

#site-title,
#site-description {
  float:left;
}

#site-title {
  margin: 25px 0;
  font-size:30px;
  font-weight:bold;
}

#site-title a{
  float: left;
  line-height: 100%;
}

#site-description {
  color: rgb(148, 146, 146);
  margin: 10px 0 10px 0;
  float: left;
  clear: both;
  font-size: 12px;
  line-height: 100%;
}



#menu_wrapper {
  max-width: 1230px;
  min-width: 1230px;
  margin:0 auto;
  position:relative;
  /* background:#7ee082; */
}

#main-menu {
  margin: 0 auto;
  position: relative;
  z-index: 11;
  top: -11px;
  background: url("images/menu_bg.png");
  border: 1px solid rgb(222, 222, 222);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.03);
  -o-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.03);
  margin-bottom: -15px;
}

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

#main-menu li {
  background: none;
  border-right: 1px solid rgb(222, 222, 222);
  position:relative;
  float:left;
  padding:0;
  margin:0;
  font-size: 12px;
}

#main-menu li.last {
  border-right: 1px solid rgb(222, 222, 222);
}


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

/* ---  
  ul li, 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;
}
 --- */

#main-menu a {
  display: block;
  color: rgb(153, 153, 153);
  text-align: center;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

#main-menu a:hover,
#main-menu li a.active{
  color: rgb(80, 77, 77);
  text-decoration: none;
  background: url(images/menu_bg_hover.png);
}


#container {
  clear: both;
  margin: 0 auto;
  padding:20px 0 0 0;
  max-width: 1230px;
  min-width: 1230px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}





.region-slideshow{
  padding: 0%;
}

#block-nivo-slider-nivo-slider
{
  max-width: 720px;
  min-width: 720px;
  padding:5px;
  box-shadow:0 0 3px #EEE;
  background:#FFF;
  border:#EEE 1px solid;
  margin-bottom: 0px;
}

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

.nivo-caption {
  background: rgba(51, 51, 51, .9);
  margin-left: 0px;
  margin-bottom: 32px;
  width: 30%;
  font-size: 12px;
  padding: 15px 15px 15px 15px;
  font-family: Arial, sans-serif;
  color: rgb(0, 0, 0);
  line-height: 120%;
  bottom: 45px;
}
.nivo-caption h3{
  font-size: 13px;
  font-weight:bold;
  color: #fff;
}

.nivo-caption p{
  font-size: 12px;
  padding-left: 0px;
  color: #fff;
}

.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;
  display: none;
}

#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;
}

#slider a.read_more  {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: rgb(245, 245, 245);
  border-radius: 4px;
  color: #333333;
  font-weight: normal;
  padding: 4px 8px;
  font-size: 12px;
}
#slider a:hover.read_more  {
  background: #333333;
  color: #DDD;
}













.content-sidebar-wrap {
  float:left;
  width:100%;
}
.front .content-sidebar-wrap{
  margin-top: 0px;
}

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

.content-sidebar-wrap #content #content_top{
	
}

.content-sidebar-wrap #content #nivo_slider{
	  margin-top: 18px;
	  margin-bottom: 30px;
}


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

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


/* 3 columns */

body.two-sidebars .content-sidebar-wrap {
	width:980px;
	/* background: #7ee082; */
}

body.two-sidebars #content {
	width:730px;
	 /* background: #ccffcc; */
}

body.two-sidebars #sidebar-first {
	width: 220px;
	padding: 18px 30px 0px 0px;
	/* background: #cac46b; */

}

body.two-sidebars #sidebar-second {
	width: 220px;
	padding: 18px 0px 0px 30px;
	/* background: #cac46b; */

}


/* 2 columns: sidebar-first */

body.sidebar-first .content-sidebar-wrap {
	width: 1230px;
	/* background: #7ee082; */
}

body.sidebar-first #content {
	width:980px;
	/* background: #789bc0; /*
}

body.sidebar-first #sidebar-first {
	width: 220px;
	padding: 0px 30px 0px 0px;
	/* background: #cac46b; */
}

/* 2 columns: sidebar-second */

body.sidebar-second .content-sidebar-wrap {
	width: 980px;
	/* background: #7ee082; */
}

body.sidebar-second #content {
	width:980px;
	/* background: #789bc0; */
}

body.sidebar-second #sidebar-second {
	width: 220px;
	padding: 18px 0px 0px 30px;
	/* background: #cac46b; */
}


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

.breadcrumb {
  padding-top:0px;
  margin-bottom:10px;
  border-bottom:#eee 1px solid;
}

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

.node {
  margin:20px 0;
}

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

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

.block {
  margin-bottom: 1%;
}

.block > h2{
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
  padding: 0px 0px 0px 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 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: rgb(114, 114, 114);
}

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

.region-front-welcome{
  background: url("images/hr.png") top center no-repeat;
  padding-top: 2%;
  margin-top: 3%;
}

.region-front-welcome h2{
  margin-bottom: 10px;
  font-size: 16px;
  text-transform: uppercase;
}

.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;
  font-size: 14px;
}

ul.links {
  margin:0;
}

.links li a {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
 background: rgb(245, 245, 245);
  border-radius: 4px;
  color: rgb(141, 141, 141);
  font-weight: normal;
  padding: 4px 8px;
  font-size: 12px;
}

.links li a:hover {
  background: #000;
  color: #DDD;
}

/*-------------------------------------------*
/* 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 0 0 1.5385em;
}

ul.menu li {
  margin: 0;
  padding: 0;
}

ul.inline {
  clear: both;
}

ul.inline li {
  margin: 0;
  padding: 0;
}

/*-------------------------------------------*
/* 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 8px 0 16px;
  height: 22px;
  text-shadow: 1px 1px #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;
}
*/



.item-list .pager li a {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: rgb(245, 245, 245);
  border-radius: 4px;
  color: rgb(141, 141, 141);
  font-weight: normal;
  padding: 4px 8px;
  font-size: 12px;
}
.item-list .pager li a:hover {
  background: #000;
  color: #DDD;
}



/*-------------------------------------------*
/* 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: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
  -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: 8px 1em 9px 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-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
  -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;
}

#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: 18em; 
}

#search-block-form input.form-submit,
#search-form input.form-submit { 
  margin-left: 0; margin-right: 0; height: 25px; width: 34px; 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; }

#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-area {
  clear:both;
}

#top-area {
  position:relative;
}

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

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

#top-area .column {
  float: left;
  width: 32%;
  margin: 1.8% 0;
  margin: 0 5px;
  background: rgb(253, 253, 253);
  border: 1px solid rgb(241, 241, 241);
}

#top-area .column:hover{
  background: rgb(245, 245, 245);
  border: 1px solid rgb(224, 224, 224);
}

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

#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;
  color: #8A8A8A;
  background: rgb(248, 248, 248);
  border-top: 1px solid #CFD7DB;
}

#footer a{
  color: rgb(0, 184, 219);
}

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

#footer-area {
  position:relative;
  padding:1.76% 1.52% 0 1.76%;
  color:rgb(128, 128, 128);
}

#footer-area .column {
  float:left;
  width:30.8%;
  margin:0 0 1.9% 3.8%;
}

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

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




/*START FOOTER CREDIT*/

.footer_credit{
  margin: 0 auto;
  color: #777;
  font-family: Arial;
  overflow: auto;
  padding: 10px 0px;
  background: rgb(238, 238, 238);
}

.footer_inner_credit{
  margin: 0 auto;
  max-width: 1230px;
  min-width: 1230px;
  /* background: #66ff33; */
}

.footer_inner_credit_left{
  float: left;
  min-width: 700px;
  font-size:11px;
  line-height:14px;
  /* background: #99ccff; */
}
.footer_inner_credit_left #foot-left {padding-top: 10px;}
.footer_inner_credit_left #foot-left .clear {height:6px;}


.footer_inner_credit_right{
  min-width: 400px;
  max-width: 400px;
  float: right;
  font-size:11px;
  line-height:14px;
  /* background: #99ccff; */
}
.footer_inner_credit_right #foot-right {padding-top: 0px; text-align: right;}
.footer_inner_credit_right #foot-right .clear {height:6px;}

#copyright {
  clear:both;    
  padding-top: 10px;
}
.copyright {
  float:right;
  max-width:600px;
}

#copyright p {
  margin:0;
}

.credits {
  float:right;
  max-width:370px;
  text-align:right;
}
/*END FOOTER CREDIT*/





/*SITEBAR LEFT*/


/* --- LEFT MENU --- */

/* 
.block-menu {
	margin-bottom: 30px; 
}
*/


#block-menu-block-1.block-menu-block {
	margin-bottom: 30px; 
}

#block-menu-block-1.block-menu-block .menu-block-wrapper {
  background: #f3f3f3;
  text-shadow: 1px 1px #fff;
  border: 1px solid #dedede;
  display: block;
  border-radius: 7px;
  margin: 18px 0 0px 0;
}

#block-menu-block-1.block-menu-block ul, ol, div.item-list ul{
  margin: 0;
  padding: 0;
}


#block-menu-block-1.block ul.menu {
  font-weight: normal;
}

#block-menu-block-1.block ul.menu ul {
  font-weight: normal;
}

#block-menu-block-1.block ul.menu li {  
  border-bottom: 1px solid #dedede;
  list-style-image: none;
  list-style-type: none;
  padding-left: 10px;
}

#block-menu-block-1.block ul.menu li.active-trail {  
  background: #fff;
}


#block-menu-block-1.block ul.menu li a {
  background: url(images/plus.png) 0 1em no-repeat;  
  color: #333;
  display: block;
  padding: 0.5em 1.166em;
}

#block-menu-block-1.block ul.menu li li a {
  background-image: url(images/arrow-6.png);
  background-position: 0 1em;
  background-repeat: no-repeat;
  padding-left: 1.5em;
}

#block-menu-block-1.block ul.menu li a:hover,
#block-menu-block-1.block ul.menu li a:focus,
#block-menu-block-1.block ul.menu li a:active {
  color: #00b8db;
  text-decoration: none;
}

#block-menu-block-1.block ul li.expanded ul li{
  padding: 0 0 0 15px;
}



/* Leaf Items */

/* 
#block-menu-block-1.block ul.menu li.expanded li.leaf {
  padding-left: 1.5em;
}
*/


/* Active Items */
#block-menu-block-1.block ul.menu li.active-trail > a,
#block-menu-block-1.block ul.menu li > a.active {
  color: #00b8db;
}


/* Misc. Items */
#block-menu-block-1.block ul.menu li.last {
  border-bottom: 0;
}
#block-menu-block-1.block ul.menu li.expanded li.first {
  border-top: 1px solid #dedede;
}










/* --- FOOTER MENU LAUREATES --- */

#block-menu-menu-laureates.block-menu {
	margin-bottom: 30px; 
}

#block-menu-menu-laureates.block ul.menu {
  font-weight: normal;
}

#block-menu-menu-laureates.block ul.menu ul {
  font-weight: normal;
}

#block-menu-menu-laureates.block ul.menu li {  
  border-bottom: 1px dotted #525252;
  list-style-image: none;
  list-style-type: none;
  margin: 0;  
}


#block-menu-menu-laureates.block ul.menu li a {
  background: url(images/plus.png) 0 1em no-repeat;  
  color: #aaa;
  display: block;
  padding: 0.5em 1.166em;
}

#block-menu-menu-laureates.block ul.menu li li a {
  background-image: url(images/arrow-6.png);
  background-position: 0 1em;
  background-repeat: no-repeat;
  padding-left: 1.5em;
}

#block-menu-menu-laureates.block ul.menu li a:hover,
#block-menu-menu-laureates.block ul.menu li a:focus,
#block-menu-menu-laureates.block ul.menu li a:active {
  color: #00b8db;
  text-decoration: none;
}

#block-menu-menu-laureates.block ul li.expanded ul li{
  padding: 0 0 0 15px;
}

/* Leaf Items */

/* Active Items */
#block-menu-menu-laureates.block ul.menu li.active-trail > a,
#block-menu-menu-laureates.block ul.menu li > a.active {
  color: #00b8db;
}

/* Misc. Items */
#block-menu-menu-laureates.block ul.menu li.last {
  border-bottom: 0;
}
#block-menu-menu-laureates.block ul.menu li.expanded li.first {
  border-top: 1px dotted #525252;
}





/* --- FOOTER MENU BECOME A MEMBER --- */

#block-menu-menu-become-a-member.block-menu {
	margin-bottom: 30px; 
}

#block-menu-menu-become-a-member.block ul.menu {
  font-weight: normal;
}

#block-menu-menu-become-a-member.block ul.menu ul {
  font-weight: normal;
}

#block-menu-menu-become-a-member.block ul.menu li {  
  border-bottom: 1px dotted #525252;
  list-style-image: none;
  list-style-type: none;
  margin: 0;  
}


#block-menu-menu-become-a-member.block ul.menu li a {
  background: url(images/plus.png) 0 1em no-repeat;  
  color: #aaa;
  display: block;
  padding: 0.5em 1.166em;
}

#block-menu-menu-become-a-member.block ul.menu li li a {
  background-image: url(images/arrow-6.png);
  background-position: 0 1em;
  background-repeat: no-repeat;
  padding-left: 1.5em;
}

#block-menu-menu-become-a-member.block ul.menu li a:hover,
#block-menu-menu-become-a-member.block ul.menu li a:focus,
#block-menu-menu-become-a-member.block ul.menu li a:active {
  color: #00b8db;
  text-decoration: none;
}

#block-menu-menu-become-a-member.block ul li.expanded ul li{
  padding: 0 0 0 15px;
}

/* Leaf Items */

/* Active Items */
#block-menu-menu-become-a-member.block ul.menu li.active-trail > a,
#block-menu-menu-become-a-member.block ul.menu li > a.active {
  color: #00b8db;
}

/* Misc. Items */
#block-menu-menu-become-a-member.block ul.menu li.last {
  border-bottom: 0;
}
#block-menu-menu-become-a-member.block ul.menu li.expanded li.first {
  border-top: 1px dotted #525252;
}



/* --- FOOTER MENU PHOTODAIDJEST --- */

#block-menu-menu-photodaidjest.block-menu {
	margin-bottom: 30px; 
}

#block-menu-menu-photodaidjest.block ul.menu {
  font-weight: normal;
}

#block-menu-menu-photodaidjest.block ul.menu ul {
  font-weight: normal;
}

#block-menu-menu-photodaidjest.block ul.menu li {  
  border-bottom: 1px dotted #525252;
  list-style-image: none;
  list-style-type: none;
  margin: 0;  
}


#block-menu-menu-photodaidjest.block ul.menu li a {
  background: url(images/plus.png) 0 1em no-repeat;  
  color: #aaa;
  display: block;
  padding: 0.5em 1.166em;
}

#block-menu-menu-photodaidjest.block ul.menu li li a {
  background-image: url(images/arrow-6.png);
  background-position: 0 1em;
  background-repeat: no-repeat;
  padding-left: 1.5em;
}

#block-menu-menu-photodaidjest.block ul.menu li a:hover,
#block-menu-menu-photodaidjest.block ul.menu li a:focus,
#block-menu-menu-photodaidjest.block ul.menu li a:active {
  color: #00b8db;
  text-decoration: none;
}

#block-menu-menu-photodaidjest.block ul li.expanded ul li{
  padding: 0 0 0 15px;
}

/* Leaf Items */

/* Active Items */
#block-menu-menu-photodaidjest.block ul.menu li.active-trail > a,
#block-menu-menu-photodaidjest.block ul.menu li > a.active {
  color: #00b8db;
}

/* Misc. Items */
#block-menu-menu-photodaidjest.block ul.menu li.last {
  border-bottom: 0;
}
#block-menu-menu-photodaidjest.block ul.menu li.expanded li.first {
  border-top: 1px dotted #525252;
}







/* МОИ ИСПРАВЛЕНИЯ */

.content .node-page ul, ol{
  margin: 0 0 15px 25px;
  padding: 0;
}



.right-header {
/* background:#ccc; */
  float: right;
  clear: both;
}


.social-icons {
  float: right;
  clear: both;
/* background:#ccc; */
}

.social-icons ul {
  margin: 0;
}

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


.social {
padding-top: 20px;
  float: right;
/* background:#ddd; */
}



/*----------- Start right block - start page -------------------*/

#block-block-1, 
#block-block-2,
#block-block-3,
#block-block-4,
#block-block-5,
#block-block-8,
#block-block-9,
#block-block-10,
#block-block-11,
#block-block-12,
#block-block-13,
#block-block-19,
#block-block-20
{
  clear:both;
  position:relative;
  margin-bottom: 15px;
}

#block-block-1 .block,
#block-block-2 .block,
#block-block-3 .block,
#block-block-4 .block,
#block-block-5 .block,
#block-block-8 .block,
#block-block-9 .block,
#block-block-10 .block,
#block-block-11 .block,
#block-block-12 .block,
#block-block-13 .block,
#block-block-19 .block,
#block-block-20 .block
{
  margin: 0;
}

#block-block-1 .block p,
#block-block-2 .block p,
#block-block-3 .block p,
#block-block-4 .block p,
#block-block-5 .block p,
#block-block-8 .block p,
#block-block-9 .block p,
#block-block-10 .block p,
#block-block-11 .block p,
#block-block-12 .block p,
#block-block-13 .block p,
#block-block-19 .block p,
#block-block-20 .block p
{
  margin: 0;
}

#block-block-1 .content, 
#block-block-2 .content,
#block-block-3 .content,
#block-block-4 .content,
#block-block-5 .content,
#block-block-8 .content,
#block-block-9 .content,
#block-block-10 .content,
#block-block-11 .content,
#block-block-12 .content,
#block-block-13 .content,
#block-block-19 .content,
#block-block-20 .content
{
  background: rgb(245, 245, 245);
  border: 1px solid rgb(224, 224, 224);
  padding: 10px;
}

#block-block-1 .content:hover,
#block-block-2 .content:hover,
#block-block-3 .content:hover,
#block-block-4 .content:hover,
#block-block-5 .content:hover,
#block-block-8 .content:hover,
#block-block-9 .content:hover,
#block-block-10 .content:hover,
#block-block-11 .content:hover,
#block-block-12 .content:hover,
#block-block-13 .content:hover,
#block-block-19 .content:hover,
#block-block-20 .content:hover
{
  background: rgb(245, 245, 245);
  border: 1px solid rgb(224, 224, 224);
}

#block-block-1 h2,
#block-block-2 h2,
#block-block-3 h2,
#block-block-4 h2,
#block-block-5 h2,
#block-block-8 h2,
#block-block-9 h2,
#block-block-10 h2,
#block-block-11 h2,
#block-block-12 h2,
#block-block-13 h2,
#block-block-19 h2,
#block-block-20 h2
{
  padding: 9px 10px 0px 10px;
  color: rgb(114, 114, 114);
  margin-bottom: 0;
  font-size: 15px;
  margin: 0;
  font-weight: bold;
}

#block-block-1 p,
#block-block-2 p,
#block-block-3 p,
#block-block-4 p,
#block-block-5 p,
#block-block-8 p,
#block-block-9 p,
#block-block-10 p,
#block-block-11 p,
#block-block-12 p,
#block-block-13 p,
#block-block-19 p,
#block-block-20 p
{
  padding: 9px 10px 0px 10px;
}


/*----------- End right block - start page -------------------*/



/* ----start page---- */
.page_half
{
    width: 43%;
	position: relative;
	margin-right: 3%;
	margin-bottom: 20px;
	float: left;
}
/* ----end page---- */



/* ----start international-programs---- */

.international_programs_half
{
    width: 16%;
	position: relative;
	margin-right: 3%;
	margin-bottom: 20px;
	float: left;
}

.international_programs_half a:hover img {
  background:#FFF;
  border:none;
}
/* ----end international-programs---- */

/* ----start rmpo---- */

.rmpo_half
{
    width: 12%;
	position: relative;
	margin-right: 3%;
	margin-bottom: 20px;
	float: left;
}

.rmpo_half a:hover img {
  background:#FFF;
  border:none;
}
/* ----end rmpo---- */



/* ----start sponsors---- */
.sponsor_half
{
    width: 100px;
	position: relative;
	margin-right: 30px;
	margin-bottom: 20px;
	float: left;
}

.sponsor_half a:hover img {
  background:#fff;
}
/* ----end sponsors---- */





/* ----start laureats---- */
.laureats_half img
{
  padding:5px;
  box-shadow:0 0 3px #EEE;
  background:#FFF;
  border:#EEE 1px solid;
}

.laureats_half
{
    width: 10%;
	position: relative;
	margin-right: 3%;
	margin-bottom: 10px;
	float: left;
}
/* ----end laureats---- */




/* ----start nac-org---- */
.nac-org_half img
{
  padding:5px;
  box-shadow:0 0 3px #EEE;
  background:#FFF;
  border:#EEE 1px solid;
}

.nac-org_half
{
    width: 10%;
	position: relative;
	margin-right: 4%;
	margin-bottom: 40px;
	float: left;
}
/* ----end nac-org---- */





/* ----start front---- */
.one_half
{
    width: 208px;
	position: relative;
	margin-right: 30px;
	margin-bottom: 10px;
	float: left;
}


img.scale-with-grid { 
	outline: 0; 
	max-width: 100%; 
	height: auto;
	border: 1px solid rgb(224, 224, 224);
 }
/* ----end front---- */


/* ----start front 2015---- */
.one-half-2015
{
    width: 200px;
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.one-half-2015 .text-right {
	font-size: 11px;
	background: none;
	height: 0px;
}


.one-half-2015 .image {
	padding:5px;
	box-shadow:0 0 3px #EEE;
	background:#FFF;
	border:#EEE 1px solid;
	line-height:0;
	float:left; 
	margin:0 15px 15px 0;
}
/* ----end front 2015---- */

/* ----start front 2017---- */
.one-half-2017
{
    width: 220px;
	position: relative;
	margin-right: 10px;
	margin-bottom: 160px;
	float: left;
}

.one-half-2017 .text-right {
	font-size: 11px;
	background: none;
	height: 0px;
}


.one-half-2017 .image {
	padding:5px;
	box-shadow:0 0 3px #EEE;
	background:#FFF;
	border:#EEE 1px solid;
	line-height:0;
	float:left; 
	margin:0 15px 15px 0;
}
/* ----end front 2017---- */


/* ----start front-large---- */
.front-large_half img
{
  padding:5px;
  box-shadow:0 0 3px #EEE;
  background:#FFF;
  border:#EEE 1px solid;
}

.front-large_half
{
    width: 14%;
	position: relative;
	margin-right: 4%;
	margin-bottom: 40px;
	float: left;
}
/* ----end front-large---- */


/* ----start two-colums---- */
.two-colums_half img
{
  padding:5px;
  box-shadow:0 0 3px #EEE;
  background:#FFF;
  border:#EEE 1px solid;
}

.two-colums_half
{
    width: 214px;
	position: relative;
	margin-right: 20px;
	margin-bottom: 40px;
	float: left;
}
/* ----end two-colums---- */



.two_half { }

.two_half ul li{
  background: none;
  margin: 0px 0px 0px 120px;
  padding: 0px 0px 0px 0px;
}


.two_half_new_year {
height: 310px;

	background:url(/sites/default/files/new-year/eli5_001.png) no-repeat right 0;



}

/* Image Alignment Classes */
.alignright { float: right; margin: 0px 0px 10px 15px; }
.alignleft { float: left; margin: 0px 15px 10px 0px; }
.aligncenter { display:block; margin:0 auto; }


.under_construction { text-align: center; }




#top-menu{
background:none;
float:left;
margin-right:-10px;
position:relative;
width:auto;
}

#top-menu li{
background:url(./images/bg-li.png) no-repeat right 0;
border:0;
overflow:inherit;
padding:0;
text-align:center;
}

#top-menu li.last{
background:none;
}

#top-menu a,#top-menu a:visited{
border:0;
  color: rgb(153, 153, 153);
font-size:12px;
font-weight:bold;
padding:1px 10px 3px!important;
text-decoration:none;

}

#top-menu a:hover,#top-menu a.active{
  color: rgb(80, 77, 77);
}

#top-menu ul{
	padding:10px 0;
}



.node-text-end-pfoto .field-item{
	position: relative;
	margin: 4px;
	float: left;
}


.node-front {
	overflow:hidden; 
	margin-bottom: 20px; 
	margin-top: 0px;
}

.node-front .field-name-field-gallery-001 .field-item{
	position: relative;
	margin: 4px;
	float: left;
}

.node-news h2{
	margin-top: 30px;
}

.node-files .field-name-field-gallery-001 .field-item,
.node-news .field-name-field-gallery-001 .field-item,
.node-news .field-name-field-gallery-002 .field-item,
.node-news .field-name-field-gallery-003 .field-item,
.node-region-news .field-name-field-gallery-001 .field-item,
.node-region-news .field-name-field-gallery-002 .field-item,
.node-region-news .field-name-field-gallery-003 .field-item,
.node-mass-media-rmpo .field-name-field-gallery-001 .field-item
{
	position: relative;
	margin: 4px;
	float: left;
}


.forum-gallery {
	margin-top: 10px;
	margin-bottom: 200px; 
}

.forum-gallery .field-name-field-gallery-001 .field-item{
	position: relative;
	margin: 4px;
	float: left;
}



/******** Views anons ************/
.view-anons .views-row {
	margin-bottom:30px;
	}
.view-anons .view-content {margin-bottom: 57px; margin-top: 16px;}	
.view-anons .views-row. views-row-last {padding-bottom:0; background:none; margin:0;}

.view-anons .views-field-created {
  -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;
}

.view-anons .views-field-title {
  color: rgb(114, 114, 114);
  font-size: 14px;
  font-weight: bold;
  color: rgb(114, 114, 114);
}
.view-anons .views-field-title a {
  font-size: 14px;
  font-weight: bold;
  color: rgb(114, 114, 114);
}
.view-anons .views-field-title a:hover {color:#989797;}

.view-anons .views-field-body {padding-top:2px;}

.view-anons .views-field-view-node {clear:both; padding-top:6px}
.view-anons .views-field-view-node a {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: rgb(245, 245, 245);
  border-radius: 4px;
  color: rgb(141, 141, 141);
  font-weight: normal;
  padding: 4px 8px;
  font-size: 12px;
}
.view-anons .views-field-view-node a:hover {
  background: #000;
  color: #DDD;
}
/********************/



/******** Views anons second sidebar************/
.view-anons-second-sidebar .views-row {
	margin-bottom:20px;
	}
.view-anons-second-sidebar .view-content {margin-bottom: 30px; margin-top: 13px;}	
.view-anons-second-sidebar .views-row. views-row-last {padding-bottom:0; background:none; margin:0;}

.view-anons-second-sidebar .views-field-created {
  color: rgb(56, 56, 56);
 
}

.view-anons-second-sidebar .views-field-title {
	color: rgb(114, 114, 114);
	font-size: 12px;
	font-weight: bold;
	color: rgb(114, 114, 114);
}
.view-anons-second-sidebar .views-field-title a {
	font-size: 12px;
	font-weight: bold;
	color: rgb(114, 114, 114);
}
.view-anons-second-sidebar .views-field-title a:hover {
	color:#989797;
}

.view-anons-second-sidebar .views-field-body {
	padding-top:0px;
}

.view-anons-second-sidebar .views-field-view-node {
}
.view-anons-second-sidebar .views-field-view-node a {
}
.view-anons-second-sidebar .views-field-view-node a:hover {

}
/********************/


/******** View region news right************/
.view-region-news-right .views-row {
	margin-bottom:20px;
	}
.view-region-news-right .view-content {margin-bottom: 30px; margin-top: 13px;}	
.view-region-news-right .views-row. views-row-last {padding-bottom:0; background:none; margin:0;}

.view-region-news-right .views-field-created {
  color: rgb(56, 56, 56);
 
}

.view-region-news-right .views-field-title {
	color: rgb(114, 114, 114);
	font-size: 12px;
	font-weight: bold;
	color: rgb(114, 114, 114);
}
.view-region-news-right .views-field-title a {
	font-size: 12px;
	font-weight: bold;
	color: rgb(114, 114, 114);
}
.view-region-news-right .views-field-title a:hover {
	color:#989797;
}

.view-region-news-right .views-field-body {
	padding-top:0px;
}

.view-region-news-right .views-field-view-node {
}
.view-region-news-right .views-field-view-node a {
}
.view-region-news-right .views-field-view-node a:hover {

}
/********************/




/******** View vacceleration news************/
.view-acceleration-news .views-row {
	margin-bottom:40px;
	}
.view-acceleration-news .view-content {margin-bottom: 30px; margin-top: 13px;}	
.view-acceleration-news .views-row. views-row-last {padding-bottom:0; background:none; margin:0;}

.view-acceleration-news .views-field-created {
  color: rgb(56, 56, 56);
  
 
}

.view-acceleration-news .views-field-title {
	color: rgb(114, 114, 114);
	font-family: "Arial", "Helvetica", sans-serif;
	font-weight: normal;
	margin-bottom:6px;
	line-height: 125%;
	font-size:20px;

}

/********************/









/******** Views SMI o programme ************/
.view-smi-o-programme .views-row {
	margin-bottom:27px;
	}
.view-smi-o-programme .view-content {margin-bottom: 57px; margin-top: 16px;}	
.view-smi-o-programme .views-row. views-row-last {padding-bottom:0; background:none; margin:0;}

.view-smi-o-programme .views-field-created {
  -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;
}

.view-smi-o-programme .views-field-field-source {
  font-weight: normal;
  font-style: oblique;
  color: rgb(114, 114, 114);
}

.view-smi-o-programme .views-field-title {
  font-size: 14px;
  font-weight: bold;
  color: rgb(114, 114, 114);
}
.view-smi-o-programme .views-field-title a {
  font-size: 14px;
  font-weight: bold;
  color: rgb(114, 114, 114);
}
.view-smi-o-programme .views-field-title a:hover {color:#989797;}

.view-smi-o-programme .views-field-body {padding-top:2px;}

.view-smi-o-programme .views-field-view-node {clear:both; padding-top:6px}
.view-smi-o-programme .views-field-view-node a {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: rgb(245, 245, 245);
  border-radius: 4px;
  color: rgb(141, 141, 141);
  font-weight: normal;
  padding: 4px 8px;
  font-size: 12px;
}
.view-smi-o-programme .views-field-view-node a:hover {
  background: #000;
  color: #DDD;
}
/********************/




/* ----start front sponsor---- */

#start_sponsor_wrapper{
  clear: both;
  margin: 0 auto;
  max-width: 1230px;
  min-width: 1230px;
  overflow: hidden;
}

#start_sponsor-area { 
  position:relative;
  padding:1.76% 1% 1.52% 1.6%;
  color:rgb(128, 128, 128);
  width:100%;
}

#start_sponsor-area h2{
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 20px;
  padding: 0px 0px 0px 0px;
  text-align: center;
}

.one_start_sponsor{
    width: 110px;
	position: relative;
	margin-bottom: 0px;
	float: left;
	text-align: center;
	font-size: 80%;
}

#start_sponsor a img {
  padding:5px;
  box-shadow:0 0 0px #fff;
  background:#FFF;
  border:none;
}

#start_sponsor a:hover img {
  background:#fff;
}

#start_sponsor {
  clear:both;
  color: #8A8A8A;
  background: #fff;
  border-top: 1px solid #CFD7DB;
}

#start_sponsor a{
  color: rgb(0, 184, 219);
}
 
/* ----end front sponsor---- */




/*********************** START Content Top *************************/

.view-content-top .view-content {overflow:hidden; margin-bottom: 20px; margin-top: 0px;}
.view-content-top .view-content .views-row {width:240px; float:left; margin-left: 5px;}
.view-content-top .view-content .views-row.views-row-first {margin:0;}

.view-content-top .view-content .views-row .views-field-field-image {
  line-height:0;
  margin:0px 8px 0px 0px;
  padding:5px;
  box-shadow:0 0 3px #EEE;
  background:#FFF;
  border:#EEE 1px solid;
}

.view-content-top .views-field-field-action-name {
  padding-top:8px;
  margin-top:0px;
  margin-left:5px;
  color:#504d4d;
  font-size: 12px;
  font-weight: bold;
}

.view-content-top .views-field-field-action-date {
  padding-top:0px;
  margin-top:-12px;
  margin-left:5px;
  color:#504d4d;
  font-size: 11px;

}

.view-content-top .views-field-body {
	padding-top:0px;
	margin-top:-12px;
	margin-left:5px;
    font-size: 12px;
line-height:140%
}


.view-content-top .views-field-field-action-link {clear:both; padding-top:10px; margin-left:5px;}
.view-content-top .views-field-field-action-link a {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: rgb(245, 245, 245);
  border-radius: 4px;
  color: rgb(141, 141, 141);
  font-weight: normal;
  padding: 4px 8px;
  font-size: 12px;
}
.view-content-top .views-field-field-action-link a:hover {
  background: #000;
  color: #DDD;
}


#block-views-content-top-block {
	padding-top:0px;
	padding-bottom:0px;
}

/*********************** END Content Top *************************/






/*********************** START Carousel *************************/

.view-carousel .view-content {padding-right: 0px;}


.view-carousel .view-content .views-field.views-field-field-student-pfoto {
  line-height:0;
  margin:0px 0px 0px 0px;
  padding:5px;
  box-shadow:0 0 3px #EEE;
  background:#FFF;
  border:#EEE 1px solid;
}

.view-carousel .views-field.views-field-field-f-i-o {
  padding-top:8px;
  margin-top:0px;
  color:#504d4d;
  font-size: 12px;
  font-weight: bold;
}

.view-carousel .views-field.views-field-field-place-of-study {
  padding-top:0px;
  margin-top: 6px;
  color:#504d4d;
  font-size: 11px;

}

/*********************** END Carousel *************************/









/*********************** START Press Reliz *************************/
.press_reliz {
	text-align: center;
}

.press_reliz img {
	margin-top:12px;
	margin-bottom:12px;
}

.press_reliz .line_1 {
	font-size: 10px;
}

.press_reliz .line_2 {
	font-size: 14px;
	font-weight: bold;
}

.press_reliz .line_3 {
	font-size: 10px;
}

.press_reliz .line_4 {
	font-size: 10px;
}
/*********************** END Press Reliz *************************/


/*********************** START Taxonomy Term *************************/

.view-taxonomy-term .view-content .views-row-even {
	margin-top:20px;
	margin-bottom:20px;
}

/*********************** END Taxonomy Term *************************/



/*********************** START View Top Projects *************************/

.view-top-projects .view-content {overflow:hidden;}

.view-top-projects .view-content .view-title-1 {width:480px; float:left; margin-right:20px;}
.view-top-projects .view-content .view-title-2 {width:230px; float:left; margin-bottom:20px;}

.view-top-projects .view-content .views-row {width:226px; float:left; margin-left:25px;}
.view-top-projects .view-content .views-row.views-row-first {margin:0;}

.view-top-projects .view-content .views-row .views-field-field-service-image {
	padding:5px;
	box-shadow:0 0 3px #EEE;
	background:#FFF;
	border:#EEE 1px solid;
	line-height:0;
	float:left; 
	margin:0 15px 0px 0;
	margin-bottom: 70px;
}

.view-top-projects .view-content .views-row .views-field-field-service-image-1 {
	padding:5px;
	box-shadow:0 0 3px #EEE;
	background:#FFF;
	border:#EEE 1px solid;
	line-height:0;
	float:left; 
	margin:0 15px 0px 0;
	margin-bottom: 20px;
}

.view-top-projects .view-content .views-row .views-field-body {
  font-size: 11px;
	margin-bottom:10px;
}

.view-top-projects.view-content .views-row .body-bottom {
	margin-right:0px;
	font-size: 12px;
	background: none;
}



.view-top-projects-two .view-content {overflow:hidden;}
.view-top-projects-two .view-content .views-row {width:350px; float:left; margin-left:25px; margin-bottom:20px;  background: none }
.view-top-projects-two .view-content .views-row.views-row-first {margin:0;}

.view-top-projects-two .view-content .views-row .views-body {
	background: none
}

.view-top-projects-two .view-content .views-row .views-body .image {

	padding:5px;
	box-shadow:0 0 3px #EEE;
	background:#FFF;
	border:#EEE 1px solid;
	line-height:0;
	float:left; 
	margin:0 15px 0px 0;
}

.view-top-projects-two .view-content .views-row .views-body .text-right {
	font-size: 11px;
	background: none;
	height: 182px;
}

.view-top-projects-two .view-content .views-row .body-bottom {
	margin-top: 15px;
	margin-right:0px;
	font-size: 12px;
	background: none;
}

.view-top-projects-two .view-content .views-row .body-bottom.body-bottom-second {
	margin-right:0px;
}

/*********************** END View Top Projects *************************/






/*********************** START Video Youtube Front *************************/

.video-youtube-front .view-content {overflow:hidden;}
.video-youtube-front .view-content .views-row {width:340px; float:left; margin-left:42px; margin-bottom:30px;  background: none }
.video-youtube-front .view-content .views-row.views-row-first {margin:0;}

.video-youtube-front .view-content .views-row .views-body {
	background: none;
}



.video-youtube-front .view-content .views-row .views-body .video {
	padding:5px;
	box-shadow:0 0 3px #EEE;
	background:#FFF;
	border:#EEE 1px solid;
	line-height:0;
	float:left; 
	margin:0 0 5px 0;
}



.video-youtube-front .view-content .views-row .body-bottom {
	margin-top: 0px;
	margin-left:10px;
	margin-right:10px;
	font-size: 12px;
	background: none;
}

/*********************** END Video Youtube Top *************************/



/*********************** START Rosnano Banner *************************/
.rosnano-banner .view-content {overflow:hidden; /* background: #ccc; */}
.rosnano-banner .view-content .views-row {width:275px; float:left; margin-left:30px; margin-bottom:0px;  /* background:#ffc800 */ }
.rosnano-banner .view-content .views-row.views-row-first {margin:0;}
/*********************** END Rosnano Banner *************************/












/**************************** START Node Two Columns ****************************/

#cboxContent  .node-two-columns .product-left-wrapper{  
	padding-left: 30px;	
	}
	
#cboxContent  .node-two-columns header{  
	padding-left: 30px;	
	}


.node-two-columns .field-type-image {
	border:0px solid #dbdbdb;
	}


.node-two-columns  .product-left-wrapper{
    float: left;
    width: 526px;
    /* background:#ffccff; */
}

.node-two-columns  .product-left-wrapper .field-name-field-position{
	font-style: italic;
    padding: 6px 0 6px 0;
}

.node-two-columns  .product-left-wrapper .field-name-field-announcement{
	font-weight: bold;
    padding: 0 0 6px 0;
}

.node-two-columns  .product-right-wrapper{
  padding-left: 30px;
    float: left;
   /* width: 230px; */
    /* background:#ffcccc; */
}

.node-two-columns  .product-left-wrapper .medium_text {
	font-size: 11px;
	line-height:16px;
	background: #f3f3f3;
	text-shadow: 1px 1px #fff;
	border: 1px solid #dedede;
	display: block;
	margin: 16px 0 16px 0;
	padding: 14px;
}

/**************************** END Node Two Columns ****************************/


/*********************** START View Success History *************************/

.view-success-history .view-content .views-row {
	margin-top:20px;
	margin-bottom:20px;
}
.view-success-history .view-content .views-row .views-field-title {
	font-weight: normal;
	padding-bottom: 2px;
}

.view-success-history .view-content .views-row .views-field-field-position{
	font-style: italic;
	  padding-bottom: 4px;
}

.view-success-history .view-content .views-row .views-field-field-announcement{
	font-size: 12px;
	line-height:15px;
	/*font-weight: 600; */
	padding-bottom: 4px;
}

/*********************** END View Success History *************************/


/***********************Start Временные правки для выборочных документов *************************/
body.page-node-754 #content .field-item.odd{
padding-bottom: 15px;	
	
}



/***********************Start Временные правки для выборочных документов *************************/




