@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800,400italic&subset=latin,cyrillic-ext);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&subset=cyrillic,latin);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300&subset=cyrillic-ext,latin);
/*
#244182 темно-синий
#9FAFCD светло-синий
#B0C3D9 светло-сине-серый
#B6C2CB серый
#eaeaea фоновый серый
#7993AB серосиний





*/
.blogs
{
}

.blogs .bItem
{
	background:#eee;
	margin: 7px 0px;
	padding:10px;
	display: inline-block;
    width: 100%;
}

.blogs  a
{
	color: #244182;
}
.blogs .author
{
	font-size:1em;
	line-height:1.3em;
	margin-bottom:0px;
}


.blogs .firstAuthor
{
	font-size:1em;
	text-transform:uppercase;
	border-bottom: 1px solid #244182;
	line-height:1em;
	margin-bottom:15px;
	padding-bottom:5px;
}
.blogs  a:hover {
    color: #E88F00;
}
.blogs h3
{
	font-size: 24px;
    font-weight: normal;
    margin-top: 24px;
    margin-bottom: 10px;
	font-weight:600;
}
.blogs .date
{
	font-size: 12px;
}

.blogColumn
{
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
}
@media only screen and (max-width: 992px)
{
	.blogColumn
{
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}

}
@media only screen and (max-width: 768px)
{
	.blogColumn
{
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
}
}


.view
{
	font-size: 12px;
	float:left;
	margin-right:20px;
	background:url(view.png) no-repeat 0px 3px ;
	padding-left:20px;
}
.content .view
{
	float:none;
    margin-left: 15px;
}
.dataFull
{
	font-size: 12px;

}

.comment
{
	font-size: 12px;
	float:left;
	background:url(comments.png) no-repeat 0px 2px;
	padding-left:18px;
	overflow:visible;
}

.subtitle
{
	font-size: 1.1em;
	color: #244182;
	padding:3px 3px 3px 0px;
	border-bottom:1px solid #244182;
	font-weight:600;
	margin-bottom:10px;
	margin-top:20px;
	text-transform:uppercase;
}
.rightColumn .subtitle:first-child
{
	margin-top: -5px;
}
.rightColumn p
{
	color:#7993AB;
}
.rightColumn h3
{
	font-size: 1.1em;
    color: #244182;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 20px;
    text-transform: uppercase;
}
.panel-body h3
{
    margin-top: 20px;
        color: #003366;
}

.rightColumn .muted
{
	text-align:right;
	margin-top:-10px;
	padding-top:0px;
}

.calendar
{
	background:#7993AB;
	width:30px;
	float:right;
	height:30px;
	
}
.calendar img
{
	width:100%;
}
.top
{
	background: #f5f5f5;
	margin:0px;
	padding:5px 0px 0px 0px;
	font-size:1em;
	color:#244182;
	height:auto;
}

.top p
{
	margin-top:7px;
}

.top form
{
	margin-bottom: -10px;
}

.menu
{
	color:#FFF;
	font-size:1.31em;
	padding:5px 0px 0px 0px;
	font-weight:300;
        z-index: 15;

}

@media (max-width: 992px)
{
.menu
{
font-family: 'Roboto Condensed', sans-serif;
}

.nav > li > a {
    padding: 10px 8px;
}

}
.menu li a:hover
{
	color:#fff !important;
}

.breadcrumb li a
{
	color:#7993AB;
}
.breadcrumb > .active {

	color:#7993AB;
	font-weight:600;
}

.articleItem
{
	height:auto;
/*	border-top:1px solid #eaeaea;*/
	padding:10px 0px;
}
.articleItem .col-md-5
{
	padding:10px 0px 0px 0px;
}

.articleItem .col-md-7 .col-md-5
{
	padding-top:10px;
}

.articleItem .col-md-7 .col-md-7
{
	padding-top:10px;
	padding-right:0px;
}
.articleItem h3
{
	padding-top: 0px;
	margin-top: -5px;
	font-size:1.4em;
	line-height:1.2em;
	font-weight:400;
}
.articleItem hr
{
	margin-bottom:0px;
	margin-top:0px;
}
.articleItem h3 a
{
	color:#000;
}
.articleItem .muted
{
	color:#999;
}
.articleItem h3 a:hover
{
	color:#337cbb;
	text-decoration:none;
}

.articleItem img
{
	margin-bottom:10px;
}
.articleItem .main
{
	font-weight:600;
	color:#244182;
}

.content .rubric
{
	height:250px;
	overflow:hidden;
	position:relative;
	width:100%;
	padding:0px;
}

.rubric .calendarItem
{
	position:absolute;
	width:230px;
	right:20px;
	bottom:20px;
	padding:10px;
	background:url(transparent.png);
	
}

.calendarItem p
{
	text-align:center;
	color:#aea69e;
}
.calendarItem p:before
{
	content:'<';
	text-align:left;
}

.calendarItem p:after
{
	content:'>';
	text-align:right;
}

.content .title
{
	position:absolute;
	color:#fff;
	font-size: 56px;
	font-weight:bold;
	text-transform:capitalize;
	left:20px;
	bottom: 0px;
    text-shadow: 1px 1px 7px black;
}

footer a
{
	color:#FFF;
	padding: 0px;
}
footer
{
	font-weight:300;
}
footer  a:hover
{
	text-decoration:underline;
	color:#FFF;
}

 


footer .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 25px 10px 0px;
    text-transform: uppercase;
    font-size: 16px;
}
footer .nav > li > a:hover,
.nav > li > a:focus {
  text-decoration:underline;
  background-color:transparent;
}
footer .nav > li.disabled > a {
  color: #fff;
}

.main h3
{
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
    margin-top: 5px;
}
.main a h3
{
    text-decoration:none;

}

.mainArticleItem
{
	margin-top:0px;
}

.time
{
	color:#9FAFCD;
	font-size:0.7em;
	float:left;
	background:#090;
	width:100px;
}
.ItemArticle
{
	float:left;
	background:#090;
}

.ItemArticle a
{
	color:#222;
	font-size:1.3em;

}

.columnTime
{
	float:left;
	margin-left:-15px;
	width:40px;
	padding-top:5px;
	color:#9FAFCD;
}
.columnText
{
	margin-left:40px;
}

.columnText a
{
	color: #222;
    font-size: 1.23em;
}
.columnText a:hover
{
text-decoration: none;
color: #3366cc;

}


.imgTitle
{
	position:relative;
}
.imgTitle .title
{
	background:#244182;
	color:#FFF;
	padding:3px 7px ;
	text-transform:uppercase;
	width:auto !important;
	position:absolute;
	
}

.zeitung
{
}

.zeitung .item div
{
	margin-bottom:30px;
	background:#f0f2f6;
	padding:5px 5px 2px 5px ;
}

.zeitung .item div p
{
	padding-top:10px;
	text-align:center;
}

.zeitung .pagination a
{
	margin: 0px 5px;
}

/* календарь */
.calend_table {
  width:245;
  height:229;
  border:2px solid #AEA69E;
  background:#ECE9E3;
  font-family:Verdana;
  font-size:10px;
  color:#636363;
}

.calend_table td {
  vertical-align:middle !important;
  color:#333333;
}

.days_table {
  font-family:Verdana;
  font-size:10px;
}
.days, .days_sun, .days_sun_right {
  background:#AEA69E;
  color:#FFFFFF !important;
  width:35px;
  height:25px;
}
.day, .no_day {
  background: #ECE9E3;
  margin-top:10px;
  padding:0;
}
.day_curr {
  background: #FFFFFF;
  margin-top:10px;
  padding:0;
  border-right:1px solid #FFFFFF
}
.day_sun, .no_day_sun, .day_sun_right, .no_day_sun_right{
  background:#E5E0DB;
}
.days, .days_sun, .day, .no_day, .day_curr, .day_sun, .no_day_sun{
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  height:25px;
}
.day_sun_right, .no_day_sun_right, .days_sun_right {
  border-top:1px solid #FFFFFF;
  border-right:0;
}
.navig_form1 {
  padding:3px;
  background:#DAD6CD;
}
.navig_form2 td {
  background:#E5E0DB;
  color:#4E4A46;
  border-top:1px solid #FFFFFF;
  padding:3px;
  font-weight:bold;
  font-size:14px;
}
td.navig_butt {
  padding:0 7px;
  cursor:pointer;
}

.mouseover {
  background:#AEA69E;
  color:#FFFFFF;
  border-top: 1px solid #FFFFFF;
}

.mouseover_s {
  background:#AEA69E;
  color:#FFFFFF;
  border-top: 1px solid #FFFFFF;
  border-right:none
}

.mouseover_c {
  background:#AEA69E;
  color:#FFFFFF;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF
}

.month_link a{
  text-decoration:underline;
  color:#333333;
  cursor:pointer;
}

.year_link a{
  text-decoration:underline;
  color:#333333;
  cursor:pointer;
}
.calend_table a, .calend_table a:hover {
  color:#333333;
  text-decoration:underline;
}


.articleItem h3
{
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #000;
}
.storyItem .author
{
	color: #ca6400;
}
.storyItem h3
{
	margin-top: 0px;
}
.story p
{
font-size: 18px;
margin: 15px 0px;
}
.tabs
{
	width: 100%;
}

.tabs .advpop:first-child
{
	float:left;
}

.tabs .advpop:last-child
{
	float:right;
}

.advpop
{
	display:inline-block;
	width:48%;
	background:#036;
	padding:6px;
	color:#FFF;
	text-align:center;
	margin-bottom:10px;
	cursor:pointer;
}
.tabs .active
{
	background: #4b5bc8;
}
#tabadvise
{
	display:none;
}

.full h3
{
	font-size:20px;
	}


.newsautor {
    position: relative;
    height: 135px;
    border-bottom: 1px solid #244182;
    background: #eee;
}
.newsautor img {
    width: 120px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.newsautor span {
    position: absolute;
    bottom: 0;
    color: #244182;
    font-size: 14px;
    
    width: 90%;
    padding: 6px;
    margin-right: -12px;
    z-index:9;
}

.newsautorllist {
    background: #eee;
    padding: 6px;
    margin-bottom: 36px;
}
.photo
{
	height:150px;
	overflow:hidden;
	margin-bottom:15px;
}

.full h2
{
font-size:24px;
}

.fullImg img
{
margin-bottom: 15px;
}

.photoItem
{
	padding: 0px;
	margin-top:20px;
	margin-left:-15px;
	margin-right:-15px;
	
}

.photoItem .author
{
	font-size: 14px;
	text-align:right;
    padding-left: 24px;
    margin-top: 0px;
    color: #244182;
	text-transform:uppercase;
}

.photoItem img
{
margin-bottom: 15px;
}

.etc
{
display:none;
}
.sht
{
padding-top:10px;
cursor: pointer;
color:#244182;
text-align: center;
}
.mainImg
{
max-height: 338px;
overflow: hidden;
}



/* Календарь */

table {
	font-size:12px;
border-collapse: collapse;
text-align: center;
}
th {
background: #aea69e;
color: white;

}

th, td {
border-style: solid;
border-width: 1px;
border-color: white;
padding: 3px 6px;
}
td { 
background: #ece9e3;
}
table a
{
	text-decoration:none;
}
.APcalendar
{
font-size:12px;
	background: #ece9e3;
	width:auto;
	padding:3px;
	width:210px;
}
.control
{
	width:150px;
	margin:auto;
	padding:5px ;
}

				.Headlogo
				{
					position:relative; height:90px; 
					padding:0px ;
				}
				.Headlogo img
				{
					position:absolute; bottom:0px;
					margin: 10px 0px 0px 0px !important;
				}
				@media only screen and (max-width: 992px)
				{
									.Headlogo
				{
					margin-bottom:10px;
				}
				}
                
                .rightColumn .Recbanner
                {
                margin-bottom: 10px;
                }
                
.tpl-block-list
{
	display:inline;
}
.btnSearch
{
    background-color: #036; 
    color: #fff;
}
.btnSearch:hover
{
    border-color: #2e6fa7;
}

.full a:link
{
color: #0000ff;
}


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

.vk_login_button td{
    padding: 0;
    border: none;
    background: transparent;
}

.fotokon {
	padding-bottom: 40px;
}

.fotokon img{
	max-height: 262px;
}

.likebutton_.disable{
	color: #666;
}

._gallery {
	min-height: 262px;
	display: block;
}