@charset "utf-8";
/* CSS Document */
@font-face 
{
    font-family: 'BPGNinoMtavruliBold';
    src: url('bpg_nino_mtavruli_bold-webfont.eot');
    src: local('☺'), url('bpg_nino_mtavruli_bold-webfont.woff') format('woff'), url('bpg_nino_mtavruli_bold-webfont.ttf') format('truetype'), url('bpg_nino_mtavruli_bold-webfont.svg#webfontSZkzbTV1') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'DejaVuSans';
	src: url('bpg_dejavu_sans-webfont.eot');
	src: local('☺'), url('bpg_dejavu_sans-webfont.woff') format('woff'), url('bpg_dejavu_sans-webfont.ttf') format('truetype'), url('bpg_dejavu_sans-webfont.svg#webfontau2IQZsR') format('svg');
	font-weight: normal;
	font-style: normal;
	line-height:inherit;
	line-height:normal;
}
body, table, td, div, span, select, option, textarea, input, button { font-family: DejaVuSans; font-size:13px;font-weight:normal;}
body {background:url(../images/bg-2.png); background-attachment: fixed;}
.blog .blog-item {border:solid 1px #ceebf8;}
.nino
{
	font-size:16px;
}
.font12
{
	font-size:12px;
}
.BPGnino
{
	font-family:'BPGNinoMtavruliBold';
}
.navbar-inverse .navbar-brand {
  font-family: 'BPGNinoMtavruliBold';
  font-size: 20px;
  color: #fff;
}
#title h1 {
  margin: 0;
  font-size: 18px;
  font-family:'BPGNinoMtavruliBold';
}
#news-calendar td, #news-calendar th
{
	text-align:center;
	vertical-align:middle;
	padding:7px 0 7px 0;
}
#news-calendar .navigation {
    background-color: #428bca;
    border: 1px solid #3276b1;
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 4px;
    position: relative;
}
#news-calendar .navigation .title {
    background: none repeat scroll 0 0 transparent;
    border-color: rgba(0, 0, 0, 0);
    color: inherit;
    line-height: 1.8em;
    margin: 0 2.3em;
    text-align: center;
}
#news-calendar .navigation .prev, #news-calendar .navigation .next {
    background-image: url(../images/nav.png);
    height: 24px;
    opacity: 0.7;
    position: absolute;
    top: 4px;
    width: 24px;
}
#news-calendar .navigation .prev {
    background-position: 0 0;
    left: 4px;
}
#news-calendar .navigation .next {
    background-position: -24px 0;
    right: 4px;
}
#news-calendar .navigation .prev:hover, #news-calendar .navigation .next:hover {
    opacity: 1;
}
.fb-title {
    background-color: #428bca;
    border: 1px solid #3276b1;
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF;
    font-weight:normal;
	font-size:14px;
    padding: 6px;
    position: relative;
	text-align:center;
}

.search-one
{
  padding: 0;
  margin: 0;
  padding-left:15px;
}
.search-one li
{
	margin-bottom:4px;
}
.navbar-inverse .navbar-nav > li > a {padding-right:12px;}
.menu-pos{padding-left: 55px; height: 0px; margin-top: -70px;}
@media (max-width: 480px)
{
	.dropdown-menu>li>a {white-space:normal;}
	.navbar-inverse .navbar-nav > li > a{
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 4px;
    color: #bdc3c7;
    background: #0f4684;
	}
	.hidden-xs7{display:none;}
	.menu-pos{padding-left: 0; margin-top: -40px;}
	.img-thumbnail{width: 100%;}
}