/*
*,
*::before,
*::after {
	box-sizing: border-box;
	transition: all 0.3s;
}
*/

@font-face {
    font-family: 'BPG';
    src: url('../fonts/nino-mtavruli/bpg-nino-mtavruli-webfont.eot'); /* IE9 Compat Modes */
    src: url('../fonts/nino-mtavruli/bpg-nino-mtavruli-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/nino-mtavruli/bpg-nino-mtavruli-webfont.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/nino-mtavruli/bpg-nino-mtavruli-webfont.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/nino-mtavruli/bpg-nino-mtavruli-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/nino-mtavruli/bpg-nino-mtavruli-webfont.svg#bpg_nino_mtavruliregular') format('svg'); /* Legacy iOS */
}

@font-face {
	font-family: 'CLG';
	src: url('../fonts/3d/calligraphy.ttf') format('TrueType');
}

/*body,form {
	background: #FFF;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

input, textarea {
	padding: 2px;
	font-size: 14px;
}

select {
	padding: 2px;
	font-size: 14px;
}

br {
	clear: both;
}

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

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

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: normal;
}

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


.loader {
	position: relative;
	z-index: 9999;
	left: 50%;
	top: 50%;
	width: 250px;
	height: 250px;
	margin-top: -125px;
	margin-left: -125px;
	background: url('../images/loader.gif');
}


.main {
	margin: auto;
}

.top {
	background: #263238
}
.top .inner-top {
	display: flex;
	max-width: 1200px;
	margin: auto;
	padding: 6px 5px 10px 5px;
}
.top .inner-top .left {
	flex: 0 0 auto;
	width: 150px;
}
.top .inner-top .right {
	flex: 1;
}

.header {
	padding: 2px 0;
	background: #25b8d9;
	margin: 0;
}

.inner-header {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}

.header-text {
	margin-top: 20px;
	padding-left: 20px;
	font-size: 24px;
	color: #fff;
}
.header-text:lang(ge) {
	font: bold 24px CLG;
}

.header img {
	margin: 4px 2px;
	width: 190px;
	height: auto;
}
.header h1 {
	margin: 35px 0 0 30px;
}


.section-title {
	background: #263238;
	font: bold 16px BPG;
	line-height: normal;
	color: #fff;
	text-align: center;
	margin: 20px 30px 20px 30px;
	padding: 10px 16px;
	line-height: 24px;
	border-right: 5px solid #25b8d9;
	border-left: 5px solid #25b8d9;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;

	clear: both;
}


.search {
	margin-right: 15px;
	float: right;
	display: table;
	max-width: 350px;
	width: 100%;
}
.search .text-col {
	display: table-cell;
}
.search .btn-col {
	width: 60px;
	display: table-cell;
}
.search input[type=text] {
	float: left;
	font: bold 16px BPG;
	margin: 0!important;
	padding: 7px 12px 3px 12px;
	line-height: 25px;
	border: none;
	width: 100%;
}
.search button {
	float: left;
	width: 60px;
	height: 35px;
	line-height: 25px;
	border: none;
	background: #25b8d9;
	cursor: pointer;
	border-radius: 0 10px 10px 0;
}


.search-panel ul {
	list-style: none;
	padding: 0;
}
.search-panel ul li {
	float: left;
}
.search-panel ul li.title {
	background: #263238;
	font: bold 16px BPG;
	color: #fff;
	padding: 10px 16px;
	line-height: 24px;
	border-right: 5px solid #25b8d9;
	border-top-left-radius: 10px;
}
.search-panel ul li a {
	display: block;
	color: #fff;
	background: #2196f3;
	font: bold 16px BPG;
	padding: 10px 16px;
	border-right: 5px solid #25b8d9;
	transition: all 0.30s linear;
	line-height: 24px;
}
.search-panel ul li a:hover ,.search-panel ul li a.active {
	background: #333;
}
.search-panel ul li:last-child a {
	border-right: none;
	border-bottom-right-radius: 10px;
}

.static-search {
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.content {
	background: #FFF;
	margin: auto;
	width: 100%;
	max-width: 1250px;
}
.content .left-side {
	padding-top: 20px;
	border-right: 1px solid #212529;
}
.content .right-side {
	padding-top: 20px;
}

.languages {
	display: inline-block;
	list-style-type: none;
	list-style: none;
	padding: 0;
	margin: 0;
}
.languages li {
	float: left;
	padding: 0 15px 0 15px;;
	/*border-right: 1px solid rgb(94, 94, 94);*/
}
.languages li:last-child {
	border-right: none;
}
.languages li a {
	display: block;
	transition: ease-in-out 0.3s;
	overflow: hidden;
	border-radius: 50%;
}
.languages li a img {
	transition: all 0.5s ease-in-out 0s;
	width: 40px;
}
.languages li a img:hover {
	transform: scale(1.64);
}
.languages li a:hover ,.languages li a.selected {
	color: #000;
}


.position {
	width: 46px;
}
.visibility a {
	color: #0b1b38;
	font-size: 22px;
}
.edit a {
	color: #1b4f06;
	font-size: 18px;
	font-weight: bold;
}
.delete a {
	color: #6c0808;
	font-size: 20px;
}



.news {
	display: block;
	position: relative;
	padding-right: 40px;
	margin-top: 10px;
	padding-bottom: 10px;
	clear: both;
	min-height: 200px;
	border-bottom: 1px solid #212529;
}
.news:last-child {
	border-bottom: none;
}
.news .date {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	font: bold 14px BPG;
	background: linear-gradient(#263238, transparent);
	color: #fff;
	writing-mode: vertical-rl;
	padding: 10px 15px 0 13px;
}
.news .img {
	float: left;
	margin-right: 10px;
	max-width: 250px;
}
.news .title a {
	font: bold 16px BPG;
}
.news .text {
	text-align: justify;
	padding-right: 20px;
}
.news .more {
	display: inline-block;
	box-sizing: inherit;
	transition-property: all;
	transition-duration: 0.6s;
	transition-timing-function: ease;
	cursor: pointer;
	font: bold 16px BPG;
	line-height: 35px;
	margin: 0 0 2em;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}
.news .more:hover, .news .more:active {
	letter-spacing: 5px;
}
.news .more:after, .news .more:before {
	backface-visibility: hidden;
	border: 1px solid rgba(255, 255, 255, 0);
	bottom: 0px;
	content: " ";
	display: block;
	position: relative;
	transition: all 280ms ease-in-out;
	width: 0;
}
.news .more:hover:after, .news .more:hover:before {
	backface-visibility: hidden;
	border-color: #007bff;
	transition: width 350ms ease-in-out;
	width: 100%;
}
.news .more:hover:before {
	bottom: auto;
	top: 0;
	width: 100%;
}


.front-news {
	width: 90%;
	margin: auto;
	background: #f8f8f8;
}
.front-news .img {
	overflow: hidden;
}
.front-news .img img {
	width: 100%;
	height: auto;
	transform: scale(1);
	transition: all 1s ease-in-out 0s;
}
.front-news:hover .img img{
	transform: scale(1.24);
}
.front-news .news-content {
	position: relative;
	padding: 15px;
	height: 350px;
}
.front-news .title {
	margin-top: 0;
	text-transform: capitalize;
	font: 600 17px BPG;
}
.front-news .title a {
	display: inline-block;
	color: #808080;
	transition: all 0.3s ease 0s;
}
.front-news .text {
	font-size: 15px;
	color: #676767;
	line-height: 24px;
	margin-bottom: 14px;
	text-align: justify;

	word-wrap: break-word;
	overflow: hidden;
	max-height: 120px;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	text-align: justify;
}
.front-news .news-bar {
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
}
.front-news .news-bar li {
    color: #676767;
    padding: 2px 0;
	font-size: 12px;
}
.front-news .news-bar li i {
    margin-right: 5px;
}
.front-news .news-bar li a {
    display: inline-block;
    font-size: 12px;
    color: #808080;
    transition: all 0.3s ease 0s;
}
.front-news .news-bar li a:after{
    content: ",";
}
.front-news .news-bar li a:last-child:after{
    content: "";
}
.front-news .news-bar li a:hover{
    color: #3d3030;
    text-decoration: none;
}
.front-news .more ,.contact .more {
	position: absolute;
	bottom: 15px; left: 15px;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    background: #2196f3 ;
    border-bottom-right-radius: 10px;
    text-transform: capitalize;
    transition: all 0.30s linear;
	font: bold 14px BPG;
	border: none;
	cursor: pointer;
}
.front-news .more:hover ,.contact .more:hover {
    background: #333;
    text-decoration: none;
}
.contact .more {
	position: static;
}


.full-news {

}
.full-news .news-bar {
	margin: 0;
    padding: 0;
    list-style: none;
}
.full-news .news-bar li {
    color: #676767;
	font-size: 16px;
}
.full-news .news-bar li i {
    margin-right: 5px;
}
.full-news .title {
	margin-top: 6px;
	color: #007bff;;
	font: bold 18px BPG;
}
.full-news .text {
	text-align: justify;
}


.gallery .link {
	margin-top: 20px;
	display: inline-block;
	position: relative;
}

.gallery .link .title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5px 8px;
	z-index: 2;
	color: #000;
	font: bold 14px BPG;
	background-color:rgba(105, 200, 52, 0.3);
}

.photo-gallery {
	padding-top: 20px;
}
.photo-gallery .col-sm-4 {
	height: 250px;
}
.photo-gallery a img {
	width: 100%;
	max-width: 320px;
	-webkit-box-shadow: 5px 5px 15px 5px #000000; 
	box-shadow: 5px 5px 15px 5px #000000;
}
.photo-gallery a img:hover {
	transition: all 0.3s;
	max-width: 330px;
}



.clear {
	clear: both;
}

.input {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 7px 10px;
	height: auto;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.input:focus {
	border-color: #999;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.input.is-invalid ,.select.is-invalid {
	border-color: red;
}



.contact .captcha {
	display: flex;
}
.contact .captcha .cell {
	flex: 1;
}
.contact .captcha .reload {
	margin-left: 2px;
	width: 40px;
	height: 40px;
	font-size: 24px;
}
.contact .captcha .form-control {
	margin-left: 2px;
}


.checkbox {
	float: left;
	padding: 0px;
}

.meta input[type=text] {
	width: 300px;
	font-size: 14px;
	padding: 2px 4px;
	border: 1px solid #567c90;
	border-radius: 2px;
}

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

.meta textarea {
	width: 370px;
	height: 50px;
	padding: 2px 4px;
	border: 1px solid #567c90;
}

.meta textarea:focus {
	background: #fafafa;
}

.manual_link {
	display: none;
}

.manual_link textarea {
	width: 370px;
	height: 50px;
	padding: 2px 4px;
	border: 1px solid #567c90;
}

.select {
	width: 100%;
	border: 1px solid #ccc;
	font-size: 14px;
	padding: 7px 10px;
	color: #555;
	border-radius: 3px;
	background: #fff;
}

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

.details legend {
	font-weight: bold;
}

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


#progressBar {
	height: 3px;
	background: #057dc1;
	width: 0;
}


.inner-menu {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	margin: 2px 0 5px 0;
}
.inner-menu  a {
	display: inline-block;
	padding: 10px 15px;
	background: #ececec;
}
.inner-menu  a.active ,.inner-menu  a:hover{
	background: #063566;
	color: #fff;
}

.search-panel .title {
	min-width: 45px;
}
.search-panel .checkbox {
	margin: 10px 10px 0 10px;
}

.filter-panel .title {
	min-width: 80px;
	border: 1px solid;
}

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

.position {
	padding: 1px;
}

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

.language_bar {
	display: none;
	padding: 2px 0 2px 0;
	margin: 10px 8px;
}

.language_bar select {
	width: 250px;
	border: 1px solid #567c90;
	font-size: 14px;
	padding: 2px;
}


.details {
	display: block;
	padding: 2px 0 2px 0;
}

.details #main_div {
	float: left;
	width: 380px;
	padding: 1px 5px 1px 4px;
}

.details label {
	float: left;
	width: 150px;
	margin: 1px;
}

.path  {
	margin: 5px 0;
	padding: 2px 5px;
	background: #f8f8f8;
	border: 1px solid #efefef;
	border-radius: 3px;
}
.path a {
	display: inline-block;
	font-size: 13px;
	padding: 5px 4px;
	color: #4c4c4c;
}
.path a:hover {
	text-decoration: underline;
}
.path .slash {
	color: #4c4c4c;
}
.path .slash:after {
	position: relative;
	top: 3px;
	content: '\2794';
	font-size: 20px;
}

.date input[type=text] {
	display: inline-block;
}

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


.html_id {
	clear: both;
	margin-top: 10px;
}

.html_id label {
	padding: 0 14px 0 4px;
}

.html_id input {
	width: 280px;
	border: 1px solid #567c90;
}

.obj-form {
	margin-top: 5px;
	border: 1px solid #e5e5e5;
	font-size: 14px;
}
.obj-form .title {
	background: #567c90;
	font: bold 16px BPG;
	padding: 8px 15px;
	margin-bottom: 10px;
	border-bottom: 3px solid #1b0434;
	color: #fff;
}


.config input[type=text] {
	width: 250px;
}

.config textarea {
	width: 420px;
	height: 50px;
	padding: 2px 4px;
}

#submit {
	border: 1px solid #999;
	background: linear-gradient(#f1f1f1, #d1d1d1);
	cursor: pointer;
	font: normal 18px BPG;
	border-radius: 4px;
	padding: 12px 0 8px 0;
	width: 180px;
}
#submit:hover {
	border: 1px solid #999;
	background: linear-gradient(#d1d1d1, #f1f1f1);
}

.search-submit {
	float: left;
	margin-left: 3px;
	border: none;
	border-radius: 4px;
	width: 35px;
	height: 35px;
	font-size: 20px!important;
	background: #f8f8f8;
	cursor: pointer;
}

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

.footer {
	padding: 1px 0 1px 0;
	background: #567c90;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.tooltip {
	position: relative;
	display: inline-block;
	cursor: help;
}
.tooltip-content {
	opacity: 0;
	visibility: hidden;
	text-align: center;
	border-color: #aaa #555 #555 #aaa;
	border-style: solid;
	border-width: 1px;
	width: auto;
	padding: 15px;
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -76px;
	background-color: #fff;
	z-index: 100;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .1)
		), to(rgba(255, 255, 255, 0) ) );
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, .1),
		rgba(255, 255, 255, 0) );
	background-image: -moz-linear-gradient(rgba(0, 0, 0, .1),
		rgba(255, 255, 255, 0) );
	background-image: -ms-linear-gradient(rgba(0, 0, 0, .1),
		rgba(255, 255, 255, 0) );
	background-image: -o-linear-gradient(rgba(0, 0, 0, .1),
		rgba(255, 255, 255, 0) );
	background-image: linear-gradient(rgba(0, 0, 0, .1),
		rgba(255, 255, 255, 0) );
	-moz-box-shadow: 1px 1px 0 #555, 2px 2px 0 #555, 3px 3px 1pxrgba(0, 0, 0,
		.3 ), 0 1px 0 rgba(255, 255, 255, .5) inset;
	-webkit-box-shadow: 1px 1px 0 #555, 2px 2px 0 #555, 3px 3px 1pxrgba(0, 0,
		0, .3 ), 0 1px 0 rgba(255, 255, 255, .5) inset;
	box-shadow: 1px 1px 0 #555, 2px 2px 0 #555, 3px 3px 1pxrgba(0, 0, 0, .3
		), 0 1px 0 rgba(255, 255, 255, .5) inset;
	-webkit-transition: bottom .2s ease, opacity .2s ease;
	-moz-transition: bottom .2s ease, opacity .2s ease;
	-ms-transition: bottom .2s ease, opacity .2s ease;
	-o-transition: bottom .2s ease, opacity .2s ease;
	transition: bottom .2s ease, opacity .2s ease;
}
.tooltip-content img {
	max-width: 250px;
	border: none;
}
.tooltip-content:after,.tooltip-content:before {
	border-right: 16px solid transparent;
	border-top: 15px solid #fff;
	bottom: -15px;
	content: "";
	position: absolute;
	left: 35%;
	margin-left: -10px;
}
.tooltip-content:before {
	border-right-width: 25px;
	border-top-color: #555;
	border-top-width: 15px;
	bottom: -15px;
}
.tooltip:hover .tooltip-content {
	opacity: 1;
	visibility: visible;
	bottom: 30px;
}


.add_result {
	padding: 5px;
}

.add_result .error_message {
	color: red;
	font-weight: bold;
}

.add_result .success_message {
	color: green;
	font-weight: bold;
}

.add_result a:hover{
	color: green;
	text-decoration: underline;
}

.img-upload {
	float: left;
	margin-right: 8px;
}


.button {
	display: inline-block;
	padding: 0.75rem 1.25rem;
	border-radius: 10px;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 0.15rem;
	transition: all 0.2s;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.button:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0cf;
	border-radius: 10px;
	z-index: -2;
}
.button:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background-color: #008fb3;
	transition: all 0.2s;
	border-radius: 10px;
	z-index: -1;
}
.button:hover {
	color: #fff;
}
.button:hover:before {
	width: 100%;
}

.sbm {
	display: inline-block;
	position: relative;
	background: #345a7e;
	border-radius: 3px;
	border: none;
	color: #fff;
	font: normal 14px BPG;
	margin-top: 15px;
	padding: 6px 45px 6px 20px;
	cursor:pointer;
	text-transform: uppercase;
	transition: all 0.3s;
}
.sbm:not(:last-child) {
	margin-right: 10px;
}
.sbm:before {
	position: absolute;
	font: normal normal normal 14px/1 FontAwesome;
	content: " ";
	background: #057dc1;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-left: 1px solid #0b2e43;
	padding-top: 6px;
	right: 0; top: 0;
	width: 30px;
	height: 100%;
	transition: all 0.3s;
	text-align: center;
}
.sbm:hover {
	background: #0b2e43;
}
.sbm:focus {
	box-shadow: 3px 3px 7px 1px #ccc;
}
.sbm:hover:before {
	background: #056da8;
}
.sbm.save:before {
	content: "\f0c7";
}
.sbm.add:before {
	content: "\f067";
}
.sbm.cls:before {
	content: "\f057";
}
.sbm.return:before {
	content: "\f0e2";
}
.sbm.remove {
	background: #c23236;
}
.sbm.remove:before {
	background: #952528;
	content: "\f014";
}
.sbm.remove:hover {
	background: #751b1d;
}
.sbm.remove:before:hover {
	background: #561314;
	content: "\f014";
}

.upload {
	display: inline-block;
	border: 1px solid #345a7e;
	padding: 5px;
	border-radius: 2px;
	cursor: pointer;
}
.upload i {
	margin-right: 5px;
}

.trash {
	cursor: pointer;
	color: #c23236;
}

.footer {
	width:100%;
	background-color:#263238;
	min-height:50px;
	padding:10px 0px 25px 0px;
}
.inner-footer {
	margin: auto;
	max-width: 1250px;
	color: #fff;
}