*:focus {
    outline: none;
}


body {
	background: #fff;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}


br {
	clear: both;
}

fieldset {
	border: 1px solid #999;
	border-radius: 7px;
	margin: auto;
}

legend {
	margin-left: 15px;
	color: #000;
}

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

img {
	border: none;
}

input, textarea {
	font-size: 12px;
}

*::-webkit-input-placeholder  {
	color: #656565;
}
*::-moz-placeholder {
	color: #656565;
	opacity: 1;
}
*::-ms-input-placeholder {
	color: #656565;
}

.green-line {
	border-top: 5px solid #7fca30;
	clear: both;
}

.top-panel {
	margin: auto;
	display: table;
	width: 100%;
	max-width: 1160px;
}
.top-panel .td {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 0;
}

.top-menu3 {
	margin-left: 8px;
}
.top-menu3 a {
	font: normal 13px bpg_banner_capsregular;
}
.top-menu3 span {
	font-size: 16px;
	margin: 0 5px;
}
.top-menu3 span:last-child {
	display: none;
}

.top-panel2-background {
	background: url(../images/footer.png) bottom repeat-x;
}
.top-panel2 {
	margin: auto;
	display: table;
	width: 100%;
	max-width: 1160px;
}
.top-panel2 .td {
	display: table-cell;
	vertical-align: middle;
	padding: 30px 0;
}

.top-text {
	margin-top: 30px;
	color: #151a38;
	font: bold 34px mtavruli;
}


#dialog-overlay {
	display: none;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=50);
	opacity: 0.5;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
.big-loader {
	position: absolute;
	left: 50%;
	margin-left: -80px;
	top:40%;
	width: 160px;
	height: 20px;
	background: url(../images/big-loader.gif) no-repeat;
	z-index: 101;
}
.st-big-loader {
	display: none;
}

.small-loader {
	width: 120px;
	height: 10px;
	background: url(../images/big-loader.gif) no-repeat;
	display: none;
}


.title-box {
	width: 100%;
	max-width: 700px;
	background: #2870B7;
	font: normal 14px mtavruli;
	padding: 8px 8px 7px 8px;
	color: #fff;
	box-sizing: border-box;
}

.title-box2 {
	width: 100%;
	max-width: 1000;
	background: #dedede;
	background-image: linear-gradient(to bottom, #ffffff, #dedede);
	font: bold 16px mtavruli;
	padding: 5px 8px;
	color: #40526a;
	box-sizing: border-box;
}


.mod-attr {
	position: relative;
	display: block;
	text-align: center;
	padding: 40px 20px 40px 20px;
	font: bold 18px mtavruli;
	color: #fff;
	box-sizing: border-box;
	transition: all 0.5s;
	cursor: pointer;
}
.mod-attr:before {
	content: ' ';
	z-index: -1;
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background-image: linear-gradient(to bottom, #033d7b, #015d9b);
	border-left: 44px solid #1a303e;
	box-sizing: border-box;
}
.mod-attr:hover {
	background: #0270c6;
	opacity: 0.7;
}


.main {
	margin: auto;
	width: 100%;
	min-width: 1160px;
}
.header {
	width: 100%;
}
.banner p {
	margin: 0;
	padding: 0;
}




.social {
	float: right;
	margin: 0;
}
.social a {
	float: left;
	margin: 0 5px;
	width: 32px;
	height: 32px;
	/*transition: all 0.1s  ease*/
}
.social a.f {
	background: url(../images/social/f.png) left no-repeat;
}
.social a.t {
	background: url(../images/social/t.png) left no-repeat;
}
.social a.g {
	background: url(../images/social/g.png) left no-repeat;
}
.social a.y {
	background: url(../images/social/y.png) left no-repeat;
}
.social a:hover {
	background-position: right;
}



.bottom-line {
	margin-top: 1px;
	border-bottom: 1px solid #ededed;
}


.languages {
	float: right;
	margin: 0 5px 0 0;
	z-index: 100;
	font-size: 16px;
	font-weight: bold;
}
.languages .active {
	float: left;
	color: #0081ff;
	-webkit-transition: opacity ease-in-out 500ms;
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
}
.languages .active:hover {
	opacity: 0.4;
}
.languages .passive {
	float: left;
	color: #fff;
}
.languages .line {
	font-size: 14px;
	float: left;
	margin: 0 5px;
	color: #fff;
}



.content {
	margin: auto;
	margin-top: 12px;
	max-width: 1160px;
	width: 100%;
	box-sizing: border-box;
}
.content>.left {
	display: table-cell;
	vertical-align: top;
	width: 255px;
	box-sizing: border-box;
}
.content>.right {
	display: table-cell;
	vertical-align: top;
	width: 1005px;
	padding-left: 10px;
	box-sizing: border-box;
}

.inner-content {
	margin: auto;
	max-width: 895px;
	width: 100%;
}
.inner-content>.left {
	display: table-cell;
	padding: 0 25px 0 25px;
	vertical-align: top;
	width: 610px;
	box-sizing: border-box;
}
.inner-content>.right {
	display: table-cell;
	vertical-align: top;
	width: 285px;
	box-sizing: border-box;
}


.bottom-content  {
	max-width: 1168px;
	width: 100%;
}



.side-block {
	display: table;
	width: 100%;
	margin-bottom: 2px;
	clear: both;
}
.side-block .left {
	display: table-cell;
	background: #2870B7;
	font: normal 16px mtavruli;
	padding: 4px 10px 0 10px;
	vertical-align: middle;
	color: #fff;
}
.side-block .right {
	display: table-cell;
	width: 60px;
	text-align: right;
	padding: 0 5px 0 0;
	box-sizing: border-box;
	vertical-align: middle;
}
.side-block .right img {
	max-height: 32px;
}


.side-news {
	display: block;
	position: relative;
	width: 100%;
	height: 162px;
	overflow: hidden;
	border: 4px solid #2870B7;
}

.side-news .description {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	border-top: 4px solid #2988ff;
	padding: 5px 5px;
	color: #fff;
}
.side-news .title {
	position: relative;
	z-index: 2;
}
.side-news .back {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	z-index: 1;
}
.side-news img {
	width: 100%;
}
.side-news-more {
	float: left;
}
.side-news-more .arrow {
	float: left;
	margin-top: 2px;
	padding: 8px;
	background: #000;
	color: #fff;
	font-size: 16px;
}
.side-news-more .title {
	float: left;
	margin: 6px 0 0 3px;
	color: #000;
	font-size: 14px;
}


section#left-menu {

}
section#left-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
section#left-menu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
section#left-menu ul li a {
	display: block;
	color: #000;
	text-decoration: none;
	border-bottom: 3px solid #bdbdbd;
}
section#left-menu ul li a:hover {
	color: #6C6C6C;
}
section#left-menu ul li a .region-list {
	display: table;
	padding: 0;
	width: 100%;
	background: #f3f3f3;
}
section#left-menu ul li a .region-list:after {
	clear: both;
	display: block;
	content: "";
}
section#left-menu ul li a .region-list .left {
	display: table-cell;
	width: 6px;
	background: #2b88ff;
}
section#left-menu ul li a .region-list .logo {
	width: 35px;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	padding: 5px 10px;
}
section#left-menu ul li a .region-list .logo img {
	
}
section#left-menu ul li a .region-list .text {
	display: table-cell;
	vertical-align: middle;
	/*float: left;*/
	font-size: 11px;
	color: #0a6fa3;
	margin-top: 5px;
	padding: 0 10px;
	/*margin-left: 10px;*/
}
section#left-menu ul li a .big-img {
	display: none;
	padding: 15px 5px;
	
}
section#left-menu ul li a .big-img img {
	width: 100%;
}


.static-text a ,.full-news a {
	color: #4a78ce;
}
.static-text a:hover {
	text-decoration: underline;
}


.slideshow {
	width: 1000px;
	margin: 1px auto 0 auto;
}

.meta input[type=text] {
	width: 220px;
	border: 1px solid #B7D5EA;
}

.meta input[type=text]:focus {
	background: #f5f7fd;
}

.meta textarea {
	width: 270px;
	height: 60px;
}

.select {
	width: 220px;
	border: 1px solid #B7D5EA;
	font-size: 12px;
}

.details {
	float: left;
	margin: 3px;
	width: 340px;
}

.details legend {
	font-weight: bold;
}

.details .m_select {
	width: 96%;
	height: 200px;
}

.module_menu a {
	display: block;
}

.delete_checkbox {
	margin: 0 0 0 6px;
	padding: 0px;
}

.position {
	padding: 1px;
}
.position a {
	padding: 1px;
	margin: 2px;
}

.languages_bar {
	display: none;
	padding: 2px 0 2px 0;
}
.languages_bar div {
	float: left;
	padding: 4px 5px 4px 4px;
}
.languages_bar label {
	float: left;
	margin: 1px;
}
.languages_bar input[type=checkbox] {
	float: left;
	margin: 1px;
	padding: 1px;
}


.content-title {
	float: left;
	font: 14px mtavruli;
	padding: 6px 40px;
	border-radius: 3px 3px 0 0;
	background-color: #3385df;
    background: -webkit-linear-gradient(#9fbcdc, #3385df);
    background: -o-linear-gradient(#9fbcdc, #3385df);
    background: -moz-linear-gradient(#9fbcdc, #3385df);
    background: linear-gradient(#9fbcdc, #3385df);
	color: #FFF;
}


.cal-view {
	margin: 5px 0;
}
.cal img {
	float: left;
	margin: 2px 0 0 0;
}
.cal span {
	float: left;
	margin: 0 6px 0 8px;
	color: #939faa;
	font-size: 12px;
}
.view img {
	float: left;
	margin: 2px 0 0 10px;
}
.view span {
	float: left;
	margin: 0 5px 0 8px;
	color: #939faa;
}

#up {
	display: none;
	z-index: 999;
	opacity: 0.8;
	position: fixed;
	bottom: 150px;
	right: 2%;
	margin-left: -80px;
	width: 38px;
	height: 56px;
	padding: 10px;
}


.update {
	float: right;
	color: #e74c3c;
	padding: 5px 5px;
	
}
.update:before {
    position: relative;
	float: left;
	margin-right: 6px;
	content: " ";
	top: 5px; left: 0;
	width: 11px;
	height:11px;
    background: url('../images/time-red.png')no-repeat;
}


.allnews {
	display: block;
	margin: 15px 0 15px 0;
	padding: 2px;
	border-bottom: 1px solid #f1f1f1;
	clear: both;
}
.allnews .more {
	color: #0a6fa3;
	font: normal 14px bpg_banner_capsregular;
}
.allnews img {
	width: 145px;
	float: left;
	margin: 0 18px 10px 13px;
	border: 1px solid #cfd0d2;
	padding: 4px;
}
.allnews .text {
	font-size: 13px;
}
.allnews .title {
	display: block;
	margin-top: 5px;
	color: #0a6fa3;
	font: normal 14px bpg_banner_capsregular;
}
.allnews .date {
	display: block;
	color: #8a8a8a;
	font: normal 12px bpg_banner_capsregular;
}


.full-news {
	margin: 0;
	padding: 5px 0;
	font-size: 14px;
	color: #3d566e;
	clear: both;
}
.full-news .img-div {
	position: relative;
}
.full-news .news-date {
	left: 0!important;
}
.full-news .img {
	margin: 0 10px 0 0;
	width: 100%;
}
.full-news .title {
	margin: 0 0 10px 0;
	font: bold 18px mtavruli;
	color: #034891;
}
.full-news .print {
	float: left;
}
.full-news .send_friend {
	float: left;
	margin: 2px 0 0 8px;
}
.full-news .count_views {
	float: left;
	margin: 0 0 0 15px;
}
.full-news a {
	transition: all 200ms;
}
.full-news a:hover {
	text-decoration: underline;
	color: #034891;
}


.constitution {
	clear: both;
	margin: 10px 0 20px 0;
}
.constitution .title {
	color: #2b89bc;
}
.constitution .more {
	color: #21598c;
	font-weight: bold;
	font-style: italic;
}


.slide-news {
	float: left;
	display: block;
	width: 367px;
	box-sizing: border-box;
	margin: 20px 38px 0 auto;
}
.slide-news .img {
	position: relative;
	float: left;
	padding: 0;
}
.slide-news .img img {
	width: 365px;
	height: 142px;
}
.slide-news .title {
	margin-top: 10px;
	padding-bottom: 4px;
}
.slide-news .title a {
	display: block;
	color: #3d566e;
	line-height: 20px;
	max-height: 30px;
	font: bold 13px mtavruli;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-transition: all ease-in-out 500ms;
	-moz-transition: all ease-in-out 500ms;
	-o-transition: all ease-in-out 500ms;
	transition: all ease-in-out 500ms;
}
.slide-news .title a:hover {
	color: #000;
}
.slide-news p {
	margin: 0;
	padding: 0;
}

.slide-news.small {
	width: 238px;
	margin: 20px 28px 0 auto;
}
.slide-news.small .img img {
	width: 238px;
	height: 158px;
}
.slide-news.small .img img.mob-img {
	display: none;
}

.slide-news .news-date {
	left: 0;
}


.news {
	margin: 5px;
	padding: 2px 0 8px 0;
	font-size: 14px;
	clear: both;
	border-bottom: 1px solid #e1e1e1;
}
.news-title {
	font: bold 24px mtavruli;
	margin: 10px 0;
	text-align: center;
	
}
.news .title {
	margin: 0 0 10px 0;
	font-size: 19px;
	font-style: bold;
}
.news .title>a{
	font-weight: bold;
	font-size: 16px;
	color: #000;
	transition: all 0.2s ease 0s;
	-wbkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
.news .title>a:hover {
	color: #3385df;
}
.news .img {
	float: left;
	margin: 0 10px 5px 0;
	padding: 3px;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
}
.news .img img {
	width: 180px;
	border: none;
}
.news .date {
	margin: 3px 0 0 1px;
}
.news .short_text {
	margin: 3px 0 0 1px;
}
.news .more {
	float: right;
	margin: 0;
	background-color: #eeeeee;
	background-image: linear-gradient(to bottom , #eeeeee, #cccccc);
	border-radius: 3px;
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	color: #333;
	padding: 5px 16px;
	text-align: center;
	text-shadow: 0 1px 0 #eee;
	font-family: mtavruli;
	font-weight: bold;
	transition: all 0.2s ease 0s;
}
.news .more::after {
	margin-left: 5px;
	font-size: 14px;
	content: '\27A6';
}
.news .more:hover {
	background-color: #dddddd;
	background-image: linear-gradient(to top, #dddddd, #bbbbbb);
	border: 1px solid #bbb;
	border-bottom: 1px solid #999;
	cursor: pointer;
	color: #000;
}


.news-date {
	position: absolute;
	top: 0;
	height: 100%;
	z-index: 1;
}
.news-date:before {
	content: ' ';
	position: absolute;
	background: #000;
	top: 0; right: 0;
	width: 100%;
	height: 100%;
	opacity: 0.4;
}
.news-date .year-background {
	position: absolute;
	top: 0; left: 50%;
	margin-left: -8px;
	width: 16px;
	height: 50px;
	background: #00aeef;
}
.news-date .year {
	box-sizing: border-box;
	margin-top: 18px;
	display: block;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	-webkit-transform: rotate(-90deg);	
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.news-date .month {
	position: relative;
	padding: 2px 8px;
	color: #fff;
	font: bold 14px mtavruli;
	z-index: 1;
}
.news-date .day {
	position: relative;
	margin-top: 40px;
	padding: 5px 0;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	z-index: 1;
}



.news2 {
	margin: 5px 0;
	padding: 8px 0 8px 0;
	font-size: 14px;
	clear: both;
	border-bottom: 1px solid #e1e1e1;
}
.news2 .title {
	margin-top: 5px;
}
.news2 .title>a {
	font: normal 14px bpg_banner_capsregular;
	color: #000;
	transition: all 0.2s ease 0s;
	-wbkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
.news2 .title>a:hover {
	color: #3385df;
}
.news2 .short-text p {
	margin: 0;
	padding: 0;
	color: #8e8e8e;
}
.news2 img {
	float: left;
	width: 70px;
	margin-right: 30px;
	border: none;
}


.notice-box {
	margin-top: 20px;
	border: 1px solid #2870B7;
	border-radius: 6px 6px 0 0;
}
.notice-box .box-title {
	background: #2870B7;
	border-radius: 6px 6px 0 0;
	color: #fff;
	font: bold 16px mtavruli;
	text-align: center;
	padding: 10px 0;
}
.notice-box .inside-box {
	padding: 10px 5px;
	max-height: 200px;
	overflow-y: auto;
}
.notice-box .notice {
	display: block;
	padding: 10px 5px;
	border-top: 1px solid #2870B7;
}
.notice-box .inside-box .notice:first-child {
	border-top: none;
}
.notice-box .date-box {
	float: left;
	margin-right: 10px;
	background: #2870B7;
	font-size: 14px;
	color: #fff;
}
.notice-box .time {
	border-bottom: 1px solid #ccc;
	padding: 3px 5px;
	text-align: center;
}
.notice-box .date {
	padding: 3px 5px;
	text-align: center;
}
.notice-box .title {
	font-weight: bold;
	font-size: 14px;;
}
.notice-box .text p {
	margin: 0;
	padding: 0;
}


.photo-gallery {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.photo-gallery .gallery {
	position: relative;
	float: left;
	margin: 10px 12px;
	width: 226px;
	height: 226px;
	border-bottom: 6px solid #3598dc;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}
.photo-gallery .gallery:hover {
	border-bottom: 6px solid #034991;
}
.photo-gallery .gallery img {
	width: 226px;
	height: 226px;
	border: none;
}
.photo-gallery .gallery .title-back {
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
	position: absolute;
	left: 0; bottom: 0;
	width: 100%;
	background: #000;
	opacity: 0.7;
}
.photo-gallery .gallery .title-back .title {
	display: block;
	padding: 5px;
	color: #fff;
	font: bold 13px mtavruli;
}

.photo-gallery .highslide {
	position: relative;
	float: left;
	margin: 10px 12px;
	width: 226px;
	height: 226px;
	border-bottom: 6px solid #3598dc;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}
.photo-gallery .highslide:hover {
	border-bottom: 6px solid #034991;
}
.photo-gallery .highslide img {
	width: 226px;
	height: 226px;
	border: none;
}
.news-gallery img {
	width: 150px;
	height: 150px;
	border: none;
}

.photo-gallery.news-gallery  {
	width: 750px;
}
.photo-gallery.news-gallery  .demo {
	margin: 6px 6px;
	width: 175px;
	height: 140px;
}
.photo-gallery.news-gallery .demo img {
	width: 175px;
	height: 175px;
	border: none;
}



.contact-box {
	max-width: 1170px;
	width: 100%;
	margin: auto;
}
.contact {
	float: left;
	max-width: 500px;
	width: 100%;
	
}
.contact .title {
	padding: 10px 8px 0 8px;
	font: bold 14px mtavruli;
	color: #015ea6;
}
.contact .title2 {
	padding: 20px 0 10px 0;
	font: bold 18px mtavruli;
	color: #000;
}
.contact input[type=text] ,.contact textarea  {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #015ea6;
	border-radius: 5px;
	width: 242px;
	padding: 5px 10px;
	font: 14px mtavruli;
}
.contact input[type=text]:focus ,.contact textarea:focus  {
	border: 2px solid #02467a;
	-webkit-box-shadow: 0 0 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0 0 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0 0 5px 0px rgba(0,0,0,0.75);

}
.contact textarea {
	width: 100%;
	height: 145px;
}
.contact #security-code {
	width: 120px;
	margin: 0 0 0 5px;
}
.contact .captcha {
	float: left;
	margin: 3px 0 0 0;
}
.contact input[type=submit] {
	border: none;
	border-radius: 5px;
	background: #0868b3;
	padding: 8px 25px;
	font: 14px mtavruli;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}
.contact input[type=submit]:hover {
	background: #044d85;
}

.contact-map {
	float: right;
}

.map {
	margin: auto;
	width: 1000px;
}
.map >ul {
	list-style-type: none;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
}
.map >ul >li {
	margin: 5px 10px;
	padding: 10px 10px 20px 10px;
	border-bottom: 1px solid #898989;
	font-size: 14px;
}
.map >ul >li>a {
	margin: 10px 10px;
	font-size: 18px;
	color: #aa1111;
}
.map ul  li a:hover {
	text-decoration: underline;
}

.send-errors li {
	color: red;
	font-size: 14px;
}


.login {
	margin-top: 20px;
}

.login input[type=text],.login input[type=password] {
	width: 200px;
}


.date input[type=text] {
	width: 150px;
	border: 1px solid #B7D5EA;
}

.date input[type=reset] {
	border: none;
	width: 20px;
	height: 14px;
	background: url(calendar/img.gif);
	margin: 2px 0 0 2px;
	cursor: pointer;
}

.date input[type=text]:focus {
	background: #f5f7fd;
}


#user_panel {
	
}

#user_panel .input {
	padding: 3px 0;
}

#user_panel .input input {
	width: 180px;
}

#submit {
	border: 1px solid #999;
	background: #f1f1f1;
	cursor: pointer;
	border-radius: 8px;
	padding: 4px;
	width: 150px;
	font-size: 12px;
}

#submit:hover {
	border: 1px solid #999;
	background: #f8f8f8;
}


.search {
	float: left;
	margin: 0;
	padding: 3px 5px;
	box-sizing: border-box;
	border: 1px solid #a7a7a7;
}
.search input[type=text] {
	width: 200px;
	font-size: 12px;
	border: none;
}
.search button {
	background: none;
	border: none;
	color: #a7a7a7;
	font-size: 16px;
	cursor: pointer;
}
.search input::-webkit-input-placeholder {
	color: #626060;
}
.search input::-moz-placeholder {
	color: #626060;
	opacity: 1;
}
.search input::-ms-input-placeholder {
	color: #626060;
}


.pagination {
	clear: both;
	padding: 10px 0 10px 0;
	font-size: 12px;
}
.pagination a {
	color: #000;
	margin: 0 2px;
	font-size: 12px;
	text-decoration: none;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	background: #f7f7f7;
	padding: 4px 6px;
}
.pagination a:hover {
	background: #eaeaea;
}
.pagination span {
	margin: 0 2px;
	color: #ccc;
	border: 1px solid #f1f1f1;
	border-radius: 3px;
	background: #fbfbfb;
	padding: 4px 6px;
}
.pagination b {
	margin: 0 2px;
	color: #000;
	border: 1px solid #bababa;
	border-radius: 3px;
	background: #e7e7e7;
	padding: 4px 6px;
}


.links-title {
	background: #e6a33b;
	padding: 18px 0;
}
.links-title span {
	display: block;
	width: 1000px;
	margin: auto;
	color: #fff;
	font: 18px mtavruli;
}



#calendar-div {
	background-color: #008eda;
	padding: 10px 0 20px 0;
}
.calendar-block {
	position: relative;
	margin: auto;
	width: 240px;
}
.calendar-block .calendar-overlay {
	position: absolute;
	display: none;
	background: #fff;
	text-align: center;
	width: 100%; height: 100%;
	z-index: 100;
	opacity: 0.7;
}
.calendar-block .calendar-overlay img {
	position: relative;
	top: 50%;
	margin-top: -30px;
}
.calendar-block .title-table {
	display: table;
	width: 100%;
	border-bottom: 1px solid #fff;
}
.calendar-block .title-table .td {
	display: table-cell;
	color: #fff;
	font-size: 16px;
}
.calendar-block .title-table .td .previous-month::after {
	margin: 5px;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	content: '\00AB';
}
.calendar-block .title-table .td .next-month::after {
	margin: 5px;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	content: '\00BB';
}
.calendar { width: 240px; margin-top: 10px; }
.calendar-row	{  }
.calendar-day	{
	padding: 5px 0;
	width: 24px;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.calendar-day:hover	{ color: #000; background: #dbe5dc; }
.calendar-day-np { }
.calendar-day-head {
	color: #fff;
	text-align:center;
	padding: 2px;
	font-size: 14px;
}
.calendar-day.today {
	color: #000;
	background: #dbe5dc;
}
.calendar-day.weekend {
	color: #000;
}
.calendar-day, .calendar-day-np {
	
}
.calendar-day .link {
	color: #fff;
	text-decoration: underline;
}
.calendar-day.weekend .link {
	color: #000;
}



.img-effect {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
.img-effect img {
	opacity:1;
	-moz-transform:scale(1,1);
	-webkit-transform:scale(1,1);
	-o-transform:scale(1,1);
	-ms-transform:scale(1,1);
	transform:scale(1,1);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.img-effect:hover img {
	opacity:0.8;
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
}


.back a {
	font: bold 16px mtavruli;
	color: #3598dc;
}
.back a::before {
	font: bold 26px Sans-serif;
	position: relative;
	top: -10px;
	float: left;
	padding: 0 5px;
	color: #3598dc;
	content: '\00AB';
}


.footer {
	padding: 30px 0 30px 0;
	background-color: #d8d8d6;
	background-image: linear-gradient(to bottom, #d8d8d6, #fdfdfd);
	border-bottom: 7px solid #287ff2;
	text-align: center;
}
.footer-inner {
	margin: auto;
	display: table;
	max-width: 1160px;
	width: 100%;
}
.footer-inner .left {
	display: table-cell;
	width: 20%;
}
.footer-inner .center {
	display: table-cell;
	width: 60%;
}
.footer-inner .right {
	display: table-cell;
	width: 20%;
}
.footer2 {
	padding: 15px 0;
	background: url(../images/footer.png) bottom repeat-x;
	background-color: #dbdbdb;
}


.clear {
	clear: both;
}