@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
/* --------------------------------------------- 

* Filename:     style.css
* Version:      1.0.0 (2015-05-06)
* 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;
}

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

@font-face {
  font-family: Open sans;
  src: url(/sites/all/themes/devtheme/fonts/open-sans.ttf);
}



#block-views-frontpage-block-10 {display:none;}
#post-content { padding: 0 5%;}

ol, ul {
  list-style: none;
}

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

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.node .clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

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

body {
  color: #555;
  font-size: 14px;
  font-family: Open sans;
  background: #f5f5f5;
  line-height: 1.25;
  
}

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

a:hover {
  text-decoration: none;
  color: #636363 ;
}


 .field .field-label {
	font-family: Open sans;
	font-size: 16px;
	color: #000;
	}	

.field-item li {
  color: #333;
  font-family: Open sans;
  font-size: 16px;
  line-height: 1.15;
}

p {
  color: #333;
  margin-bottom: 10px;
  font-family: Open sans;
  font-size: 16px;
  line-height: 1.25;
  text-align: left;
  padding-top:2px;

    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}

p a {text-decoration:none; color: #33b;}

p a:hover {text-decoration:underline; color: #33b;}
p img { margin: 15px 15px 10px 0; max-width:100%;  box-shadow: 2px 2px 1px #c9c9c9;}

img[width>450px] {
    width: 100%;
}

#block-block-1 p img, #block-block-5--3 p img {box-shadow:none;}


h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin-bottom: 8px;
  color: #000;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 13px;
}

h6 {
  font-size: 11px;
}

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

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

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

th {
  background: #767978;
  border-right: 1px solid #c8c7c7;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  padding: 10px 20px;
}


td {
  background: #eee;
  color: #747474;
  text-align: left;
  padding: 5px;
  border-bottom: 2px solid #DBDBDB;
}

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

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

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

ul {
  list-style-type: disc;
  margin-left: 25px;
  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;
}

#top-time {
	width:300px; 
	margin: 10px auto 0;
	font-weight: 400;
	text-align:center;
}

#page-wrap {
  width: 1276px;
  margin: 0px auto 0px auto;
  background: rgba(249, 249, 249, 0.95);
  border: 1px solid #EEE;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 15px 8px 0px 8px;
  z-index: 9;
  position: relative;
  border-radius: 0px;
  top: 15px; 

} 

.front #page-wrap {

}

#header_wrapper {
  position: relative;
  z-index: 9;
  /*background: #fff;*/
  width: 100%;
  white-space: nowrap;
  text-align: center;
  font-size: 0;
  margin: 0;
 
	&:before {
		height: 100%;
		display: inline-block;
		vertical-align: middle;
		content: '';
	}
}

#header {
  width:100%;
  margin: 0 ;
  text-align: center;
}

#main-menu-blocks {float:right; margin-top: 10px;}
#block-block-5 p {margin:0; padding:0;}
#block-block-5 img {box-shadow:none; }

#block-block-5 a, #block-block-5--2 a, #block-block-5--3 a {
	-webkit-filter: contrast(20%);
	-moz-filter: contrast(20%);
	-ms-filter: contrast(20%);
	-o-filter: contrast(20%);
	filter: contrast(20%);
	filter: gray; /* IE 6-9 */
}

	
#block-block-5 a:hover, #block-block-5--3 a:hover, #block-block-5--2 a:hover, #block-block-5 a:last-child, #block-block-5--2 a:last-child, #block-block-5--3 a:last-child {
	box-shadow:none; 
	-webkit-filter: contrast(100%);
	-moz-filter: contrast(100%);
	-ms-filter: contrast(100%);
	-o-filter: contrast(100%);
	filter: none; /* IE 6-9 */
	}
	
#langswitch {float:right;}


.top_left {
  /*float: left;
  display: table;*/
 
  margin: 20px 0;
}

.top_right {
	position:relative;
  float:left;
  margin: 0;
  width:150px;
  display:block;
  z-index:500;
}


#logo {
	padding-bottom:15px;
	float:left;
} 



#logo a{
  margin:  0 auto;
  display: block;
  
}

#logo img {
	display: block;
	width: 300px; 
	height: 75px;
	max-width: inherit;
}

#site-title {
  margin-top: 40px;
  line-height: 112%;
  /*display: table-cell;*/
  vertical-align: middle;
}

#site-title a {
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 25px;
}

#site-description {
  margin: 0;
  clear: both;
  color: #888;
  font-size: 13px;
  line-height: 120%;
  font-weight: normal;
}

.menu_wrapper {  width: 100%; }

.menu-wrap {
  width: 100%;
}

#topprior {
	
    /*float:right;
	width: 247px;
    height: 56px;
    position: relative;
    right: 0px;
	top: -25px;
    /*padding-left: 80px;*/
 /* background: rgba(0, 0, 0, 0) url("../images/donate.png") no-repeat scroll 0 0;*/
    /*color: white;
    font-size: 14pt;
    font-weight: 800;
    line-height: 56px;
	z-index: 500;*/
}

.front ..menu-wrap{
  position: absolute;
}



.region-search{
  float: right;
  margin: 9px 0;
  position: relative;
  width: 200px;
}

.region-search input{
  margin: 0;
}

.region-search .form-submit{
  background: url(../images/search-icon.png) no-repeat center;
  font-size: 0;
  vertical-align: top;
  border: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  position: absolute;
  top: 0;
  right: 0;
}
#main-menu {
  position: relative;
  width:100%;
  float: left;
  background:#282828;
}

#main-menu img {margin:0; box-shadow:none;}

.menu-navigation-container ul {
  float: left;
  padding: 0;
  margin: 0;
  width:100%;
  /*background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #686868 0%, #000000 100%) repeat scroll 0 0;*/
  /*background-color: #3a3a3a;*/
}

#main-menu li {
  position: relative;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  float: left;
}

.menu-navigation-container a {
  padding: 3px 17px;
  margin: 0px;
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 100%;
  white-space: nowrap;
  font-family: Open sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  /*text-transform: uppercase;*/
}

#main-menu li a.active{
	border-bottom: 2px solid #24C9CF;
	color: #999;
}

#main-menu li li a.active{
	border-bottom: 1px solid #525252;
}

#main-menu li:hover >a {
  color: #289DCC;
}

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

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

.region ul.menu li, 
.region ul.links li, 
.region .item-list ul li {
  
  list-style: none outside none;
  margin: 0 0 2px;
  /*padding: 0 0 0 15px;*/
  text-align: left;
}

.drop-down-toggle {
  position: absolute;
  top: 8px;
  right: 16px;
  display: none;
  width: 25px;
  height: 25px;
  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: 7px 0 0 4px;
  border-top: 7px solid #aaa;
  border-left: transparent 7px solid;
  border-right: transparent 7px solid;
}

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

#main-menu li ul ul {
  left: 200px;
  top: 0;
}

#main-menu li li a {
  min-width: 180px;
  border-bottom: 2px solid #525252;
  text-align: left;
  overflow: hidden;
  padding: 0px 5px;
  margin: 0px;
  display: block;
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
  font-family: Open sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  word-break: break-all;
}

#main-menu li li.expanded > a {
  background: url(../images/arrow.png) center right no-repeat;
}

#main-menu li ul {
  display: none; 
  position: absolute;
  z-index: 9999;
  padding: 0;
  margin: 0;
  background: #333;
  overflow: visible !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 li {
  border: 0;
  margin: 0;
  width: 220px;
  /*background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #686868 0%, #000000 100%) repeat scroll 0 0; */
  background-color: #3a3a3a;
  border-bottom: 1px solid #777;
}

#main-menu ul.menu li li:hover >a {
  color: #fff;
  background-color: #222;
}

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

h3.slider-title a {
	color:#ddd;
	font-size: 29px;
    font-weight: bold;
    line-height: 38px;
    text-transform: uppercase;
	line-height: 1.0;
}

#container {
  clear: both;
  overflow: hidden;
  padding: 0;
}

.container-wrap {
  max-width: 100%;
  margin: 0px auto;
  overflow: hidden;
}

.front .royalSlider {width:990px; background: #111;}


.front .slideshow{
	margin-bottom: 10px;
	height: 450px;
	overflow: hidden;
	width: 990px;
	display: block;
	float: left;
	border-bottom: 1px solid #ccc;
}

#slider-news-video{
	margin-top: 10px;
}

.news-top {
	margin: 0 0px 10px 16px;
	height: 450px;
	overflow: hidden;
	width: 240px; 
	float: left;
	display: none;
	padding: 0px;
 }

.agenda-top {
	margin: 0 0 10px 0;
	height: 450px;
	overflow: hidden;
	width: 240px; 
	float: left;
	display: none;
	padding: 0px;
}

.videos-top {
	margin: 0px 0px 10px 14px;
	height: 450px;
	overflow: hidden;
	width: 240px; 
	float: left;
	display: block;
	padding: 0px;
	border-bottom: 1px solid #ccc;
 }

.region-slideshow {
  background-size: 100%;
}

#block-nivo-slider-nivo-slider {
  margin: 0 auto;
}

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

.nivo-caption {
  background: none;
  top: 27%;
  max-width: 50%;
  font-size: 16px;
  height: auto;
  line-height: 150%;
  text-align: left;
  margin: 0 auto;
  left: 11%;
}

.nivo-caption h2 {
  padding: 10px 0;
  font-size: 26px;
  text-transform: uppercase;
  line-height: 100%;
}

.nivo-caption p {
  padding: 15px 0;
  font-size: 14px;
}

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

.theme-default .nivo-controlNav {
  text-align: center;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
  width: 100px;
}

.theme-default .nivo-controlNav {
  padding: 5px 0 0 0;
  position: absolute;
  bottom: 70px;
  z-index: 99;
  text-align: center;
  width: 100%;
}

.theme-default .nivo-controlNav a {
  text-indent: 9999px;
  font-size: 0;
}

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

.theme-default ul.banner-menu{
  overflow: hidden;
  margin: 0;
}

.theme-default ul.banner-menu li{
  display: inline-block;
}

.theme-default ul.banner-menu li a{
  display: block !important;
  background: none;
  border: 1px solid #24C9CF;
  padding: 6px 18px;
  border-radius: 3px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-right: 20px;
}

.theme-default ul.banner-menu li.active a{
  background: #24C9CF;
}

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

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

#sidebar-first {
  float: left;
}

#sidebar-second {
  float: right;
}

aside .block {
  margin-bottom: 10px;
}

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

/* 3 columns */

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

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

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

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

/* 2 columns: sidebar-first */

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

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

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

/* 2 columns: sidebar-second */

body.sidebar-second .content-sidebar-wrap {
  width: 1000px;
}

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

body.sidebar-second #sidebar-second {
  width: 250px;
  position: relative;
  float:right;
}

#breadcrumbs {  background: #eee;}
.breadcrumb {
  margin: 0px 10px 30px 10px;
  border-bottom: #eee 1px solid;
  padding: 10px;
}
.node {
  margin: 20px 0;
}

.node h2.title, .page-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.node h2.title a, 
.page-title a{
  color: #000;
}

.block {
  margin-bottom: 2% !important;
}

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

.block > h2 {
  text-align: center;
  font-weight:400;
  background: #282828;
  /*background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #686868 0%, #000000 100%) repeat scroll 0 0;*/
  color: #eee;
  /*border-bottom:1px solid #000;*/
  text-transform: uppercase;
  /*font-weight: normal;*/
  padding: 3px;
}

.block H2 a {color:#eee; font-weight:400;}
#post-content H2 a {color:#333; }
#post-content H2 a:hover {text-decoration:underline;}
#post-content .block H2 a {color:#eee; font-weight:400; }
#post-content .block .content H2 a {color:#333; font-weight:400;}

.theme-default .nivo-directionNav a {
  top: 0;
  left: 0;
  opacity: .2 !important;
  background: url(../images/slider-arrow.png) #FFF -12px 50px;
  height: 40px;
}

.theme-default .nivo-directionNav a:hover {
  opacity: 1 !important;
}

.nivo-directionNav {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 40px;
  top: 50%;
  z-index: 6;
  margin-top: -20px;
}

.theme-default .nivo-caption * {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.theme-default a.nivo-prevNav:hover {
  background: url(../images/slider-arrow.png) #FFF -12px 44px;
}

.theme-default a.nivo-nextNav {
  right: 0;
  background-position: -78px 50px;
  left: auto;
}

.theme-default a.nivo-nextNav:hover {
  background-position: -78px 44px;
}

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

.region-front-welcome {
  max-width: 1024px;
  margin: 2% auto;
  text-align: center;
  overflow: hidden;
  line-height: 150%;
}

.region-front-welcome .block h2 {
  text-align: center;
  font-size: 22px;
}

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

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

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


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

.item-list ul {
  margin: 0 0 0px;
  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: 10px 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;
}

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

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

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

#forum .submitted {
  font-size: 12px;
  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{
	border-bottom: 1px solid #eee;
	padding-bottom: 7px;
	margin-bottom: 20px;
}

.user-picture {
	text-align: center;
}

.comment div.user-picture img {
	margin-left: 0;
	border-radius: 50%;
	border: 0;
	max-width: 80px;
}

.comment-submitted {
	text-align: center;
}

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

.comment .attribution {
  display: table-cell;
  padding: 0 10px 0 0;
  vertical-align: top;
  overflow: hidden;
  width: 20%;
  margin: 0;
}

.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 15px 0px 15px;
  display: table-cell;
  vertical-align: top;
  position: relative;
  width: 100%;
}

.comment .indented {
	margin-left: 80px;
	border: 1px solid #eee;
}

.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: #eee;
  margin-top: 20px;
  max-width:100%;
  /*height: 30px;*/
  /*margin-bottom: 32px;*/
  /*padding: 0 0 10px;*/
  position: relative;
  /*top: 12px;*/
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.fieldset-wrapper {
  margin-top: 5px;
  margin-bottom: 10px;
}

.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;

}
html.js fieldset.collapsed { height: auto;}


fieldset legend {
  background: #dbdbdb;
  border: 1px solid #ccc;
  border-bottom: none;
  display: block;
  left: -1px;
  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;
  
    color: #0A2756;
    font-family: Open sans;
    font-size: 16px;
    
    
}

.field-name-field-advanced-thesises fieldset legend {
	  background: #ffabab;}


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:focus {
  outline-color: #ECF8FC;
}

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

input.form-text,
textarea.form-textarea,
select.form-select {
  border: 1px solid #DDD;
  padding: 4px;
  border-radius: 2px;
  max-width: 100%;
}

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

.form-item, .form-actions {
  margin: 10px 0;
}

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

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

button,
body a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  /*margin: 0 5px 5px 0;*/
  font-size: 13px;
  line-height: 13px;
  /*padding: 8px 15px;*/
  border: 1px solid #DDD;
  display: inline-block;
  background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
  background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
  background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
  background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFF 100%);
  background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
  background-color: #F9F9F9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.2);
  -moz-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.2);
  box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.2);
}

button:hover,
body a.btn:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background-color: #F9F9F9;
}

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

.top_right .region-search input {
  display: block;
  width: 100%;
  margin: 0;
}

.top_right .region-search .form-item,
.top_right .region-search .form-actions {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.top_right .region-search .form-item {
  width: 183px;
  margin: 0;
}

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

.region-user-menu ul.menu li{
  display: inline-block;
  padding: 0;
  background: none;
  border: 0;
  *display: inline;
  *zoom: 1;
}

.region-user-menu ul.menu li a{
  display: block;
  padding: 10px;
  color: #33BE7B;
  font-weight: 600;
  text-transform: uppercase;
}

.region-user-menu ul.menu li:first-child a{
  background: #33BE7B;
  color: #fff;
  border: 0;
  padding: 10px 15px;
  border-radius: 5px;
}

.region-user-menu ul.menu li a:hover {
	color: #24C9CF;
}

.region-user-menu ul.menu li:first-child a:hover{
	background: #24C9CF;
	color: #fff;
}

.search_block {
  margin: 9px 0;
  overflow: hidden;
}

.region-search input.form-text{
  width: 200px;
  background: #fff;
  padding: 6px;
  border-radius: 0;
}

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

#top-area {
  padding: 5px 0;
}

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



#top-area .column {
  float: left;
  width: 240px;
  padding: 0 0px;
  text-align: center;
}

#top-area .column h2{
  text-align: center;
  color: #eee;
  text-transform: uppercase;
  font-weight: 400;
  padding: 3px; 
}

#top-1.column {width:494px;}

#top-1,
#top-2,
#top-3,
#top-4,
#top-5  {margin:0px 5px;}
#top-1 {margin-left:0;}
#top-5 {margin-right:0;}


#top-area .fa{
  padding: 25px 20px;
  background: #F4F4F4;
  border-radius: 50%;
  font-size: 24px;
  width: 70px;
  text-align: center;
  height: 70px;
  color: #BEBEBE;
}

#footer-area {
  
}

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

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

#footer {
	background: #282828;
	overflow: hidden;
	width:1276px;
	margin: 20px auto;
	padding: 15px;
	clear: both;
}

.footer_credit {
  /*border-top: 1px solid #eee;*/
  color: #fff;
  padding: 10px;
}

.region-signup {
  background: #ECF8FC;
  border: 1px solid #C3EBF5;
  padding: 20px 10px;
  margin: 10px 0;
  text-align: center;
}

.region-signup p {
  margin: 0;
}

.region-signup h1 {
  margin-bottom: 15px;
}

.region-signup .btn {
  background: #97BA0C;
  border-color: #AAD20E;
  color: #fff;
  border: 0;
}

.region-signup .btn:hover {
  background: #AAD20E;
}

.footer_credit .copyright {
  float: left;
}

.footer_credit .copyright {
  float: left;
  padding: 5px 0;
}

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

.copyright {
  float: left;
}

.credits {
  padding: 6px 0;
  font-size: 11px;
  text-align: center;
  color: #333;
}


/*---------------------------
  Social Icons
----------------------------*/

.social-icons {
  text-align: right;
  float: right;
}

.social-icons ul {
  margin: 0;
}

.social-icons li {
  display: inline-block;
}

.social-icons li a {
  width: 25px;
  color: #888;
  padding: 5px 6px;
  display: block;
  overflow: hidden;
  background: #F9F9F9;
  border-radius: 3px;
  border: 1px solid #EEE;
  line-height: 100%;
  text-align: center;
}

.social-icons li a:hover {
  background: #fff;
  color: #999;
}

/*---------------------------
  User Menu
----------------------------*/

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

#footer_wrapper {
  margin: 10px 0 0 0;
}

.footer_block {
  clear: both;
}

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

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

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

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

.field-name-field-tag {
  margin: 20px 0;
  overflow: hidden;
}

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

.field-name-field-tag .field-item a {
  display: block;
  background: #5183AF;
  color: #FFF;
  padding: 4px 8px;
  margin: 2px;
  border-radius: 3px;
}

.user-menu-wrapper {
  width: 100%;
  overflow: hidden;
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}

.user-menu-wrapper * {
  font-size: 12px;
}

.user-menu-wrapper ul.menu {
  text-align: right;
  margin: 0;
  float: right;
}

.user-menu-wrapper ul.menu li {
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  background: none;
}

.user-menu-wrapper ul.menu li a {
  display: block;
  padding: 4px 8px;
}

.user-menu-wrapper ul.menu li a:hover {
  text-decoration: none;
}

.region-contactno {
  float: left;
}

.region-contactno .block {
  float: right;
}

.region-contactno h2, 
.region-contactno .content {
  float: left;
  margin: 0;
  padding: 0px;
  margin-left: 2px;
  border: 0;
}

.region-contactno .content p {
  padding: 0;
  margin: 0;
}

.full-wrap {
  margin: 0 auto;
}

#footer .column li {
  /*display: block;*/
  /*padding: 5px 0;*/
}

#footer .column li:last-child {
  border: 0;
}

#footer ul {
  margin: 0;
  overflow: hidden;
}

.feature {
  text-align: center;
}

.feature .fa {
  padding: 26px;
  font-size: 58px;
  margin: 0 auto;
  border-radius: 50%;
  width: 110px;
  text-align: center;
  height: 110px;
  margin: 3% 0;
}

.not-logged-in.page-user #page-wrap .page-title,
.not-logged-in.page-user #page-wrap .tabs-wrapper {
	display: none;
}

.not-logged-in.page-user #page-wrap{
  max-width: 500px;
  margin: 4% auto;
  background: white;
  padding: 10px 30px;
  border: 1px solid #DDD;
}

.not-logged-in.page-user .breadcrumb{
	display: none;
}

/*Error Style*/

div.error,
div.status,
div.warning {
  background: #FEF5F1;
  border-radius: 3px;
  border-color: #EC7F58;
  padding: 5px 15px;
}

div.status {
  background: #F8FFF0;
  border-color: #BE7;
}

div.warning {
  background-color: #FFFCE5;
  border-color: #ED5;
}

.region-clients {
  overflow: hidden;
  padding: 10px 0;
}

.region-clients ul li {
  list-style: none;
  float: left;
  width: 20%;
  text-align: center;
  padding: 1.5%;
}

/*view-news*/

.views-row {
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.views-row h2.title {
  font-size: 18px;
  margin-bottom: 5px;
}

.view-news .views-row:last-child{
  margin: 0;
  padding: 0;
}

.view-news p{
  margin: 0;
}

.view-news .views-field-created{
  font-weight: 600;
  font-size: 12px;
  color: #666;
}

.view-news .views-row.views-row-last{
  /*border: 0;*/
}

.view-gallery .view-content{
	overflow: hidden;
}

.view-gallery .views-row{
	float: left;
	width: 33%;
	padding: 5px;
}

.page-gallery .region-content .view-gallery .views-row{
  width: 25%;
}

.view-gallery .views-row img{
	display: block;
}

#block-views-directives-block H2 {margin-bottom:14px;}
#block-views-frontpage-block-3 H2 {margin-bottom:16px;}
#block-views-frontpage-block-4 H2 {margin-bottom:10px;}
#block-views-frontpage-block-5 H2 {margin-bottom:10px;}
#block-views-frontpage-block-10 H2 {margin-bottom:10px;}


.blog-avatar {position: absolute; bottom:5px; right:2px;}
.blog-avatar img {
	border-radius: 50px;
	margin: 0px 10px 5px 0;
}

.blog-title {
	float:left;
	text-align: left;
	width:100%;
	margin-bottom:6px;
	text-transform: uppercase;	
}

.blog-title a {
	width:100%;
	color: #333;
    font-family: Open sans;
	font-weight: 600;
    font-size: 16px;
    line-height: 1.0;
	text-transform: uppercase;	

}
.blog-autor {
	display: table-cell; 
	vertical-align: middle;
	text-align: center;
	height:100px;
	margin: 0px;
	overflow:hidden;
    font-family: Open sans;
    font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.blog-autor a {
	color: #0a2756;
}

#block-views-frontpage-block-3 hr {
	margin-top:8px;
	margin-bottom: 45px;
}

#block-views-frontpage-block-3 .video-container {
	height: 218px;
	/*overflow:hidden;*/
	text-align:center; 
	width:100%;
}

.video-container {
	/*height: 150px;*/
	/*overflow:hidden;*/
	margin: 0px auto;
	margin-bottom:10px;
	text-align:center; 
	width:240px;
	display:inline-block;
}


.video-image-container {height: 135px; width:240px; position:relative; overflow:hidden; margin: 0px auto 5px auto;}
.video-image {float:none;}
.video-image img {
	box-shadow: 2px 2px 1px #c9c9c9;
	margin: 0px auto;
	opacity:.99;
}

#block-views-hot-points-block .video-image-container {width:100%; height:auto;}
#block-views-hot-points-block .video-container {width:100%}

.video-title {
	text-transform: uppercase;
	overflow:hidden;	
	text-align:center;
	width:100%;
	float:none;
	margin:0 auto;
	position:absolute;
	bottom:0px;
	padding: 3px;
	background: rgba(30, 30, 30, 0.75); 
	z-index:1000;
	}
	
.video-title a {
	display:inline;
	height:60px;
	width:100%;
	color:#ddd;
	z-index:100;
	font-family: Open sans, Arial;
	font-weight: 600;
    font-size: 14px;
    line-height: 1.0;
	text-align:center;
	text-transform: uppercase;	
	vertical-align:middle;
	}
	

.art-image img:hover, .video-image img:hover, .blog-avatar img:hover {
	-webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%);

}


.art-image img, .video-image img, .blog-avatar img {
	text-align:center;
	width :100%;
	box-shadow: 2px 2px 1px #c9c9c9;
	-webkit-filter: grayscale(75%); /* Chrome, Safari, Opera */
    filter: grayscale(75%);
}

.art-image {
	position: relative; 
	width:100%;
	height:140px;
	margin: 0px auto 5px;	
	text-align: center;
	overflow:hidden;
}

#top-1 .article-item {width:100%;}
#top-1 .art-image { float:left;	width:48%; margin-right: 8px;}
#top-1 .art-body { float:left;	width:50%;}

.art-img {}
.art-term, .art-term-hot {    
	position: absolute; top:5px; left:0;
	margin: 0;
	float:left;
	min-height: 34px;
}
.art-term a , .field-name-field-topics a, .field-name-field-civilization a {
	font-size: 11px;
	font-weight:500;
	padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
	color: #fff;
	float: left;
	background-color: rgba(30, 30, 30, 0.85);
	text-transform:uppercase;
}

.art-term-hot a {
	font-size: 12px;
	font-weight:500;
	padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 4px;
    padding-top: 4px;
	color: #fff;
	float: left;
	background-color: rgba(150, 30, 30, 0.85);
	text-transform:uppercase;
} 

.view-id-news div.views-field-field-image { margin: 0 15px 15px 0; float:left;}
.view-id-news h2 {text-align:left; margin:0 0 15px 0;}
.view-id-news h2 a {font-size: 24px; font-weight:bold; color:#333;} 
.view-id-news div.views-field-body {text-align:left; margin-top: 15px;} 

.view-id-frontpage div.views-field-field-image { margin: 0 15px 15px 0; float:left;}
.view-id-frontpage h2 {text-align:left; margin:0 0 15px 0;}
.view-id-frontpage span.views-field-field-autor {text-align:left;}
.view-id-frontpage span.views-field-field-date-view {float:left;}
.view-id-frontpage span.views-field-field-autor a {font-size:16px;}
.view-id-frontpage div.views-field-body {text-align:left; margin-top: 15px;} 
.view-id-frontpage h2 a {font-size: 24px; font-weight:bold; color:#333;} 

.field-name-field-image {margin: 10px auto; max-width:100%;}

.field-name-field-topics,
.field-name-field-civilization,
.field-name-field-topics .field-item,
.field-name-field-civilization .field-item {
	margin: 0;
	display: inline-block;
	position:relative;
	top: 15px; 
	left: -75px;
}

.node-teaser:not .field-name-body:before{
	content:"";
	display:block;
	width:100%;
	clear:both;
	height:0;
	overflow:hidden;
}

.node-teaser .node-article .field-name-body {float:none; }
.field-name-field-tags {float:none;}
.node-article footer, 
.node-agenda footer, 
.node-video footer, 
.node-bind footer 
{float:left; width:100%; }



.art-autor {float:left; }
.art-created {float:right;}

.art-autor a {
	color: #777;
	font-weight:600;
}

.art-created, .art-autor {
	text-align:left;
	color: #777;
	font-weight:600;
	font-size: 11px;
	line-height:15px;
	text-transform:uppercase;
}

.agenda-created {
	float: left;
	text-align:left;
	color: #777;
	margin-top:5px;
	width:40%;
}

.agenda-title {
	float:left;
	margin-bottom: 5px;
	text-align: left;
	width:100%;
	}
	

.agenda-title a {
	width:100%;
	color: #333;
    font-family: Open Sans;
    font-size: 14px;
	font-weight:600;
    line-height: 1.0;
	text-transform: uppercase;	
}

.agenda-body {
	float: left;
	text-align: left;
	font-family: Open sans;
	font-size: 14px;
	line-height: 1.25;
	color: #333;
	margin-bottom:20px;
	width:100%;
	overflow:hidden;
}

.calendar-calendar tr {
    background-color: white;
	line-height: 1.0;
    margin: 0;
    padding: 0 1px;
}

.view .date-nav-wrapper .date-nav {
	height:18px;
	min-height:18px;
	margin:0;
}

.view .date-nav-wrapper .date-next,
.view .date-nav-wrapper .date-prev {
	line-height:5px;
}

.view .date-nav-wrapper .date-heading h3 {
    font-size: 1.5em;
    line-height: 15px;
}

.agenda-body p, .agenda-body li {
	margin: 0px;
	font-size:14px;
	line-height: 1.10;
}
.art-related-body {
	float: left;
	text-align: left;
	font-family: Open sans;
	font-size: 16px;
	line-height: 1.25;
	color: #333;
	margin-bottom:10px;
	width:100%;
	overflow:hidden;
}

.art-body img {max-width: 100%; }


.art-body {
	float: none;
	text-align: left;
	font-family: Open sans;
	font-size: 14px;
	line-height: 1.25;
	color: #333;
	width:99%;
	height:85px; 
	overflow:hidden;
	margin-bottom: 10px;
	margin-top: 10px;
}

.blog-body {
	float: left;
	text-align: left;
	font-family: Open sans;
	font-size: 16px;
	line-height: 1.25;
	color: #333;
	width:100%;
}







.art-title {
	float: left;
	text-align: left;
	width: 100%;
	/*margin-top:10px;*/
	text-transform: uppercase;
	}

.art-title a{
	color: #333;
    font-family: Open sans, Arial;
	font-weight: 600;
    line-height: 1.0;
	text-transform: uppercase;	
}


.art-more, .views-field-nid, .views-field-nid-1 {float:right; margin-top:5px; margin-left:5px;}

.art-more a, .views-field-nid a {
	color: #696969;	}
.art-more img {width:33px; margin:0 5px;}



#block-locale-language .contextual-links-wrapper {display:none;}
#block-locale-language li a.active {font-family: Open sans, Arial; border:none; font-weight:bold; color:#000;}
#block-locale-language {text-align:right;  margin:0 !important; height:100%;}

#block-locale-language ul {background: none; margin:0 5px 5px 0; line-height: 1.25; white-space:normal; }
#block-locale-language li, #block-locale-language .content li {display:inline; margin:0; padding:0; height:24px; vertical-align:bottom;}
#block-locale-language li a, #block-locale-language--2 li a {color: #919191; font-size:14px; font-weight:normal; margin:0; padding:3px; }
#block-locale-language li a:hover {color: #000; }
#block-locale-language img  {display:none;}

#block-locale-language li.el {display:none;}
#block-locale-language li.ar {display:none;}
/*#block-locale-language li.de {display:none;}*/
/*#block-locale-language li.ru {display:none;}*/
#block-locale-language li.sr {display:none;}
#block-locale-language li.it {display:none;}
#block-locale-language li.fa {display:none;}


#icons-social {float:right; width:25%; padding:10px;}
#edit-mail, #edit-search-block-form--2 {
	width:150px;
}
#edit-submit {width: 70px;}
#block-simplenews-27 a {color: #fff;}
#block-views-mainslider-block-1 { overflow:hidden; height: 450px;}

#block-views-frontpage-block-6 {margin:0;}
#block-views-calendar-block-3 {height:148px; }
#block-views-calendar-block-3 .block {margin-bottom:5px;}
.field-name-field-thesis-title {
	color: #0a2756;
    font-family: Open sans;
    font-size: 16px;
    line-height: 18px;
	margin-bottom: 15px;
}

/*.node-article {width: 670px;}*/
.node-agenda ul {
	float: left;
	text-align: left;
	font-family: Open sans;
	font-size: 14px;
	line-height: 1.25;
	color: #000;
}

.node-article .field-type-image {margin: 0 auto;}
.node-teaser .field-type-image {float:left; margin: 0px 15px 15px 0;}
.node-teaser  .field-type-datetime {float:left; margin: 0 15px 15px 0;}
.view-id-books .views-field-field-cover {margin: 0 15px 5px 0;}
.node-bind .field-name-body {min-height: 200px;}
span.addtoany_list {display:block; width:100%;  text-align:center; margin: 0 0 10px 0; padding-bottom: 5px; border-bottom: 1px solid #ccc ;  }


.views-field-field-autor {margin-bottom: 5px;}
.views-field-field-autor a {color:#333; font-weight: bold; font-size: 18px; font-style:italic;}

#footer-area .column {
  float: left;
  width: 25%;
  padding-top:5px;
}

#block-social-media-links-social-media-links {margin-right: 15px; border-bottom: 1px #777 solid;}
#block-social-media-links-social-media-links li {margin-right:12px; padding:0; padding-bottom:5px;}
#block-block-1 {display: block; float:left;  }
#block-block-2 {border-right: 1px #777 solid; height:100px;}
#block-block-2 img {border:none; box-shadow:none; margin:0; padding:2px;}
#block-block-3  li {display:inline; }
#block-block-3  li a {color:#fff; margin: 0 10px;}
#block-block-3 {text-align: center; border-bottom: 1px #777 solid; padding-bottom:17px;}
#block-block-6  li {display:inline; }
#block-block-6  li a {color:#ddd; margin: 0 10px; font-size: 12px;}
#block-block-6 {text-align: center; padding-bottom:17px;}
#block-block-5 {display:none;}
#block-views-frontpage-block-8 {display:none;}
#block-views-frontpage-block-9 {display:none;}
#footer-area .horizont-pos {
  float: left;
  width: 50%;
  padding: 11px;
  padding-right:0px;
}

	
.view-display-id-block_1 .more-link, .view-display-id-block_2
	.more-link {
    text-align: center;
}
.more-link a:hover {
	color: #000;
	text-decoration: underline;
	
	
}
.curdate {
	color: red;
	font-weight: bold;
}

.field-name-field-foto {
	float:inherit; 
	width:100%;
	text-align:center;
	margin: 5px auto;
}

#site-title a i {color:red; font-size:0.6em; font-style:italic; font-weight:hormal;}

.view-display-id-block_5 hr {margin-bottom:8px;}
.rteindent1 {font-style: italic; border-left: 6px solid rgba(0,0,0,0.15); margin-left:25px; padding:15px; background-color:rgba(255,255,180,0.15)}
.rteindent2 {font-style: italic; border-left: 6px solid rgba(0,0,0,0.15); margin-left:50px; padding:15px; background-color:rgba(255,255,180,0.15)}
.rteindent3 {font-style: italic; border-left: 6px solid rgba(0,0,0,0.15); margin-left:75px; padding:15px; background-color:rgba(255,255,180,0.15)}
.rteindent4 {font-style: italic; border-left: 6px solid rgba(0,0,0,0.15); margin-left:100px; padding:15px; background-color:rgba(255,255,180,0.15)}
.rteindent5 {font-style: italic; border-left: 6px solid rgba(0,0,0,0.15) ; margin-left:125px; padding:15px; background-color:rgba(255,255,180,0.15)}

td.views-field-field-flag img  {width: 100px; margin: 2px 4px 4px 2px; box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);}
.field-name-field-flag img { margin: 2px 4px 4px 2px; box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);}
.field-name-field-languages .field-item {display: inline-block; padding:5px;}

#block-views-publications-block {float:left; width:100%;}
.field-name-field-autor {margin: 15px 0; text-align: center;}
.field-name-field-autor a {
	font-family: Open sans;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.25;
	color: #000;
}


.views-table th a {color:#fff;}
.field-name-field-video {max-width:100%; margin: 20px 0;}
#block-simplenews-27 p {text-align:left; font-size:16px;}
#block-counter-counter {width:200px; margin: 5px auto;}
#toc {margin-bottom:20px;}
.node-bind h2 {margin:50px 0 15px 0;} 
.toc-0 {margin-left:0px; margin-top:10px; font-size:1.25em; font-weight:bold;}
.toc-1 {margin-left:40px; margin-top:15px; font-weight:bold;}
.toc-2 {margin-left:80px; margin-top:0px; font-weight:bold;}
.toc-3 {margin-left:120px;}
.toc-topics {margin:0 0 10px 80px;}

.field-group-htabs-wrapper {width:100%;}
.views-field-field-cover img, .field-name-field-cover img{
	box-shadow: 2px 2px 1px #c9c9c9;
}

.view-display-id-block_3 .view-footer {margin-top: -35px;}

.field-name-field-date-view .field-label   {
	color: #777;
    font: inherit;
 }

ul.pager--infinite-scroll {
	list-style-type: none;
    margin: 5px auto;
    margin-bottom: 12px;
	text-align: center;
 }
 
 fieldset p img {
	max-width: 100%;
 }
 
 #block-views-directives-block-1 .video-container {display:inline-block; float:none; margin:5px 20px;}
 #block-views-directives-block-1 {text-align:center; }
 #block-views-katehon-studio-block-1 .video-container {display:inline-block; float:none; margin:5px 20px;}
 #block-views-frontpage-block-3 ul.pager--infinite-scroll {margin-top: -35px;}
 
 
 table {
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size: 14px;
border-spacing: 0;
}




th:first-child, td:first-child {
}

th:first-child {
}

th:last-child {
border-right: none;
}

.node .content td {
padding: 5px 20px;
background: #F8E391;
}

td {
padding: 5px 10px;
}

tr td:last-child {
border-right: none;
}
.group-links .fieldset-wrapper .field-item {font-size: 16px; font-weight: bold; padding: 5px;}
#header-right{float:right;display:table;}
#header-buttons {height: 55px;}
#main-menu-blocks {display:table-cell;}
#langswitch { display: table-cell; width:100%; vertical-align:bottom;}
.article-item {display:inline-block; width:240px; margin: 20px; vertical-align: top; padding-bottom: 10px;}

.column .article-item {margin:0;}
#sidebar-first .article-item {width:100%; margin:0;}
.article-block {border: none;}
.blog-item {height:305px; overflow:hidden; border-bottom:1px solid #ccc;}
.blog-item:last-child {height:308px;} 
#menu-buttons {float: right; position: absolute; right:5px; top:5px; height:35px; overflow:hidden;}
.news-item {border-bottom: 1px solid #ccc;}
.news-time img, .news-time span {display:inline; vertical-align:middle; line-height:18px;}
.news-time {text-align:left; margin-top:6px; }
.news-title {
	float: left;
	text-align: left;
	width: 100%;
	height:34px;
	overflow:hidden;
	text-transform: uppercase;	
	/*margin-top:10px;*/
	margin-bottom:10px;
	}
	
.news-body {
	float: left;
	text-align: left;
	font-family: Open sans;
	font-size: 14px;
	line-height: 1.25;
	color: #333;
	margin-top:10px;
	width:100%;
	height: 75px;
	overflow:hidden;
}
.news-title a{
	color: #333 ;
    font-family: Open sans, Arial;
    font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;	
    line-height: 15px;
}

.selected a {
	color:red;
}

.agenda-item {padding-bottom: 10px; border-bottom: 1px solid #ccc;}

.plashka {position:absolute; width:100%; bottom: 5px; color:#ddd; background-color: rgba(55,55,55, 0.75); padding:3px;}
.plashka .art-title {padding:3px;}
.blog-autor-container .blog-avatar {position:relative; float:right;}
.plashka .art-autor a, .plashka .art-title a {color: #ddd; font-size: 14px; }
.view-id-books .views-row h2 a {color:#333;}
#block-views-news-block-1 .node {margin: 5px;}
/*#block-views-hot-points-block {height: 259px; }*/
#block-views-hot-points-block-1 {height: 186px; padding-bottom: 10px;}
#block-views-hot-points-block-2, #block-views-hot-points-block-3 {display:none;}
#block-views-hot-points-block-6 .art-body {height:auto; margin-bottom:0;}
#block-block-5--3 {float:right;}
.field-name-field-thesis fieldset,
fieldset.group-links  {width:100%;}
.field-name-field-countries {margin-bottom: 10px;}
#in-node-block {float:left; position: relative; width:250px; margin:500px 15px 10px 0;}
.group-termsgroup{margin:0px 0 15px 0; float: none; width:100%; text-align:center; background-color: #ccc;}
.group-termsgroup img {margin:0px auto;}
#block-views-new-content-block {display:none; } 
#block-views-new-content-block .article-item {float:none; display:block;  margin:10px auto 20px; border-bottom: 1px solid #ccc; }
.block .view-content {text-align: center;}

.view-tags .views-row {text-align:left; margin:0; padding:0;}
iframe {background: none;}
.field-type-text-with-summary {margin-top:15px;}
#hilight-article {display:none;}
.book-cover   {width: 120px; margin: 0 auto;}
.node-teaser img {max-width:320px;} 


.field-name-field-subtitle {font-style:italic;}
#block-views-frontpage-block-13 .pager {margin-top: 15px;}
#newsletter-manage-subscriptions-form #edit-submit {width:auto;}
#newsletter-unsubscribe #edit-submit {width:auto;}
#block-block-5--2 span, #block-block-5--3 span {font:bold 24px/18px Arial; vertical-align:super; background-color:#eee; color: #333; padding:5px; margin:0 5px 0 7px;}
#block-block-7 p {margin:5px; font-size: 10px; color:#bbb; padding:0;}
#block-block-7 {margin-bottom:0 !important;}
.menu-navigation-container a {padding: 3px 14px;}
.captcha {margin: 10px 0;}
.rsGCaption {opacity:0.85; transition-delay:0s; visibility: visible;}
#block-block-8 {background-color:#333;}
#block-block-8 p {float:none;}
#block-block-8 a {font-size: 48px;}
#block-block-8 img {box-shadow:none; height: 32px; width: 32px; margin: 5px 25px;}
.rsSlide {position:absolute; width:746px}
#backtotop {z-index:20;}
#top-top { display: none; }
#top-top img{ max-height: 72px; height: auto; max-width:85%; margin-bottom: 24px;}
#top-top2 { display: block; float:left; margin: 6px 0 0 150px;}
#top-top2 img{ max-height: 64px; height: auto; width:350px; margin-bottom: 24px;}

.view-grouping-header {margin: 24px 0; font: 24px bold; font-family: 'Open Sans', sans-serif; color: #000;}

.autor-teaser { display: inline-block;}
.autor-teaser .autor-title {display:inline-block; font: 18px bold;}
.autor-teaser .autor-photo {display:inline-block;}
.autor-photo img{ border-radius:10px;}
.view-grouping-content .item-list {margin: 24px 0;}
.view-grouping-content .item-list ul li  { padding: 5px; margin: 16px 0; background-color:#eee; max-width:300px; }