


#accordion .text { display: none; 

    cursor: pointer;
    border-bottom: 1px solid #32373e;
    border-left: 1px solid #32373e;
    border-right: 1px solid #32373e;
    padding: 10px 10px;
    z-index: 1;
    text-decoration: none;
  margin:7px;
    color: #eeeeee;
    background: #5e636b;
 font: 16px/40px mtavruli;
}

#accordion .text a { 

 text-decoration: none;
 color:#fff;
   
}

#accordion .link { 
  padding: 10px 10px;
  text-align: center;
  background-color: #033c76;
  font: 19px/40px mtavruli;
  font-weight: normal;
  color: #dddede;
  display: block;
  margin:7px;
  font-weight: normal;


text-decoration: none;
position:relative;

}

#accordion .link:before {
                float: left;
		content: "\2193 ";
}

#accordion .link:hover {
  color: #ccc;
   background-color: #3461bb;
}

#accordion .text:hover {
  color: #ccc;
   background-color: #827777;
}

#accordion .link:focus {
 
   background-color: #3461bb;
}
#accordion .text:focus {
 
   background-color: #827777;
}


*:focus {
    outline: none;
}




body 
h2 { text-align: center; color: #CCC; }

}

a:hover { color: #777; }

/* NAVIGATION */
div.navigation {
  list-style: none;

  padding: 0;
  width: 477px; 
  height: 50px; 
  margin: 20px auto;
  background: #1a303e;
}

div.navigation, div.navigation a.main {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

div.navigation:hover, div.navigation:hover a.main {
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
}

div.navigation a.main {
list-style-type: none;
  padding:10px;
  display: block; 
  height: 4px;
  font: 19px/40px mtavruli;
  text-align: center; 
  text-decoration: none; 
  color: #FFF;  
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

div.navigation:hover a.main {
  color: rgba(255,255,255,0.6);
  background: rgba(0,0,0,0.04);
}

div.navigation li { 
list-style-type: none;
  width: 477px; 
  height: 40px;
  background: #F7F7F7;
  
  color: #999;
  text-align: center;
  margin-top:  -10px;
  margin-left: -40px;
  font: 18px/40px mtavruli;
  -webkit-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: perspective(350px) rotateX(-90deg);
  -o-transform: perspective(350px) rotateX(-90deg);
  transform: perspective(350px) rotateX(-90deg);
  box-shadow: 0px 2px 10px rgba(0,0,0,0.05);
  -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.05);
}

div.navigation li:nth-child(even) { background: #F5F5F5; }
div.navigation li:nth-child(odd) { background: #EFEFEF; }

div.navigation li.n1 { 
  -webkit-transition: 0.2s linear 0.8s;
  -o-transition: 0.2s linear 0.8s;
  transition: 0.2s linear 0.8s;
}
div.navigation li.n2 {
  -webkit-transition: 0.2s linear 0.6s;
  -o-transition: 0.2s linear 0.6s;
  transition: 0.2s linear 0.6s;
}
div.navigation li.n3 {
  -webkit-transition: 0.2s linear 0.4s;
  -o-transition: 0.2s linear 0.4s;
  transition: 0.2s linear 0.4s;
}
div.navigation li.n4 { 
  -webkit-transition:0.2s linear 0.2s;
  -o-transition:0.2s linear 0.2s;
  transition:0.2s linear 0.2s;
}
div.navigation li.n5 {
  border-radius: 0px 0px 4px 4px;
  -webkit-transition: 0.2s linear 0s;
  -o-transition: 0.2s linear 0s;
  transition: 0.2s linear 0s;
}

div.navigation:hover li {
  -webkit-transform: perspective(350px) rotateX(0deg);
  -o-transform: perspective(350px) rotateX(0deg);
  transform: perspective(350px) rotateX(0deg);
  -webkit-transition:0.2s linear 0s;
  -o-transition:0.2s linear 0s;
  transition:0.2s linear 0s;
}
div.navigation:hover .n2 {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
div.navigation:hover .n3 {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
div.navigation:hover .n4 {
  transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
div.navigation:hover .n5 {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}













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

#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: 999;
}
.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;
}

.app-button {
	float: left;
	margin-right: 5px;
	padding: 40px 10px 20px 10px;
	color: #fff;
	font: bold 16px mtavruli;
	background: linear-gradient(#034990, #0165ad);
}
.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 rgba(1, 104, 176, 0.9);
	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;
	box-sizing: border-box;
	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: 80px;
	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(#034890, #016db5);
}
.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 46px; 
	font: bold 18px mtavruli;
	color: #fff;
	box-sizing: border-box;
	transition: all 0.5s;
	cursor: pointer;
}

/*    position: relative;
    display: block;
    text-align: left;
    padding: 40px 11px 43px 68px;
    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%;
}
.header {
	width: 100%;
}
.banner p {
	margin: 0;
	padding: 0;
}

.right-news {
	margin: 5px 0 5px 0;
	border-bottom: 1px solid #ededed; 
	max-width: 300px;
}
.right-news .img {
	float:left;
	margin: 0 5px 0 0;
	padding: 4px;
	width: 65px;
	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%;
	height: 122px;
	background-color: #1972bb;
	background-image: linear-gradient(to bottom, #015ea6, #034890);
}
.top-wrapper {
	margin: auto;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 122px;
	max-width: 1156px;
	height: 122px;
}
.top-wrapper .left {
	position: relative;
	z-index: 10;
	float: left;
	width: 50%;
	box-sizing: border-box;
}
.top-wrapper .center {
	position: relative;
	z-index: 10;
	float: left;
	width: 30%;
	box-sizing: border-box;
}
.top-wrapper .right {
	position: relative;
	z-index: 10;
	float: right;
	width: 20%;
	box-sizing: border-box;
}
.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: #fff;
	font-size: 18px;
	line-height: 18px;
}
.phone-box .title {
	text-align: right;
	color: #fff;
}

.top-line {
	border-bottom: 86px solid rgba(45, 52, 62, 0.9);
	border-right: 60px solid transparent;
	height: 0;
	width: 1000%;
	z-index: 1;
	position: absolute;
	top: 17px;
    right: 200px;
}
.top-line2 {
	border-top: 110px solid rgba(1, 31, 53, 0.8);
	border-right: 60px solid transparent;
	height: 0;
	width: 1000%;
	z-index: 2;
	position: absolute;
	top: 5px;
	right: 600px;
}

.logo {
	float: left;
	margin: 8px 0 0 20px;
}
.logo-text {
	display: inline-block;
	margin: 25px 0 0 20px;
}
.logo-text span {
	font: bold 28px mtavruli;
	color: #fff;
	z-index: 111;
}
.logo-text.bottom {
	margin-top: 5px;
}
.logo-text.bottom span {
	font-size: 18px;
}

.social {
	float: right;
	margin: 30px 50px 0 0;
}
.social a {
	margin: 0 5px;
	float: right;
}



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


.languages {
	float: right;
	margin: 18px 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: 1170px;
	width: 100%;
	box-sizing: border-box;
}
.content>.left {
	display: table-cell;
	padding: 0 10px 0 0;
	vertical-align: top;
	width: 825px;
	box-sizing: border-box;
}
.content>.right {
	display: table-cell;
	vertical-align: top;
	width: 345px;
	border-left: 1px solid #dfdfdf;
	padding-left: 5px;
	box-sizing: border-box;
}
.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: #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;
}


.news-titles a {
	padding: 10px 10px;
    text-align: center;
    background-color: #033c76;
    font: 19px/40px mtavruli;
    font-weight: normal;
    color: #dddede;
    display: block;
    margin: 7px;
    font-weight: normal;
    text-decoration: none;
    position: relative;
}
.news-titles a:hover{
	color: #ccc;
   background-color: #3461bb;
}

.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-list {
	float: left;
	max-width: 400px;
	width: 100%;
	margin-bottom: 10px;
}
.news-list.news-2 {
	float: right;
}
.news-list .img {
	float: left;
	width: 200px;
	margin-right: 10px;
}
.news-list .title {
	font: normal 14px mtavruli;
	font-weight: bold;
}
.news-list .short_text {
	font-size: 12px;
}
.news-list-line {
	border-top: 1px solid #e5e5e5;
	margin-bottom: 10px;
}

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


.photo-gallery {
	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: 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: 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 {
	position: relative;
	float: right;
	margin: 0;
	padding: 3px 5px;
	box-sizing: border-box;
	z-index: -1;
}
.search .back {
	border-top: 40px solid rgba(0, 0, 0, 0.7);
	border-left: 60px solid transparent;
	width: 100%;
	z-index: 1;
	position: absolute;
	top: 0; right: 0;
}
.search input[type=text] {
	position: relative;
	background: none;
	border: none;
	margin: 10px 0 0 0;
	width: 200px;
	font-size: 12px;
	color: #fff;
	z-index: 2;
}
.search input[type=submit] {
	float: right;
	position: relative;
	background: none;
	margin: 10px 20px 0 20px;
	width: 20px;
	height: 20px;
	font-size: 12px;
	color: #000;
	z-index: 2;
	background: url(../images/search.png) no-repeat;
	border: none;
}
.search input::-webkit-input-placeholder {
	color: #fff;
}
.search input::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.search input::-ms-input-placeholder {
	color: #fff;
}


.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 {
	padding: 5px;
	border: 1px solid #ededed;
}
#calendar-div {
	background-color: #206ca9;
	background-image: linear-gradient(to right, #206ca9, #065794);
	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 #1b7939;
}
.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: blue;
	text-decoration: underline;
}



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


.footer {
	padding: 60px 30px 0 30px;
	background-color: #045db8;
	background-image: linear-gradient(to bottom, #045db8, #018eda);
	text-align: center;
}


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



.subscribe-news-container {
	display: none;
	position: fixed;
	left: 0;
	top: 150px;
	width: 100%;
	z-index: 1000;
}
.subscribe-news {
	position: relative;
	max-width: 500px;
	width: 100%;
	margin: auto;
	background: #fff;
	padding: 10px 20px;
	border-radius: 5px;
}
.subscribe-news .close {
	position: absolute;
	right: 10px;
	top: 10px;
}
.subscribe-news .close {
	font-size: 28px;
	color: red;
}
.subscribe-news .title {
	padding: 10px 0;
	font: bold 18px mtavruli;
}
.subscribe-news input[type=text] {
	display: block;
	width: 100%;
	padding: 8px;
	font-size: 16px;
	border: 1px solid #0c2a40;
	border-radius: 5px;
	margin-top: 5px;
	box-sizing: border-box;
}
.subscribe-news input[type=submit] {
	display: block;
	width: 100%;
	padding: 8px;
	font-size: 16px;
	background: #0c2a40;
	color: #fff;
	border: none;
	border-radius: 5px;
	margin-top: 5px;
	box-sizing: border-box;
	transition: 0.3s all;
	cursor: pointer;
}
.subscribe-news input[type=submit]:hover {
	background: #092438;
}
.subscribe-news .send-errors li {
	font-size: 16px;
}
.subscribe-news .success {
	font-size: 16px;
	color: green;
}

.subscribe-button {
	display: inline-block;
	
	padding: 5px;
	border-radius: 50%;
	float: right;
	
}

.subscribe-button i {
	font-size: 25px;
	color: #357695;
}
.subscribe-button i:hover {
	font-size: 25px;
	color: #102732;
}
.face-botton i:hover{
    display: inline-block;
    color: #102732;
    font-size: 25px;
}

.face-botton {
	display: inline-block;
	padding: 5px;
	border-radius: 50%;
	float: right;
	
	
}

.face-botton i{
	display: inline-block;
	color: #357695;
	font-size: 25px;
}
#editor-menu-block{
    width: 100%;
    height: 54px;
    border-radius: 24px;
    border: 2px solid #0c78e4;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom:20px;
  
}
#editor-menu-block:hover{
    text-shadow: 0px 0px 6px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    transition: all 0.4s ease 0s;
    background: #f0f5ff;
    border-radius: 40px;
    margin-bottom:20px;
 
}


.clear {
	clear: both;
}