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

*:focus {
    outline: none;
}

@font-face {
	font-family: FontLarisome;
	src:url(../fonts/lari/font-larisome-webfont.eot);
	src:url(../fonts/lari/font-larisome-webfont.eot?#iefix)format('embedded-opentype'),
	url(../fonts/lari/font-larisome-webfont.woff2)format('woff2'),
	url(../fonts/lari/font-larisome-webfont.woff)format('woff'),
	url(../fonts/lari/font-larisome-webfont.ttf)format('truetype'),
	url(../fonts/lari/font-larisome-webfont.svg#_bpg_gelregular)format('svg');
	font-weight:400;
	font-style:normal
}
.lari {
	display: inline-block;
	font: normal normal normal 14px/1 FontLarisome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

body {
	background: #eeeeee;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-family: 'BPG Ingiri Arial';
}

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

hr {
	border: none;
	border-top: 1px solid #dddddd;
}

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

#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 {
	margin: 5px 0;
	width: 80px;
	height: 10px;
	background: url(../images/big-loader.gif) no-repeat;
	display: none;
}

.app-button {
	float: left;
	margin-right: 5px;
	padding: 40px 10px 20px 10px;
	color: #fff;
	font: bold 16px mtavruli;
	background: linear-gradient(#074c91, #386d4b);
}
.app-button-oblique {
	float: left;
	position: relative;
	margin-right: 5px;
	padding: 40px 6% 20px 10px;
	color: #fff;
	background: #acacac;
	font: bold 16px mtavruli;
	overflow: hidden;
}
.app-button-oblique:after {
	position: absolute;
	content: ' ';
	border-top: 100px solid #fff;
	border-left: 15px solid transparent;
	width: 0;
	z-index: 1;
	top: 0; right: 0;
}


.title-box {
	position: relative;
	width: 100%;
	max-width: 700px;

}
.title-box .line {
	position: relative;
	border-bottom: 40px solid ;
	color: #074c91;
	border-right: 15px solid transparent;
	width: 105%;
	z-index: 1;
	top: 5px; left: -5px;
}
.title-box .line2 {
	position: absolute;
	top: 12px; left: 0;
	z-index: 3;
	width: 100%;
	color: #fff;
	font-size: 14px;
	font-family: mtavruli;
	padding: 10px 20px;
}
.title-box .line2:before {
	content: ' ';
	position: absolute;
	border-top: 40px solid rgba(0, 0, 0, 0.5);
	border-right: 35px solid transparent;
	width: 98%;
	z-index: -1;
	top: 0; left: 0;
}
.title-box .vertical-line {
	position: absolute;
	top: 0; left: 10px;
	z-index: 2;
	height: 100%;
	border-left: 2px solid #fff;
}


.title-box2 {
	position: relative;
	float: left;
	padding: 10px 30px 10px 15px;
	color: #fff!important;
	font: bold 14px mtavruli;
	background: linear-gradient(#074c91, #0b59a8);
}
.title-box2:before {
	position: absolute;
	content: ' ';
	width: 2px;
	height: 100%;
	background: #fff;
	z-index: 1;
	top: 0; left: 5px;
}
.title-box2:after {
	position: absolute;
	content: ' ';
	border-top: 50px solid #fff;
	border-left: 15px solid transparent;
	width: 0;
	z-index: 1;
	top: 0; right: 0;
}
.title-box2:hover {
	text-decoration: none!important;
	color: #fff!important;
}


.mod-attr {
	position: relative;
	display: block;
	text-align: center;
	padding: 40px 20px 40px 20px;
	font: bold 18px mtavruli;
	color: #fff;
	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;
}
.mod-attr:hover {
	background: #0270c6;
	opacity: 0.7;
}


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

.sidebar-banners {
	margin: auto;
    width: 250px;
}
.sidebar-banners .homepage-banner {
	display: block;
	width: 250px;
	text-align: center;
}
.homepage-banner {
	display: inline-block;
	margin: 25px 0 10px 0;
}
.homepage-banner a img {
    width: 100%;
    border: 1px solid #187191;
    border-bottom: none;
}
.arrow_box {
    position: relative;
    background: #0b59a8;
    border: 4px solid #0b59a8;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.arrow_box a {
    display: block;
    color: #fff;
    text-align: center;
    font: normal 13px BPG Nino Mtavruli;
    padding: 6px 0px;
}
.arrow_box:after, .arrow_box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.arrow_box:after {
    border-color: rgba(24, 113, 145, 0);
    border-top-color: #0b59a8;
    border-width: 10px;
    margin-left: -10px;
}
.arrow_box:before {
    border-color: rgba(24, 113, 145, 0);
    border-top-color: #0b59a8;
    border-width: 16px;
    margin-left: -16px;
}
.banner-angle {
    font-size: 39px;
    font-weight: normal;
    margin: -5px 0 0 0;
    color: #0b59a8;
    opacity: 0;
}
.homepage-banner:hover .banner-angle {
    opacity: 1;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -s-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.right-news {
	margin: 5px 0 5px 0;
	border-bottom: 1px solid #ededed; 
	max-width: 400px;
}
.right-news .img {
	float:left;
	margin: 0 5px 0 0;
	padding: 4px;
	width: 75px;
	border: 1px solid #ededed;
}
.right-news .title {
	padding-top: 5px;
}
.right-news .title a {
	margin-top: 10px;
	font: 13px mtavruli;
	color: #3d566e;
	-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;
}
.right-news .title a:hover {
	color: #000;
}

.top {
	margin: 0 auto 0 auto;
	position: relative;
	width: 100%;
	background-color: #0b59a8;
	height: 105px;
}
.top-wrapper {
	margin: auto;
	position: relative;
	width: 100%;
	max-width: 1250px;
}
.top-wrapper .left {
	position: relative;
	z-index: 10;
	float: left;
	width: 53%;
}
.top-wrapper .center {
	position: relative;
	z-index: 10;
	float: left;
	width: 25%;
}
.top-wrapper .right {
	position: relative;
	z-index: 10;
	float: right;
	width: 22%;
}



.phone-box {
	margin-top: 20px;
	float: right;
	width: 200px;
}
.phone-box img {
	margin: 0 0 0 10px;
	float: right;
}
.phone-box .phone {
	text-align: right;
	color: #6bc2cb;
	font-size: 15.3px;
	line-height: 18px;
}
.phone-box .title {
	text-align: right;
	color: #fff;
}

.top-line {
	border-bottom: 105px solid #18416a;
	border-right: 90px solid transparent;
	height: 0;
	width: 1000%;
	z-index: 1;
	position: absolute;
	top: 0;
    right: 565px;
}
.black-line {
	width: 100%;
	height: 45px;
	z-index: 1;
	position: absolute;
	background: #000;
}

.logo {
	float: left;
	margin: 4px 0 0 20px;
}
.logo-text {
	float: left;
	display: inline-block;
	margin: 43px 0 0 12px;
	width: 280px;
	border-right: 2px solid #ccc;
}
.logo-text span {
	font: normal 18px mtavruli;
	color: #fff;
	z-index: 111;
}
.logo-text.right {
	float: left;
	margin: 43px 0 0 12px;
	width: 200px;
	border-right: none;
}
.logo-text.right span {
	font-size: 18px;
}

.social {
	float: left;
	margin: 10px 0 0 0;
}
.social a {
	margin: 0 5px;
}


.contact-menu {
	float: left;
	margin: 65px 0 0 30px;
}
.contact-menu a {
	float: left;
	margin: 2px 5px 0 5px;
	color: #fff;
	font: normal 14px mtavruli;
}
.contact-menu span {
	float: left;
	margin: 0 5px 0 5px;
	color: #fff;
	font-size: 14px;
}



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


.languages {
	float: center;
	margin: 2px 0 0 0;
	z-index: 100;
	font-size: 10px;
}
.languages .active {
	background: #494949;
}
.languages .active:hover {
}
.languages a {
	float: left;
	margin-left: 3px;
	color: #fff;
	background: #222222;
	color: #999;
	padding: 12px 0;
	width: 40px;
	text-align: center;
}
.languages .line {
	font-size: 14px;
	float: left;
	margin: 0 5px;
	color: #fff;
	display: none;
}



.content {
	margin: auto;
	padding-top: 12px;
	width: 1250px;
	background: #fff;
}
.content>.left {
	display: table-cell;
	padding: 0 10px 0 10px;
	vertical-align: top;
	width: 825px;
}
.content.front>.left {
	width: 935px;
}
.content>.right {
	display: table-cell;
	vertical-align: top;
	border-left: 1px solid #dfdfdf;
	padding-left: 5px;
}
.content.front>.right {
	width: 315px;
}
.bottom-content  {
	max-width: 1168px;
	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;
}


.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: #0b59a8;
}
.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: #0b59a8;
}
.full-news .attached-pictures {
	font: bold 14px BPG Nino Mtavruli;
	border-bottom: 1px solid #ccc;
}


.slide-news {
	float: left;
	display: block;
	width: 367px;
	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 {
	position: relative;
	width: 100%;
	margin: 0;
	background-color: #fff;
	overflow: hidden;
	display: block;
	position: relative;
	padding: 24px 110px 10px 26px;
}
.news-title {
	background: url(../image/heading-bg-2.png) no-repeat;
	font: bold 24px mtavruli;
	margin: 10px 0;
	text-align: center;
	
}
.news .title {
	margin-left: 22px;
	font-size: 19px;
	font-style: bold;
}
.news .title>a{
	font: bold 17px 'BPG Nino Mtavruli';
	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: #0b59a8;
}
.news .img {
	float: left;
	width: 180px;
	height: 120px;
	margin-right: 20px;
}
.news .img img {
	width: 100%;
	height: 120px;
}
.news .date {
	width: 65px;
	height: 100%;
	background: #0b59a8;
	color: #fff;
	font-size: 11px;
	text-align: center;
	padding-top: 24px;
	border-bottom: 1px solid #55bb7a;
	position: absolute;
	top: 0;
	right: 0;
}
.news .description {
	margin: 3px 0 0 1px;
	line-height: 1.3;
	color: #545454;
	font-size: 13px;
}
.news .more-line {
	width: 440px;
	border-bottom: 1px solid #ccc;
	position: absolute;
	bottom: 0;
	right: 150px;
}
.news .more-text {
	position: absolute;
	color: #999;
	bottom: 0;
	right: 80px;
	font: normal 15px 'BPG Nino Mtavruli';
}
.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;
}


#collapse {
	float: right;
	margin: 10px 5px 0 0;
}


.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: #074c91;
}
.news-date .year {
	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;
}


.homepage-news-block {
	position: relative;
	float: left;
	min-height: 425px;
	max-width: 415px;
	width: 100%;
	margin: 15px 10px 0 20px;
}
.homepage-news-block.block-2 {
	margin-left: 32px;
}
.homepage-news-block .tag ,.homepage-news-block .date ,.homepage-news-block .date ,.homepage-news-block .title ,.homepage-news-block .read-more-1 {
	font-family: BPG Nino Mtavruli;
}
.homepage-news-block > .tag {
	line-height: 26px;
	z-index: 2;
	clear: both;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	background: #074c91;
	padding: 2px 10px;
}
.homepage-news-block > .date {
	width: 150px;
	float: right;
	color: #d32a24;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}
.homepage-news-block > .title > a {
	display: block;
	background-color: #0b59a8;
	color: #fff;
	width: 100%;
	padding: 8px 7px;
	height: 74px;
	overflow: hidden;
}
.homepage-news-block > .title > a:hover {
	background-color: #074c91;
}
.homepage-news-block > .description {
	height: 65px;
	overflow: hidden;
	text-align: left;
	font-size: 13px;
	padding-top: 5px;
}
.homepage-news-block > .description p {
	margin: 0;
	padding: 0;
}
.homepage-news-block > .image {
	position: relative;
}
.homepage-news-block > .image img {
	width: 100%;
	height: 240px;
	overflow: hidden;
}
.homepage-news-block > .read-more-1 {
	border-top: 21px solid #074c91;
	border-left: 20px solid transparent;
	height: 0;
	line-height: 20px;
	width: 100px;
	float: right;
	z-index: 2;
	clear: both;
}
.read-more-hr {
	padding: 0;
	margin: 0;
	border: 0;
	border-top: 1px solid #dddddd;
}
.homepage-news-block > .read-more-1 a {
	margin-top: -19px;
	text-align: center;
	font-size: 13px;
	display: block;
	color: #fff;
}
.homepage-news-header {
	font-size: 15px;
	background-image: url('../images/heading-bg-2.png');
	background-repeat: no-repeat;
	background-position: 100% 0;
	font-family: BPG Nino Mtavruli;
	padding: 5px 10px;
	margin: 5px 10px 0 25px;
	float: left;
	color: #fff;
	width: 100%;
	max-width: 808px;
}


.photo-gallery {
	width: 1000px;
	margin: auto;
}
.photo-gallery .gallery {
	position: relative;
	float: left;
	margin: 10px 12px;
	width: 226px;
	height: 156px;
	border-bottom: 6px solid #016ab2;
	-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: 156px;
	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 .picture {
	position: relative;
	float: left;
	margin: 10px 12px;
	width: 226px;
	height: 156px;
	border-bottom: 6px solid #016ab2;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}
.photo-gallery .picture:hover {
	border-bottom: 6px solid #034991;
}
.photo-gallery .picture img {
	width: 226px;
	height: 156px;
	border: none;
}

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



.contact-box {
	max-width: 1100px;
	width: 100%;
	margin: auto;
}
.contact {
	float: left;
	max-width: 500px;
	width: 100%;
	
}
.contact .title {
	padding: 10px 0 0 0;
	font: bold 14px mtavruli;
	color: #074c91;
}
.contact .title2 {
	padding: 20px 0 10px 0;
	font: bold 18px mtavruli;
	color: #000;
}
.contact #email {
	margin-left: 12px;
}
.contact input[type=text] ,.contact textarea {
	margin: 8px 0 0 0;
	border: 2px solid #074c91;
	border-radius: 5px;
	width: 242px;
	padding: 5px 10px;
	font: 14px mtavruli;
}
.contact input[type=text]:focus ,.contact textarea:focus  {
	border: 2px solid #074c91;
	-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: 8px 0 0 5px;
}
.contact .captcha {
	float: left;
	margin: 8px 0 0 0;
}
.contact input[type=submit] {
	margin-top: 15px;
	border: none;
	border-radius: 5px;
	background: #074c91;
	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: #13311d;
}



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

.homepage-civil-block {
    width: 96%;
    margin: 35px auto 20px auto;
	
}
.homepage-civil-block .form {
    float: left;
    width: 890px;
}
.homepage-civil-block .banner {
    float: right;
}
.homepage-civil-block .banner a img {
    width: 270px;
    margin-top: 25px;
}

.homepage-civil-block .form .part-1 {
    width: 25%;
    float: left;
    margin: 20px 1% 0 1%;
    color: #999;
    font-size: 13px;
    font-style: italic;
}
.homepage-civil-block .form .part-2 {
    width: 25%;
    float: left;
    margin: 0 1%;
}
.homepage-civil-block .form .part-2 ul.parsley-errors-list {
    margin: 4px 0 3px 0;
}
.homepage-civil-block .form .part-3 {
    width: 40%;
    float: right;
    margin: 0 1%;
}
.homepage-civil-block .form .part-2 input {
    height: 30px;
}
.homepage-civil-block .form .part-2 .btn {
    padding: 3px;
}
.homepage-civil-block .form .part-3 textarea {
    height: 185px;
}


.homepage-civil-block.gov .form {
	width: 700px;
}
.homepage-civil-block.gov .form .part-2 {
	width: 45%;
}
.homepage-civil-block.gov .form .part-3 textarea {
    
}


.homepage-civil-block .form label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	line-height: 1.4;
	color: #222222;
}
.form-control {
	display: block;
	width: 100%;
	height: 39px;
	padding: 8px 12px;
	font-size: 15px;
	line-height: 1.4;
	color: #6f6f6f;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.btn {
	margin-top: 20px;
	display: block;
	width: 100%;
	cursor: pointer;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 8px 12px;
	font: normal 15px BPG Nino Mtavruli;
	line-height: 1.4;
	color: #ffffff;
	background-color: #074c91;
	border-color: #004b63;
}



.homepage-sidebar-block {
	height: auto;
	width: 270px;
	overflow: hidden;
	padding: 0 0 8px 8px;
	position: relative;
	float: right;
	margin: 17px 25px 15px 0;
}
.homepage-sidebar-blocks-divider {
	margin: 0 10px;
	width: 285px;
	border-color: #eee;
}
.sidebar-block-head {
	text-align: center;
	height: 70px;
	font: bold 14px BPG Nino Mtavruli;
}
.sidebar-block-head a {
	background-color: #e8f1f6;
	color: #074c91;
	display: block;
	line-height: 77px;
	padding-left: 15px;
	white-space: nowrap;
}
.sidebar-block-head > .corner {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 70px 70px 0;
	border-color: transparent #0b59a8 transparent transparent;
	float: right;
}
.homepage-sidebar-block > .corner {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 90px 0 0 90px;
	border-color: transparent transparent transparent #0b59a8;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.homepage-sidebar-block > a {
	z-index: 2;
	display: block;
	position: relative;
	width: 100%;
	height: 185px;
	overflow: hidden;
}
.homepage-sidebar-block > a > img {
	width: 100%;
}


.input-form .date {
	display: block;
	margin: 0 0 10px;
	border-bottom: 1px solid #ccc;
	font-size: 15px;
	padding: 10px 0;
	color: #008cba;
	font-family: BPG Nino Mtavruli;
}
.input-form .label {
	display: block;
	font-size: 14px;
	margin: 5px 0 2px 0;
}
.input-form .label2 {
	display: block;
	font-size: 14px;
	margin: 5px 0 2px 0;
}
.input-form .label2 input[type=radio] {
	float: left;
	margin-right: 5px;
}
.input-form .text ,.input-form .textarea {
	display: block;
	width: 100%;
	padding: 8px 12px;
	font-size: 15px;
	line-height: 1.4;
	color: #6f6f6f;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.input-form .text:focus ,.input-form .textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.input-form .select {
	width: 100%;
	padding: 8px 5px;
	font-size: 14px;
	border: 1px solid #cccccc;
	color: #6f6f6f;
}
.input-form .submit {
	margin-top: 20px;
	display: inline-block;
	cursor: pointer;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 8px 45px;
	font: normal 15px BPG Nino Mtavruli;
	line-height: 1.4;
	color: #ffffff;
	background-color: #074c91;
	border-color: #004b63;
}
.input-form .submit:hover {
	background-color: #386d4b;
}



.events-box {
	position: relative;
	width: 285px;
	float: right;
	margin: 17px 11px 15px
}
.events {
	max-height: 310px;
	overflow-y: auto;
}
.events .events-item  {
	display: block;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 2px 5px 2px;
}
.events .events-item:hover  {
	background: #efefef;
}
.events .title  {
	font: bold 15px BPG Nino Mtavruli;
}
.events .cal span  {
	margin-top: 3px;
	font: bold 13px BPG Nino Mtavruli;
}
.events .description  {
	display: none;
	position: absolute;
	top: 0;
	right: 100%;
	width: 100%;
	height: 100%;
	max-height: 350px;
	border-left: 1px solid #efefef;
	background: #f7f7f7;
	padding: 10px 10px;
}
.events .description .close  {
	position: absolute;
	left: -25px;
	top: -25px;
	font-size: 28px;
	color: #454545;
	width: 30px;
	height: 30px;
	padding: 0 0 0 3px;
	border-radius: 50%;
}


.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-box {
	position: absolute;
	top: 0;
	right: 0;
	width: 530px;
	margin: 0;
	padding: 3px 0;
	z-index: 99;
}
.search-box .back {
	border-top: 45px solid rgba(0, 0, 0, 0.6);
	border-left: 45px solid transparent;
	width: 100%;
	z-index: 1;
	position: absolute;
	top: 0; right: 0;
}
.search {
	position: relative;
	z-index: 3;
	float: right;
	margin: 6px 10px 0 0;
	background: #fff;
	padding: 2px;
	border-radius: 2px;
}
.search input[type=text] {
	float: left;
	background: none;
	border: 1px solid #bcd7ea;
	width: 150px;
	font-size: 14px;
	z-index: 2;
}
.search button[type=submit] {
	float: left;
	background: #074c91;
	color: #fff;
	padding: 2px 4px;
	font-size: 18px;
	z-index: 2;
	border: none;
	cursor: pointer;
}
.search input::-webkit-input-placeholder {
	color: #ccc;
}
.search input::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}
.search input::-ms-input-placeholder {
	color: #ccc;
}

.search-menu {
	float: left;
	margin-left: 55px;
	position: relative;
	z-index: 4;
}
.search-menu a {
	float: left;
	font: normal 16px BPG Nino Mtavruli;
	color: #fff;
}
.search-menu a span {
	float: left;
	margin-top: 12px;
}
.search-menu img {
	float: left;
	margin: 2px 0 0 15px;
}



.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-box {
	width: 280px;
	margin: 10px auto 20px auto;
}
#calendar-div {
	
}
.calendar-block {
	position: relative;
	margin: auto;
	width: 280px;
	border: 1px solid #728693;
}
.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%;
	background: linear-gradient(#074c91, #0b59a8);
	border-top: 3px solid #074c91;
}
.calendar-block .title-table .td {
	display: table-cell;
	color: #fff;
	font-size: 16px;
	vertical-align: middle;
}
.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: 100%; }
.calendar-row	{  }
.calendar-day	{
	position: relative;
	width: 40px;
	height: 33px;
	line-height: 32px;
	color: #37515b;
	font-size: 12px;
	text-align: center;
	background: linear-gradient(#edf2f4, #d5e1e5);
	border: 1px solid #f3f6f7;
}
.calendar-day .day {
	display: block;
}
.calendar-day:hover	{ color: #000; background: #dbe5dc; }
.calendar-day-np { }
.calendar-day-head {
	color: #6e9ba7;
	text-align:center;
	padding: 2px;
	font-size: 12px;
	border-bottom: 1px solid rgba(114, 134, 147, 0.2);
}
.calendar-day.today {
	color: #000;
	background: #dbe5dc;
}
.calendar-day.weekend {
	color: #000;
}
.calendar-day, .calendar-day-np {
	
}
.calendar-day .link {
	color: blue;
	text-decoration: underline;
}


.calendar-div2 {
	position: absolute;
	background: #fff;
	display: none;
	z-index: 9;
	top: 100%;
	left: 15px;
}


.event-title {  
	position: relative;
	background: #0b59a8;
	border: 4px solid #0b59a8;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	margin-left:12px;
	margin-right:18px;
	text-align:center;
	font:  17px BPG Nino Mtavruli;
	color: #fff;
	padding:10px;
}

.event-date {
	display: inline-block;
	border: 1px solid #0b59a8;
	border-radius: 2px;
	margin-left: 12px;
	padding: 2px 12px 2px 2px;
	cursor: pointer;
	width: 280px;
}
.event-date input[type=text] {
	border: none;
	font-size: 16px;
	padding: 5px;
	cursor: pointer;
	width: 240px;
}
.event-date .fa-calendar {
	font-size: 18px;
	color: #43636e;
}


.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-size: 16px;
	font-family: bold;
	color: #074c91;
}
.back a::before {
	float: left;
	padding: 0 5px;
	color: #074c91;
	content: '\25C4';
	font-size: 22px;
	font-family: bold;
}


.footer {
	padding: 10px 30px 10px 30px;
	background-color: #2d343e;
	text-align: center;
}


.footer2-wrapper {
	background-color: #2d343e;
	border: 1px solid #2d343e;
}
.footer2 {
	width: 100%;
	max-width: 1250px;
	min-height: 360px;
	margin: auto;
	background: url(../images/footer-bg.png) center no-repeat;
}


.footer-menu2 {
	margin-top: 30px;
}
.footer-menu2 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.footer-menu2>ul>li {
	float: left;
	margin: 0 30px 0 20px;
	width: 190px;
}
.footer-menu2>ul>li:nth-child(3) {
	margin-left: 310px;
}
.footer-menu2>ul>li>a {
	font: normal 13px 'BPG Nino Mtavruli';
	letter-spacing: 1px;
	color: #fff;
}
.footer-menu2 ul>li ul li{
	margin-top: 5px;
}
.footer-menu2 ul>li ul li:before {
	content:"\f105";
	display:inline-block;
	font:normal normal normal 14px/1 FontAwesome;
	font-size:inherit;
	color: #ccc;
}
.footer-menu2 ul>li ul li a {
	font: normal 11px 'BPG Nino Mtavruli';
	letter-spacing: 1px;
	color: #ccc;
	padding: 10px 0 10px 5px;
}

.copy {
	display: inline-block;
	padding: 5px 10px;
	color: #fff;
	font: bold 14px mtavruli;
}

#editor-menu-block .text {
	display: none;
}

.send-errors li {
	color: red;
	font: normal 14px BPG Nino Mtavruli;
}

.error {
	border: 1px solid #f54949!important;
	-webkit-box-shadow: 0px 0px 4px 2px rgba(98,3,3,0.75);
	-moz-box-shadow: 0px 0px 4px 2px rgba(98,3,3,0.75);
	box-shadow: 0px 0px 4px 2px rgba(98,3,3,0.75);
}

.success {
	font: bold 14px BPG Nino Mtavruli;
	color: #188118;
}

.hidden-desktop {
	display: none;
}

.clear {
	clear: both;
}